summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Docs: tag newly added QFile and QFileInfo APIs as \since 5.15Volker Hilsheimer2020-02-062-0/+5
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-02-065-16/+49
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-065-16/+49
| |\
| | * Coding style: put case bodies on separate lines from the case labelEdward Welbourne2020-02-051-12/+25
| | * Take care of NULL data from QStringView in QCollatorEdward Welbourne2020-02-054-4/+24
* | | Rename Qt::ReturnByValue_t -> Qt::ReturnByValueConstantSze Howe Koh2020-02-062-2/+2
|/ /
* | Add QFile::moveToTrash, which moves a file to the trashVolker Hilsheimer2020-02-052-0/+60
* | QUrl::topLevelDomain() - deprecate in 5.15Timur Pocheptsov2020-02-052-3/+8
* | Deprecate QLinkedListSona Kurazyan2020-02-044-5/+37
* | Fix build of bootstrapped tools with clang 10Volker Hilsheimer2020-02-041-1/+12
* | Address failing test case for internal implementation of moveToTrashVolker Hilsheimer2020-02-042-18/+30
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-0418-85/+143
|\|
| * qfloat16: include the tables in AVX2 binaries regardlessThiago Macieira2020-02-031-1/+1
| * Enable system locale to skip digit-grouping if configured to do soEdward Welbourne2020-02-033-15/+41
| * Fall back to "+" if MS returns empty string for positive signEdward Welbourne2020-02-031-1/+11
| * qlocale_win.cpp: distinguish empty QString from null QVariantEdward Welbourne2020-02-031-26/+29
| * Win: work around (estimated) 32k char limit for OutputDebugStringOliver Wolff2020-02-021-5/+25
| * Fix 'the the' typo in commentsLinus Jahn2020-02-023-3/+3
| * Check for (__ARM_FP & 2) to verify 16-bit FP supportAllan Sandfeld Jensen2020-02-011-1/+1
| * Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-314-9/+9
| * QLockFile: Disable flock() on QNXThiago Macieira2020-01-301-1/+2
| * Fix flawed logic in QSystemLocalePrivate::getLocaleInfo()Edward Welbourne2020-01-301-3/+3
| * Change examples and snippets to pass QDate and QTime by valueEdward Welbourne2020-01-302-3/+3
| * Simplify textdate/datestring #if-eryEdward Welbourne2020-01-301-20/+8
| * Fix qt5_make_output_file macro for file base names with dotsJoerg Bornemann2020-01-301-1/+8
| * Doc: Add since version to enum value documentationPaul Wicking2020-01-302-16/+17
* | 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