summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Make QChar::unicode constexprGiuseppe D'Angelo2014-03-011-1/+1
* | Add qHashBits(), a hash function for a memory blockMarc Mutz2014-02-282-0/+26
* | QSharedPointer/QWeakPointer: clean up class definitionMarc Mutz2014-02-281-15/+15
* | QSharedPointer: implement move ctorMarc Mutz2014-02-281-0/+6
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-2811-107/+863
|\|
| * 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
| |\
| * | Make sure that the compiler is strict in QtCoreThiago Macieira2014-02-181-0/+2
* | | QtCore: Fix MSVC 64bit warnings about conversion from size_t to int.Friedemann Kleint2014-02-252-3/+3
* | | Mark the QArrayData alloc/dealloc functions as nothrowThiago Macieira2014-02-194-6/+6
| |/ |/|
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-182-28/+28
|\|
| * Docs: properly tag QtAlgorithms functions as deprecatedGiuseppe D'Angelo2014-02-171-27/+27
| * doc: fix grammarFrederik Gladhorn2014-02-171-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-3/+0
|\|
| * Remove incomplete paragraph from QSet::iterator documentationKai Koehne2014-02-141-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
| |\|
| | * 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
* | | | 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