summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SignalDumper: fix UB (data race on ignoreLevel)6.5Mårten Nordheim2023-10-181-1/+1
* Android: bump Android target API level to 33Assam Boudjelthia2023-10-186-12/+12
* Move qpointer.cpp → qpointer.qdocMarc Mutz2023-10-182-1/+1
* SignalDumper: fix UB (data race on indentation level)Mårten Nordheim2023-10-181-1/+1
* QThread/Unix: don't hardcode OSes for PThread cancellation supportThiago Macieira2023-10-181-2/+2
* Allow Qt components be OPTIONAL when building standalone testsAlexey Edelev2023-10-181-1/+1
* QAtomicScopedValueRollback: fix UB (passing rel/acq_rel to std::atomic::load())Marc Mutz2023-10-181-2/+20
* QDateTime: improve docs about invalid vs valid datetime relationIvan Solovev2023-10-181-4/+12
* Windows: Don't re-apply application badge if one has not been setTor Arne Vestbø2023-10-181-1/+2
* eglfs: extend configure test for egldeviceSamuli Piippo2023-10-181-0/+1
* QCoreApplication: use the correct typedef of `preRList`Ahmad Samir2023-10-181-5/+5
* Windows QPA: remove SWP_NOCOPYBITS for plain movesTimothée Keller2023-10-181-4/+8
* Prevent state change of selected LineEdit in QWindowsVistaStyle when hoveringWladimir Leuschner2023-10-181-8/+8
* Doc: Improve documentation for qInstallMessageHandler()Kai Köhne2023-10-182-47/+63
* CMake: Fix Qt toolchain file recursive inclusionTasuku Suzuki2023-10-181-1/+1
* Revert "Windows QPA: Move transient children with a window move"Timothée Keller2023-10-182-52/+0
* Add the missing QtGui/qtgui-config.hAlexey Edelev2023-10-171-0/+1
* http2: When a reply is removed from the queue, only remove oneMårten Nordheim2023-10-172-11/+59
* QAccessibleComboBox: Cleanup comboBox() callsLiang Qi2023-10-171-51/+65
* Revamp Bindable Properties exp: Revisit documentationRym Bouabid2023-10-162-2/+3
* Doc: Fix link to renamed setIncludesSubDomains() methodKai Köhne2023-10-131-2/+2
* Handle ACTION_POINTER_UP with tablet eventsJuha Vuolle2023-10-132-1/+2
* tst_QPointer: add checks for CTADMarc Mutz2023-10-121-0/+42
* Doc: Highlight some examples for the "Graphics & Multimedia" categoryKai Köhne2023-10-121-0/+2
* Remove Custom Type Example and Custom Type Sending ExampleRym Bouabid2023-10-1223-215/+162
* qC{Debug,Info,Warning,Critical}: add parentheses around macro argumentThiago Macieira2023-10-121-1/+1
* Fix inactive palette in gtk3 themeSanthosh Kumar2023-10-121-87/+123
* a11y atspi: Update text-attribute linksMichael Weghorn2023-10-121-3/+3
* Make \brief of Saving a Game to File actually briefEdward Welbourne2023-10-111-2/+1
* Replace the image to illustrate the Serialization ConverterEdward Welbourne2023-10-111-0/+0
* Support the TZDIR environment variableEdward Welbourne2023-10-111-24/+49
* Use the modern name for zone Asia/KolkattaEdward Welbourne2023-10-111-3/+6
* xkb: fix build with libxkbcommon 1.6.0 and laterLiang Qi2023-10-111-0/+4
* Fix hi-dpi mouse and tablet events on AndroidShawn Rutledge2023-10-111-6/+8
* Fix CTF with namespace buildAntti Määttä2023-10-111-2/+2
* Deduplicate code in setup of serialization convertersEdward Welbourne2023-10-101-82/+49
* Check input and output converters do support the relevant directionsEdward Welbourne2023-10-101-4/+7
* Fix documentation of QMetaClassInfoFriedemann Kleint2023-10-091-2/+5
* Fix disabled button color in Linux (X11/Wayland)Santhosh Kumar2023-10-091-0/+3
* Guard QWindowsContext::instance() during screen change on shutdownTor Arne Vestbø2023-10-091-1/+2
* Revamp Local Fortune Server Example: Allow specifying the server nameRym Bouabid2023-10-093-21/+77
* macOS: Silence warning about supporting secure state restorationTor Arne Vestbø2023-10-091-0/+17
* xcb: set _KDE_NET_WM_DESKTOP_FILE and _GTK_APPLICATION_ID for windowLiang Qi2023-10-093-0/+30
* tst_QStringApiSymmetry: add more invalid UTF-8 sequencesMarc Mutz2023-10-081-0/+2
* cmake: remove xcb dependency for accessibility-atspi-bridge featureLiang Qi2023-10-081-1/+1
* a11y: add runtime checking for xcb only callsLiang Qi2023-10-081-5/+7
* a11y: fix the build without xcb headersLiang Qi2023-10-081-3/+11
* Search extra library paths for Android dependency XML files as wellVolker Krause2023-10-071-0/+5
* Windeployqt: fix typoTimothée Keller2023-10-071-1/+1
* QStringConverter: clarify decode()/encode() API docsAhmad Samir2023-10-073-24/+39