summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Doc: remove duplicate \externalpage definitionsTopi Reinio2013-09-261-20/+0
* QLocale - Fix Mac date format code translationJohn Layt2013-09-261-29/+76
* QString::reserve fix to avoid truncationMarko Pellikka2013-09-261-2/+2
* Make QCoreApplicationPrivate::appName() thread-safeTor Arne Vestbø2013-09-261-0/+3
* Don't assume QCoreApplication::applicationName() will never changev5.2.0-alpha1Tor Arne Vestbø2013-09-252-6/+9
* Allow QDir::mkpath() to work on QNX QNet pathsMatt Hoosier2013-09-251-1/+8
* Android: Use the application's class loader when loading Java classes.Christian Strømme2013-09-253-4/+33
* Add tracing to logging frameworkhjk2013-09-259-6/+617
* Fix WinCE/MSVC2008 build errors related to std::lower_bound patches.Sérgio Martins2013-09-251-0/+5
* Fix truncation and conversion warnings on MSVC2010.Mitch Curtis2013-09-251-1/+1
* Fix configure warnings on Windows 7 with MSVC2010.Mitch Curtis2013-09-251-1/+1
* Fix warning about uninitialized variableLars Knoll2013-09-251-1/+1
* Fix a crash in QProcess signal handling on Mac.Friedemann Kleint2013-09-251-1/+2