summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Loosen checks for Q_COMPILER_VARIADIC_MACROSKai Koehne2014-02-201-3/+16
| * Blackberry: Fix QFileSystemEngine::tempPath()Sergio Ahumada2014-02-201-2/+2
| * QHash: use prime numbers when rebucketingGiuseppe D'Angelo2014-02-191-8/+17
| * Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-19201-17267/+22358
| |\
| * | 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-253-5/+5
* | | Doc: Correct typos in QModelIndex::internalId() documentationAdam Majer2014-02-251-2/+2
* | | Bump Qt version to 5.4.0Thiago Macieira2014-02-203-5/+7
* | | Add the option of using decltype() in Q_FOREACHThiago Macieira2014-02-191-3/+8
* | | Redo the Q_FOREACH loop control without GCC statement expressionsThiago Macieira2014-02-191-7/+17
* | | Mark the QArrayData alloc/dealloc functions as nothrowThiago Macieira2014-02-194-6/+6
| |/ |/|
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-183-34/+42
|\|
| * Make a URL with absent authority be different from one with an empty oneThiago Macieira2014-02-171-6/+14
| * 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-174-16/+21
|\|
| * Remove incomplete paragraph from QSet::iterator documentationKai Koehne2014-02-141-3/+0
| * Make parsing of template arguments more robust.Olivier Goffart2014-02-142-13/+20
| * Added #include "qnumeric.h" to qglobal.hGlen Mabey2014-02-141-0/+1
* | Remove a not required whitespace when writing JSON in compact formatLars Knoll2014-02-161-1/+1
* | Add the rest of the non-volatile members of std::atomic to QBasicAtomicThiago Macieira2014-02-164-3/+656
* | Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-1610-30/+278
* | Initial support for the Intel Compiler 14.0 on OS XThiago Macieira2014-02-161-1/+1
* | Work around ICC 14 bug: __attribute__((deprecated)) with textThiago Macieira2014-02-161-1/+1
* | Centralize the merging toFloat conversionsThiago Macieira2014-02-164-59/+22
* | Add qHash() overloads for floating-point typesMarc Mutz2014-02-162-0/+37
* | Android: Add enablers for listening to activity resultsEskil Abrahamsen Blomfeldt2014-02-152-0/+46
* | Add const overload for QLoggingCategory::operator()()Kai Koehne2014-02-152-0/+9
* | Revert "Logging: Don't use for loop in qCDebug macros"Kai Koehne2014-02-151-3/+3
* | WinRT: Exit process event loop if WaitForMoreEvents is not setOliver Wolff2014-02-151-0/+2
* | Extending the inputMethodQuery APIPaul Olav Tvete2014-02-152-0/+9
* | Mac: FSEvents-based QFileSystemWatcherEngine.Erik Verbruggen2014-02-144-2/+659
* | Dynamic GL switch on WindowsLaszlo Agocs2014-02-142-0/+10
* | Let Q_DECLARE_LOGGING_CATEGORY and Q_LOGGING_CATEGORY return a const referenceKai Koehne2014-02-143-5/+5
* | Add function to get the actual PID from QProcessChristian Strømme2014-02-142-2/+27
* | Remove "thread_local" support from the Intel CompilerThiago Macieira2014-02-141-1/+0
* | Centralize the handling of all the toXxx (integral) functionsThiago Macieira2014-02-145-242/+140
* | 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-147-189/+176
* | 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
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-138-21/+61
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-128-21/+61
| |\|
| | * support c'tor as second parameter in foreach macroJoerg Bornemann2014-02-111-1/+1
| | * Doc: Adjust QDir::tempPath docu as recommended by Ossi.David Faure2014-02-111-1/+2