summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove QUrl::topLevelDomainTimur Pocheptsov2020-02-2011-14654/+3
* | | Export an extern template for QMetaTypeForType for builtin typesOlivier Goffart2020-02-202-0/+31
* | | Normalize types at compile timeOlivier Goffart2020-02-203-185/+358
* | | New QMetaType representationOlivier Goffart2020-02-203-1361/+528
* | | Remove QLinkedListSona Kurazyan2020-02-1920-2365/+38
* | | Fix qmimeprovider_database.cpp generation for Win32 with CMakeLeander Beernaert2020-02-191-1/+1
* | | Fix build without features.threadTasuku Suzuki2020-02-172-2/+2
* | | Use char16_t in favor of ushort for locale data tablesEdward Welbourne2020-02-1713-41/+41
* | | Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-1711-1197/+1344
* | | QTypeRevision: Disallow floats and doubles as argumentsUlf Hermann2020-02-171-3/+4
* | | Add major versions to REVISION and Q_REVSION markersUlf Hermann2020-02-171-1/+1
* | | Implement better hash functions for integer typesLars Knoll2020-02-151-14/+44
* | | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-141-0/+4
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-131-0/+4
| |\ \ \
| | * | | Fix metatypes source dependencies for non-prefix buildLeander Beernaert2020-02-121-0/+4
* | | | | QSignalMapper: remove deprecated signalsVitaly Fanaskov2020-02-142-68/+1
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-1364-357/+1458
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-121-3/+18
| |\|
| | * QStorageInfo/Linux: resolve non-existent devices via /dev/blockThiago Macieira2020-02-091-3/+18
| * | QTranslator: Expose language of translation fileKai Koehne2020-02-102-2/+18
| * | QTranslator: Expose origin file of the translationKai Koehne2020-02-102-1/+24
| * | QMimeData: Extract Method QMimeDataPrivate::find()Marc Mutz2020-02-101-25/+28
| * | std::chrono overload added to QStateMachine::postDelayedEvent()Dmitriy Purgin2020-02-102-0/+31
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-081-0/+3
| |\|
| | * Doc: QPersistentModelIndex cannot be stored in a QStandardItemVolker Hilsheimer2020-02-061-0/+3
| * | QMultiMap: fix QDoc warningMÃ¥rten Nordheim2020-02-071-1/+1
| * | On Windows 7, fall back to SHFileOperation to avoid confirmation dialogsVolker Hilsheimer2020-02-071-63/+69
| * | 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