summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-2813-37/+39
* Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-2812-97/+117
|\
| * Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2612-97/+117
| |\
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-239-93/+102
| | |\
| | | * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-131-10/+19
| | | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0877-894/+1425
| | | |\
| | | * | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-043-56/+5
| | | * | Fix build in INTEGRITY: __mulh is not definedThiago Macieira2018-12-141-1/+1
| | | * | Add "Mojave" to QSysInfo::prettyProductName()Thiago Macieira2018-12-141-0/+2
| | | * | QWindowsLocalCodec::convertToUnicode(): Fix remaining char conversionDavid Schulz2018-12-131-1/+5
| | | * | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-133-14/+70
| | * | | Document that you shouldn't Q_ENUM() things outside the int rangeUlf Hermann2019-01-221-0/+12
| | * | | qsimd: Fix compilation with trunk clang for mingwMartin Storsjö2019-01-221-1/+1
| | * | | qfilesystemengine_win: Update LinkType whenever askedMårten Nordheim2019-01-221-2/+1
| | * | | Doc: End sentence about Q_GADGET with dotKai Koehne2019-01-221-1/+1
* | | | | Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-281-2/+8
* | | | | QMimeGlobPattern: update use of wildcardToRegularExpresionSamuel Gaist2019-01-261-1/+1
|/ / / /
* | | | Add QJsonArray::cbegin()/cend() methodsLars Knoll2019-01-252-0/+18
* | | | Update qxmlstream.g with changes from qxmlstream_p.hLars Knoll2019-01-251-3/+11
* | | | QMimeData: Prefer UTF-8 when multiple charsets are availableJohan Klokkhammer Helsing2019-01-231-0/+5
* | | | QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-234-6/+32
* | | | QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-232-2/+15
* | | | QtCore: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-238-6/+31
* | | | Allow more fine grained control over QFlags debug outputTor Arne Vestbø2019-01-231-4/+54
* | | | Allow more fine grained control over QMetaEnum debug outputTor Arne Vestbø2019-01-231-7/+47
* | | | Add convenience enum for QDebug's verbosity levelsTor Arne Vestbø2019-01-232-5/+19
* | | | Add QDebug convenience for changing the verbosity levelTor Arne Vestbø2019-01-232-0/+13
* | | | Android: Set minimum supported version to android-21Eskil Abrahamsen Blomfeldt2019-01-231-11/+3
* | | | Add QStringList::indexOf/lastIndexOf for QStringView and QLatin1StringAlbert Astals Cid2019-01-223-12/+117
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-216-11/+33
|\| | |
| * | | Fix alignment-warnings about Q_DECLARE_PRIVATE's castsEdward Welbourne2019-01-151-4/+10
| * | | fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-141-0/+4
| * | | QLocale: fix crash when using qDebug() in a global destructorDavid Faure2019-01-131-0/+2
| * | | Doc: mention that some filtered events need to be explicitly acceptedMitch Curtis2019-01-101-0/+4
| * | | qWaitFor: Prevent being stuck in QCoreApplication::processEventsTor Arne Vestbø2019-01-091-1/+7
| * | | Increase sysctl argument buffer size to include null characterRoland Rossgotterer2019-01-091-5/+5
| * | | Always access the 64-bit registry key to read MachineGuidRoland Rossgotterer2019-01-091-1/+1
| | |/ | |/|
* | | Minor optimizationLars Knoll2019-01-071-13/+13
* | | Minor optimizationLars Knoll2019-01-071-2/+4
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-073-4/+13
|\| |
| * | Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+6
| * | Fix qbswap calls for Big Endian targetsVille Voutilainen2019-01-051-2/+2
| * | macOS: Optimize detection of dark modeTor Arne Vestbø2019-01-041-2/+5
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-0469-885/+1378
|\| |
| * | macOS: Remove Mojave forward-declarations now that we build with Xcode 10Tor Arne Vestbø2019-01-031-8/+4
| * | Doc: Update page Tamil Script Code for Information InterchangeNico Vertriest2019-01-022-8/+6
| * | Fix QStringListModel::setData to check for actual changesLuca Beldi2018-12-241-1/+4
| * | Doc: Remove pre-Windows 7 from QCollator documentationKai Koehne2018-12-221-5/+0
| * | Doc: Consistently mark QT_XYZ_CAST_FROM_ASCII with \cKai Koehne2018-12-223-9/+91
| * | QtCore: Unify license headersKai Koehne2018-12-2254-774/+1050