aboutsummaryrefslogtreecommitdiff
path: root/demos/widgetsgallery/pushbuttonpage.cpp
AgeCommit message (Collapse)Author
2010-09-17Changes: fix typo in engineering English comment syntax in pushbutton pageMike FABIAN
RevBy: Holger Schröder
2010-09-13Changes: Fix some krazy issuesHolger Schroeder
RevBy: TrustMe
2010-09-07Changes: new pushbutton page with CommonLayoutsAdrian Yanes
By: Thomas Mönicke, Adrian Yanes RevBy: Otso Koski, Armin Berres
2010-09-01Fixes: NB#182384 MLabel doesn't render rich text correctlyduisymbio
Details: Conversion of '\n' to <br> in rich label removed
2010-05-30Changes: Fixed missing icons, translations, for widgets galleryTomas Junnonen
RevBy: TrustMe
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-05-14Changes: Add new icon() property on MButton, that takes a QIconTomas Junnonen
By: James Ketrenos RevBy: Tomas Junnonen Details: Using MButton::setIcon a caller can now set a QIcon to be used within the button widget. When called, the toggledIcon state is set to the QICon::Selected mode of the QIcon. A subsequent call to set the toggledIconID() can set the pixmap data to a state other than what is in the QIcon. This is needed for applications which either want to render their own icon graphics at run-time or want to use an image loader like Qt's QIcon::fromTheme()
2010-04-21Changes: Fixed invalid icon ids from iconbutton and pushbutton ↵DUI-Team Symbio
widgetsgallery pages. RevBy: Daniel d'Andrada
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger
2010-04-01Changes: Removed API dependency between DuiSceneWindow and DuiSceneWindowViewTomas Junnonen
RevBy: TrustMe Details: Replaced hard dependency for property based agreement.
2010-03-24Changes: Small modifications to checkbox and pushbutton widgetsgallery pages.DUI-Team Symbio
RevBy: TrustMe
2010-03-03Changes: make output of timedemo independent from the localeArmin Berres
RevBy: Kuisma Salonen Details: Right now the output of the timedemo differs if the locale is changed. To get te same output no matter what we introduce new methods to define the string representations of a page in the timedemo output.
2010-02-15Changes: First public releaseTomas Junnonen
RevBy: TrustMe