summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
Commit message (Expand)AuthorAgeFilesLines
* Re-enable some skipped tests in tst_qwidgetMiikka Heikkinen2012-11-071-8/+0
* Fix excess enter events when showing modal dialog on button pressMiikka Heikkinen2012-11-071-0/+94
* Fix inconsistent leave/enter events for main window when popup is openMiikka Heikkinen2012-11-061-9/+185
* test: Remove some QSKIP's from tst_QStyleSergio Ahumada2012-11-031-20/+23
* Mac: refactor scrollbar animationsJ-P Nurmi2012-11-023-16/+19
* Make it obvious that adding a QLayout to QSplitter is not supported.Mitch Curtis2012-11-021-1/+11
* Fix progressbar animation on macstyleJens Bache-Wiig2012-11-021-0/+7
* Compile fix for tst_qstylesheetstyle.cpphjk2012-11-011-1/+1
* Strip trailing whitespace in itemviews.Stephen Kelly2012-11-013-11/+11
* test: Remove QSKIP from tst_QListView::setCurrentIndexAfterAppendRowCrashSergio Ahumada2012-10-301-4/+5
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-294-95/+18
* QComboBox: new signal currentTextChangedMark Brand2012-10-261-0/+55
* QComboBox: fix use in QDataWidgetMapper/QItemDelegateMark Brand2012-10-262-2/+56
* Fix a crash in QFileDialog when selecting an invalid name filter.Friedemann Kleint2012-10-261-1/+46
* Properly check for widget's visibility in doublespinbox autotestOliver Wolff2012-10-261-2/+2
* correct spelling in commentMark Brand2012-10-251-1/+1
* test: Remove QSKIP from tst_QFileDialog2Sergio Ahumada2012-10-251-3/+7
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-3/+5
* Implement viewOptions logic in QTableViewPrivate.Stephen Kelly2012-10-251-0/+12
* Fix: don't override the new non-cosmetic default pen in qwidgetaavit2012-10-251-2/+2
* Unmark tst_qgroupbox as a parallel testRohan McGovern2012-10-241-1/+0
* Stabilize tst_qfontdialog test case.Miikka Heikkinen2012-10-231-6/+19
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-2213-104/+59
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-226-29/+104
* Fix integer overflow in QSpinBox.Stephen Kelly2012-10-221-0/+31
* Make sure uints remain uints when editing in itemviews.Stephen Kelly2012-10-192-0/+80
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-1937-158/+158
* Modified vertical alignments of simple widgets on OSXTero Ahola2012-10-182-10/+5
* QComboBox: replace homebrew with QSignalSpy for editTextChanged testMark Brand2012-10-161-35/+12
* Fix QComboBox icon testingGiuseppe D'Angelo2012-10-163-2/+4
* Exclude a QCOMPARE in tst_QListWidget instead of excluding the whole class.Stephen Kelly2012-10-162-2/+5
* Improve Qt::WA_UnderMouse accuracyMiikka Heikkinen2012-10-151-0/+82
* Do not accept key events if a widget is disabledOliver Wolff2012-10-131-0/+39
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-1312-82/+94
* Mark QTreeView test as significant.Stephen Kelly2012-10-121-1/+0
* Fix tst_QTextEdit::fullWidthSelection2() for shadow buildKonstantin Ritt2012-10-121-1/+1
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-101-4/+3
* Move QValidator tests to QtGuiGiuseppe D'Angelo2012-10-1010-850/+0
* Fix a regression with regards to hfw behavior in QStackedWidgetJan Arve Saether2012-10-101-0/+32
* tst_QMenuBar: remove QSKIP's -> omit whole test cases insteadJ-P Nurmi2012-10-101-46/+43
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-105-14/+10
* tst_QApplication: Make sure the native style is being usedGabriel de Dietrich2012-10-101-0/+2
* tst_qfiledialog: fixed typo causing semi-random completer() failureRohan McGovern2012-10-091-1/+1
* Stabilize test qmenu::pushButtonPopulateOnAboutToShow().Friedemann Kleint2012-10-081-19/+32
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-081-3/+4
* test: Remove QSKIP from tst_QToolButton::triggered()Sergio Ahumada2012-10-041-4/+0
* Fix segfault when delegates change properties on editors.Stephen Kelly2012-10-041-0/+56
* QXcbWindow: Don't recreate window when reparenting.Yoann Lopes2012-10-011-40/+11
* tst_QDateTimeEdit: cleanup whitespace & follow Qt coding styleJ-P Nurmi2012-09-281-76/+31
* Run application main run loop in color/font dialog testTeemu Katajisto2012-09-272-24/+46