summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QStringRef: add isRightToLeft()Anton Kudryavtsev2016-10-252-24/+40
* qsettings_win.cpp: Use qt_error_string()Friedemann Kleint2016-10-241-23/+8
* QStringRef: add constBegin() and constEnd()Anton Kudryavtsev2016-10-242-4/+23
* QRingBuffer::reserve(): remove superfluous assertAlex Trotsenko2016-10-221-1/+0
* Add header guard and We-mean-it comment to qoperatingsystemversion_p.hFriedemann Kleint2016-10-191-0/+16
* Nitpick: fix style in QtCore codeAnton Kudryavtsev2016-10-191-2/+4
* QFileSystemWatcher/Win32: Listen for WM_DEVICECHANGEFriedemann Kleint2016-10-186-4/+369
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1372-401/+501
|\
| * Fix build with various features disabledLars Knoll2016-10-112-0/+6
| * Add configure feature for QUrl::topLevelDomainLars Knoll2016-10-116-0/+19
| * Add configure feature for QCommandLineParserLars Knoll2016-10-115-5/+22
| * Add configure feature for time zone supportLars Knoll2016-10-117-69/+91
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-114-46/+80
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-114-46/+80
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-084-46/+80
| | | |\
| | | | * Darwin: correct state restore when FSEventsStream starting failsErik Verbruggen2016-10-072-45/+77
| | | | * QTemporaryFile's setFileTemplate operates not only on XXXXXX in the endSune Vuorela2016-10-061-1/+1
| | | | * Doc: Document that by default, QTimer is not single-shotKai Koehne2016-10-061-0/+2
| * | | | Avoid auto-vectorization of epilogues of manual vectorizationAllan Sandfeld Jensen2016-10-111-0/+3
| * | | | Save 100k by not using bloated sha3 codeLars Knoll2016-10-111-0/+6
| * | | | Fix build with statemachine feature disabledLars Knoll2016-10-1127-95/+35
| * | | | Clean up building of bootstrap lib and toolsLars Knoll2016-10-112-1/+98
| |/ / /
| * | | Extracted cleanup from QCoreApplication::exec() into separate functionJørn Bersvendsen2016-10-102-7/+21
| * | | Q_FALLTHROUGH: use GCC extensions in non-C++17-codeMarc Mutz2016-10-101-1/+7
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-066-28/+18
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-055-19/+8
| | |\|
| | | * Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-054-4/+4
| | | * winrt: Fix compilation for projects using C++/CX extensionsMaurice Kalinowski2016-10-051-4/+4
| | | * Revert "Doc: Added enums in qnamespace.qdoc"Peter Varga2016-10-041-11/+0
| | * | QIODevice: add CHECK_MAXBYTEARRAYSIZE macroAlex Trotsenko2016-10-011-10/+10
| * | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-0611-86/+49
| * | | Don't truncate QDateTime milliseconds when storing QSettings on Apple platformsTor Arne Vestbø2016-10-052-13/+15
| * | | Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-054-18/+24
| * | | Apple OS: Resolve QStandardPaths test data locations based on real locationsTor Arne Vestbø2016-10-041-29/+4
| * | | Fix PrintScreen mapping on macOS and moreAllan Sandfeld Jensen2016-10-041-1/+1
| * | | Round to nearest millisecond in QDateTime::fromCFDate()Tor Arne Vestbø2016-10-021-3/+3
* | | | QSysInfo: shut down the deprecation warningGiuseppe D'Angelo2016-10-071-8/+27
* | | | Fix signed-unsigned mismatch with gcc 4.9.0Laszlo Agocs2016-10-071-5/+5
* | | | QObject::dumpObject*: add const overloadsGiuseppe D'Angelo2016-10-032-4/+41
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-294-56/+44
|\| | |
| * | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-09-291-0/+1
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-0/+1
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-0/+1
| | | |\|
| | | | * Fix bootstrap applications crashing when QT_MESSAGE_PATTERN contains %{backtr...Olivier Goffart2016-09-211-0/+1
| * | | | Reduce memory allocations when reading the QMimeType listAleix Pol2016-09-291-5/+5
| |/ / /
| * | | Avoid re-use of QFileSystemMetaData instance in dir entry listingSimon Hausmann2016-09-271-0/+1
| * | | Doc: several minor doc issuesNico Vertriest2016-09-271-51/+37
* | | | QSettings: Add proper support for XDG_CONFIG_DIRSPalo Kisa2016-09-271-22/+72
* | | | qsettings: Simplify confFiles logicPalo Kisa2016-09-273-116/+83
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2610-29/+160
|\| | |