summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-033-20/+55
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-4/+7
|\
| * Swallow wheel events while a popup widget is open.Friedemann Kleint2015-01-121-4/+7
* | Fix a crash in QPlainTextEdit::documentChangedPierre Rossi2015-01-191-0/+33
|/
* 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
* Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-181-0/+52
* Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-181-1/+1
* QMenuBar: fix extra indent on the right with a TopLeftCorner widget.Friedemann Kleint2014-12-041-0/+80
* QLayout: Observe contents margin when positioning the menu bar.Friedemann Kleint2014-12-021-0/+3
* QMainWindow: Observe left contents margin when positioning status bar.Friedemann Kleint2014-12-021-0/+33
* QLineEdit: take text margins into account in minimumSizeHint().David Faure2014-11-271-0/+10
* Fix widget leak in tst_qmainwindow.Friedemann Kleint2014-11-201-0/+8
* Fix rubberband position for tabbed mdi windowsPaul Olav Tvete2014-11-191-1/+1
* Correctly update QComboBox appearance on editable changeEskil Abrahamsen Blomfeldt2014-10-241-0/+28
* QMainWindow: respect the maximum size of the central widgetPaul Olav Tvete2014-10-241-0/+45
* Respect contents margins when calculating the size hintLars Knoll2014-10-221-0/+10
* Fix height of combo popup when the list view has non-zero spacing.Friedemann Kleint2014-10-221-6/+20
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-061-0/+25
|\
| * QPlainTextEdit: Fix crash on complex undo w/full width selectionEskil Abrahamsen Blomfeldt2014-09-301-0/+25
* | Enable the qmdiarea test on X11Paul Olav Tvete2014-10-032-13/+2
* | QMdiArea: Fix positioning of cascaded sub windows.Friedemann Kleint2014-09-301-20/+18
* | Widgets: remove references to QStyleOptionFrameV<n>Marc Mutz2014-09-261-3/+3
* | Update license headers and add new license filesMatti Paaso2014-09-2446-868/+500
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-243-1/+57
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-233-1/+57
| |\|
| | * QToolButton: properly reset the size hint when a menu is set on itGiuseppe D'Angelo2014-09-161-0/+28
| | * QSizeGrip: use a QPointer to the tracked TLWGiuseppe D'Angelo2014-09-151-0/+25
| | * Show the correct cursor for QLineEdit's side buttons.Marcel Krems2014-08-121-0/+4
* | | Blacklist constantly failing test cases on OS XKalle Viironen2014-09-232-0/+8
* | | Fix too fast zooming in QTextEdit with smooth scrolling eventsAllan Sandfeld Jensen2014-09-231-0/+38
* | | Fix spin box with fine grained wheel eventsAllan Sandfeld Jensen2014-09-231-0/+32
|/ /
* | Fix saving handle width in QSplitter::saveState()Alexander Volkov2014-09-161-0/+37
* | QLineEdit: Disable standard key 'cut' when there is no selection.Friedemann Kleint2014-08-281-1/+32
* | tst_qstatusbar: Allow a little more leeway in timer checking.Robin Burchell2014-08-281-1/+6
* | Close popup widgets when wheel events are receivedFriedemann Kleint2014-08-261-0/+28
* | tst_qstatusbar: Use a timer and remove some unnecessary waits to reduce test ...Robin Burchell2014-08-181-9/+6
* | OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-0/+8
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-4/+10
|\|
| * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-301-4/+10
| |\
| | * QNX: Fix QMdiWindow autotestsFabian Bumberger2014-06-251-4/+10
* | | Make QOpenGLWidget publicLaszlo Agocs2014-08-013-0/+276
* | | QMdiArea: Store focus widget when new QMdiSubWindow is added.Friedemann Kleint2014-07-301-1/+46
* | | tst_qmdiarea: Fix widget leaks.Friedemann Kleint2014-07-251-2/+13
* | | QLineEdit: Emit textEdited() when the clear button is clicked.Friedemann Kleint2014-07-241-2/+8
* | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-1/+28
|\| |
| * | QSplitter: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-151-1/+28
* | | QGroupBox: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-151-0/+19
* | | Stabilize tst_QMenu::statusTip().Friedemann Kleint2014-07-141-2/+12
* | | Added autoHide property to QTabBarIvan Komissarov2014-07-101-0/+28