summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QHash/QSet: Base iterator tag on warning version rather than deprecationMårten Nordheim2020-02-262-52/+52
* Improve argument name for std::function argumentAllan Sandfeld Jensen2020-02-264-19/+19
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-263-12/+12
|\
| * Use QT_DEPRECATED_X instead of Q_DECL_DEPRECATED_XThomas Sondergaard2020-02-253-12/+12
* | Rename AA_MSWindowsDisableVirtualKeyboard to AA_DisableNativeVirtualKeyboardAndre de la Rocha2020-02-252-5/+5
* | Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-259-20/+21
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-222-1/+7
|\|
| * Replace usage of std::result_of with decltypeMårten Nordheim2020-02-211-1/+1
| * QString: Add missing number() crosslinks to setNum()Andre Hartmann2020-02-201-0/+6
* | Doc: Remove \pagekeywords commandTopi Reinio2020-02-211-2/+0
* | Back out of calendar support in Qt::DateFormat methodsEdward Welbourne2020-02-202-28/+46
* | QMultiMap: Work around compiler problem in MSVC 2017Oliver Wolff2020-02-201-19/+18
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-02-186-11/+8
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-186-11/+8
| |\|
| | * wasm: add platform qsettingsLorn Potter2020-02-185-31/+276
| | * wasm: fix crash when qtvkb tries to load a pluginLorn Potter2020-02-161-1/+1
| | * Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+1
| | * QUrl doc: Fix typoFabian Kosmale2020-02-141-1/+1
| | * QLinkedListData: Move Q_CORE_EXPORT from class to shared_nullThiago Macieira2020-02-131-2/+2
| | * QStringView: Fix warning about conversion from qsizetype to intThiago Macieira2020-02-131-1/+1
| | * Doc: Fix documentation for QSortFilterProxyModel::filterAcceptsColumnPaul Wicking2020-02-121-6/+2
* | | Silence deprecation warnings on implementation of deprecated formatsEdward Welbourne2020-02-181-0/+12
|/ /
* | QMetaObject::connectSlotsByName(): Add output of connectionsFriedemann Kleint2020-02-171-0/+36
* | Android: advice user to request storage permission with QStandardPathsAssam Boudjelthia2020-02-171-1/+4
* | Improve error message when mixing incompatible Qt library versionsTor Arne Vestbø2020-02-142-9/+25
* | Obsolete command-string parsing QProcess::start/execute overloadsVolker Hilsheimer2020-02-132-11/+41
* | 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