summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QThreadPool: fix race at time of thread expiry.David Faure2013-10-312-18/+13
* QItemSelectionModel: use QSignalBlockerMarc Mutz2013-10-301-2/+1
* QSignalBlocker: (new) RAII class for QObject::blockSignals()Marc Mutz2013-10-302-0/+119
* Doc: update the documentation of QStandardPaths to be more thoroughThiago Macieira2013-10-291-20/+178
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-2455-272/+716
|\
| * Reserve some space for future use in QLoggingCategoryKai Koehne2013-10-242-1/+8
| * BlackBerry: improve BPS event lifetime managementJonathan Hoffmann2013-10-232-4/+90
| * Doc: Update, and reduce duplication of, QThread-related infoSze Howe Koh2013-10-212-39/+15
| * Initialize variable to fix build [-Werror=uninitialized].Sergio Martins2013-10-191-2/+1
| * Change an addition into a subtractionThiago Macieira2013-10-191-1/+1
| * Link from QLoggingCategory documentation to QTracer/QTraceGuardKai Koehne2013-10-181-5/+6
| * QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-25/+3
| * Add missing \since 5.2 tag to static QFileInfo::exists()hjk2013-10-171-0/+2
| * Implement native gestures on OS X.Morten Johan Sørvig2013-10-172-1/+13
| * Windows: Capture last error right after CreateDirectory() in QFileSystemEngine.Friedemann Kleint2013-10-171-4/+10
| * Clarify that the URL scheme does not include the ':'Kurt Pattyn2013-10-171-4/+13
| * Allow non-character codes in utf8 stringsKurt Pattyn2013-10-174-20/+4
| * Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-178-9/+13
| * QLocale - Mac fix typos in commentsJohn Layt2013-10-171-2/+2
| * Android: Use java.util.Random in qrand()Christian Strømme2013-10-171-0/+36
| * QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-3/+30
| * Move the Apple Clang specific features outside of the C++11 sectionThiago Macieira2013-10-161-8/+7
| * Print non-default categories in default message handlerKai Koehne2013-10-161-1/+6
| * Give an example how to configure categorized loggingKai Koehne2013-10-162-33/+67
| * Doc: Expand thread technology comparisonsSze Howe Koh2013-10-161-32/+86
| * Fix wide-char use in Posix collatorMatt Hoosier2013-10-161-1/+2
| * Remove compatibility support for sealed/override in C++/CLIThiago Macieira2013-10-151-0/+5
| * Use the fast operator+ (in the form of operator%)Thiago Macieira2013-10-151-7/+4
| * QTimeZone - Fix finding Linux System Time ZoneJohn Layt2013-10-151-2/+2
| * Doc: Adding "\keyword Signals and Slots" to "Signals & Slots" page.Jerome Pasion2013-10-151-0/+1
| * Add missing operators QMargins -=,+= (int).Friedemann Kleint2013-10-151-0/+18
| * Document %{category} for qSetMessagePatternKai Koehne2013-10-151-0/+1
| * Avoid other threads blocking for Q_GLOBAL_STATIC constructor on MacKai Koehne2013-10-151-2/+7
| * Correct PrefixPath on iOS.Morten Johan Sørvig2013-10-151-0/+4
| * Update keycode mappings of multimedia keysAllan Sandfeld Jensen2013-10-151-5/+5
| * QMap - improve docs a bit (mainly by adding more time complexities)Thorbjørn Martsum2013-10-151-2/+13
| * Improve implicit shared documentation a bitThorbjørn Martsum2013-10-159-18/+114
| * QList - fix a few doc issuesThorbjørn Martsum2013-10-151-10/+14
| * Account for QPolygonF type when loading/saving the QVariantAndy Shaw2013-10-151-1/+6
| * Add qWarning when trying to read or write a closed deviceLaszlo Papp2013-10-151-2/+6
| * Fix memory leak in QFileInfo::exists()Jian Liang2013-10-122-1/+16
| * Documentation: Add '\since' to doc for Qt::EdgeKevin Funk2013-10-121-0/+2
| * Doc: Fix typos and add missing words.Marcel Krems2013-10-122-3/+3
| * Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-113-6/+13
| * Allow custom definition of Q_FORWARD_DECLARE_OBJC_CLASS and friendsTor Arne Vestbø2013-10-111-6/+12
| * Reduce risks of lock file corruptionKevin Ottens2013-10-111-10/+10
| * QVector: add some functions missing for QList compatMarc Mutz2013-10-112-9/+52
* | Used QT_DEPRECATED_X in QtAlgorithmsKeith Gardner2013-10-211-43/+43
* | Added QT_DEPRECATED_X(text)Keith Gardner2013-10-211-0/+5
* | Fixed Q_DECL_DEPRECATED_X for Gcc 4.4Keith Gardner2013-10-211-1/+7