summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QVector: Fix signedness warning in assert.Friedemann Kleint2013-04-111-1/+1
* 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
* 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
* match #ifdefs relating to arm compilationOswald Buddenhagen2013-03-241-1/+1
* Mark Q_UNUSED the private members that aren't usedThiago Macieira2013-03-233-0/+3
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-213-17/+23
|\
| * Correct QDate and QTime documentation.Mitch Curtis2013-03-141-6/+2
| * Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-5/+5
| * Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-4/+3
| * Fix static builds with ICUKai Koehne2013-03-121-2/+13
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-2096-6668/+10488
|\ \
| * | QLocalePrivate: Add convenience language/script/country to code helpersKonstantin Ritt2013-03-192-14/+18
| * | Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-192-0/+4
| * | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1616-68/+68
| * | Move Unicode script itemization code from text engine to UnicodeToolsKonstantin Ritt2013-03-143-27/+60
| * | Inital port of QSystemLocale on BlackBerry 10El Mehdi Fekari2013-03-145-127/+416
| * | Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-131-0/+3
| * | Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-133-5/+227
| * | interpret format argument of QString::sprintf() as UTF-8Oswald Buddenhagen2013-03-121-1/+3
| * | QRegularExpression: refactor the handling of the study dataGiuseppe D'Angelo2013-03-121-17/+24
| * | QVector - removeLast optimizeThorbjørn Martsum2013-03-071-1/+18
| * | QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-072-2/+26
| * | QVector - add remove functionsThorbjørn Martsum2013-03-072-4/+26
| * | QMap - add multiInsert with hintThorbjørn Martsum2013-03-062-0/+91
| * | QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-062-0/+93
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-0/+10
| |\ \
| * \ \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-063-9/+31
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-053-9/+31
| | |\ \ \
| * | | | | QLocale: Add some more languages and scriptsKonstantin Ritt2013-03-053-156/+869
| |/ / / /
| * | | | Introducing the Qt Android portPaul Olav Tvete2013-03-051-1/+1
| * | | | Fix potential issue in QTBF itemization codeKonstantin Ritt2013-03-041-1/+1
| * | | | Mark all qtbase headers that aren't cleanThiago Macieira2013-03-031-0/+5
| * | | | Fix QString::toUcs4() returns incorrectly resized QVectorKonstantin Ritt2013-02-271-7/+8
| * | | | Compile only the SHA-1 code into qdocThiago Macieira2013-02-231-17/+43
| * | | | QStringRef: Added toInt(), toUInt(), etc... functions to QStringRef.Keith Gardner2013-02-222-0/+329
| * | | | Fix compilation with Clang on MacOS.Erik Verbruggen2013-02-191-10/+4
| * | | | QLocale: Added QStringRef overloads to toInt(), toUInt(), etc...Keith Gardner2013-02-183-0/+290
| * | | | Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-2/+0
| * | | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-173-3/+4
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-143-3/+4
| | |\ \ \ \
| * | | | | | QLocalePrivate: Generalized numberToCLocale.Keith Gardner2013-02-162-7/+25
| * | | | | | Revert "Provide better error if min (or max) is defined in QDateTime"Jędrzej Nowacki2013-02-161-3/+0
| * | | | | | Make it possible to use QPointer<const T>Stephen Kelly2013-02-131-1/+1
| |/ / / / /
| * | | | | Improve QRegularExpression captureCount / namedCaptureGroups docsGiuseppe D'Angelo2013-02-121-4/+23
| * | | | | QRegularExpression: print a warning if (?J) is used in a patternGiuseppe D'Angelo2013-02-121-0/+8
| * | | | | QRegularExpression: don't use study data when getting the pattern infoGiuseppe D'Angelo2013-02-121-1/+2