summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-1/+1
* When creating QVariant(QPolygonF()) this should be a null variantAndy Shaw2013-10-181-0/+1
* Account for QPolygonF type when loading/saving the QVariantAndy Shaw2013-10-154-0/+48
* Base tst_QGuiApplication on tst_QCoreApplication to increase GUI ED coverageTor Arne Vestbø2013-10-012-4/+11
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-1/+1
* QPluginLoader: add 'staticPlugins' functionRichard Moe Gustavsen2013-09-041-1/+1
* Fix test compilation when QT_NO_CURSOR is definedAndrew Knight2013-09-031-3/+11
* Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-031-0/+7
* Remove qguieventloop from auto tests if network is unavailableAndrew Knight2013-09-021-0/+3
* Fetch StandardKey shortcuts from QPlatformThemeDavid Edmundson2013-08-201-4/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-143-0/+24
|\
| * Add auto-test for running the QEventLoop test with the GUI dispatcherTor Arne Vestbø2013-08-122-0/+4
| * Cocoa: Make sure that resizeEvent is invoked after calling resizeNils Jeisecke2013-07-301-0/+20
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-2/+8
|\|
| * Detect popup window correctly in modal window blocked handling.Friedemann Kleint2013-07-161-0/+1
| * QGuiApplicationPrivate::updateBlockedStatus(): Recurse over children.Friedemann Kleint2013-07-161-2/+7
* | Merge branch 'stable' into devSergio Ahumada2013-07-112-76/+144
|\|
| * Stabilize tst_qguiapplication.Friedemann Kleint2013-07-111-68/+140
| * test: Fix tst_qwindow::positioning() on Ubuntu 12.04Sergio Ahumada2013-07-101-1/+1
| * test: Replace QSKIP with QEXPECT_FAIL in tst_qwindowSergio Ahumada2013-07-101-7/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-2/+11
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-251-2/+11
| |\
| | * Fixed testbuild with QT_NO_CURSORBjoern Breitmeyer2013-06-251-2/+11
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-2/+9
|\| |
| * | Fix tst_QWindow for fullscreen platform pluginsRafael Roquetto2013-06-181-2/+9
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-2/+2
|\| |
| * | tst_qguivariant: Fix warnings about double / float conversion.Friedemann Kleint2013-06-081-2/+2
| |/
* / gui/kernel: Do not run test showing windows in parallel.Friedemann Kleint2013-05-302-2/+0
|/
* Rename Numpad to Num, ensure Numpad is translated in all cases on Mac.Mitch Curtis2013-05-101-4/+4
* Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifierMitch Curtis2013-04-231-0/+5
* Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-111-0/+6
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-2722-22/+0
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-206-3/+273
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
| * Add methods to convert lists of QKeySequence to/from stringsKevin Ottens2013-03-061-0/+102
| * Introduced QWindow::setMask() to expose existing platform functionality.Samuel Rødal2013-02-271-0/+17
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+5
| |\
| * | Added QWindow::Visibility convenience API to QWindow.Samuel Rødal2013-02-121-0/+40
| * | Added version() and setVersion() convenience API to QSurfaceFormat.Samuel Rødal2013-02-083-0/+111
* | | Stabilize tst_qclipboard.Friedemann Kleint2013-03-071-2/+3
| |/ |/|
* | Fix QWindow::setFramePosition() to keep the size.Friedemann Kleint2013-02-111-1/+5
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1820-20/+20
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Removed requestOrientation() API from QWindow.Samuel Rødal2012-12-061-4/+0
* Fixed abbreviations in QWindow::framePos() and QWindow::setFramePos().Samuel Rødal2012-11-271-6/+6
* Remove warnings from qtbase.Mitch Curtis2012-11-211-1/+1
* Remove QWindow pos, geometry and size as properties; pos->positionShawn Rutledge2012-11-081-6/+6
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-073-32/+32
* Introduced QWindow properties {min/max}imum{Width/Height}Samuel Rødal2012-11-021-0/+53
* Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-301-4/+65