summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* MinGW: Fix static build using PCHCristian Adam2020-10-091-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-071-12/+11
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-071-16/+17
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-8/+13
* macOS: Remove WA_MacVariableSize widget attributeTor Arne Vestbø2020-10-062-5/+1
* macOS: Remove dead MacQuartz QInternal::PaintDeviceFlags enum valueTor Arne Vestbø2020-10-061-1/+0
* macOS: Remove dead widget attribute WA_MacNoShadowTor Arne Vestbø2020-10-062-2/+1
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-032-11/+11
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-0/+45
* QFlags: remove deprecated constructorEdward Welbourne2020-10-031-7/+0
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-031-28/+54
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-032-9/+12
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-301-1/+1
* Add {add,sub,mul}_overflow detection when one operand is a constantThiago Macieira2020-09-291-2/+81
* Use Q_RELOCATABLE* instead of Q_MOVABLE* wording in docsAndrei Golubev2020-09-291-8/+8
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-252-16/+16
* Fix qdoc warning from undocumented enum valueVolker Hilsheimer2020-09-251-0/+1
* Fix qdoc warning from QLibraryInfo after API changeVolker Hilsheimer2020-09-241-18/+23
* Fix qdoc warnings from removed enum valuesVolker Hilsheimer2020-09-231-1/+0
* Fix some qdoc warnings: function names in "see also"Volker Hilsheimer2020-09-221-1/+1
* Doc: Correct link errors qtbaseNico Vertriest2020-09-211-4/+4
* Normalize roundingAllan Sandfeld Jensen2020-09-162-8/+8
* Add a QMetaAssociationUlf Hermann2020-09-151-8/+114
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-142-5/+3
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-141-5/+1
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-2/+0
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-122-10/+23
* QMetaContainer: Add function to erase ranges from sequencesUlf Hermann2020-09-121-0/+5
* Get rid of QEnableIfLars Knoll2020-09-111-6/+0
* Remove pre-C++17 code pathLars Knoll2020-09-111-17/+0
* Remove some pre-Qt6 codeEdward Welbourne2020-09-102-56/+0
* Disable operator+ and operator- for QFlagsGiuseppe D'Angelo2020-09-091-2/+20
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-063-11/+16
* Round float->qfloat16 to evenAllan Sandfeld Jensen2020-09-062-9/+530
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-032-0/+355
* Add operator-> and operator*() to QPropertyFabian Kosmale2020-09-021-0/+10
* QObject: add a single shot connection flagGiuseppe D'Angelo2020-09-012-1/+9
* Add a QMetaSequence interfaceUlf Hermann2020-09-012-0/+151
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-312-11/+7
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-312-8/+6
* Remove remaining traces of deprecated QtMsgHandlerMarcel Krems2020-08-291-20/+2
* Purge qalgorithm.h of deprecated APIEdward Welbourne2020-08-281-0/+1
* Qt namespace: purge deprecated enum members and a typedefEdward Welbourne2020-08-282-71/+6
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-282-11/+4
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-271-6/+12
* Cleanup QTypeInfoLars Knoll2020-08-261-118/+11
* QIODevicePrivate: rearrange class membersAlex Trotsenko2020-08-241-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-222-3/+5
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-201-1/+1