summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Compile with Clang.Morten Johan Sørvig2013-04-181-4/+17
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-121-1/+1
|\|
| * QVector: Fix signedness warning in assert.Friedemann Kleint2013-04-111-1/+1
* | Add some easy move constructorsMarc Mutz2013-04-052-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-036-4095/+4306
|\|
| * Update QLocale data to CLDRv23Konstantin Ritt2013-04-013-4073/+4277
| * Fix typos in QBBSystemLocaleDataEl Mehdi Fekari2013-03-302-9/+9
| * QLocale: Report textDirection() by looking to the locale scriptKonstantin Ritt2013-03-301-13/+20
* | With GCC, use __builtin_popcount{,l,ll} for qPopulationCount()Marc Mutz2013-04-031-0/+16
* | Add qPopulationCount() function, extracted from QBitArrayMarc Mutz2013-04-033-8/+72
* | Replace HB_JustificationClass with QGlyphAttributes::JustificationClassKonstantin Ritt2013-04-011-14/+0
|/
* Make the inline CPU detection functions also staticThiago Macieira2013-03-261-2/+2
* Fix a bug in QSystemLocale on BB10El Mehdi Fekari2013-03-262-18/+20
* QLocaleBlackberry - fix include statementsRafael Roquetto2013-03-261-3/+3