summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | QVector - removeLast optimizeThorbjørn Martsum2013-03-072-0/+46
| | * | QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-071-1/+14
| | * | QVector - add remove functionsThorbjørn Martsum2013-03-071-0/+76
| | * | Add methods to convert lists of QKeySequence to/from stringsKevin Ottens2013-03-061-0/+102
| | * | Simplify further extension of tst_QObject::connectSlotsByNameAxel Waggershauser2013-03-061-119/+31
| | * | Fix warning about float truncation in tst_qdatastream.Friedemann Kleint2013-03-061-1/+1
| | * | Fix loop condition in tst_qhash (CLANG).Friedemann Kleint2013-03-061-2/+2
| | * | Fix warning about tautological comparison in tst_qstandarditem (CLANG).Friedemann Kleint2013-03-061-1/+1
| | * | Fix warnings about unused field variables (CLANG).Friedemann Kleint2013-03-062-2/+0
| | * | Fixed QTreeWidgetIterator to work with sorted QTreeWidgetJan Arve Saether2013-03-061-0/+27
| | * | QMap - add multiInsert with hintThorbjørn Martsum2013-03-061-0/+66
| | * | QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-062-0/+143
| | * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-063-1/+6
| | |\ \
| | * \ \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-0618-105/+510
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-0518-105/+510
| | | |\ \ \
| | * | | | | Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-053-3/+3
| | * | | | | Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+12
| | * | | | | Make QProcess startable with open()Corentin Jabot2013-03-051-0/+20
| | * | | | | Manual dialog test: Add a page for QWizard.Friedemann Kleint2013-03-054-2/+436
| | |/ / / /
| | * | | | Add missing license headerPaul Olav Tvete2013-03-051-0/+41
| | * | | | Introducing the Qt Android portPaul Olav Tvete2013-03-059-0/+1509
| | * | | | Long live QLockFileDavid Faure2013-03-056-0/+474
| | * | | | Make tst_qwidget more stableAlberto Mardegan2013-03-041-0/+1
| | * | | | Remove excess brace added by accidentThiago Macieira2013-03-041-1/+0
| | * | | | Add QProxyStyle(QString key) constructor for convenienceJ-P Nurmi2013-03-041-2/+5
| | * | | | moc: Support the '$' character as an identifierOlivier Goffart2013-03-023-0/+72
| | * | | | Fix compilation of moc generated file with MEMBER propertiesOlivier Goffart2013-03-021-1/+18
| | * | | | QUrl: update top level domains that may contain non-ASCII charactersPeter Hartmann2013-03-022-1/+34
| | * | | | Clean up manual test to QGraphicsView (rubberband)Thorbjørn Martsum2013-03-011-8/+7
| | * | | | Add QDBusReply::error() const.Jędrzej Nowacki2013-03-011-0/+25
| | * | | | Enable QGlobalStatic autotest.Jędrzej Nowacki2013-02-281-1/+3
| | * | | | Fix Q_GLOBAL_STATIC support for exceptionsThiago Macieira2013-02-281-1/+23
| | * | | | Add private API to connect to slots in QObjectPrivateOlivier Goffart2013-02-281-0/+67
| | * | | | QT_MESSAGE_OUTPUT: add support for condition depending on the typeOlivier Goffart2013-02-271-0/+64
| | * | | | Fix test scriptPaul Olav Tvete2013-02-271-39/+56
| | * | | | tst_qfile: remove unused variableDavid Faure2013-02-271-5/+0
| | * | | | Introduced QWindow::setMask() to expose existing platform functionality.Samuel Rødal2013-02-271-0/+17
| | * | | | Make sure that the reference count for plugins is kept correctlyThiago Macieira2013-02-273-1/+60
| | * | | | Autotest: check that the plugin was actually unloaded in QPluginLoaderThiago Macieira2013-02-271-0/+20
| | * | | | Fix QString::toUcs4() returns incorrectly resized QVectorKonstantin Ritt2013-02-271-0/+48
| | * | | | tst_qfileinfo: Fix invalid preprocessor directive.Friedemann Kleint2013-02-261-1/+1
| | * | | | QGraphicsView - emit signal when rubber band changes.Thorbjørn Lund Martsum2013-02-261-18/+9
| | * | | | QGraphicsView - add function to get RubberBand rectThorbjørn Lund Martsum2013-02-261-3/+34
| | * | | | QStringRef: Added toInt(), toUInt(), etc... functions to QStringRef.Keith Gardner2013-02-221-0/+932
| | * | | | Fix QMetaType of const referencesOlivier Goffart2013-02-212-0/+32
| | * | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-202-17/+93
| | |\ \ \ \
| | * | | | | QProgressBar: Use localized numbers and percent sign.Friedemann Kleint2013-02-201-0/+36
| | * | | | | Don't run qmake test that requires macx makespec on non Mac OS platformsTor Arne Vestbø2013-02-201-5/+4
| | * | | | | Add an encrypted() signal to QNetworkAccessManager and QNetworkReply.Richard Moore2013-02-191-0/+19
| | * | | | | Add support for intermediate certificates to server sockets.Richard Moore2013-02-195-6/+159