aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/widgets/mobjectmenu.h
AgeCommit message (Collapse)Author
2010-11-22Changes: update doc for MObjectMenu, add another testHolger Schröder
RevBy: Adrian Yanes
2010-11-22Changes: Added title/header for the MObjectMenu.Janne Heikkilä
RevBy: Holger Schröder Details: The header area contains title label and icon.
2010-10-27Changes: change M_EXPORT to M_{CORE,VIEWS,EXTENSIONS,SETTINGS}_EXPORTHolger Schröder
RevBy: Armin, Mirek Details: Unter windows the M_*_EXPORT macros are mandatory. and so they needed to be adapted after the split of libmeegotouch to libmeegotouchcore, *views, *settings, and *extensions. Initial patch by Thierry Bastian
2010-09-17Changes: Adds a new constructor to MObjectMenu which takes list of actions.Sergiy Dubovik
RevBy: Sergiy Details: For MList long tap we need a possibility to create object menu based on actions and not on widget as it's done now.
2010-05-20New: New animation for object menu and message boxDominik Kapusta
RevBy: Daniel d'Andrada, Marcin Miklas Details: * New MWidgetZoomAnimation class. * New MWidgetFadeAnimation class. * New MWidgetSlideAnimation class. * Removed the old In/Out widget animation classes. * Made MSceneLayerEffect use the new MWidgetFadeAnimation class. * Added layer effect's animation to the scene window animation. Scene window animation is derived from QParallelAnimationGroup so the effect's animation is played in parallel with it, and finished() signal is emitted at the end of the longest animation of these two.
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger