summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qmenubar/tst_qmenubar.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add a test case for removing a submenu from the menubarDmitry Shachnev2016-12-011-0/+18
| |/
* | QMenuBar tests: Ignore shortcut related test on MacGabriel de Dietrich2016-11-301-10/+13
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-0/+46
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+24
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+24
| | |\
| | | * QCocoaMenuBar: Update even if no window is attachedGabriel de Dietrich2016-10-241-0/+24
| * | | QMenu: don't force platform instance creation on constructionJ-P Nurmi2016-10-161-0/+21
* | | | QMenuBar: do not gain focus when releasing Alt before X in a Alt+X shortcutGiuseppe D'Angelo2016-10-151-1/+38
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-3/+4
|\| |
| * | QGuiApplication, platform plugins: don't modify AA_DontUseNativeMenuBarShawn Rutledge2016-09-261-4/+5
* | | Fix warning about unused variableFrank Meerkoetter2016-06-151-2/+0
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-0/+59
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+59
| |\|
| | * QMenuBar: nested parenting fixFelix Bourbonnais2016-05-181-0/+59
* | | Remove tests/auto/qtest-config.h.Friedemann Kleint2016-04-121-2/+2
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-13/+13
|/ /
* | Add native support for D-Bus global menuDmitry Shachnev2016-02-231-0/+5
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* Fix closing a QMenu by pressing Alt.Friedemann Kleint2015-11-271-0/+30
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-4/+7
|\
| * Open menu on the third click on QMenuBar on X11Alexander Volkov2015-08-171-4/+7
* | tst_qmenubar: Cast char-type array subscripts to int.Friedemann Kleint2015-07-281-60/+60
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QMenuBar: fix extra indent on the right with a TopLeftCorner widget.Friedemann Kleint2014-12-041-0/+80
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-28/+28
* Stabilize tst_qmenubar.Friedemann Kleint2013-08-281-413/+403
* Close menu on 2nd click on QMenuBar.Friedemann Kleint2013-08-271-0/+25
* test: Mark tst_menubar::task256322_highlight as XFAILSergio Ahumada2013-04-291-1/+6
* QtWidgets tests: Don't call the empty function QApplication::syncX()Debao Zhang2013-03-271-1/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Clean up some metatype declarations and registrationsStephen Kelly2013-01-091-1/+0
|/
* QMenu: Do not set snapToMouse if a caused-widget exists.Friedemann Kleint2012-12-121-4/+37
* tst_QMenuBar: use QProxyStyle instead of QWindowsStyleJ-P Nurmi2012-11-261-3/+6
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-1/+1
* tst_QMenuBar: remove QSKIP's -> omit whole test cases insteadJ-P Nurmi2012-10-101-46/+43
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-08-011-3/+3
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-031-1/+1
* QMenuBar: Clean up Q_WS_WINDebao Zhang2012-02-231-4/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/widgetsBradley T. Hughes2012-01-231-12/+12
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-031-2/+2
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-41/+41