summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSignalMapper: deprecate overridden signalsVitaly Fanaskov2020-02-013-25/+105
* QScopeGuard: Fix build failures with qScopeGuard()Kari Oikarinen2020-02-011-11/+4
* Add a constructor for QRunnable from anonymous functionsAllan Sandfeld Jensen2020-01-314-0/+66
* Deprecate QLocale::toTime() variants taking a calendarEdward Welbourne2020-01-312-3/+25
* Consolidate some Q(Date|Time)+ methods to call calendared versionsEdward Welbourne2020-01-311-59/+24
* Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-314-76/+117
* Add missing calendar methods to QDateTime and docsEdward Welbourne2020-01-312-16/+48
* Clarify handling of unspecified year in two QCalendar methodsEdward Welbourne2020-01-311-2/+9
* Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-303-9/+14
* QHash: Re-remove Java-style iteratorMårten Nordheim2020-01-301-0/+2
* QScopeGuard: Make constructor publicKari Oikarinen2020-01-302-23/+55
* Implement moving of a single file system entry to the trashVolker Hilsheimer2020-01-305-2/+469
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-293-10/+84
|\
| * Merge remote-tracking branch 'origin/5.14.1' into 5.14Liang Qi2020-01-283-10/+84
| |\
| | * Doc: QPluginLoader: remove the claim we search the current dirThiago Macieira2020-01-181-1/+1
| | * QLibrary/Unix: do not attempt to load a library relative to $PWDThiago Macieira2020-01-181-1/+3
| | * Merge 5.14 into 5.14.1Kari Oikarinen2020-01-1520-123/+189
| | |\
| | * | QSequentialIterableImpl: support appendFabian Kosmale2020-01-151-8/+80
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-286-15/+38
|\| | |
| * | | updateSystemPrivate(): fix handling of empty string as non-null QVariantEdward Welbourne2020-01-231-5/+5
| * | | QXmlStreamReader: fix memory leakGiuseppe D'Angelo2020-01-232-4/+5
| * | | QXmlStreamReader: early return in case of malformed attributesGiuseppe D'Angelo2020-01-231-2/+5
| * | | Fix QLocale::system() and uiLanguages() for the mobile platformsAndy Shaw2020-01-222-1/+3
| * | | macOS: Work around CoreFoundation failing to resolve bundle resourcesTor Arne Vestbø2020-01-221-2/+19
| * | | macOS: Remove doc references to the Carbon frameworkTor Arne Vestbø2020-01-221-1/+1
* | | | QThread::setPriority() Warn about invalid parameter on all platformsFriedemann Kleint2020-01-272-3/+5
* | | | Doc: Clarify usage of Qt::ReturnByValue in QCursorSze Howe Koh2020-01-271-0/+2
* | | | Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-273-4/+4
* | | | QMultiMap: Add unite documentationMårten Nordheim2020-01-271-1/+8
* | | | Doc/QtBase: replace some 0 with \nullptrChristian Ehrlicher2020-01-265-6/+6
* | | | Doc/QtCore: use new signal/slot signature in snippetsChristian Ehrlicher2020-01-2615-65/+67
* | | | QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-263-6/+99
* | | | QLabel: Allow pixmap() and picture() to return by-valueSze Howe Koh2020-01-262-0/+13
* | | | CMake: Add Qt6 forward compatible CMake API and targetsAlexandru Croitor2020-01-252-1/+89
* | | | Register QColorSpace as a QtGui metatypeAllan Sandfeld Jensen2020-01-252-3/+5
* | | | Fix some qdoc-warningsFriedemann Kleint2020-01-241-1/+1
* | | | Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-235-1/+25
* | | | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-2315-393/+393
* | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-187-42/+72
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-187-42/+72
| |\| | |
| | * | | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-175-5/+4
| | * | | Fix MS-Win system locale code to return QString for numeric tokensEdward Welbourne2020-01-161-35/+62
| | * | | QRegularExpression: fixup docs of wildcardToRegularExpressionGiuseppe D'Angelo2020-01-151-2/+6
| | | |/ | | |/|
* | / | QMap: deprecate insertMulti, unite and friendsMårten Nordheim2020-01-172-184/+262
|/ / /
* | | Do not anchor an already-anchored regexpGiuseppe D'Angelo2020-01-171-1/+1
* | | QResource: Add API to get the decompressed contentThiago Macieira2020-01-152-63/+158
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-159-24/+33
|\| |
| * | Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-145-6/+15
| * | Do fewer calendrical calculations in QDateTimeParser::setDigit()Edward Welbourne2020-01-141-15/+14
| * | Doc: Don't document QTextStreamManipulatorPaul Wicking2020-01-131-1/+1