summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Revert path() behavior to not expand a current path on a driveAndy Shaw2014-03-041-1/+1
* Doc: Mention that QSortFilterProxyModel::lessThan() handles floatsSze Howe Koh2014-03-041-0/+1
* Doc: Clarify QJsonValue::fromVariant() type conversionsSze Howe Koh2014-03-041-12/+40
* Doc: fix Q_ASSERT exampleJoerg Bornemann2014-03-041-1/+1
* Atomics: implement fetchAndSub on top of fetchAndAddThiago Macieira2014-03-041-6/+2
* Fix some typosSergio Ahumada2014-03-032-2/+2
* automate handling of generated headers some moreOswald Buddenhagen2014-02-281-9/+0
* Fix ARM atomics for 8- and 16-bit typesThiago Macieira2014-02-271-10/+44
* Android: Make default permissions less confusingEskil Abrahamsen Blomfeldt2014-02-261-0/+3
* Logging: Change 'rules' section name to 'Rules'Kai Koehne2014-02-262-3/+3
* Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-255-30/+30
* Fix link to argument formats in QString::setNum documentationKai Koehne2014-02-251-2/+2
* Document qPrintable encoding issuesKai Koehne2014-02-251-1/+6
* QAssociative/SequentialIterable: add missing \since 5.2J-P Nurmi2014-02-251-4/+4
* QJNI: optimize QSharedPointer creationMarc Mutz2014-02-241-1/+1
* Fix compilation on armv5Eskil Abrahamsen Blomfeldt2014-02-241-0/+14
* QByteArrayList: optimize op+Marc Mutz2014-02-241-3/+2
* Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-242-6/+14
* Fix typo in QLibraryInfo::build()Sergio Ahumada2014-02-221-1/+1
* Fix off-by-one error: the next ASCII character is next oneThiago Macieira2014-02-221-2/+2
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-221-2/+2
* Make QTextDecoder use our qt_from_latin1 codeThiago Macieira2014-02-222-6/+6
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-222-3/+3
* QLibraryInfo: mark build() function as nothrowMarc Mutz2014-02-212-2/+2
* 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
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-183-34/+42
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-174-16/+21
| |\ \
| * | | 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