summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qwindow
Commit message (Expand)AuthorAgeFilesLines
* QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-271-1/+0
* 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
|\
| * Fix QWindow::setFramePosition() to keep the size.Friedemann Kleint2013-02-111-1/+5
* | Added QWindow::Visibility convenience API to QWindow.Samuel Rødal2013-02-121-0/+40
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-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 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-071-24/+24
* Introduced QWindow properties {min/max}imum{Width/Height}Samuel Rødal2012-11-021-0/+53
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fixed multiple modal windows from all blocking each other.Samuel Rødal2012-09-211-0/+40
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Make tests compile without gui-privatePaul Olav Tvete2012-08-021-0/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-251-10/+10
* Remove insignificant_test for tst_qwindow on Mac OS XBradley T. Hughes2012-06-062-6/+6
* QPA tablet event supportLaszlo Agocs2012-05-311-0/+58
* Fix wrong local positions in mouse events when no tlw was givenLaszlo Agocs2012-05-231-1/+21
* Fix QWindow autotest for Windows.Miikka Heikkinen2012-04-272-8/+20
* Add a QWindow autotest case for reentrant mouse/touch eventsLaszlo Agocs2012-04-241-2/+55
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-0/+35
|\
| * Don't ignore tst_QWindow on Mac OS XBradley T. Hughes2012-04-042-3/+6
| * Add tst_QWindow::windowModality()Bradley T. Hughes2012-04-041-0/+32
* | Merge master into api_changesKent Hansen2012-03-271-5/+118
|\|
| * Test mouse events more thoroughly in QWindow autotestLaszlo Agocs2012-03-261-5/+118
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-222-6/+53
|/
* Unset _NET_WM_USER_TIME_WINDOW before destroying the windowJan Arne Petersen2012-03-011-0/+13
* Fix warning about unregistered metatype in QWindow autotest.Jason McDonald2012-02-211-0/+2
* Windows: Fix QWindow-test.Friedemann Kleint2012-02-171-1/+1
* QWindow-test: Fix QSignalSpy warning about Qt::ScreenOrientation.Friedemann Kleint2012-02-171-0/+3
* Make "nmake check" pass for gui tests in Windows.Miikka Heikkinen2012-02-101-0/+1
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-101-4/+112
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Implement QWindow::close()Anselmo L. S. Melo2012-01-271-0/+16
* Made QWindow::currentOrientation() a property.Samuel Rødal2012-01-261-2/+6
* Made window orientation API more flexible.Samuel Rødal2012-01-241-0/+18
* Fix synthesizing mouse events when touches change orderingLaszlo Agocs2012-01-231-3/+29
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-9/+161
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Add touchEvent() virtual to QWindow.Laszlo Agocs2011-12-121-0/+82
* Re-enable 'check' target for tests/auto/gui on Mac OS XBradley T. Hughes2011-12-091-0/+1
* Moved tests into gui/kernel/ and gui/qopengl/Jo Asplin2011-11-042-0/+232