summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix bool comparison in tst_qopenglwidget.cppPeter Varga2022-10-231-3/+3
* Set alphaBufferSize to -1 when disabling translucency in QtWidgetsPeter Varga2022-10-211-0/+26
* Fix flakiness in tst_QDoubleSpinBox / editingFinishedAxel Spoerl2022-10-181-1/+8
* Fix memory leak and clean up splitter testVolker Hilsheimer2022-10-141-24/+25
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* tests: skip two tests in tst_QDockWidget on WaylandLiang Qi2022-10-071-0/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-0413-156/+156
* Prevent dock widget from resizing upon unplugging from main windowAxel Spoerl2022-09-211-2/+14
* Fix use of 0 as null pointer in tst_QDateTimeEditEdward Welbourne2022-09-201-2/+2
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-2734-98/+151
* Replace logging category lcQpaDockWidgets in dock widget auto testAxel Spoerl2022-08-261-41/+37
* Add QDockWidget save & restore auto testAxel Spoerl2022-08-261-0/+160
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2349-49/+49
* Revert Q_DECLARE_EXPORTED_LOGGING_CATEGORY in tst_qdockwidgetAxel Spoerl2022-08-231-0/+6
* Declare logging category exported in tst_QDockWidgetAxel Spoerl2022-08-051-6/+0
* tst_QFocusFrame: fix -WparanthesesMarc Mutz2022-08-041-1/+1
* Fix initialization of QDateEdit and QTimeEditEdward Welbourne2022-08-041-2/+0
* Fix handling of invalid input to Q(Date|Time)Edit constructorsEdward Welbourne2022-08-041-2/+1
* Expand QDateTime edit constructor tests to cover Q(Date|Time)EditEdward Welbourne2022-08-041-20/+51
* Simplify the data tables for some QDateTimeEdit constructor testsEdward Welbourne2022-08-041-75/+30
* Add license headers to cmake filesLucie Gérard2022-08-0349-0/+147
* CMake: Remove unnecessary INCLUDE_DIRECTORIES . in testsAlexandru Croitor2022-07-283-6/+0
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2848-56/+56
* QAction: add QT_DEPRECATED_VERSION_6_0 to deprecated methodsIvan Solovev2022-07-211-1/+1
* Try re-enabling test on WaylandEskil Abrahamsen Blomfeldt2022-07-141-2/+0
* Skip test which depends on window activations on WaylandEskil Abrahamsen Blomfeldt2022-07-131-2/+4
* QKeySequenceEdit: Add a finishing key combinations propertyLaszlo Papp2022-07-091-0/+40
* QKeySequenceEdit: add a maximumSquenceLength propertyLaszlo Papp2022-06-271-0/+37
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-0/+94
* unblacklist passing tests 2022Anna Wojciechowska2022-06-231-2/+0
* Remove unused variable in tst_QTextEdit::setDocumentPreservesPalette()Shawn Rutledge2022-06-211-1/+0
* BLACKLIST tst_QMenuBar::check_menuPosition for Ubuntu 22.04Heikki Halmet2022-06-201-0/+1
* QMainWindow: fix restoreState() for toolbarsIvan Solovev2022-06-171-0/+5
* QComboBox: emit currentIndexChanged() and currentTextChanged() when the model...Ivan Solovev2022-06-161-0/+33
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Don't crash when removing the last visible tabVolker Hilsheimer2022-06-131-0/+34
* Don't hide a widget that is swapped into a hidden splitterVolker Hilsheimer2022-05-231-0/+43
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-201-3/+2
* QTextDocument/QGraphicsTextItem: skip layout in setTextWidth(0)David Faure2022-05-171-2/+3
* Use SPDX license identifiersLucie Gérard2022-05-1650-1351/+101
* Blacklist: test cases blacklisted in tst_QDockWidget:CI Insignificant Platforms Monitor Bot2022-05-041-0/+2
* Fix QDockWidget parenting and dock permissionsAxel Spoerl2022-04-193-2/+603
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-4/+6
* QSplitter: Don't move handle in non-pressed stateNodir Temirkhodjaev2022-04-051-0/+21
* Android: skip flaky tst_qcalendarwidget::showPrevNext()Assam Boudjelthia2022-04-041-0/+3
* Android: skip few tst_qopenglwidget tests that crash on CIAssam Boudjelthia2022-04-021-1/+31
* Android: skip crashing tests tst_QOpenglWidget::clearAndResizeAndGrab()Assam Boudjelthia2022-03-301-0/+3
* Android: re-enable skipped testsIvan Solovev2022-03-292-6/+0
* Fix compiler warnings in testsVolker Hilsheimer2022-03-241-1/+1
* Android: activate tst_QLineEditIvan Solovev2022-03-233-8/+10