summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Remove QMacStyle titlebar height + 4 adjustment and consequencesShawn Rutledge1-8/+0
2013-11-21QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2-0/+10
2013-11-21QTimeZone - Fix TZ file abbreviationsJohn Layt1-4/+50
2013-11-21QTimeZone - Change Olsen ID to IANA IDJohn Layt1-18/+18
2013-11-21tst_QFileSystemModel: don't expect ~/Documents to existMarc Mutz1-1/+8
2013-11-20Stabilize tst_QGraphicsWidget::updateFocusChainWhenChildDie().Friedemann Kleint1-2/+10
2013-11-20Stabilize tst_QGraphicsView::hoverLeave().Friedemann Kleint1-6/+8
2013-11-20Stabilize tst_QGraphicsScene::isActive().Friedemann Kleint1-1/+4
2013-11-20Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn4-2/+66
2013-11-20Fix crash when windowcontainer is used in a dockwidgetGunnar Sletta1-0/+29
2013-11-20tst_QWindow: Use showNormal() to prevent maximize/fullscreen interferenceTor Arne Vestbø1-1/+1
2013-11-20Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn27-11/+272
2013-11-20Ensure Qt::WA_Mapped is set in case of obscured native windows.Friedemann Kleint2-0/+32
2013-11-20QProgressDialog: add unittest for the auto-show featureDavid Faure1-0/+30
2013-11-19Testlib.selftest: Improve process execution, run on openSUSE.Friedemann Kleint1-23/+45
2013-11-18Widgets: Never revoke focus by click on focused widget.Christoph Schleifenbaum1-0/+58
2013-11-18tst_QWindow: Set explicit window position to please qWaitForWindowActiveTor Arne Vestbø1-1/+4
2013-11-18Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn27-11/+272
2013-11-17QHeaderView - do not ignore -1 as minimum section sizeThorbjørn Martsum1-0/+2
2013-11-17tst_QAlgorithms: fix compilation with C++11 enabledMarc Mutz1-1/+1
2013-11-17QCollator: enable move semanticsMarc Mutz3-0/+100
2013-11-17QCommandLineParser: add word-wrapping algorithmDavid Faure2-22/+38
2013-11-16Crash fix in QTreeView::sizeHintForColumn().Martin Pley1-0/+30
2013-11-16Stabilize tst_qabstractitemview.Friedemann Kleint1-33/+106
2013-11-15Remove QTRY_ macro from tst_qabstractitemview.Friedemann Kleint1-13/+2
2013-11-15QFormLayout: Avoid assertion with negative spacings.Jan Arve Saether1-0/+14
2013-11-15Change platform selectors to match qmake selectorsAlan Alpert18-7/+45
2013-11-15qcompilerdetection.h: add Q_COMPILER_UNIFORM_INITMarc Mutz1-0/+12
2013-11-14Match up the specified paper size to an existing one if possibleAndy Shaw1-2/+77
2013-11-14QKeySequenceEdit: simplify clear()Marc Mutz1-0/+24
2013-11-14Fully expand entities to ensure deep or widely nested ones fail parsingMitch Curtis1-1/+1
2013-11-14Skip tst_QGraphicsItem::ensureUpdateOnTextItem() on OSX 10.7Gunnar Sletta1-0/+6
2013-11-12Mark tst_qgl as insignificant in angle buildSimo Fält1-0/+1
2013-11-08QHeaderView - remove confusing boolThorbjørn Martsum3-3/+7
2013-11-08QSslConfiguration: rename [get]session() to [get]sessionTicket()Peter Hartmann1-2/+2
2013-11-08QVariant: Convert automatically from enum types to integral types.Olivier Goffart1-0/+84
2013-11-08Fix QVariant::canConvert with longlongOlivier Goffart1-3/+26
2013-11-08Revert "Fix setVisible() of QWidget has no effect in QTreeWidgetItem"Friedemann Kleint1-34/+0
2013-11-07Revert "Add tracing to logging framework"Kai Koehne1-1/+0
2013-11-07tst_QFlags: make constExpr() check compile on clang trunkMarc Mutz1-1/+1
2013-11-06QMetaType: Fix conversion between module types.Stephen Kelly1-0/+16
2013-11-06QIntegerForSize: add testMarc Mutz1-0/+15
2013-11-05Revert "Ensure CSS rules are inherited from the parent tags"Andy Shaw1-31/+0
2013-11-05QStandardPaths: add GenericConfigLocationDavid Faure1-2/+8
2013-11-05tst_qurl: add test for matches() with empty vs null caseDavid Faure1-0/+8
2013-11-05Test that QMetaObject::invokeMethod is exception safeOlivier Goffart1-0/+38
2013-11-05Test exceptions in signals and slotsOlivier Goffart1-0/+97
2013-11-05Disallow deep or widely nested entity references.Mitch Curtis4-0/+96
2013-11-05Disable clear button in read-only QLineEdit.Friedemann Kleint1-0/+3
2013-11-04Add print dialog manual test.Friedemann Kleint7-35/+699