summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add operator[] to QVectorND classesSean Harmer2013-08-271-0/+80
* Add QJsonValue::toInt().Mitch Curtis2013-08-271-4/+18
* QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel.Thorbjørn Lund Martsum2013-08-261-1/+1
* Long live QCommandLineParser!David Faure2013-08-246-0/+638
* QLinkedList - fix insert with iterator when the list is shared.Thorbjørn Martsum2013-08-241-0/+19
* QList - fix insert with iterator on shared instanceThorbjørn Martsum2013-08-241-0/+16
* QLinkedList - fix erase with iterator when the list is shared.Thorbjørn Martsum2013-08-243-0/+83
* QList - fix QList::erase when the list is sharedThorbjørn Martsum2013-08-241-0/+33
* QMap - fix erase with iterator when the map is sharedThorbjørn Martsum2013-08-241-0/+57
* QHash/QSet - fix QHash::erase when the hash is sharedThorbjørn Martsum2013-08-241-0/+30
* QThreadPool: fix counting of waiting threadsDavid Faure2013-08-241-0/+56
* Add unit test to ensure %3A in a path isn't decoded to ':'Thiago Macieira2013-08-231-0/+5
* Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-232-3/+32
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-229-11/+252
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-219-11/+252
| |\
| | * QtBase: Skip some tst_qwidget steps in Ubuntu 11.10Simo Fält2013-08-192-0/+10
| | * Fix QGraphics(Ellipse)Item autotestGiuseppe D'Angelo2013-08-191-4/+7
| | * Fix QPointF::division autotestGiuseppe D'Angelo2013-08-191-2/+2
| | * Add manual test for shortcutsGatis Paeglis2013-08-193-0/+155
| | * test: Skip some more qsslsocket flaky tests [part 2]Sergio Ahumada2013-08-161-5/+13
| | * QHeaderView::paintSection(): fix visible index handlingJ-P Nurmi2013-08-151-0/+65
* | | QUrl: Use decoded mode by default for individual getters/setters.David Faure2013-08-211-13/+18
* | | QUrl: fix host(FullyDecoded), it shouldn't trigger EncodeUnicode.David Faure2013-08-211-0/+25
* | | Add benchmark for QThreadPool.David Faure2013-08-213-1/+99
* | | tst_qgraphicsproxywidget: fix memory leakDavid Faure2013-08-211-0/+5
* | | QComboBox - only react on a mouse-release if we had a mousepressThorbjørn Lund Martsum2013-08-211-6/+35
* | | QNetworkReply auto test: adapt to new session life timePeter Hartmann2013-08-211-5/+7
|/ /
* | QDateTime - Fix tests to correctly restore time zoneJohn Layt2013-08-211-3/+7
* | change reporting of missing filesOswald Buddenhagen2013-08-201-1/+1
* | Fetch StandardKey shortcuts from QPlatformThemeDavid Edmundson2013-08-201-4/+5
* | Extend QStyle API with a SH_Splitter_OpaqueResize styleHintRohan Garg2013-08-201-0/+2
* | Skip tst_QGraphicsProxyWidget::deleteProxyForChildWidget on WinFrederik Gladhorn2013-08-201-0/+4
* | tst_qgraphicsproxywidget: skip crashing test on Mac/Windows.David Faure2013-08-201-0/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-1631-154/+508
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-1431-154/+508
| |\|
| | * Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-0/+7
| | * RCC: Make auto-test pick up the right binaryhjk2013-08-131-6/+10
| | * test: Skip some more qsslsocket flaky testsSergio Ahumada2013-08-131-4/+9
| | * Make the QItemSelectionModel test widgets-independent.Stephen Kelly2013-08-133-54/+51
| | * Add auto-test for running the QEventLoop test with the GUI dispatcherTor Arne Vestbø2013-08-124-1/+9
| | * Don't assume Q_OS_UNIX means we support QEventLoop::X11ExcludeTimersTor Arne Vestbø2013-08-122-3/+19
| | * Add some debugging information to diagnose bug.Stephen Kelly2013-08-121-2/+11
| | * test: Mark tst_QFileSystemWatcher::watchFileAndItsDirectory() as XFAILSergio Ahumada2013-08-111-1/+6
| | * test: Skip some flaky tests, but only if they are expected to failSergio Ahumada2013-08-101-33/+77
| | * test: Mark tst_QGlyphRun::drawMultiScriptText2() as XFAILSergio Ahumada2013-08-091-0/+4
| | * Merge branch 'release' into stableSergio Ahumada2013-08-091-0/+44
| | |\
| | | * QHttpMultiPart: fix data corruption in readData methodPeter Hartmann2013-07-291-0/+44
| | * | Expect fail font family mismatch in the right placeFrederik Gladhorn2013-08-081-9/+9
| | * | Revert c3f485c5250a503832e767e1fe5e40595126f6c5Albert Astals Cid2013-08-083-131/+0
| | * | QComboBox: fix item activation via completerJ-P Nurmi2013-08-081-0/+35