summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build with QT_NO_DOCKWIDGETBernhard Rosenkraenzer2010-03-231-0/+2
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-151-25/+0
|\
| * Moved softkey "Options" action handling from QMainWindow to QMenuBar.Janne Anttila2010-03-121-25/+0
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-0/+1
|\ \ | |/
| * Re-applied a fix which get lost during softkey refactoring.Janne Anttila2010-03-021-0/+1
* | Implement alien widgets on Mac/Cocoa.Morten Johan Sørvig2010-03-021-1/+2
* | Merge remote branch 'origin/4.6' into integration-master-from-4.6Rohan McGovern2010-02-181-0/+5
|\ \ | |/
| * Support for dynamic localization in Symbian softkeys.Janne Anttila2010-02-171-0/+5
* | Crash when deleting the parent of a context menu while it is being displayedGabriel de Dietrich2010-02-101-4/+8
* | QMainWindow: update the separator size when the style changeOlivier Goffart2010-02-081-0/+1
|/
* S60 softkey refactoring (support for merging, priorities and menus)Janne Anttila2010-02-031-2/+0
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Fixed context menu not to have "Options" action.Janne Anttila2009-11-251-0/+1
* Second attempt: Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-3/+3
* Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-131-3/+3
* Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-3/+3
* Get menubars working again with new softkey API.Jason Barron2009-09-211-0/+1
* Introduce MenuSoftKey as a standard key to the internal enum.Jason Barron2009-09-211-1/+1
* Simplify the soft key roles of QAction.Jason Barron2009-09-211-1/+1
* Give the soft key functionality it's own macro.Jason Barron2009-09-211-5/+5
* Refactor soft keys implementation.Jason Barron2009-09-211-15/+19
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-201-1/+14
|\ \
| * | Improved the documentation of saving and restoring window geometry.Denis Dzyubenko2009-08-191-1/+14
* | | Merge commit 'qt/master'Jason Barron2009-08-181-5/+3
|\ \ \ | |/ /
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+2
| * | Fix coverity warningsThierry Bastian2009-08-131-3/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-4/+9
|\ \ \ | |/ /
| * | Ensure that when we hide QToolBar in unified, unified follows.Norwegian Rock Cat2009-07-091-4/+9
| |/
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-071-3/+4
|\ \ | |/
| * Document unified toolbar change with regard to full screen change.Norwegian Rock Cat2009-07-011-3/+4
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-291-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Renamed "menu" to "options" for S60. This follows the native styleMarkku Luukkainen2009-06-171-2/+2
* | Update softkeys correctly when no focus widget is present.Jason Barron2009-06-161-1/+10
* | Fixes from code reviewMarkku Luukkainen2009-06-081-1/+1
* | Replaced usage of QSoftKeyStack with QActions having SoftKeyRoleMarkku Luukkainen2009-06-061-62/+0
* | Replaced usage of QSoftKeyActions with QActions+SoftKeyRolesMarkku Luukkainen2009-06-061-1/+2
* | Initial version of softkey implementation that doesn't useMarkku Luukkainen2009-06-051-3/+8
* | Added automatic creation for symbian os if softkeystack is enabled.Markku Luukkainen2009-06-031-0/+3
* | Making hasSoftKeyStack() const. +coding conventions.Alessandro Portale2009-05-291-8/+6
* | Added method bool hasSoftKeyStack() so that user can check ifMarkku Luukkainen2009-05-271-1/+14
* | Merge branch 'master' into softkeysaxis2009-05-181-4/+4
|\ \ | |/
| * Doc: Updated description of QMainWindow::unifiedTitleAndToolBarOnMacGeir Vattekar2009-05-151-4/+4
* | Added Methods to set and access QSoftKeyStack from QMainWindow.Markku Luukkainen2009-05-131-0/+47
|/