summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Port QAbstractAnimation to the new property systemSona Kurazyan2021-04-273-15/+97
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-277-14/+106
* Port of QItemSelectionModel::model to new property systemAndreas Buhr2021-04-273-24/+86
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-272-2/+0
* Fix typo in a comment, PE_PanelViewItemRow doesn't existSérgio Martins2021-04-271-1/+1
* Check POSIX rules during QTzTimeZone creationEdward Welbourne2021-04-272-15/+65
* Fix handling of a POSIX zone rule describing permanent DSTEdward Welbourne2021-04-271-17/+44
* Correct the parsing of POSIX rule day-of-year fieldsEdward Welbourne2021-04-271-8/+11
* doc: Warn about kerning in QRawFont::advancesForGlyphIndexes()Eskil Abrahamsen Blomfeldt2021-04-271-2/+12
* Remove links to QRegularExpression#Wildcard matchingVolker Hilsheimer2021-04-272-8/+4
* Change QList's insert() and emplace() to always invalidate [pos, end())Andrei Golubev2021-04-271-107/+114
* Do not shift the data pointer when removing all elements from QListAndrei Golubev2021-04-271-5/+7
* Resurrect data moves in QListAndrei Golubev2021-04-276-83/+307
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-273-18/+19
* Android: Remove NoSuchMethodException errorBartlomiej Moskal2021-04-271-0/+5
* Add QT_ANDROID_TARGET_SDK_VERSION target propertyJoerg Bornemann2021-04-263-0/+26
* Add QT_ANDROID_MIN_SDK_VERSION target propertyJoerg Bornemann2021-04-263-0/+26
* Add QT_ANDROID_VERSION_{NAME|CODE} target propertiesJoerg Bornemann2021-04-263-2/+56
* Fix build error on iOS with the configure option -qtnamespaceLars Schmertmann2021-04-262-3/+9
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-261-1/+44
* Add override to addPaths and removePaths in kqueue filesystem watcherNiclas Rosenvik2021-04-261-2/+4
* Port of QTimeLine to new property systemAndreas Buhr2021-04-262-49/+111
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-11/+7
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-261-1/+1
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-04-265-1078/+1075
* zlib: Disable MSVC warning C4267Kai Köhne2021-04-262-1/+5
* QLockFile/Unix: remove the " (deleted)" suffix from kernel-supplied namesThiago Macieira2021-04-261-0/+6
* QLockFile: don't use the local timezone to compare file timesThiago Macieira2021-04-262-5/+5
* PRI* datatypes: fix typos in documentationGiuseppe D'Angelo2021-04-251-2/+2
* Long live PRI*QdatatypesGiuseppe D'Angelo2021-04-252-1/+140
* Fixed type integers: streamline the definitionsGiuseppe D'Angelo2021-04-242-12/+6
* Optimize quadratic-time insertion in QSortFilterProxyModelIgor Kushnir2021-04-241-2/+3
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-242-8/+13
* Switch to target_sources approach for the static library resourcesAlexey Edelev2021-04-231-15/+10
* QtGlobal: check the Qt fixed size integersGiuseppe D'Angelo2021-04-231-0/+6
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-231-1/+9
* Make zone-name part of date-time parsing a little fasterEdward Welbourne2021-04-231-2/+2
* Improve error message in bindable property testAndreas Buhr2021-04-231-8/+14
* Fix a build when QT_DISABLE_DEPRECATED_BEFORE is set to 6.1.0Jarek Kobus2021-04-231-0/+2
* Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
* Fix QJniObject templates implementationsAssam Boudjelthia2021-04-233-681/+708
* Fix build error when using -qtnamespace flagAssam Boudjelthia2021-04-231-2/+2
* Lowercase system includes and lib names for Windows, fix cross compilingMartin Storsjö2021-04-235-7/+7
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-04-231-9/+24
* Mark obsolete QMessageBox members as deprecatedVolker Hilsheimer2021-04-232-19/+52
* Avoid adding null-objects to the icon cacheFan PengCheng2021-04-231-3/+3
* QDuplicateTracker: store the current seed in the hasherThiago Macieira2021-04-221-1/+2
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-2267-617/+632
* qpropertytesthelper: Check that the types matchFabian Kosmale2021-04-221-0/+11
* QObjectBindableProperty: Allow signals taking a valueFabian Kosmale2021-04-222-4/+17