aboutsummaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Collapse)Author
2010-07-30Fixes: NB#181745Ning Chi
RevBy: TBD Details: Fix NB#181745 - MCompleter highlighting does not work properly when white space predicts the keyword. New methods charactersToTrimForCompletionPrefix() and setCharactersToTrimForCompletionPrefix().
2010-07-29Changes: desktop files OnlyShowIn filter extended for Hendset and Fremantle ↵Miroslav Safr
managers
2010-07-27Changes: Make buttons in buttongrouppage evenly sized.Janne Heikkilä
RevBy: Daniel, Sergiy
2010-07-27Changes: improving progress bar speed using composition mode, using a mask ↵Thomas Moenicke
image defined in SVG RevBy: Sergiy Details: see also meegotouch-theme changes
2010-07-27Changes: coverity fixes for: CID#1029, CID#1007, CID#991, CID#937, CID#936, ↵Anna Gadomska
CID#818, CID#805 RevBy: Dominik, pieces of code by MikeF & JohnT
2010-07-26Changes: Removing unused file from widgetsgalleryDaniel d'Andrada
RevBy: TrustMe
2010-07-26Changes: Use black icons in icon button page in widgetsgallery.Dominik Kapusta
RevBy: Jakub Details: Improves readability on light-coloured page backgrounds.
2010-07-23Changes: use isOnDisplay to check for benchmark page in widgetsgallery timedemoTobias Koch
RevBy: Tomas Junnonen Details: detecting the presence of the benchmark page using isActiveWindow fails, if the window is obstructed by, e.g. a translucent notification window.
2010-07-22Changes: Make use of default styles where possible in widgetsgallery.Stanislav Ionascu
RevBy: TBD Details: Some tuneups in bubble page to appear faster, due to conversion of large images to pixmaps in extended speech bubble sample.
2010-07-22Changes: Add status bar to System Dialog.Dominik Kapusta
RevBy: Daniel d'Andrada Details: Also change the wording of system and system modal dialog examples in widgetsgallery.
2010-07-21Changes: Do not transform on load QImage into QPixmap in widgetsgallery ↵Stanislav Ionascu
gridpage. RevBy: Sergiy Details: Previously due to image widget was not supporting QImages directly the grid page in widgets gallery was transforming QImages into QPixmaps, which resulted in application to appear as freezed, after finishing conversion the page would unfreeze.
2010-07-19Fixes: The grid page crashes when orientation change event comes before the ↵Stanislav Ionascu
content is created. RevBy: Daniel d'Andrada Details: The grid page was crashing due to recent behavior change in scene manager.
2010-07-16Changes: In WG text entries, add multiline MRTE and remove extra spacing at ↵Michael Hasselmann
bottom RevBy: Viacheslav Sobolev Details: Multi-line rich text edit allows more user interactions (see for example NB#168075, or text formatting in general). Also, the extra spacing at the bottom of the text entries page was only added to hide a bug (NB#175181). Please think twice before adding workarounds in demos. Try to report bugs instead.
2010-07-16Changes: Improve unknown duration spinner viewStanislav Ionascu
RevBy: Tomas Junnonen Details: Keep minimum/maximum values intact. Also some code style fixes.
2010-07-15Changes: Moved demo applets from the home screen source tree here since the ↵Vesa Halttunen
other remains of the applet support are here RevBy: TrustMe
2010-07-15Changes: Refactoring spinnerviewdenes dezso
RevBy: Tomas Junnonen
2010-07-14Changes: removing dependency from old devel style on Widgets GalleryAdrian Yanes
2010-07-14Changes: Adding possibility to specify identifier when item is recycled.Sergiy Dubovik
RevBy: Tomas, Stanislav Details: Currently MWidgetRecycler uses class name as an identifier to recycle&restore objects. Sometimes it's not very convinient. Same class may implement different layouts and reinitialization those layouts can make performance worse. With this patch developer could assign custom identifier for 2 and more groups of objects with same class name and keep the performance.
2010-07-14Changes: some translation updates for widgetsgalleryMike FABIAN
RevBy: Björn Schnabel
2010-07-14Changes: add some stuff to .gitignoreMike FABIAN
RevBy: Bernd Lamecker, John Tapsell
2010-07-14Changes: Reset the long tapped index on triggered action in widgets gallery ↵Stanislav Ionascu
list page. RevBy: Jörgen
2010-07-13Changes: demo application for orientation change with plain QtBernd Lamecker
RevBy: TrustMe
2010-07-12Changes: Remove N900 specific contacts model from widgetsgallery list page.Stanislav Ionascu
RevBy: Tomas Junnonen
2010-07-09Fixes: NB#175663 - system dialog cannot be minimisedDominik Kapusta
RevBy: Marcin Miklas, Tomas Junnonen Details: Introducing system property for MDialog. It enables creating System Dialogs that are modeless (when modal property is set to false). The difference between System Dialog and System Modal Dialog is that the former is equipped with the home button that allows skipping the dialog temporarily and later invoking it from the task switcher.
2010-07-09Changes: Added relationship of options Group Header Mode and List Index with ↵Stanislav Ionascu
List Mode. RevBy: Sergiy Dubovik Details: In case a list index is enabled or group header mode is changed, then the list mode is switched to grouped.
2010-07-09Changes: Added a more complex example of custom header usage for lists.Stanislav Ionascu
RevBy: Sergiy Dubovik Details: The header is composed of 2 labels. On the left is the group name, and on the right the row count of the group.
2010-07-09Changes: Updated the widgets gallery list page example with custom list ↵Stanislav Ionascu
headers sample. RevBy: Sergiy Dubovik Details: Also disabled the live filtering from being enabled by default.
2010-07-05Changes: update widgetsgallery translationsMike FABIAN
RevBy: John Tapsell
2010-07-02Fixes: NB#176453 - progress bar and spinner widgets get paint events when ↵Stanislav Ionascu
are offscreen. RevBy: Jörgen Details: Progress bar and spinner installed a timer, and invoking paint event on each timer timeout. The patch ensures that progress bar's and spinners timers are properly stopped on displayExit event.
2010-07-02Changes: Allow to override swaphook via LD_PRELOADJörgen Scheibengruber
RevBy: Armin Details: This allows widgetsgallery to be used with swaplogger again
2010-07-02Changes: Fixed widgetsgallery list page image loading of filtered itemsDUI-Team Symbio
RevBy: Stanislav
2010-06-30Changes: MComboBox's appearance enhancements.Marcin Miklas
RevBy: Stanislav Ionascu Details: Now we need to have 3 types of comboboxes: 1) looks like ContentItem 2) looks like Button 3) looks like Button with title above. Now icon, title, subtitle etc. objectNames can be set in style, so we can use different styles from commonlayouts depending of combobox type. Also added spearateTitle style property.
2010-06-30Changes: removing old unnecessary style importsAdrian Yanes
RevBy: Stanislav, Jörgen
2010-06-29Changes: MListFilter improvements for widget and widgetsgallery list pageDUI-Team Symbio
RevBy: Daniel, Stanislav, Jörgen Details: Changed filtering regexp to incasesensitive, added delayed text editor hiding, fixed multiple "panned from top" emits. Updated MListFilter unit tests for case insensitive regexp
2010-06-29Fixes: NB#176909 - spinners in widgetsgallery list are not replaced with ↵Stanislav Ionascu
images anymore RevBy: Armin, Jörgen Details: Fixes the issue commit 63dd8f8ecddc933907399df651e74243e3e972b8 introduced. Some improved spinner->image replacement code for the phone book cell class.
2010-06-29Changes: obsolete sliders and DuiBuyttons related entries were removed fromdenes dezso
demos/widgetsgallery/theme/base/style/widgetsgallery.css RevBy: Miroslav Safr
2010-06-28Fixes: NB#170699, Documentation does not mention how %L1 localization is doneMike FABIAN
RevBy: John Tapsell, Torsten Rahn Details: documents the use of %L1 and %Ln and the differences to %1 and %n and gives some examples.
2010-06-24Changes: MBanner - small improvementsAdrian Yanes
RevBy: Daniel d'Andrada Details: documentation improved, unit test added, code style reviewed.
2010-06-24Changes: Icon IDs update according meegotouchthemeMiroslav Safr
RevBy: TuomasK Details: some icons has changed the name, old invalid IDs stayed in code and sometimes cause problems..
2010-06-23Merge commit 'refs/merge-requests/690' of ↵Sergiy Dubovik
git@gitorious.org:maemo-6-ui-framework/libdui into integration
2010-06-23Changes: Removed call to deprecated list items initLayout method from ↵Stanislav Ionascu
widgetsgallery usage cases. RevBy: Sergiy Dubovik
2010-06-23fix coverity id 857Holger Schroeder
2010-06-23fix coverity id 842Holger Schroeder
2010-06-23fix coverity id 825Holger Schroeder
2010-06-23fix coverity id 822Holger Schroeder
2010-06-21Changes: document that formatDateTime() does not uppercase the first letter.Mike FABIAN
RevBy: Torsten Rahn, John Tapsell Details: MLocale’s formatDateTime() methods do not automatically uppercase the first letter of the result because they cannot know in which context the result will be used and depending on the context uppercasing maybe correct or wrong. Therefore it is left to the application to do the uppercasing if needed. Document this and give an example how an application could do the uppercasing and put the sample code also in languagepage.cpp in widgetsgallery.
2010-06-20Changes: Improved layout in list item on List page in Widgetsgallery.Sergiy Dubovik
RevBy: TrustMe
2010-06-18Revert "Changes: Removed call to deprecated list items initLayout method ↵Sergiy Dubovik
from widgetsgallery usage cases." This reverts commit 41bd68710c116366484f6f8bb5d77ac3d969891f. Not good commit.
2010-06-18Changes: Removed call to deprecated list items initLayout method from ↵Stanislav Ionascu
widgetsgallery usage cases. RevBy: Sergiy Dubovik
2010-06-17Changes: Improved the documentation of the button group page, added an ↵Tomas Junnonen
exclusive group RevBy: TrustMe