summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-047-13/+13
* Android: checkPermission/s(): use makeReadyFuture()Marc Mutz2023-01-041-20/+7
* QAndroidExtras: release mutex earlier in requestPermissionsInternal()Marc Mutz2023-01-041-0/+1
* macOS: Include text in key events triggered by insertion key-bindingsTor Arne Vestbø2023-01-041-8/+10
* QDateTimeParser: use a local var instead of multiple str::at()Ahmad Samir2023-01-041-9/+10
* Reflect QStyleHints in AA_DontShowShortcutsInContextMenusTor Arne Vestbø2023-01-043-4/+8
* Update the documentation of QScreen::name()Yuhang Zhao2023-01-041-0/+4
* Check if "-stagingDir" is passed from the commandAlexey Edelev2023-01-041-1/+1
* Avoid breaking version script generator stateAlexey Edelev2023-01-041-2/+6
* QListView: Prevent infinite loop when wrapping text of item with null-iconVolker Hilsheimer2023-01-042-5/+18
* Fix assert when resizing text table with percentage widthsEskil Abrahamsen Blomfeldt2023-01-041-2/+3
* Fix a warning about extra semicolon in qstylepainter.hJoni Poikelin2023-01-041-1/+1
* Doc: note QWindow::winId() will cause platform window creationEirik Aavitsland2023-01-041-1/+3
* Fix deletion order in QImageReader/Writer destructorsEirik Aavitsland2023-01-042-2/+2
* macOS: Limit cursor update workaround to Monterey and belowTor Arne Vestbø2023-01-031-16/+18
* macOS: Send synthetic cursorUpdate events for utility windowsTor Arne Vestbø2023-01-031-3/+9
* Change parsing log output in QGtk3Json from qCDebug to qCInfoAxel Spoerl2023-01-031-11/+11
* QWindowsKeyMapper: make the code locale-independentMarc Mutz2023-01-031-2/+2
* Remove cmake output about module major/minor/patch versionKai Köhne2023-01-031-5/+0
* ibus: support high dpi for cursor rectangleLiang Qi2023-01-031-3/+24
* ibus: add SetCursorLocationRelative in InputContext.xmlLiang Qi2023-01-032-0/+13
* Don't use var-args for Q_DECLARE_EXPORTED_LOGGING_CATEGORYTor Arne Vestbø2023-01-031-4/+4
* macOS: Ensure NSEvent processing during NSApp initializationTor Arne Vestbø2023-01-031-0/+1
* Replace syncqt arguments with rsp fileAlexey Edelev2023-01-021-45/+46
* macOS: Stop using the deprecated [NSWorkspace openFile:] APITor Arne Vestbø2023-01-022-8/+2
* Doc: Fix snippet for Q_DECLARE_EXPORTED_CATEGORYKai Köhne2023-01-021-1/+1
* QFileSystemEngine: URL encode path in trash info, use relative pathJonas Kvinge2023-01-021-1/+12
* Move '--sign' argument to the end of the androiddeployqt commandAlexey Edelev2023-01-022-3/+10
* Return to the two-step destruction in compositorMikolaj Boc2023-01-023-6/+8
* wasm: support setting Emscripten configurationMorten Sørvig2023-01-011-1/+3
* QStringBuilder: document issues with using "auto" keywordAhmad Samir2023-01-013-20/+71
* Use more documentation snippets for QString and its siblingsAhmad Samir2023-01-015-177/+139
* QStringConverter: add QLatin1::convert{To,From}Unicode()Ahmad Samir2022-12-303-14/+34
* Revert "CMake: Expose generated resource files to IDEs"Alexey Edelev2022-12-301-1/+0
* Long live QPromise::addResults()!Marc Mutz2022-12-302-0/+25
* QTypeInfo: fix pointer detectionGiuseppe D'Angelo2022-12-301-1/+1
* QMetaType: fix value-initialization in a corner caseGiuseppe D'Angelo2022-12-304-4/+19
* Fix improper ELF versions of certain symbolsThiago Macieira2022-12-292-2/+7
* SQL: rework the connection options documentation (typos)Christian Ehrlicher2022-12-291-15/+17
* DB2: Fix typo in QMetaTypeHannah von Reth2022-12-291-1/+1
* Fix size calculation of unplugged dock widgetsAxel Spoerl2022-12-291-4/+19
* wasm: avoid LocalStorage past-the-end access on clear()Morten Sørvig2022-12-281-5/+13
* wasm: use public API for converting from Uint8ArrayMorten Sørvig2022-12-281-16/+1
* QWidgetLineControl: Add missing emit keywordsLu YaNing2022-12-281-2/+2
* wasm: align QWasmLocalFileAccess API with 6.4Morten Sørvig2022-12-283-9/+87
* Detect appearance by colors unless GTK theme name contains "dark"Axel Spoerl2022-12-283-1/+20
* Fix the handling of dead keys on WASMMikolaj Boc2022-12-271-6/+7
* wasm: Work on wasm accessibility elements and eventsShreya Pattani2022-12-272-10/+284
* wasm: Work on wasm accessibility elements and eventsSharad Sahu2022-12-272-4/+132
* wasm: add end-user accessibillty opt-inMorten Sørvig2022-12-273-18/+133