summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tidy up qnamespace.qdoc's enums' \omitvalue entriesEdward Welbourne2020-08-201-39/+36
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-0/+1
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-181-2/+2
* Follow through on ### Qt6 comments in qglobal.hEdward Welbourne2020-08-181-20/+0
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-1/+1
* Remove dead code in qrandomVolker Hilsheimer2020-08-171-25/+0
* Remove friend declarations that aren't requiredLars Knoll2020-08-151-2/+0
* Constrain the data stream operators for containersLars Knoll2020-08-151-0/+11
* Constrain the debug stream operators for containersLars Knoll2020-08-151-0/+19
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-149-116/+116
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-144-106/+1
* CMake: Allow specifying a sysconfdir that's outside the prefixAlexandru Croitor2020-08-131-1/+1
* Avoid UB in moc generated codeLars Knoll2020-08-072-0/+16
* Remove deprecated binary json featureEdward Welbourne2020-07-311-1/+0
* Add float->qfloat16 rounding and fix the testsAllan Sandfeld Jensen2020-07-311-2/+14
* Document run-time acceleration of using the conversions functionsAllan Sandfeld Jensen2020-07-301-0/+10
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-293-0/+32
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-5/+5
* Avoid claiming F16C support on non-x86 platformsTor Arne Vestbø2020-07-261-0/+1
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-243-9/+2
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-242-16/+0
* QLogging: purge deprecated qInstallMsgHandler(QtMsgHandler)Edward Welbourne2020-07-232-31/+1
* Deal with macOS not enabling AVX512 state in XCR0Thiago Macieira2020-07-221-18/+50
* QSysInfo: remove deprecated windowsVersion() and macVersion()Edward Welbourne2020-07-223-378/+0
* Update documentation of Qt::TextDateEdward Welbourne2020-07-151-1/+1
* qtypeinfo: Improve container checkFabian Kosmale2020-07-141-6/+13
* Clarify relation between Qt::Keys and Unicode rangesTor Arne Vestbø2020-07-101-101/+114
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-0/+2
* Rename local variable hiding global one with the same nameDimitrios Apostolou2020-07-101-4/+4
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-092-3/+1
* Constrain the comparison operators for our container classesLars Knoll2020-07-081-0/+5
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-081-0/+114