summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_QSslSocket::serverCipherPreferencies - fix for OpenSSL v3Timur Pocheptsov2022-09-082-11/+33
* doc: Clarify the term advance widthEskil Abrahamsen Blomfeldt2022-09-082-5/+13
* xcb: fix the build of native paintingLiang Qi2022-09-081-0/+1
* wasm: don't set GL_DEBUGMorten Sørvig2022-09-082-2/+1
* Don't emit logicalDotsPerInchChanged when updating screen geometryTor Arne Vestbø2022-09-081-1/+0
* Rename QScreenPrivate::updateHighDpi()Morten Johan Sørvig2022-09-084-6/+6
* Move QPlatformScreen::deviceIndependentGeometry() logic to QScreenTor Arne Vestbø2022-09-084-13/+7
* qUncompress: mark invalidCompressedData() Q_DECL_COLD_FUNCTIONMarc Mutz2022-09-081-4/+5
* De-inline QScreenPrivate::updateHighDpi()Tor Arne Vestbø2022-09-072-5/+6
* Use correct calling frame for QMacAutoReleasePool debug trackerTor Arne Vestbø2022-09-071-3/+3
* Use popup() instead of exec() in examplesMikolaj Boc2022-09-072-2/+2
* Propagate the event acceptance correctly with context menu on RMBMikolaj Boc2022-09-071-0/+2
* Suppress the PUBLIC/PRIVATE_HEADER related warningAlexey Edelev2022-09-071-10/+0
* CMake: propagate deprecations definitions to tools and appsIvan Solovev2022-09-072-0/+6
* uic: Remove trailing blanks generated into Python icon codeFriedemann Kleint2022-09-071-2/+1
* uic: Add QPdfViewFriedemann Kleint2022-09-071-0/+1
* Avoid recomputing DST-ness for time-zone when already knownEdward Welbourne2022-09-071-0/+4
* Replace .at() with [] to dereference QStringViewEdward Welbourne2022-09-071-2/+2
* Eliminate QSystemLocaleSingleton and QSystemLocale(bool)Edward Welbourne2022-09-072-17/+6
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-073-33/+112
* Simplify system locale managementEdward Welbourne2022-09-073-14/+29
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-072-1/+34
* Document shell-friendly data tags as best practiceEdward Welbourne2022-09-078-24/+27
* QFileSystemEngine/Unix: fix unneeded casts from errno values to intMarc Mutz2022-09-071-8/+8
* QIODevice: fix narrowing conversions in debugBinaryStringMarc Mutz2022-09-071-18/+12
* Port QDir to qsizetype [3/3]: APIMarc Mutz2022-09-073-2/+27
* QtCore: removed_api.cpp: fix orderingMarc Mutz2022-09-071-2/+2
* tst_qlocale: only restore the fp control masks we changeMårten Nordheim2022-09-071-3/+2
* QTlsBackendOpenSSL: Early return from ensureCiphersAndCertsLoaded()Ievgenii Meshcheriakov2022-09-072-7/+16
* Revert "Fix build with -trace lttng"Rafael Roquetto2022-09-074-17/+2
* Respect CMake source tree when installing header filesAlexey Edelev2022-09-074-64/+217
* Guard windows-specific includes with Q_OS_WINAlexey Edelev2022-09-072-0/+5
* [docs] qCompress/qUncompress: document size limitsMarc Mutz2022-09-071-0/+22
* qUncompress: statically assert that arithmetic overflow cannot occurMarc Mutz2022-09-071-1/+3
* Remove dummy test instructionsToni Saario2022-09-072-8/+0
* Doc: Add missing since 6.2 to QImage and QPixmapYuhang Zhao2022-09-072-4/+8
* QTextStream: Fix logical error in setEncodingMårten Nordheim2022-09-072-1/+56
* wasm: export new Promise functionsLorn Potter2022-09-071-2/+2
* Refix QDockwidget drag out dockwidgetThorbjørn Lund Martsum2022-09-061-1/+1
* Introduce the qt_deprecates pragmaAlexey Edelev2022-09-063-0/+9
* findclasslist.pl: print the line number of where the occurrence cameThiago Macieira2022-09-061-3/+3
* findclasslist.pl: do match subclasses in private headers tooThiago Macieira2022-09-061-3/+7
* findclasslist.pl: match unexported classes tooThiago Macieira2022-09-061-3/+11
* CMake: propagate deprecation definitions to unit-testsIvan Solovev2022-09-061-1/+20
* QXmlStreamReader: use qOffsetStringArray for storing token typesSona Kurazyan2022-09-061-51/+16
* 3rdparty: apply a fix to the last zlib fixThiago Macieira2022-09-062-2/+35
* Use QVarLengthFlatMap for QPointingDevicePrivate::activePointsShawn Rutledge2022-09-062-1/+2
* tst_qmatrixnxn: port away from deprecated APIsIvan Solovev2022-09-062-55/+105
* Clear the timer target time when stopping a timer on WASMMikolaj Boc2022-09-061-0/+1
* CMake: Collect IMPORTED library dependencies for android deploymentAlexandru Croitor2022-09-063-0/+104