summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup QSemaphore and make it always 64bit largeLars Knoll2020-09-052-104/+60
* Cleanup a ### Qt 6Lars Knoll2020-09-052-6/+5
* QCompleterItemDelegate: replace QItemDelegate with QStyledItemDelegateWang Peng2020-09-051-5/+4
* QCalendarDelegate: replace QItemDelegate with QStyledItemDelegateWang Peng2020-09-051-6/+5
* QMetaType: optimize comparisonFabian Kosmale2020-09-051-1/+1
* When finding the engine for a fallback font, then clear the familiesAndy Shaw2020-09-051-0/+1
* Get rid of the MSVC specific fileLars Knoll2020-09-053-61/+0
* QStyle: remove deprecated SH_SpellCheckUnderlineStyleChristian Ehrlicher2020-09-054-10/+0
* Remove some comments that are no longer relevantEdward Welbourne2020-09-054-7/+2
* Remove some obsolete codeLars Knoll2020-09-053-95/+0
* QWindowsKeyMapper: fix mixed math between int and enum/flagsGiuseppe D'Angelo2020-09-051-3/+3
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-0511-17/+16
* Change translation context of strings to new classVolker Hilsheimer2020-09-051-13/+6
* Fix compiler warnings from using deprecated qChecksum overloadVolker Hilsheimer2020-09-052-4/+4
* Fix compiler warnings after QKeyCombination introductionVolker Hilsheimer2020-09-052-11/+10
* Fix compiler warning from unused private field in QSequentialIterableVolker Hilsheimer2020-09-051-0/+1
* xcb: drop Xinerama supportLiang Qi2020-09-049-65/+4
* Fix memory sanitizer complaint about uninitialized valueLiang Qi2020-09-041-1/+1
* Merge QPainterPathPrivate and QPainterPathDataVolker Hilsheimer2020-09-043-93/+70
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-0411-1109/+20
* wasm: enable httpmultipartLorn Potter2020-09-049-6/+32
* Tighten up QDialogButtonBox::ButtonLayout enumVolker Hilsheimer2020-09-033-13/+1
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-09-033-19/+14
* Fix build without features.highdpiscalingTasuku Suzuki2020-09-041-2/+2
* Remove obsolete native client platformMorten Johan Sørvig2020-09-037-266/+5
* 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-0312-598/+532
* Ignore weight in .ui files instead of converting itEskil Abrahamsen Blomfeldt2020-09-033-79/+0
* Mark obsolete QPrinter functions as deprecated from 5.15 onVolker Hilsheimer2020-09-036-8/+58
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-0325-51/+461
* 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-026-29/+531
* QVariant: Fix conversion codeFabian Kosmale2020-09-021-2/+11
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-022-8/+8
* 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-028-98/+120
* 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