summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-0417-1755/+318
* wasm: enable httpmultipartLorn Potter2020-09-049-6/+32
* Fix flaky QFutureWatcher::startFinish() testJarek Kobus2020-09-031-11/+22
* Tighten up QDialogButtonBox::ButtonLayout enumVolker Hilsheimer2020-09-033-13/+1
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-09-034-21/+16
* Fix build without features.highdpiscalingTasuku Suzuki2020-09-041-2/+2
* Remove obsolete native client platformMorten Johan Sørvig2020-09-037-266/+5
* Extend test blacklisting from Ubuntu 18.04 to 20.04Tor Arne Vestbø2020-09-034-0/+4
* QCocoaKeyMapper: do not sum integral+QFlagsGiuseppe D'Angelo2020-09-031-2/+2
* rhi: Sanity check the srb in debug buildsLaszlo Agocs2020-09-036-2/+91
* 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
* Enforce complete method types of QML registered classesFabian Kosmale2020-09-033-3/+16
* Fix build without features.filesystemmodelTasuku Suzuki2020-09-031-0/+1
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-0319-632/+593
* Ignore weight in .ui files instead of converting itEskil Abrahamsen Blomfeldt2020-09-034-80/+0
* Mark obsolete QPrinter functions as deprecated from 5.15 onVolker Hilsheimer2020-09-036-8/+58
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-0335-67/+813
* Turn QFileDevice::MemoryMapFlags into a proper QFlagEdward Welbourne2020-09-021-3/+5
* pro2cmake: Fix qmake parser's line continuation handlingJoerg Bornemann2020-09-023-13/+18
* CMake: Teach QtProcessConfigureArgs.cmake to configure other modulesJoerg Bornemann2020-09-021-12/+18
* 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-022-1/+9
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-027-29/+672
* QVariant: Fix conversion codeFabian Kosmale2020-09-022-2/+49
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-024-8/+77
* Fix an annoying compiler warning on MSVCLars Knoll2020-09-021-1/+1
* Fix QPropertyAlias to work with all kinds of propertiesLars Knoll2020-09-022-132/+163
* Add setter/getter support in QBindableInterfaceLars Knoll2020-09-021-0/+11
* Make bindings introspectable through mocLars Knoll2020-09-0211-241/+271
* Fix static buildFabian Kosmale2020-09-021-1/+1
* Add QObjectCompatPropertyLars Knoll2020-09-024-52/+319
* Add support for computed propertiesLars Knoll2020-09-022-0/+90
* 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-024-12/+532
* 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-027-11/+236
* Ground work for bindable properties in QObjectLars Knoll2020-09-022-0/+228
* Remove operators allowing assignment of a binding to a propertyLars Knoll2020-09-022-64/+45
* 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-0213-1301/+214
* Cleanups: Rename some classesLars Knoll2020-09-025-84/+84
* Get rid of QPropertyValueStorageLars Knoll2020-09-022-90/+72
* Remove the special handling of QProperty<bool>Lars Knoll2020-09-024-54/+5
* Add operator-> and operator*() to QPropertyFabian Kosmale2020-09-024-13/+70
* Reduce some code duplicationLars Knoll2020-09-021-41/+2
* Generalize some methods taking a QProperty<>Lars Knoll2020-09-023-37/+23