summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup QSemaphore and make it always 64bit largeLars Knoll2020-09-052-104/+60
* QMetaType: optimize comparisonFabian Kosmale2020-09-051-1/+1
* Get rid of the MSVC specific fileLars Knoll2020-09-053-61/+0
* Remove some comments that are no longer relevantEdward Welbourne2020-09-054-7/+2
* Fix compiler warning from unused private field in QSequentialIterableVolker Hilsheimer2020-09-051-0/+1
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-09-033-19/+14
* Remove obsolete native client platformMorten Johan Sørvig2020-09-037-266/+5
* Add QByteArrayView overloads for push_back and push_frontLars Knoll2020-09-032-18/+30
* Clean up the QByteArray API and implementationLars Knoll2020-09-033-272/+140
* QList/QByteArray/QString: Base GrowsBackwards heuristic on old sizeMårten Nordheim2020-09-033-6/+6
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-039-598/+529
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-035-0/+382
* Turn QFileDevice::MemoryMapFlags into a proper QFlagEdward Welbourne2020-09-021-3/+5
* QString/QList: disregard space at front during reserve()Andrei Golubev2020-09-022-3/+3
* QByteArray: Disregard space at front during ::reserve(...)Mårten Nordheim2020-09-021-1/+1
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-023-0/+453
* QVariant: Fix conversion codeFabian Kosmale2020-09-021-2/+11
* Fix an annoying compiler warning on MSVCLars Knoll2020-09-021-1/+1
* Fix QPropertyAlias to work with all kinds of propertiesLars Knoll2020-09-021-132/+126
* Add setter/getter support in QBindableInterfaceLars Knoll2020-09-021-0/+11
* Make bindings introspectable through mocLars Knoll2020-09-025-30/+97
* Fix static buildFabian Kosmale2020-09-021-1/+1
* Add QObjectCompatPropertyLars Knoll2020-09-023-52/+243
* Add support for computed propertiesLars Knoll2020-09-021-0/+76
* Pass a pointer to the property data into the method evaluating a bindingLars Knoll2020-09-024-12/+16
* Add support for bindable properties to QObjectLars Knoll2020-09-023-0/+433
* Always allow setting a null binding on a propertyLars Knoll2020-09-021-1/+1
* Cleanup QBindingPrivateLars Knoll2020-09-023-37/+34
* Add a QBindingStorage classLars Knoll2020-09-026-9/+234
* Ground work for bindable properties in QObjectLars Knoll2020-09-021-0/+116
* Remove operators allowing assignment of a binding to a propertyLars Knoll2020-09-021-24/+9
* Move QPropertyObserver further up in the header fileLars Knoll2020-09-022-119/+114
* Introduce a common base class for all QProperty typesLars Knoll2020-09-024-70/+139
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-023-468/+0
* Cleanups: Rename some classesLars Knoll2020-09-024-64/+64
* Get rid of QPropertyValueStorageLars Knoll2020-09-022-90/+72
* Remove the special handling of QProperty<bool>Lars Knoll2020-09-023-52/+5
* Add operator-> and operator*() to QPropertyFabian Kosmale2020-09-023-13/+41
* Reduce some code duplicationLars Knoll2020-09-021-41/+2
* Generalize some methods taking a QProperty<>Lars Knoll2020-09-023-37/+23
* Fix include style violation in qline.hFriedemann Kleint2020-09-021-1/+1
* QObject: add a single shot connection flagGiuseppe D'Angelo2020-09-014-42/+89
* Remove remaining ### Qt 6 comment in qcoreevent.hShawn Rutledge2020-09-011-1/+1
* Doc fix: functions may actually have fewer arguments than the signalAndreas Hartmetz2020-09-011-6/+4
* Doc fix: disconnect with receiver also works for context objectsAndreas Hartmetz2020-09-011-2/+3
* Add a QMetaSequence interfaceUlf Hermann2020-09-017-0/+1448
* Take the right lock before using a connection's receiverGiuseppe D'Angelo2020-09-011-1/+1
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-3113-29/+2105
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-313-12/+7
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-313-10/+7