summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add platform plugin arguments to QLibraryInfo/qt.conf.Friedemann Kleint2013-10-162-1/+36
* Added the preprocessor macro Q_DECL_DEPRECATED_XKeith Gardner2013-10-151-0/+5
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-10-14131-1651/+1781
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-11131-1651/+1781
| |\
| | * 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
* | | Added initial file system support for winrtOliver Wolff2013-10-116-46/+233
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-10-0939-77/+423
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-0439-77/+423
| |\|
| | * 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
| | * Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-2721-0/+302
| | * iOS: Add explicit dependency on the Foundation framework for QtCoreTor Arne Vestbø2013-09-271-1/+1
| | * Android: Handle new QtTraceMsg in message handlerPaul Olav Tvete2013-09-271-0/+1
| | * QVarLengthArray - doc fix.Thorbjørn Martsum2013-09-271-2/+2
| | * Use a pimpl in QLoggingCategoryhjk2013-09-272-9/+26
| | * Win: Fixed namespaced build with QT_NO_FILESYSTEMWATCHEROliver Wolff2013-09-271-2/+2