aboutsummaryrefslogtreecommitdiff
path: root/demos/widgetsgallery/maincategorypage.cpp
AgeCommit message (Collapse)Author
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-08-06Changes: Don't use deprecated MSceneWindow::appear(policy)Daniel d'Andrada
RevBy: TrustMe Details: Use either MSceneWindow::appear(window, policy) or MSceneWindow::appear(scene, policy)
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-23Changes: Removed call to deprecated list items initLayout method from ↵Stanislav Ionascu
widgetsgallery usage cases. RevBy: Sergiy Dubovik
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-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.