summaryrefslogtreecommitdiffstats
path: root/tests/manual/qscreen
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-045-5/+5
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-192-0/+4
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-141-2/+2
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-5/+0
* Fix build errors in manual testsAssam Boudjelthia2023-01-202-4/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-165-135/+10
* Get rid of all usage of QApplication:desktopVolker Hilsheimer2020-10-141-6/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Fix compilation of some manual testsFriedemann Kleint2020-09-261-3/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* xcb: drop Xinerama supportLiang Qi2020-09-041-2/+1
* CMake: Regenerate manual testsAlexandru Croitor2020-07-081-1/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-9/+5
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-071-2/+1
* Convert all of tests/manualLeander Beernaert2019-11-141-0/+18
* Fix compile errors related to missing Qt:: namespaceLeander Beernaert2019-11-121-7/+7
* Remove usages of deprecated APIs of QDesktopWidgetSona Kurazyan2019-10-131-1/+4
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-193-3/+3
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-3/+3
* QScreen manual test: fix conversion of enum values to namesAlexander Volkov2016-08-251-1/+1
* QScreen manual test: show names of enum valuesAlexander Volkov2016-08-251-0/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-0/+67
|\
| * QScreen manual test: add MouseMonitor to test multi-screen scenariosShawn Rutledge2016-04-081-0/+67
* | Updated license headersJani Heikkinen2016-01-215-85/+60
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
|/
* QScreen manual test: don't crash when a QScreen is nullShawn Rutledge2015-09-241-4/+13
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-032-20/+15
|\
| * Fix the qscreen manual test for separate X screensLaszlo Agocs2015-05-122-19/+14
* | Manual QScreen test: capture screen changes.Friedemann Kleint2015-05-074-47/+188
* | xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-061-0/+2
|/
* Update copyright headersJani Heikkinen2015-02-115-35/+35
* QScreen manual test: use sizeHint; don't override QLineEdit text colorShawn Rutledge2015-01-093-4/+9
* Update license headers and add new license filesMatti Paaso2014-09-245-95/+55
* Make it possible to know when a screen is being removedAleix Pol2014-07-022-2/+12
* Update copyright year in Digia's license headersSergio Ahumada2013-01-185-5/+5
* QScreen manual test improvements: fields resize, better formattingShawn Rutledge2012-10-164-11/+24
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-225-120/+120
* Added manual test for QScreen propertiesShawn Rutledge2012-09-217-0/+494