summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove incomplete paragraph from QSet::iterator documentationKai Koehne2014-02-141-3/+0
* Doc: Fix broken linksSze Howe Koh2014-02-041-1/+1
* Fix QByteArray documentation w.r.t. QString-related methodsGiuseppe D'Angelo2014-02-011-18/+12
* Doc: argument(s) was renamed to value(s), adjust QCommandLineOption docsDavid Faure2014-01-301-3/+3
* Remove duplicate move assignment operator docMorten Johan Sørvig2014-01-301-8/+1
* Fix typo in the function argument of QRect::moveTo: t -> yThiago Macieira2014-01-271-1/+1
* Doc: corrected broken linksNico Vertriest2014-01-231-3/+0
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-221-4/+4
|\
| * Fix a bug in some QString comparison operatorsLars Knoll2014-01-211-4/+4
* | Retain compiler warning stateKurt Pattyn2014-01-211-2/+5
* | Fix crash when constructing a QVector with an empty initializer list.Volker Krause2014-01-181-5/+9
* | QNX: Fix compilation of qdatetime.cppSergio Ahumada2014-01-181-2/+2
* | Optimize QDateTime string parsingJędrzej Nowacki2014-01-171-11/+31
* | Make QCommandLineParser not crash if passed a bad QCommandLineOptionThiago Macieira2014-01-161-1/+2
* | MIPS DSP build system fix and additional optimizations.lpapuga2014-01-143-0/+488
|/
* QDate - Fix parsing Qt::ISODateJohn Layt2014-01-111-0/+5
* QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+9
* QLocale - Check day number is validJohn Layt2014-01-111-0/+3
* Fix some typos in documentation.Jeff Tranter2014-01-022-3/+3
* Fix ‘looses precision’ warning in public APIKurt Pattyn2013-12-271-1/+1
* Fix qlocale_blackberry buffer initializationRafael Roquetto2013-12-171-4/+4
* Introduce Q_ATTRIBUTE_FORMAT_PRINTFHarald Fernengel2013-12-171-18/+2
* Use the short time format of the current locale on WindowsThiago Macieira2013-12-161-2/+10
* QCommandLineParser: pluck some low-hanging fruit re: exception safetyMarc Mutz2013-12-062-7/+14
* QTimeZone: Fix isValidId()John Layt2013-12-061-2/+4
* Replace the qCpuHasFeature function with a macroThiago Macieira2013-12-051-5/+1
* QBBSystemLocale: Do not set fixed buffer size when reading pps objectsEl Mehdi Fekari2013-12-041-4/+19
* Repack structs with more than one padding holeThiago Macieira2013-12-036-18/+23
* Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-291-4/+4
|\
| * Doc: corrected invalid ref. to output iteratorsNico Vertriest2013-11-291-4/+4
* | Improve digitToCLocale sign char handlingSamuel Gaist2013-11-281-2/+2
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-266-180/+266
|\|
| * QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2013-11-211-3/+6
| * QTimeZone - Fix TZ file abbreviationsJohn Layt2013-11-214-100/+171
| * QTimeZone - Fix Windows Transitions with null rulesunknown2013-11-211-1/+10
| * QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-215-76/+79
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-209-35/+76
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-189-35/+76
| |\|
| | * QCollatorSortKey: inline operator<Marc Mutz2013-11-176-25/+10
| | * QCollator(SortKey): declare as sharedMarc Mutz2013-11-171-0/+3
| | * QCollator: enable move semanticsMarc Mutz2013-11-172-3/+29
| | * QCollator(SortKey): add member-swapMarc Mutz2013-11-152-1/+13
| | * QCollator: mark ctor explicitMarc Mutz2013-11-151-1/+1
| | * Doc: Add missing \since 5.2 to QMap::first/last{,Key}Marcel Krems2013-11-141-0/+6
| | * QTimeZone: mark ctors as explicitMarc Mutz2013-11-141-2/+2
| | * Doc: remove superfluous \since 5.2Marc Mutz2013-11-141-2/+0
| | * QTimeZone: declare as sharedMarc Mutz2013-11-141-0/+1
| | * QTimeZone: add member-swapMarc Mutz2013-11-142-1/+11
* | | QLocale: Avoid a deadlock in error caseEl Mehdi Fekari2013-11-201-5/+12
|/ /
* / QCommandLineParser: add word-wrapping algorithmDavid Faure2013-11-171-5/+44
|/