summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some out-of-range issues with time-zone supportEdward Welbourne2021-11-082-12/+24
* Initialize QStyleOptionProgressBar with QStyle::State_HorizontalZhang Hao2021-11-081-0/+1
* qC{Debug,Info,Warning,Critical}: Simplify #ifndef QT_NO_xxx_OUTPUTThiago Macieira2021-11-061-24/+32
* qC{Debug,Info,Warning,Critical}: centralize common partsThiago Macieira2021-11-061-12/+33
* QProcess: Distinguish between null and empty QProcessEnvironmentIevgenii Meshcheriakov2021-11-074-63/+97
* wasm: fix size of QDialogsLorn Potter2021-11-061-1/+6
* wasm: fix network reply status attributeLorn Potter2021-11-061-6/+11
* QPluginLoader: fix indentation and commentsThiago Macieira2021-11-051-5/+3
* QCoreApplication: document the app's bindir is in libraryPaths()Thiago Macieira2021-11-051-4/+5
* Revert "QOperatingSystemVersion: Add support for Win10 sub-versions"Thiago Macieira2021-11-062-63/+0
* QArrayDataOps: fix QList range ctors with mixed value_type in C++20 buildsMarc Mutz2021-11-061-3/+10
* Move the ${target}_prepare_apk_dir target descriptionAlexey Edelev2021-11-051-5/+4
* QMacStyle: skip 'custom' rendering of CE_HeaderLabelTimur Pocheptsov2021-11-051-28/+0
* Doc: Remove broken homepage link for Vera fonts attributionLuca Di Sera2021-11-051-1/+0
* Don't use QCursor::pos in QTabBar and fix hover handlingVolker Hilsheimer2021-11-052-30/+27
* plaintextEdit draw text with clipRect should consider cusorWidthZhang Hao2021-11-051-1/+1
* Doc: Move Q_OBJECT_COMPUTED_PROPERTY to QObjectComputedPropertyLuca Di Sera2021-11-051-1/+1
* Make sure that all MODULE_LIBRARY targets are built before deploying to AndroidAlexey Edelev2021-11-051-0/+12
* Make sure that all plugin targets are built before deploying to AndroidAlexey Edelev2021-11-052-2/+19
* Fix EntryPointMinGW32Target.cmake to be found in top-level buildJoerg Bornemann2021-11-051-1/+3
* QAIV: Reset double-click flag in mousePressEventVolker Hilsheimer2021-11-051-0/+1
* Tidy up QPixmapCache to prevent potential segfaultVolker Hilsheimer2021-11-051-23/+36
* QByteArrayList: fix narrowing in join() implementations [2/2]Marc Mutz2021-11-053-7/+16
* Include qproperty.h where neededMarc Mutz2021-11-041-0/+1
* Suppress rc.exe default outputKai Köhne2021-11-041-2/+10
* QFactoryLoader: remove the porting hack to complete the port to CBORThiago Macieira2021-11-042-20/+5
* QPluginLoader/ELF: fix Clang ASan buildsThiago Macieira2021-11-041-1/+9
* Extract Header qbindingstorage.hMarc Mutz2021-11-043-62/+120
* QDataStream: remove pointless guard around std::pair operatorsMarc Mutz2021-11-041-2/+0
* QByteArrayList: fix narrowing in join() implementations [1/2]Marc Mutz2021-11-042-7/+10
* QNI NetworkManager: Extract Method primaryConnectionDevicePath()Marc Mutz2021-11-042-5/+15
* QNI NetworkManager: Small refactorings and correctness fixMårten Nordheim2021-11-043-25/+20
* QNI: networkmanager support for the isMetered APIMårten Nordheim2021-11-043-15/+79
* QNI: Android support for isMeteredMårten Nordheim2021-11-044-6/+13
* QNI: Add API to check if connection is meteredMårten Nordheim2021-11-043-0/+39
* wasm: enable event dispatcher asyncify supportMorten Johan Sørvig2021-11-042-23/+9
* iOS: Hide UIWindow before restoring mirror modeTor Arne Vestbø2021-11-041-1/+1
* iOS: Defer restoring screen mirroring until next runloop passTor Arne Vestbø2021-11-041-3/+7
* iOS: Don't try to initialize a11y for views that have no platform windowTor Arne Vestbø2021-11-041-0/+5
* QOperatingSystemVersion: Add support for Win10 sub-versionsYuhang Zhao2021-11-042-0/+63
* QByteArrayList: add join(QByteArrayView)Marc Mutz2021-11-042-1/+14
* qnsview_mouse, scrollWheel: do not assume zero deltas on Ending phaseTimur Pocheptsov2021-11-031-4/+4
* PCRE2: upgrade to 10.39Giuseppe D'Angelo2021-11-036-3170/+3284
* qlibrary.cpp: avoid the +12 constant in too many placesThiago Macieira2021-11-031-1/+1
* qlibraryinfo.cpp: use qOffsetStringArray for qtConfEntriesThiago Macieira2021-11-032-43/+49
* QNI: Clarify Feature enum entries' documentationMårten Nordheim2021-11-031-5/+9
* Make QPlatformTheme a gadgetMitch Curtis2021-11-031-0/+3
* Add ShowDirectoriesFirst platform theme hintMitch Curtis2021-11-033-0/+9
* FreeType: allow falling back to synthesized bold if desiredAndy Shaw2021-11-031-1/+3
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-036-135/+0