summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Make QUrl::isLocalFile fast by storing a flagThiago Macieira2014-02-101-9/+33
| | * Doc: fix typo in QDebugStateSaver docuDavid Faure2014-02-101-1/+1
| | * QStandardPaths: fix empty path in XDG_DATA_DIRS being treated as '/'.David Faure2014-02-101-4/+11
| | * QDir::tempPath: clarify trailing-slash situation.David Faure2014-02-101-2/+2
| | * QDir::tempPath: make fallback code more readable.David Faure2014-02-101-2/+2
| | * Don't deadlock when deleting slot objects in QMetaObject::activate()Thomas McGuire2014-02-081-1/+7
| | * QStandardPaths: remove trailing slash when reading from user-dirs.dirsDavid Faure2014-02-081-0/+2
| | * Small doc fix.Niels Weber2014-02-071-1/+1
* | | new QByteArrayList classGlen Mabey2014-02-125-0/+438
* | | WinRT: move most of GUI event dispatcher logic into coreAndrew Knight2014-02-122-8/+62
* | | Use QtPrivate::is_integral instead of listing each integer typeThiago Macieira2014-02-121-26/+24
* | | Deprecate {QCoreApp,QAbstractEventDispatcher}::hasPendingEvents()Thiago Macieira2014-02-124-4/+14
* | | Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-122-0/+4
* | | Added function returning build information to QLibraryInfo.Friedemann Kleint2014-02-122-0/+53
|/ /
* | Allow configuration of logging rules from file systemKai Koehne2014-02-114-57/+186
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-1121-82/+132
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-0721-82/+132
| |\|
| | * QFileSelector: correct the macros for Apple platforms.Jake Petroules2014-02-041-5/+9
| | * Doc: Fix broken linksSze Howe Koh2014-02-045-10/+10
| | * Fix sorted QSortFilterProxyModel filter updateNils Jeisecke2014-02-031-3/+14
| | * QLogging: Avoid infinite loop in error caseEl Mehdi Fekari2014-02-021-5/+38
| | * Fix QByteArray documentation w.r.t. QString-related methodsGiuseppe D'Angelo2014-02-011-18/+12
| | * Add the default argument for the new connection syntaxThiago Macieira2014-02-011-2/+2
| | * 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