summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix capacity reservation for shared QByteArrayThiago Macieira2014-04-051-1/+1
* Don't read before the beginning of the stringThiago Macieira2014-04-041-5/+11
* Fix unused variable warningKonstantin Ritt2014-04-011-1/+1
* Fix compile for embedded Androidaavit2014-03-311-1/+1
* Fix typosFrederik Gladhorn2014-03-291-1/+9
* Mark QPoint, QPointF, QRect, QRectF as reentrant.Mitch Curtis2014-03-272-0/+4
* Reuse one QCollator instance for QString::localeAwareCompareLars Knoll2014-03-271-2/+8
* Remove useless Q_NO_DECLARED_NOT_DEFINED flagJędrzej Nowacki2014-03-251-1/+1
* Fix some documentation errors.Friedemann Kleint2014-03-242-2/+22
* Fix qdoc warnings in QMargins, QRect.Friedemann Kleint2014-03-212-8/+8
* Fix typos in QRegExp documentationKai Koehne2014-03-191-2/+2
* Fix double release in QTimeZone on MacFrederik Gladhorn2014-03-191-1/+0
* Doc: document QSharedPointer::swap() methodMarc Mutz2014-03-172-0/+10
* Remove level 4 compiler warnings from MSVC.David Schulz2014-03-156-8/+62
* Use QCommandLineParser in example dnslookup.Friedemann Kleint2014-03-151-0/+72
* Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-104-66/+97
* Revert the QByteArrayList addition to Qt 5.3Thiago Macieira2014-03-083-384/+0
* Add Objective-C specific type converters to QByteArraySamuel Gaist2014-03-084-1/+206
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Fix link to argument formats in QString::setNum documentationKai Koehne2014-02-251-2/+2
* QByteArrayList: optimize op+Marc Mutz2014-02-241-3/+2
* Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-242-6/+14
* Make QTextDecoder use our qt_from_latin1 codeThiago Macieira2014-02-221-1/+1
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-222-3/+3
* QMarginsF - Add new QMarginsF classJohn Layt2014-02-214-0/+655
* QRect - Add missing QMargins subtraction operatorJohn Layt2014-02-212-0/+15
* QMargins - Add missing operatorsJohn Layt2014-02-212-0/+68
* QRect - Move QMargins operatorsJohn Layt2014-02-214-99/+99
* QHash: use prime numbers when rebucketingGiuseppe D'Angelo2014-02-191-8/+17
* Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-1946-12254/+14006
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-182-28/+28
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-3/+0
| |\ \
| * | | Centralize the merging toFloat conversionsThiago Macieira2014-02-164-59/+22
| * | | Add qHash() overloads for floating-point typesMarc Mutz2014-02-162-0/+37
| * | | Centralize the handling of all the toXxx (integral) functionsThiago Macieira2014-02-144-242/+137
| * | | QLocalePrivate: merge removeGroupSeparators into numberToCLocaleThiago Macieira2014-02-143-84/+52
| * | | QLocalePrivate: move the stringToXxx to QLocaleDataThiago Macieira2014-02-146-86/+82
| * | | QLocalePrivate: move the xxxToString functions to QLocaleDataThiago Macieira2014-02-146-173/+160
| * | | Merge the pairs of stringTo{Double,LongLong,UnsLongLong}Thiago Macieira2014-02-143-70/+21
| * | | Remove duplicated trimming of a stringThiago Macieira2014-02-141-49/+13
| * | | new QByteArrayList classGlen Mabey2014-02-123-0/+385
| * | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-118-40/+27
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-078-40/+27
| | |\ \ \
| * | | | | Improve the code generation for the Latin1 codecThiago Macieira2014-02-101-59/+74
| * | | | | Make QStringBuilder use our qt_from_latin1 code (out-of-line)Thiago Macieira2014-02-082-5/+14
| * | | | | Correctly manipulate tm_gmtoff the way qt_timezone() needs.Raphael Kubo da Costa2014-02-071-1/+11
| * | | | | Fix QString::toUcs4 returning invalid data when encountering stray surrogatesGiuseppe D'Angelo2014-02-071-19/+20
| * | | | | Long live QStringIterator!Giuseppe D'Angelo2014-02-073-0/+562
| * | | | | Add QString::fromUtf16 with char16_t and fromUcs4 with char32_tThiago Macieira2014-02-071-0/+7
| |/ / / /
| * | | | Fix configure & qmake compilation with a future MSVC versionThiago Macieira2014-02-011-2/+1