summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | QMimeDatabase: Fix handling of duplicate mimetype definitions (2/2).David Faure2013-08-031-3/+5
| | * | Mark qt5_use_modules as obsolete.Stephen Kelly2013-07-311-0/+12
| | * | QByteArray: Remove some reinterpret_cast<>.Friedemann Kleint2013-07-302-4/+4
| | * | Symbol for max number of arguments in QMetaMethod::invoke()Illya Kovalevskyy2013-07-302-0/+10
| | * | Add support for Q_OS_FREEBSD_KERNEL and documentThiago Macieira2013-07-301-5/+16
| | * | Remove a left over cast that is now semantically incorrect.Jake Petroules2013-07-301-1/+1
| | * | Work around msvc /clr LNK2005 errors with QListRichard Browne2013-07-301-12/+8
| | * | Correct QHash::values() documentation.Mitch Curtis2013-07-291-1/+1
| | * | Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-261-6/+2
| | |\|
| | | * Doc: Update documentation of Qt::HANDLETopi Reinio2013-07-241-6/+2
| | * | Fix crashes when invoking toVariant() on empty QJsonValue objects.Friedemann Kleint2013-07-241-2/+6
| | * | Bump Qt version to 5.1.2Sergio Ahumada2013-07-231-2/+2
| | |/
* | | QThreadPool - Add method clear() to remove queued QRunnable.Corentin Jabot2013-08-163-0/+30
* | | QVector - optimize removeLast (and takeLast + pop_back)Thorbjørn Martsum2013-08-161-8/+8
* | | initCharAttributes() micro-optimizationKonstantin Ritt2013-08-151-5/+12
* | | Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-152-0/+22
* | | QLocale: Minor code dde-uplicationKonstantin Ritt2013-08-141-8/+6
* | | [2/2] Implement Unicode Normalization Form Quick Check (NF QC)Konstantin Ritt2013-08-144-6447/+6733
|/ /
* | qdoc: Clarify documentation of member functionsMartin Smith2013-08-131-76/+94
* | Update QLocale locale database up to CLDR 23.1Konstantin Ritt2013-08-123-1259/+1268
* | add QScopedPointerDeleteLater, a custom deleter for QObjectsMatt Broadstone2013-08-122-0/+14
* | Add a Qt-API style QStandardPaths::setTestModeEnabledThiago Macieira2013-08-092-1/+15
* | Doc: exclude snippets subdir.David Faure2013-08-071-0/+2
* | QUrl: do not decode "#" in fragmentsThiago Macieira2013-08-041-3/+3
* | Make sure that QUrl::FullyDecoded mode uses U+FFFD for bad UTF-8Thiago Macieira2013-08-041-0/+23
* | Remove fully-decoded QUrl user info and authority sectionsThiago Macieira2013-08-041-28/+39
* | QUrl: remove temporary codeThiago Macieira2013-08-041-3/+0
* | Doc: update the QUrl and QUrlQuery documentationThiago Macieira2013-08-042-28/+102
* | QUrlQuery: update our understanding of delimitersThiago Macieira2013-08-042-35/+27
* | QUrl: update our understanding of the encoding of delimitersThiago Macieira2013-08-042-249/+160
* | Doc: Setting module pages' \qtvariable.Jerome Pasion2013-08-021-0/+1
* | Add a few more typedefs to QString, for STL compatibilityThiago Macieira2013-07-302-3/+33
* | Avoided zero devision in cube root approximationBernd Weimer2013-07-291-4/+6
* | Implement move-ctor and move-assignment-op for QScopedPointerGiuseppe D'Angelo2013-07-282-0/+40
* | QUrl: add matches(url, options) method.David Faure2013-07-262-0/+71
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-249-35/+66
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-239-35/+66
| |\|
| | * document that validity of exitCode() depends on exitStatus() == NormalExitOswald Buddenhagen2013-07-221-3/+7