summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Fix dock widget drag&drop failureAndre de la Rocha2021-05-171-1/+1
* Add isValid() call to QJniEnvironmentAssam Boudjelthia2021-05-172-0/+11
* Fix build of standalone painting examplesJoerg Bornemann2021-05-177-13/+18
* QFile: code tidiesGiuseppe D'Angelo2021-05-172-8/+8
* Windows QFSFileEngine: avoid some QFlags implicit conversionsGiuseppe D'Angelo2021-05-171-2/+2
* QMetaContainer: code tidiesGiuseppe D'Angelo2021-05-171-4/+4
* QFileSystemMetaData: code tidiesGiuseppe D'Angelo2021-05-171-13/+15
* QFSFileEngine: code tidiesGiuseppe D'Angelo2021-05-171-2/+2
* QArrayData: store the right flag type, not an intGiuseppe D'Angelo2021-05-174-4/+4
* QIODevice: code tidiesGiuseppe D'Angelo2021-05-161-1/+1
* Event dispatchers: code tidiesGiuseppe D'Angelo2021-05-162-2/+2
* QSaveFile: code tidiesGiuseppe D'Angelo2021-05-161-1/+1
* Doc: Add CMake to the "Resource System" documentationJoerg Bornemann2021-05-162-4/+43
* Make qTerminate available when QT_NO_EXCEPTIONS flag is setAlexey Edelev2021-05-162-11/+3
* QDir: remove an unneeded QFlags->int conversionGiuseppe D'Angelo2021-05-161-6/+6
* QDir(Iterator): code tidiesGiuseppe D'Angelo2021-05-162-13/+13
* QDateTime: fix our oversight in Qt 6.0 not changing the ShortDataThiago Macieira2021-05-152-3/+11
* QFlags: add test(Any)Flag(s)Giuseppe D'Angelo2021-05-153-1/+100
* Add missing PNG file to CMakeLists.txt of richtext/textedit exampleJoerg Bornemann2021-05-142-0/+4
* QFileDevice: code tidiesGiuseppe D'Angelo2021-05-141-2/+2
* native interface plumbing: Fix ambiguities with existing classes named TypeInfoFriedemann Kleint2021-05-141-3/+2
* iOS: Accessibility: Set the correct traits for EditableTextAndy Shaw2021-05-141-1/+9
* Allow for arguments that have an equals as part of itAndy Shaw2021-05-141-3/+3
* wasm: make sure bind is compiler argumentLorn Potter2021-05-141-0/+1
* QPageSize: make PageSizeId ctor non-explicitMarc Mutz2021-05-131-1/+1
* QFileInfo: code tidiesGiuseppe D'Angelo2021-05-131-3/+3
* QDateTime: code tidiesGiuseppe D'Angelo2021-05-131-3/+5
* QMetaObjectBuilder: replace an int with QFlagsGiuseppe D'Angelo2021-05-131-3/+3
* QFlags::testFlag: code tidiesGiuseppe D'Angelo2021-05-131-1/+1
* Add tests for QAndroidApplication's sdkVersion and activityAssam Boudjelthia2021-05-138-10/+133
* 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