summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Improve QBitArray's construction performance a littleThiago Macieira2013-08-311-5/+4
* | | Add a construction note on why QBitArray has a +1 everywhereThiago Macieira2013-08-311-0/+14
* | | Fix corner-case counting of bits in QBitArray::count(bool)Thiago Macieira2013-08-311-3/+3
* | | Remove workarounds to old GCC bugs we had encountered on IRIXThiago Macieira2013-08-311-22/+0
* | | add QProcess::nullDevice()Oswald Buddenhagen2013-08-302-0/+29
* | | Doc: Enable documentation for QScopedPointer's rvalue ref functionsTopi Reinio2013-08-301-3/+1
* | | QDateTime - Extend fromMSecsSinceEpoch APIJohn Layt2013-08-292-10/+64
* | | QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-285-151/+349
* | | Don't compare const_iterator with iterator.Stephen Kelly2013-08-271-2/+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