summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-033-21/+26
* widget/graphicsview: Do not run tests showing windows in parallel.Friedemann Kleint2013-06-035-6/+0
* gui/kernel: Do not run test showing windows in parallel.Friedemann Kleint2013-05-302-2/+0
* Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-272-1/+87
* Remove XFAIL from tst_qgraphicswidget::initialShow2().Friedemann Kleint2013-05-272-4/+0
* Add QComboBox::currentDataGiuseppe D'Angelo2013-05-271-0/+146
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-2326-48/+624
|\
| * Fix regression when pasting into QTextEdit from Firefox.Mitch Curtis2013-05-231-0/+11
| * Process initial expose events immediately.Morten Johan Sørvig2013-05-231-0/+4
| * Stabilize tst_qgraphicssceneindex.Friedemann Kleint2013-05-231-1/+1
| * QPrintPreviewDialog: Prevent changing of page in resize handling.Friedemann Kleint2013-05-231-0/+46
| * Fixed autotest build for configurations without printsupportOliver Wolff2013-05-211-1/+1
| * QThreadPool: Fix regression from Qt 4 in dealing with priority startsThiago Macieira2013-05-201-0/+53
| * QtCore: fix the number precision in QJsonDocument.toJson()Liang Qi2013-05-201-12/+65
| * moc: Fix Generator::registerableMetaTypeOlivier Goffart2013-05-201-0/+2
| * moc: recover bad template parsing.Olivier Goffart2013-05-201-0/+3
| * QtWidgets: avoid integer divide by zero in QProgressDialogLiang Qi2013-05-151-0/+11
| * QGV: fix items not to be selected on right mouse button releaseJ-P Nurmi2013-05-141-0/+28
| * tst_qmdiarea: Prevent scrollbars from messing up expected viewport calculationTor Arne Vestbø2013-05-141-3/+9
| * test: Remove XFAIL from tst_qwidgetSergio Ahumada2013-05-131-4/+0
| * Disabling some concurrency in widget testsSimo Fält2013-05-102-2/+0
| * Rename Numpad to Num, ensure Numpad is translated in all cases on Mac.Mitch Curtis2013-05-101-4/+4
| * Make QFlags enum flags (C++11 strict enums) friendlyAlbert Astals Cid2013-05-091-0/+116
| * Stabilize QGraphicsWidget test.Friedemann Kleint2013-05-091-15/+12
| * Fix a case of connect()ing to signals declared in a base classOlivier Goffart2013-05-091-0/+25
| * Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-082-4/+19
| * Fix tabFocusFirst when that item is removed from QGraphicsSceneMiikka Heikkinen2013-05-081-0/+18
| * QLocale: add autotest for French_Morocco localeEl Mehdi Fekari2013-05-081-0/+1
| * moc: use fprintf instead of qWarningOlivier Goffart2013-05-081-0/+5
| * Only expect EGL libraries in the cmake files if Qt is configured to use it.Stephen Kelly2013-05-071-1/+1
| * Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-071-0/+22
| * Fixed applying invalid data from QLineEdit to modelIvan Komissarov2013-05-071-0/+131
| * Add QSKIP to hoverenter-test in tst_qgraphicsproxywidget.Friedemann Kleint2013-05-071-0/+1
| * Fix XPASS in tst_qgraphicswidget (Windows).Friedemann Kleint2013-05-071-1/+1
| * QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-071-0/+34
* | Silently strip leading dot off QFileDialog default suffixes.Friedemann Kleint2013-05-211-0/+2
* | Make it possible to access QPair and std::pair elements from a QVariant.Stephen Kelly2013-05-201-0/+28
* | Add container access functionality for associative containers in QVariant.Stephen Kelly2013-05-201-0/+85
* | Don't test QHash<float, U> or QHash<double, U>Stephen Kelly2013-05-201-4/+1
* | Fix some data races in tst_qthreadpool.David Faure2013-05-191-16/+16
* | QSslConfiguration: add API to persist and resume SSL sessionsPeter Hartmann2013-05-101-0/+59
* | QDBus: Add test for a{sv} and an annotation pointing to QVariantHash.David Faure2013-05-103-9/+20
* | tst_qdbusabstractinterface: generate interface at compile timeDavid Faure2013-05-094-229/+8
* | Add automatic container access registration for built-in containers.Stephen Kelly2013-05-081-19/+0
* | Add QVariantList extraction from a QVariant with a sequential container.Stephen Kelly2013-05-081-0/+51
* | Add QVariant container iteration API.Stephen Kelly2013-05-081-0/+165
* | Core: Support for converting user defined QVariant types.Christoph Schleifenbaum2013-05-081-0/+282
* | Set the base used to display the spin box valueKevin Ottens2013-05-071-0/+58
* | Merge branch 'stable' into devSergio Ahumada2013-05-075-62/+135
|\|
| * Autotest: Use the new test zone in all name-lookup unit testsThiago Macieira2013-05-073-61/+107