summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-2714-37/+84
|\
| * Revert "Fix compilation for Android ARMv5"Eskil Abrahamsen Blomfeldt2013-08-271-4/+0
| * Soft-deprecate obscure feature on property getters returning pointersThiago Macieira2013-08-231-1/+1
| * Doc: Add Q_OS_ANDROID macroTakumi Asaki2013-08-231-0/+7
| * Add json/savegame example.Mitch Curtis2013-08-228-3/+18
| * CMake: Allow specifying a TARGET in invocations of macros.Stephen Kelly2013-08-211-29/+51
| * Populate INTERFACE_LINK_LIBRARIES property in the cmake files.Stephen Kelly2013-08-211-0/+5
| * Specify maximum array size for QByteArray.Leonard Lee2013-08-211-0/+2
* | Add QJsonValue::toInt().Mitch Curtis2013-08-272-0/+15
* | Move the creation of QElapsedTimer out of the inner function in QMutexThiago Macieira2013-08-271-21/+5
* | Don't try to detect the CPUID instruction if we're compiling for PentiumThiago Macieira2013-08-271-1/+1
* | Long live QCommandLineParser!David Faure2013-08-248-1/+1594
* | QLinkedList - fix insert with iterator when the list is shared.Thorbjørn Martsum2013-08-241-0/+3
* | QList - fix insert with iterator on shared instanceThorbjørn Martsum2013-08-241-1/+5
* | QLinkedList - fix erase with iterator when the list is shared.Thorbjørn Martsum2013-08-241-2/+32
* | QList - fix QList::erase when the list is sharedThorbjørn Martsum2013-08-241-0/+15
* | QMap - fix erase with iterator when the map is sharedThorbjørn Martsum2013-08-241-0/+21
* | QHash/QSet - fix QHash::erase when the hash is sharedThorbjørn Martsum2013-08-241-0/+16
* | QThreadPool: fix counting of waiting threadsDavid Faure2013-08-241-2/+8
* | Fix name of configure flag in QSettings documentation.Christian Kandeler2013-08-231-1/+1
* | Accessibility for AndroidFrederik Gladhorn2013-08-221-2/+4
* | Define Q_PROCESSOR_X86 to the x86 familyThiago Macieira2013-08-221-2/+24
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-226-40/+53
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-216-40/+53
| |\|
| | * Tidy up QJsonObject documentation.Mitch Curtis2013-08-201-19/+19
| | * Use correct mask constant in the Windows event dispatcher.Friedemann Kleint2013-08-201-1/+14
| | * Revert "Disable precision timers when running MSVC2012 code on pre-Windows 8."Friedemann Kleint2013-08-201-8/+0
| | * Rename template parameter: "I" -> "II"Sze Howe Koh2013-08-181-9/+9
| | * add configure -extprefix optionOswald Buddenhagen2013-08-151-1/+1
| | * Ensure that bootstrapped users of QCryptographicHash only use SHA-1Thiago Macieira2013-08-152-1/+9
| | * Don't compile MD4, MD5, SHA-2 and SHA-3 into qmakeThiago Macieira2013-08-151-1/+1
* | | QThreadPool: fix data races in activeThreadCount()David Faure2013-08-211-5/+3
* | | QUrl: Use decoded mode by default for individual getters/setters.David Faure2013-08-212-14/+14
* | | QUrl: fix host(FullyDecoded), it shouldn't trigger EncodeUnicode.David Faure2013-08-211-2/+5
* | | QThreadPool: fix typosDavid Faure2013-08-211-10/+10
* | | Mark qFuzzy* and qIsNull as Q_REQUIRED_RESULTGiuseppe D'Angelo2013-08-211-0/+6
* | | QHash: fix compilation with gcc-4.2.1 (Mac OS X)David Faure2013-08-211-7/+2
* | | QDateTime - Use the copy constructor in addDays/Months/YearsJohn Layt2013-08-211-3/+12
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-1620-55/+109
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-1420-55/+109
| |\|
| | * Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-3/+3
| | * Reset the QItemSelectionModel when its model is reset.Stephen Kelly2013-08-131-0/+2
| | * un-confuse lupdate: make #ifdef'd braces symmetricalOswald Buddenhagen2013-08-121-3/+2
| | * Remove OS X unsupported warning.Jake Petroules2013-08-101-4/+0
| | * Forward the correct compilers to the actual cmake tests.Stephen Kelly2013-08-091-0/+8
| | * Merge branch 'release' into stableSergio Ahumada2013-08-091-1/+1
| | |\
| | | * Enable qsrand() on builds without thread-safe posixEskil Abrahamsen Blomfeldt2013-08-061-1/+1
| | * | Android: Fix QCoreApplication::applicationDirPath()Eskil Abrahamsen Blomfeldt2013-08-081-1/+1
| | * | qobject: Do not destroy slot objects inside a lockDario Freddi2013-08-071-8/+26
| | * | Fix clang detection of thread_local variablesThiago Macieira2013-08-061-1/+1