summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QCborStreamReader: add toString() and toByteArray()Thiago Macieira2023-11-242-2/+137
* QCborStreamReader: fix API mistake: lastError() wasn't constThiago Macieira2023-11-243-1/+11
* QCborStreamReader: refactor readStringChunk_unicode() to appendThiago Macieira2023-11-241-17/+17
* OpenSSL: remove support for 1.1Giuseppe D'Angelo2023-11-244-52/+1
* Implement a TODO: cache the list of MS TZ IDsEdward Welbourne2023-11-241-14/+16
* QDTP: minor fixes to handling of two-digit yearsEdward Welbourne2023-11-241-2/+2
* QDTP: consolidate defaultValue computation and clip to rangeEdward Welbourne2023-11-242-4/+18
* String-ish: Add missing <string_view> #includesMarc Mutz2023-11-244-0/+4
* Moc: don't stumple over inline namespace in more placesFabian Kosmale2023-11-241-1/+3
* IPC: Un-deprecate the "legacy" key APIThiago Macieira2023-11-244-38/+1
* Android: don't return an unused result from QtNative.startApplication()Assam Boudjelthia2023-11-241-6/+6
* Android: fix few deprecation and wrong code usage warningsAssam Boudjelthia2023-11-2415-119/+131
* Android: support lambda expressions in Java codeAssam Boudjelthia2023-11-249-623/+459
* QTabBar/Widget: use pmf-style connectsChristian Ehrlicher2023-11-235-30/+29
* SQLite: Update SQLite to v3.44.1Christian Ehrlicher2023-11-233-93/+233
* Fix Japan locale not showing japanese fonts correctlyLauri Pohjanheimo2023-11-231-0/+33
* Add initial implementation of an Android icon engineVolker Hilsheimer2023-11-235-0/+421
* QPainter: support painting at DPR < 1Morten Sørvig2023-11-231-2/+2
* highdpi: fix map to/from global for "off-primary-screen" windowsMorten Sørvig2023-11-231-2/+2
* QMesageBox: add Q_ENUM and sync assertionsAxel Spoerl2023-11-231-0/+11
* Android: use WeakReference for static activity/service objectsAssam Boudjelthia2023-11-232-20/+43
* Android: add note on usage of QtNative.runAction()Assam Boudjelthia2023-11-231-0/+2
* a11y: Fix bug where some characters were not spoken while moving cursorJan Arve Sæther2023-11-232-4/+60
* QTabBar: properly calc tab positions when changing tab positionChristian Ehrlicher2023-11-231-7/+2
* QComboBox: don't eat non-printable key strokesChristian Ehrlicher2023-11-231-2/+3
* qxp::function_ref: try to work around compilation failure on VxWorksMarc Mutz2023-11-231-0/+17
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-2319-48/+50
* Android: don't directly access m_qtThread memberAssam Boudjelthia2023-11-234-4/+4
* Android: rename m_quitApp to m_retainNonConfigurationInstanceAssam Boudjelthia2023-11-232-16/+3
* Android: print correct return code of main()Assam Boudjelthia2023-11-231-4/+3
* Add initial implementation of a Windows icon engineVolker Hilsheimer2023-11-236-0/+213
* Add initial implementation of macOS and iOS icon theme implementationsVolker Hilsheimer2023-11-238-13/+321
* Android: use non index for loop syntaxAssam Boudjelthia2023-11-221-7/+7
* doc: Remove outdated comment about DirectWriteEskil Abrahamsen Blomfeldt2023-11-221-6/+0
* QTest: make failOnWarning() functional on temp objects destructionVladimir Belyavsky2023-11-222-8/+7
* wasm: Proxy emscripten_fetch() to the main threadPiotr Wierciński2023-11-222-2/+6
* qtestlib: Add option to skip blacklisted testsKalle Viironen2023-11-222-12/+31
* Mime type conversion: clarify and clean up documentationVolker Hilsheimer2023-11-223-15/+35
* QObject: allow calling findChild() without a nameRym Bouabid2023-11-223-2/+26
* wasm: Fix compilation failures when not using precompiled headersAlexandru Croitor2023-11-224-0/+6
* Fix cache cost on DirectWrite font enginesEskil Abrahamsen Blomfeldt2023-11-221-1/+1
* rhi: d3d12: Try without debug layer when failedLaszlo Agocs2023-11-221-3/+14
* QImageReader: Reduce code redundancyMike Chen2023-11-221-40/+25
* QDBusConnection: output error message from findSlotDavid Faure2023-11-221-1/+11
* Android: remove redundant assignement and type specifiersAssam Boudjelthia2023-11-229-22/+18
* Android: use final keyword for Java class memebers when appropriateAssam Boudjelthia2023-11-229-23/+23
* Android: add @UsedFromNativeCode annotation for java method used in c++Assam Boudjelthia2023-11-2213-14/+82
* macOS: Don't crash when starting a drag with empty mime dataVolker Hilsheimer2023-11-221-0/+2
* qDebug: add support for std::optional and std::nullopt_tDavid Faure2023-11-222-0/+28
* QWin32PrintEnginePrivate: Properly initialize flags and fields of DEVMODEFriedemann Kleint2023-11-223-0/+19