summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSaveFile: allow saving to a writable file in a non-writable directoryDavid Faure2013-04-051-9/+76
* Upgrade the bundled PCRE to 8.32Giuseppe D'Angelo2013-04-011-2/+0
* Update QLocale data to CLDRv23Konstantin Ritt2013-04-011-2/+3
* QLocale: Report textDirection() by looking to the locale scriptKonstantin Ritt2013-03-301-0/+42
* tst_qthread: fix race on "bool visited"David Faure2013-03-291-4/+4
* Ensure QTemporaryFile can create files when an identical dir exists.Mitch Curtis2013-03-231-0/+35
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-212-8/+16
|\
| * Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-2/+16
| * Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-6/+0
* | Support connection to functor with multiple operator()Olivier Goffart2013-03-191-0/+126
* | tst_qlockfile: increase delay on Windows.David Faure2013-03-191-1/+1
* | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1617-57/+57
* | tst_qlogging: fix test when QT_MESSAGE_PATTERN is already setDavid Faure2013-03-161-5/+14
* | Fix qmath autotest for armFabian Bumberger2013-03-141-1/+1
* | Improve warning messages (and readability) of connectSlotsByName()Axel Waggershauser2013-03-131-0/+5
* | Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-131-0/+23
* | Skip unstable autotestPaul Olav Tvete2013-03-121-0/+2
* | Add an auto test for Irish localeEl Mehdi Fekari2013-03-121-0/+3
* | Android: disable unsupported autotestsPaul Olav Tvete2013-03-121-1/+1
* | Android compile fixPaul Olav Tvete2013-03-121-1/+1
* | Compile fix when fileno does not return intPaul Olav Tvete2013-03-121-1/+1
* | Let QMetaObject::connectSlotsByName(o) also check for signals of oAxel Waggershauser2013-03-071-0/+15
* | QVector - removeLast optimizeThorbjørn Martsum2013-03-071-0/+9
* | QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-071-1/+14
* | QVector - add remove functionsThorbjørn Martsum2013-03-071-0/+76
* | 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
* | QMap - add multiInsert with hintThorbjørn Martsum2013-03-061-0/+66
* | QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-061-0/+65
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-062-0/+5
|\ \
| * | Do not build qsharedmemory and qsystemsemaphore autotests on QNXFabian Bumberger2013-03-051-0/+1
| * | QMimeDatabase: pass MatchMode down, to fix MatchContent.David Faure2013-03-011-0/+4
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-064-101/+236
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-054-101/+236
| |\| |
| | * | QStandardPaths: Use forward slash consistently.Friedemann Kleint2013-02-271-0/+14
| | * | Fix qfile autotest on qnxFabian Bumberger2013-02-251-0/+6
| | |/
| | * Forward the 3rd parameter of dataChangedAlbert Astals Cid2013-02-211-0/+38
| | * Fix QVector detaching in one thread while another destroys it.Jędrzej Nowacki2013-02-201-1/+77
| | * Make QVector instances counter thread safeJędrzej Nowacki2013-02-201-100/+101
* | | 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
|/ /
* | Long live QLockFileDavid Faure2013-03-056-0/+474
* | Remove excess brace added by accidentThiago Macieira2013-03-041-1/+0
* | QUrl: update top level domains that may contain non-ASCII charactersPeter Hartmann2013-03-022-1/+34
* | 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