summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure QLoggingCategory default is availableKevin Ottens2013-10-101-2/+4
* Remove warnings about examples not running in the Qt SimulatorTor Arne Vestbø2013-10-091-2/+0
* Android: Add QAndroidJniXxx as friend classes in qjni.Christian Strømme2013-10-091-2/+2
* Fix "Empty or null file name(s)" warning textKai Koehne2013-10-081-4/+4
* Reorder the members in QThreadData to avoid padding holesThiago Macieira2013-10-082-10/+14
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-08117-1358/+1358
* Allow to use short names for Windows Registry root keysSebastian Schuberth2013-10-071-0/+12
* QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-072-0/+6
* Remove default label for QtMsgTypeKai Koehne2013-10-071-3/+1
* Improve QLoggingCategory documentationKai Koehne2013-10-071-42/+21
* QCommandLineOption: declare as sharedMarc Mutz2013-10-071-0/+2
* Replace QLoggingCategory::isEnabled by non-template functionshjk2013-10-063-59/+79
* Improve the QWinSettingsPrivate constructor's performanceSebastian Schuberth2013-10-061-21/+26
* Doc: Expand on thread synchronization detailsSze Howe Koh2013-10-062-57/+43
* Doc: Generalize problems and solutions of mutex useSze Howe Koh2013-10-062-20/+24
* Doc: Remove convoluted details of uncommon QMutex use caseSze Howe Koh2013-10-061-9/+0
* Doc: Show both low- and high-level thread syncing on the same pageSze Howe Koh2013-10-062-25/+29
* Doc: Rewrite section on threaded event loopsSze Howe Koh2013-10-061-20/+20
* Doc: Discuss the concept of thread affinity in more detailSze Howe Koh2013-10-062-31/+37
* QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-10-052-14/+27
* Android: Add private ctors in QJNIObjectPrivate that takes va_list.Christian Strømme2013-10-042-0/+40
* Refactor OS X bundle detection for QFileInfoSamuel Gaist2013-10-041-11/+72
* Doc: Remove unused variable in QThread snippetSze Howe Koh2013-10-041-1/+0
* QTemporaryDir: Output warnings on removal failure.Friedemann Kleint2013-10-031-1/+7
* Remove a duplicate conversion to QLatin1StringSebastian Schuberth2013-10-021-1/+1
* QProcess/Win: fix crash in drainOutputPipesJoerg Bornemann2013-10-021-2/+2
* QProcess: remove now superfluous calls to setEnabled(false)Joerg Bornemann2013-10-021-11/+2
* Doc: correct QTimer accuracy information - it depends on the timer typeThiago Macieira2013-10-021-7/+12
* remove usage of qDeleteInEventHandler from QProcessJoerg Bornemann2013-10-011-9/+8
* Remove unused static function msecsToSystemtime() from qtimezoneprivate_win.cpp.Friedemann Kleint2013-10-011-11/+0
* Fix grammar in QScopedPointer.Mitch Curtis2013-09-301-1/+1
* Fix bootstrapped build of QCoreApplicationThiago Macieira2013-09-301-0/+1
* qfeatures: Allow QFileSystemModel without QFileSystemWatcherAndrew Knight2013-09-302-6/+1
* QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-272-15/+55