summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | QSFPM: Remove data manipulation from move handlersStephen Kelly2016-12-211-55/+12
| | * | QSFPM: Fix handling of source model layout changeStephen Kelly2016-12-211-20/+11
| | * | Fix race condition in QFactoryLoader: lock the mutex we already haveThiago Macieira2016-12-171-0/+2
* | | | Avoid detaching temporary objectsAlexander Volkov2017-01-251-1/+1
* | | | Add missing documentation for QOperatingSystemVersion::segmentCountJake Petroules2017-01-251-0/+6
* | | | Fix some qdoc-warnings for 5.9Friedemann Kleint2017-01-255-9/+10
* | | | Apple: always use the system time zone instead of the default time zoneJake Petroules2017-01-241-4/+2
* | | | Fix deprecated API usageJake Petroules2017-01-242-32/+12
|/ / /
* | | Add conversion functions for QTimeZone and CFTimeZone/NSTimeZoneJake Petroules2017-01-234-7/+90
* | | Increase the default stack size on INTEGRITYKimmo Ollila2017-01-231-0/+8
* | | Make variant selection possible if base is missingSebastian Lösch2017-01-201-6/+3
* | | QStringListModel: default data()s 'role' argumentMarc Mutz2017-01-191-1/+1
* | | Long live QStaticByteArrayMatcher!Marc Mutz2017-01-192-0/+182
* | | QHostAddress: make it implictly sharedGiuseppe D'Angelo2017-01-191-1/+1
* | | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-1810-124/+8
* | | Polish up the QOperatingSystemVersion API and documentationJake Petroules2017-01-182-66/+64
* | | Fix whitespace, formatting, and line length in QOperatingSystemVersionJake Petroules2017-01-172-54/+102
* | | Fix build for INTEGRITYKimmo Ollila2017-01-131-0/+1
* | | qglobal.cpp/QSysInfo::macVersion(): Silence deprecation warningJake Petroules2017-01-131-0/+3
* | | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-126-57/+17
* | | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-123-33/+31
* | | Remove two unused static methods of QDateTimePrivateEdward Welbourne2017-01-121-3/+0
* | | Provide sensible defaults for QCoreApplication::applicationVersionJake Petroules2017-01-124-11/+149
* | | Simplify fileTimeToQDateTime() by having it return a UTC timeEdward Welbourne2017-01-113-18/+14
* | | Add support for building for INTEGRITY using GHS toolchainKimmo Ollila2017-01-101-2/+5
* | | QForeachContainer: make it a move-only typeGiuseppe D'Angelo2017-01-101-18/+30
* | | Remove compatibility code paths for macOS < 10.10 and iOS < 8.0Jake Petroules2017-01-092-51/+6
* | | Introduce QDir::isEmpty()Elvis Angelaccio2017-01-082-0/+22
* | | doc: clangqdoc documents the threads caseMartin Smith2017-01-062-6/+20
* | | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-1/+1
* | | doc: clangqdoc doesn't need Q_GADGETMartin Smith2017-01-041-0/+5
* | | Restore configure command line compatibility for PCRE supportSimon Hausmann2017-01-041-3/+3
* | | Reduce size of QPpsObject by one pointerJędrzej Nowacki2017-01-032-3/+1
* | | Added QSaveFile to the bootstrap librarySimon Hausmann2017-01-022-5/+19
* | | Use qGetPtrHelper in Q_DECLARE_PRIVATE_D macroDaniel Vrátil2016-12-301-2/+2
* | | Remove HarryF's "compiler error feature" that isn't used anymoreThiago Macieira2016-12-281-29/+2
* | | Revert "QUrl::resolved: keep treating file:name.txt as relative for now"Thiago Macieira2016-12-281-2/+1
* | | Extend qChecksum calculationLars Schmertmann2016-12-254-6/+55
* | | QByteArray: Overload toHex() with separator characterAndre Hartmann2016-12-242-4/+34
* | | QObject: add startTimer() overload with std::chronoAnton Kudryavtsev2016-12-233-0/+61
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1614-36/+149
|\| |
| * | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-169-21/+40
| |\|
| | * Work around old Clang bug parsing of NSDMI referring to membersThiago Macieira2016-12-161-3/+3
| | * winrt: Check for removed timers after sending eventsOliver Wolff2016-12-151-4/+7
| | * qdoc: Define Q_COMPILER_UNICODE_STRINGSTopi Reinio2016-12-151-0/+16
| | * Fix gcc 6.4 buildsAllan Sandfeld Jensen2016-12-131-2/+2
| | * Re-fix the build with ICC and cmath & math.hThiago Macieira2016-12-101-5/+7
| | * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-082-5/+4
| | |\
| | | * Remove unnecessary warning disablingThiago Macieira2016-11-271-5/+0
| | | * Make sure all pattern args get cleared when parsing a new patternThiago Macieira2016-11-261-0/+4