summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid mixing atomic futex changes and QAtomicAllan Sandfeld Jensen2021-05-191-28/+16
* Android: Reset m_usePrimaryClip when clearing the clip dataAndy Shaw2021-05-191-0/+1
* Doc: Extend qt_add_resource documentationJoerg Bornemann2021-05-193-4/+83
* Fix build without features.libraryTasuku Suzuki2021-05-196-6/+7
* Add EGLFS OpenWFD plugin for INTEGRITYKimmo Ollila2021-05-194-2/+28
* QLocalSocket/Win: fix closed state detection in waitFor...() functionsAlex Trotsenko2021-05-184-25/+32
* CMake: Build plugin initializers as object libsAlexandru Croitor2021-05-181-3/+0
* Fix single argument QT_OVERLOADED_MACRO with pedantic warnings enabledTor Arne Vestbø2021-05-181-1/+1
* Cherry-pick upstream patch for non-gcc/clang/msvc compilersAllan Sandfeld Jensen2021-05-183-4/+15
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-185-331/+267
* Item models: code tidiesGiuseppe D'Angelo2021-05-182-3/+3
* QEventDispatcherCF: avoid QFlags->int implicit castsGiuseppe D'Angelo2021-05-182-2/+2
* Fix QItemSelectionModel::selectionChanged emissionAndreas Buhr2021-05-181-8/+32
* Long live qToUnderlyingGiuseppe D'Angelo2021-05-182-0/+16
* qglobal.cpp: build under QT_NO_EXCEPTIONSGiuseppe D'Angelo2021-05-181-3/+9
* CMake: remove unnecessary add_dependencies()Li Xinwei2021-05-172-6/+0
* Add proper dependencies to apk targetsJoerg Bornemann2021-05-172-34/+44
* Make the exit() methods in QEventLoop and QThread be slotsThiago Macieira2021-05-172-3/+2
* 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
* 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-173-3/+3
* 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-152-1/+42
* 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
* 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-131-4/+4
* 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-1222-45/+191