aboutsummaryrefslogtreecommitdiff
path: root/demos/widgetsgallery/querydialogspage.cpp
AgeCommit message (Collapse)Author
2010-10-15Changes: Widgets Gallery - Organizing dialogs examplesDaniel d'Andrada
RevBy: Sergiy Details: "MMessageBox" in our API == "Query Dialog" in design docs. Our "Query dialog" page in widgetsgallery was giving a confusing message by having regular MDialogs there. Those were moved to the "single selection dialog" page, where we put all regular MDialogs. Removed a MMessageBox example from "single selection dialog" page. Refactored "Long Dialog" example.
2010-09-28New: MMessageBox - iconId propertyStanislav Ionascu
RevBy: Daniel d'Andrada Details: Adds support for icon id and title properties to the message box widget.
2010-08-06Fixes: NB#167386, Many classes in WidgetGallery have uninitialized membersChris Skluzacek
RevBy: Dénes Dezsö Details: Ensure that all member variables are initialized properly. Also fix some issues with pointers and other minor miscellaneous items.
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-06-16Changes: WidgetsGallery improvementsJukka Halonen
RevBy: Stanislav Ionascu Details: - Added missing Page-titles - Added/moved more strings into retranslateUI-function - still some missing - Combined "Multiple Selection Dialogs" to "Query Dialogs"
2010-06-15Changes: Replace content item where possible with basic list item in widgets ↵Stanislav Ionascu
gallery. RevBy: Sergiy Dubovik
2010-05-28Changes: Improvements to widgets gallery menu system and page layout.Stanislav Ionascu
RevBy: Michal Guminiak, Tomas Junnonen Details: 1) Implementation of the drill-down menu in widgets gallery. 2) New category page for selection of gallery page by category. 3) Added the language settings page to application menu. 4) Some code clean up, and added the language settins page to the application view. 5) Added a content items demonstrantion page. 6) Added separate pages for dialogs and notifications. 7) Includes improved patch from merge request #456 (commits by csklu). 8) Removed dialogs and notifications page due to not being used anymore. 9) Removed image rating possibility from widgets gallery grid page. 10) Implemented pinching zoom of images in widgetsgallery grid page.