aboutsummaryrefslogtreecommitdiff
path: root/demos/widgetsgallery/templatepage.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-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.
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger
2010-04-01Fixes: NB#160934 - Different layout observed when launched in portrait modeJohn Tapsell
RevBy: TrustMe Details: Fix the template to make both columns the same size
2010-03-26Changes: QGraphicsWidget instead of DuiWidget for the centralWidget propertiesMarcin Miklas
RevBy: Daniel d'Andrada Details: DuiApplicationPage, DuiContainer, DuiContainerModel, DuiDialog, DuiDialogModel: centralWidget property type changed to QGraphicsWidget. DuiExtensionAreaModel: DataStoreMap type changed to QMap<QGraphicsWidget *, DuiDataStore *>. Updated unittest, widgetsgallery and duiapplicationextensiontester.
2010-02-19Changes: rework widgetsgallery timedemoArmin Berres
RevBy: Kuisma Salonen Details: So far the timedemo has been a set of fixed benchmarks. This patch allows it to add a arbitrary set of benchmarks to every page in widgetsgallery. Different pages can have a different set of benchmarks. So far the only implemented benchmarks are static pages shown in 0 and 90 degrees. Benchmarks for the appear or rotation phase of pages are not written yet, but can be easily added. Right now we do not have an animation for appearing pages anyway.
2010-02-15Changes: First public releaseTomas Junnonen
RevBy: TrustMe