summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qmenu_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-161-24/+24
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Doc & menubar hidden for QtDemo after switching back from fullscreenCarlos Manuel Duclos Vergara2010-04-271-0/+3
* Cocoa: quiting the app from the menubar may cause a crashRichard Moe Gustavsen2010-04-231-1/+1
* Default (Parentless) QMenuBar actions do not work (without autotest)Richard Moe Gustavsen2010-04-211-4/+15
* Revert "Default (Parentless) QMenuBar actions do not work"Morten Johan Sørvig2010-04-211-15/+4
* Default (Parentless) QMenuBar actions do not workRichard Moe Gustavsen2010-04-201-4/+15
* Fix the bug where the ampersand symbol would be discarded.Fabien Freling2010-03-261-1/+5
* Incorrect translation for Application menu items in Mac.Prasanth Ullattil2010-03-181-15/+7
* "Strictly" Fullscreen Application in Mac OSCarlos Manuel Duclos Vergara2010-03-171-0/+16
* Carbon: usage of menu bars can cause exceptions to be thrownRichard Moe Gustavsen2010-03-081-1/+1
* Application menu is not translated in Mac OS X CocoaPrasanth Ullattil2010-03-031-8/+22
* Cocoa: Menu in menubar stays highlightedRichard Moe Gustavsen2010-02-101-1/+14
* Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-011-14/+22
|\
| * Carbon: deleting a QMenu while it's open will cause a crashRichard Moe Gustavsen2010-01-271-14/+18
| * Cocoa: qaccessibility test crashesRichard Moe Gustavsen2010-01-271-0/+4
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\|
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Cocoa: refactor code for clearing the native menu barRichard Moe Gustavsen2010-01-131-43/+30
* | Cocoa: the menu bar is sometimes faulty disabledRichard Moe Gustavsen2010-01-121-49/+106
* | Cocoa: application will not quit when using dialogsRichard Moe Gustavsen2010-01-121-2/+2
* | QMenuBar::triggered(QAction *) fires twice in Mac (carbon).Prasanth Ullattil2010-01-071-14/+6
|/
* Mac: deleting a menu item might clear items in other menusRichard Moe Gustavsen2009-11-251-6/+4
* Cocoa: 'Quit' in menu bar does not workRichard Moe Gustavsen2009-11-251-1/+5
* Compile on MacOlivier Goffart2009-11-061-1/+1
* Mac: fix bug when reparenting non-native menu barsRichard Moe Gustavsen2009-10-201-2/+18
* Merge commit 'origin/4.5' into origin/4.6Olivier Goffart2009-10-151-2/+2
|\
| * Some sub menus are disabled in CocoaPrasanth Ullattil2009-10-151-2/+2
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-181-2/+13
|\|
| * Application crashes when a menu is inserted twice on a menubar (Cocoa).Prasanth Ullattil2009-09-181-2/+13
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | 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
* | Cocoa, the menus can be disabled after a modal dialogRichard Moe Gustavsen2009-08-261-3/+10
* | Mac: respect Qt::AA_MacPluginApplication and disable native menubarRichard Moe Gustavsen2009-08-251-8/+7
* | Mac: When using Qt as a plugin app, menubars does not workRichard Moe Gustavsen2009-08-251-0/+6
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-2/+2
|\|
| * Fix Menu icons are too large on CocoaDean Dettman2009-08-131-2/+2
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Get collapsible menus working correctly.Norwegian Rock Cat2009-07-241-50/+31
* | "Emacs" style keyboard shortcuts don't work on Carbon.Prasanth Ullattil2009-07-231-2/+2
* | "Emacs" style keyboard shortcuts don't work on Cocoa.Prasanth Ullattil2009-07-231-2/+4
* | Compile.Norwegian Rock Cat2009-06-291-1/+1
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\|
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Implement QMenu::separatorsCollapsible on Mac/Cocoa.Morten Sørvig2009-06-161-10/+49
* | Merge commit 'origin/4.5'Olivier Goffart2009-06-041-15/+37
|\|