summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: add an option to enable or disable versioned hard linkLi Xinwei2021-05-133-0/+11
* QDebug: code tidiesGiuseppe D'Angelo2021-05-121-1/+1
* QAbstractItemModel::match: code tidiesGiuseppe D'Angelo2021-05-123-1/+3
* QLibrary: fix some implicit QFlags->int conversionsGiuseppe D'Angelo2021-05-122-3/+3
* QUrlTwoFlags: add support for operator&=, |=, ^= taking QFlagsGiuseppe D'Angelo2021-05-121-0/+6
* Rejig native interface plumbingTor Arne Vestbø2021-05-1223-47/+193
* QDockWidget, macOS: don't drag on native widgetsRichard Moe Gustavsen2021-05-121-4/+18
* Implement QFileSystemEngine::createLink() on MS-WinKarsten Heimrich2021-05-123-49/+42
* Android: Fix position issue of the EditPopupMenuPekka Gehör2021-05-121-2/+5
* QPropertyBinding: Do not reevaluate if not installed on propertyFabian Kosmale2021-05-122-0/+28
* Blacklist tst_qnetworkreply::ioHttpRedirectMultipartPost on LinuxAllan Sandfeld Jensen2021-05-121-2/+1
* Doc: Correctly mark QLocale::Territory as an aliasTopi Reinio2021-05-121-2/+2
* cocoa: be more careful about rejecting frame strut eventsRichard Moe Gustavsen2021-05-121-7/+16
* Android: check that app's lib_name value doesn't contain spacesAssam Boudjelthia2021-05-121-0/+9
* Respect Password and NoEcho mode while pre-editingVolker Hilsheimer2021-05-121-1/+15
* fix build for no feature futureLorn Potter2021-05-124-8/+13
* Fix thread-sanitizer warning about a data raceLars Knoll2021-05-121-9/+10
* Fix typo in FindWrapAtomic.cmakeJohn Zimmermann2021-05-121-3/+3
* androiddeployqt: Check if apk is already alignedMike Achtelik2021-05-121-18/+42
* wasm: fix unicode keyboard handlingLorn Potter2021-05-121-145/+9
* QProperty: Cleanup QPropertyAlias leftoversFabian Kosmale2021-05-114-105/+4
* Tell code-checker drawPolygon can't be called with negative countAllan Sandfeld Jensen2021-05-111-0/+2
* QSFPM: make filterRegularExpression and filterCaseSensitivity bindableIvan Solovev2021-05-114-39/+232
* QSortFilterProxyModel: port to new property systemIvan Solovev2021-05-115-50/+270
* Fix QStandardItemModel signals on takeChildLuca Beldi2021-05-112-3/+75
* Initialize FirstPtBlock.next to make static analysis happyAllan Sandfeld Jensen2021-05-111-0/+1
* Avoid potential read of uninitialized clip dataAllan Sandfeld Jensen2021-05-111-2/+1
* CMake: Walk link dependencies recursively to work out finalizersCraig Scott2021-05-111-7/+9
* CMake: Add 'collect_targets' mode to __qt_internal_walk_libsAlexandru Croitor2021-05-111-13/+69
* CMake: Make qt_internal_walk_libs available in public projectsAlexandru Croitor2021-05-1110-260/+267
* CMake: Hide qt plugin static import source files in a dot folderAlexandru Croitor2021-05-111-1/+1
* CMake: Refactor handling of static pluginsAlexandru Croitor2021-05-116-116/+203
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-112-0/+29
* Make resizeMaximizedWindows() preserve native geometryMorten Sørvig2021-05-111-6/+13
* Move qtwaylandscanner to libexecKai Köhne2021-05-111-1/+1
* QFlags::testFlag: clarify the behavior in the docsGiuseppe D'Angelo2021-05-111-0/+8
* Windows QPA/Vista style: Fix placeholder colorFriedemann Kleint2021-05-111-1/+10
* QFlags: add operator== and !=Giuseppe D'Angelo2021-05-112-0/+37
* CMake: Resurrect test_import_plugins cmake build testsAlexandru Croitor2021-05-1118-62/+200
* CMake: Skip building CMake build tests in a prefix in-tree configAlexandru Croitor2021-05-111-0/+16
* Handle checkPermission() below api 23Assam Boudjelthia2021-05-111-7/+2
* Move qmlimportscanner to libexecKai Köhne2021-05-111-1/+1
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-112-1/+55
* Q_DECLARE_OPERATORS_FOR_FLAGS: also define operator&Giuseppe D'Angelo2021-05-111-0/+4
* QFlags: add operator& / &= overloads taking a QFlags objectGiuseppe D'Angelo2021-05-112-0/+16
* QFlags: plaster Q_IMPLICITGiuseppe D'Angelo2021-05-111-11/+11
* QFlags: add qHash overloadGiuseppe D'Angelo2021-05-112-0/+13
* QFlags: add (named) explicit conversion from/to intGiuseppe D'Angelo2021-05-112-0/+21
* Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-113-12/+18
* macOS: Remove MIME plumbing from QCocoaNativeInterfaceTor Arne Vestbø2021-05-112-19/+0