summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtBase tools: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-301-1/+1
* QDBusTrayIcon: add xdg-activation supportIlya Fedin2022-08-312-0/+10
* widgets: avoid setting X11BypassWindowManagerHint in QToolBarLiang Qi2022-08-301-1/+1
* Don't call QPlatformWindow::setGeometry twice in QWasmWindowMikolaj Boc2022-08-301-1/+0
* Use the focus window to determine which window is drawn as activeMikolaj Boc2022-08-301-4/+2
* QDateTime: work around bitfield bug on msvc x86Mårten Nordheim2022-08-301-5/+12
* Extract header qdarwinhelpers.h from qglobal.hSona Kurazyan2022-08-305-56/+73
* Move QT_ASCII_CAST_WARN macro from qglobal.h to qtdeprecationmarkers.hSona Kurazyan2022-08-302-7/+7
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-08-301-5/+11
* findclasslist.pl: add a way to mark lines to be ignoredThiago Macieira2022-08-301-0/+2
* Move definition of QT_DEBUG from qglobal.h to qtconfigmacros.hSona Kurazyan2022-08-302-8/+8
* Remove Q_DUMMY_COMPARISON_OPERATORSona Kurazyan2022-08-302-21/+0
* Make QKdeTheme aware of runtime theme changesAxel Spoerl2022-08-301-5/+148
* CMake: Move Apple specific functions into a separate fileAlexandru Croitor2022-08-301-626/+0
* CMake: Clarify documentation for target and project finalizationAlexandru Croitor2022-08-301-10/+19
* QHttp2Configuration: in QNAM, use old, higher values in flow controlTimur Pocheptsov2022-08-303-7/+7
* CMake: Add documentation for QT_NO_COLLECT_BUILD_TREE_APK_DEPSAlexandru Croitor2022-08-302-0/+23
* Docs: Improve documentation regarding adding SSL supportNicholas Bennett2022-08-301-2/+3
* Migrate QBasicTimer from int to qint64Konrad Kujawa2022-08-306-13/+32
* wasm: add local-fonts API supportAleksandr Reviakin2022-08-302-0/+129
* wasm: add support for building Qt as shared librariesMorten Sørvig2022-08-304-1/+4
* Fix the spelling of the word "combination"Mike Trahearn2022-08-301-1/+1
* Add nullptr check for theme when initializing paletteDoris Verria2022-08-301-2/+4
* Doc: Fix faulty include file extensionJoerg Bornemann2022-08-303-4/+4
* QMetaType/Doc: update some wording about type registrationThiago Macieira2022-08-292-21/+18
* Copy or check ShortData rather than pointer in more placesEdward Welbourne2022-08-292-4/+6
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-299-54/+81
* MSVC: Add WIN32 definition to the resource compilerYuhang Zhao2022-08-291-1/+1
* QLibraryInfo: Add isSharedBuild() function and deprecate qSharedBuild()Yuhang Zhao2022-08-293-6/+39
* Android A11Y: Fix TalkBack scrolling behaviorJens Trillmann2022-08-292-4/+33
* Android A11Y: Notify android about scroll eventsJens Trillmann2022-08-298-0/+40
* Move qSharedBuild() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-08-294-11/+11
* QList: don't detach twice in operator[]Mårten Nordheim2022-08-281-1/+1
* Remove an unused variable in qwasmwindowMikolaj Boc2022-08-281-1/+0
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-274-11/+26
* QComboBox: Prevent recursion in hidePopupVolker Hilsheimer2022-08-272-1/+10
* MSVC: Set default code page to UTF-8 for resource compilerYuhang Zhao2022-08-271-1/+1
* a11y: Prevent one case of losing a11y interface when setting event childMichael Weghorn2022-08-271-1/+2
* a11y atspi: Send SelectionChanged AT-SPI event on selection changeMichael Weghorn2022-08-271-0/+13
* a11y atspi: Forward SelectionWithin change to AT-SPIMichael Weghorn2022-08-271-1/+11
* wasm: use uintptr_t for uint32_tLorn Potter2022-08-272-3/+3
* QGtk3Theme: subscribe to theme hint changesIlya Fedin2022-08-271-0/+20
* a11y atspi: Drop FIXME that doesn't need actionMichael Weghorn2022-08-271-1/+1
* a11y atspi: Drop methods that are only declaredMichael Weghorn2022-08-271-2/+0
* a11y atspi: Support text interface's GetStringAtOffsetMichael Weghorn2022-08-272-5/+56
* a11y atspi: Handle AT-SPI Text's ScrollSubstringToMichael Weghorn2022-08-271-0/+13
* Implement mouse capture on WASMMikolaj Boc2022-08-274-6/+32
* QVariant/Doc: document that you must register types before op>>Thiago Macieira2022-08-261-3/+13
* QMetaObject: fix the consistency check for forward-declared builtinsThiago Macieira2022-08-261-7/+22
* QScopedArrayPointer: port to qsizetypeMarc Mutz2022-08-262-4/+10