summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Add a few more typedefs to QString, for STL compatibilityThiago Macieira2013-07-302-3/+33
* Avoided zero devision in cube root approximationBernd Weimer2013-07-291-4/+6
* Implement move-ctor and move-assignment-op for QScopedPointerGiuseppe D'Angelo2013-07-282-0/+40
* Add the RFC2822Date formatKevin Ottens2013-07-241-0/+135
* Add reminders to change uint to quint64 in Qt6 QDateTime time_t methodsDavid Gil2013-07-151-0/+3
* QVarLengthArray - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+10
* QSet - check if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-122-1/+9
* QHash - checks if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+20
* QList - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-2/+15
* QVector - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-1/+9
* QMap - check if iterator arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+18
* Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+1
|\
| * Fix change-of-sign warning found by ICCThiago Macieira2013-07-031-1/+1
* | Implement system locale for AndroidEskil Abrahamsen Blomfeldt2013-07-041-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-209-43/+42
|\|
| * Ensure we don't repeat QTBUG-30931 in Qt5Konstantin Ritt2013-06-181-5/+4
| * Remove use of 'register' from Qt.Stephen Kelly2013-06-177-36/+36
| * QSystemLocale: Fix the time format on BlackBerry 10El Mehdi Fekari2013-06-141-2/+2
* | Fix roundtrip conversion of datetimes.Mitch Curtis2013-06-171-4/+20
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-127-13/+18
|\|
| * Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-101-1/+1
| * QtCore: Fix MSVC-64 warnings about integer truncation.Friedemann Kleint2013-06-081-3/+3
| * Fix typo in QAlgorithms documentation.Mitch Curtis2013-06-051-1/+1
| * Prevent negative size in QBitArray, QVector and QVarLengthArray ctors.Mitch Curtis2013-06-053-3/+8
| * Use the GCC inline assembly when building for MinGWThiago Macieira2013-06-041-5/+5
* | Initialize variable to quiet valgrind.Sérgio Martins2013-06-051-0/+1
* | Iterate over the smaller set in QSet::intersect().Mitch Curtis2013-06-051-2/+10
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-0/+6
|\|
| * Mention QRect's int min/max constraints in detailed description.Mitch Curtis2013-06-041-0/+6
* | Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-031-15/+16
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-237-22/+37
|\|
| * Fix QLocalePrivate object leakingjian liang2013-05-201-1/+1
| * Repurpose the former Q_OS_MAC synonym "Q_OS_MACX" to mean "OS X".Jake Petroules2013-05-091-1/+1
| * Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-081-2/+5
| * QLocalePrivate: remove unused dataPointerForIndex functionThiago Macieira2013-05-082-14/+0
| * Specify gnu_printf for message formatting with MinGWJonathan Liu2013-05-081-0/+8
| * Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-072-4/+22
* | Add a pair of constructor/assignment function pairs to QPairThiago Macieira2013-05-082-0/+33
* | Merge branch 'stable' into devSergio Ahumada2013-05-076-52/+81
|\|
| * QLocale: cache the QLocalePrivate for the default QLocaleThiago Macieira2013-05-011-6/+9
| * QLocale: cache the C locale's privateThiago Macieira2013-05-012-1/+15
| * Fix QLocale::standaloneMonthName when d->m_data == systemData()Albert Astals Cid2013-05-016-3/+17
| * Make QLocalePrivate PODThiago Macieira2013-04-302-12/+21
| * QLocalePrivate: remove QLocalePrivate::m_indexThiago Macieira2013-04-302-27/+10
| * Move the code that creates QLocalePrivate to separate functionsThiago Macieira2013-04-301-27/+33
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-293-36/+36
|\|
| * Remove QLocalePrivate::m_localeIDhjk2013-04-232-36/+32
| * Use a QVector<QDateTime> instead of an array in QFileInfoPrivatehjk2013-04-231-0/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-0/+3
|\|
| * Make sure to also check for null CFPropertyLists.Thiago Macieira2013-04-191-0/+3