summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Place the Qt plugin metadata in a PE-COFF section with MinGW tooThiago Macieira2014-11-081-1/+1
* Improve QElapsedTimer resolution on QNXMatt Fischer2014-11-071-2/+17
* Doc: updated documentation QString::toDoubleNico Vertriest2014-11-061-3/+2
* Android: Fix for build issue on x86Christian Strømme2014-11-062-145/+151
* Fix incorrect documentation from QTranslator::loadAki Koskinen2014-11-051-3/+2
* Define the Intel compiler and Microsoft C++ versions in the Q_CC_ macrosThiago Macieira2014-11-051-3/+3
* Store the GCC version number in Q_CC_GNUThiago Macieira2014-11-054-16/+16
* Define Q_CC_CLANG to be the version of upstream Clang that's in useTor Arne Vestbø2014-11-053-11/+26
* Use __aarch64__ instead of __arm64__ to detect AArch64Tor Arne Vestbø2014-11-041-2/+2
* Don't delete QLibrarySettings configuration in ~QCoreApplicationKai Koehne2014-11-041-9/+1
* Fix a fatal Clang warning on LinuxGiuseppe D'Angelo2014-11-031-2/+2
* Android: Add runOnUiThread() functionChristian Strømme2014-11-032-0/+41
* Doc: corrected autolink issue animationNico Vertriest2014-11-031-1/+1
* Enable C++11 atomics with ClangThiago Macieira2014-10-311-1/+3
* Fix compilation of <atomic> with ICC and libc++Thiago Macieira2014-10-311-0/+7
* Mark QMetaMethod and related constructor as constepxrOlivier Goffart2014-10-311-3/+3
* Lower QVariant::userType call countJędrzej Nowacki2014-10-311-10/+16
* Handle mounts under /runAllan Sandfeld Jensen2014-10-311-4/+3
* Fix warnings about size conversion in QListThiago Macieira2014-10-312-20/+23
* Report the system error on why chmod(2) failed in XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+2
* Don't always chmod the XDG_RUNTIME_DIRThiago Macieira2014-10-311-1/+3
* Attempt to make QFile I/O 64-bit safeThiago Macieira2014-10-313-22/+39
* Load default codecs even if custom QTextCodec has been registeredKai Koehne2014-10-301-3/+8
* Adapt the names in the documentation to the names used in the headerAlbert Astals Cid2014-10-301-8/+8
* Correct QStandardPaths::DataLocation return value for iOSSamuel Gaist2014-10-301-0/+2
* QTextCodec: Fix source code indentationKai Koehne2014-10-291-1/+1
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Oswald Buddenhagen2014-10-291-1/+1
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-281-1/+1
| |\
| | * Add missing newline in fallback debug output.Volker Krause2014-10-281-1/+1
* | | Fix X86 Wince builds.Bjoern Breitmeyer2014-10-291-1/+1
* | | Properly detect UTF-8 BOM markers in ini filesLars Knoll2014-10-292-1/+10
|/ /
* | Doc: removed reference to obsolete classesNico Vertriest2014-10-281-6/+0
* | Hardcode UTF-8 for "unicode" in QTextCodec::codecForHtml().Friedemann Kleint2014-10-281-1/+4
* | Doc: link to MIBenumNico Vertriest2014-10-271-4/+4
* | Doc: Corrected identifiers for QByteArray::toBase64 in snippetNico Vertriest2014-10-271-4/+4
* | Doc: Corrected autolink errors qtbaseNico Vertriest2014-10-272-5/+5
* | QSettings: Fix handling of long long ints with CFPreferences back-end.Christian Kandeler2014-10-271-1/+3
* | QStorageInfo: include qt_windows.h instead of Windows.hDaniel Molkentin2014-10-271-1/+1
* | Remove trailing '\n' in qFormatLogMessage outputKai Koehne2014-10-271-10/+9
* | Allow hostname from lock files to be emptyRainer Keller2014-10-272-2/+2
* | Fix doc about the list of supported codecsAlexander Volkov2014-10-241-4/+3
* | Add support for "Apple Roman" encodingAlexander Volkov2014-10-241-0/+2
* | Fix QVariant associative container conversion from built-in types.Jędrzej Nowacki2014-10-242-3/+18
* | Doc: QFileDevice and QFile::setPermissions do not manipulate ACLsLeena Miettinen2014-10-242-2/+15
* | Add missing since info to ShareOpenGLContexts docsLaszlo Agocs2014-10-231-1/+2
* | Fix software OpenGL DLL name in the enum docsLaszlo Agocs2014-10-231-1/+1
* | Doc: Fix description of QTranslator::translate()Kai Koehne2014-10-231-0/+5
* | Q{Sequential,Associative}Iterable: fix const_iterator assignmentMarc Mutz2014-10-231-8/+12
* | Improve QLoggingCategory's detailed description.Mitch Curtis2014-10-221-10/+13
* | Fix badly laid out docs for AA_UseHighDpiPixmapsLaszlo Agocs2014-10-221-5/+4