summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-11136-999/+975
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1012-66/+216
|\
| * Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-061-0/+11
| * Do not close popup widgets when showing a widget embedded into QGraphicsView.Friedemann Kleint2015-02-051-0/+39
| * QHeaderView: check that length is correct and fix restoring Qt4 state.Arnaud Bienner2015-02-031-0/+31
| * Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-033-20/+55
| * Fix QGraphicsWidget window frame section logicDyami Caliri2015-02-021-0/+29
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-4/+7
| |\
| | * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-169-3/+93
| | |\
| | * | Swallow wheel events while a popup widget is open.Friedemann Kleint2015-01-121-4/+7
| * | | Enter/Return should cause an edit inside an itemview on OS XAndy Shaw2015-01-232-6/+0
| * | | Android: Fix some tests for QCompleterEskil Abrahamsen Blomfeldt2015-01-231-0/+6
| * | | Windows: Fix coordinate offset when positioning the taskbar on the left.Friedemann Kleint2015-01-201-3/+6
| * | | Fix QVERIFY() in tst_qwidget.Friedemann Kleint2015-01-201-35/+55
| * | | Add test for QColorDialog initial colorJoni Poikelin2015-01-191-0/+10
* | | | Remove traces of the Maemo platformTor Arne Vestbø2015-02-041-1/+1
* | | | Allow exposing QItemSelectionModel to QMLGabriel de Dietrich2015-02-031-1/+0
* | | | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-035-6/+6
* | | | QTreeWidget: forbid forcing PartiallyChecked on parent tristate items.David Faure2015-01-251-0/+6
* | | | Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-252-1/+64
* | | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-2110-3/+126
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-2110-3/+126
| |\| | |
| | * | | Fix a crash in QPlainTextEdit::documentChangedPierre Rossi2015-01-191-0/+33
| | | |/ | | |/|
| | * | Android: Fix QLayout testsEskil Abrahamsen Blomfeldt2015-01-163-0/+14
| | * | Android: Fix QDirModel testsEskil Abrahamsen Blomfeldt2015-01-163-3/+48
| | * | Android: Fix QSideBar testEskil Abrahamsen Blomfeldt2015-01-161-0/+6
| | * | Android: Fix some QStyle testsEskil Abrahamsen Blomfeldt2015-01-082-0/+25
| | |/
* | | Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-201-0/+17
* | | QHeaderView: fix restoring Qt4 state.Arnaud Bienner2015-01-201-0/+31
|/ /
* | tst_qitemdelegate: remove more duplication.David Faure2015-01-171-12/+1
* | tst_QSizePolicy::getSetCheck: separate data generation from testMarc Mutz2015-01-171-9/+68
* | QProgressDialog: don't require setValue(0) to be called.David Faure2015-01-171-6/+39
* | qtest_widgets.h: add support for pretty-printing QSizePolicyMarc Mutz2015-01-161-0/+50
* | QComboBox: make setModel reset the root model indexGiuseppe D'Angelo2015-01-131-0/+23
* | Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-132-0/+62
* | tst_QWidget: include QTest, not QtTestGiuseppe D'Angelo2015-01-061-1/+2
* | QItemDelegate: let QTextEdit and QPlainTextEdit receive tab keypressesGiuseppe D'Angelo2015-01-042-5/+86
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-292-14/+77
|\|
| * QScrollBar: emit valueChanged once even if a slot takes too much timePavel Krebs2014-12-191-0/+40
| * Don't clear lineedit in non normal echo mode when validation is invalidAndy Shaw2014-12-191-14/+37
* | tst_QSizePolicy: non-functional fixesMarc Mutz2014-12-261-1/+3
* | tst_QSizePolicy: split a test functionMarc Mutz2014-12-261-3/+7
* | tst_QSizePolicy: minor cleanupMarc Mutz2014-12-261-15/+2
* | Make setting twice the very same model on QComboBox a no-opGiuseppe D'Angelo2014-12-201-0/+6
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-183-4/+56
|\|
| * Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-181-0/+52
| * Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-182-4/+4
* | Make the defaultSectionSize property of QHeaderView style dependentAlexander Volkov2014-12-111-0/+36
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-104-17/+197
|\|
| * Stabilize tst_QWindowContainer.Friedemann Kleint2014-12-041-15/+39