summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QTabBar: don't scroll when laying out the tabsVolker Hilsheimer2023-04-262-4/+79
* QBluetoothPermission: introduce fine-grained permissionsIvan Solovev2023-04-263-7/+90
* Create unique names for QSize and QRect types for lttngAntti Määttä2023-04-261-12/+12
* Fix crash at exit when tracingAntti Määttä2023-04-265-8/+15
* tracegen: Add common prologueAntti Määttä2023-04-265-0/+15
* Implement QXmlStreamReader::hasStandaloneDeclaration()Axel Spoerl2023-04-264-4/+19
* Move QZipReader/Writer from QtGui to QtCoreMarc Mutz2023-04-2615-27/+14
* QString::insert: replace duplicated code with a recursionThiago Macieira2023-04-261-1/+2
* tst_QCoreApplication: ensure that theMainThread has expected statesThiago Macieira2023-04-262-3/+38
* windeployqt: improve debug detectionYuhang Zhao2023-04-261-10/+6
* tst_QProcess: don't link non-Qt helpers to QtCoreThiago Macieira2023-04-2517-0/+19
* QProcess/Unix: don't overwrite openChannels() error messageThiago Macieira2023-04-251-2/+6
* QMutex/Unix: remove the pthread_mutex_t-based contentThiago Macieira2023-04-253-72/+3
* tst_QSslCertificate: Make it easier to check which backend is usedMårten Nordheim2023-04-251-19/+40
* wasm: rework local font supportMorten Sørvig2023-04-252-94/+127
* Support float_type arrays when using lttngHatem ElKharashy2023-04-251-2/+13
* Windows QPA: Fix restore geometry after dragging from maximisedTimothée Keller2023-04-253-0/+26
* Remove an unnecessary None definitionAmir Masoud Abdol2023-04-251-9/+2
* Remove FileReader callbacks before assigning new onesMikolaj Boc2023-04-251-3/+6
* Revert "Exclude files from unity build"Thiago Macieira2023-04-251-8/+0
* Copy memory to buffer when saving files on wasm with threading onMikolaj Boc2023-04-251-4/+28
* Tune textures example to work with wasm and update docsLaszlo Agocs2023-04-252-4/+13
* gl: Check for image validity in readbackLaszlo Agocs2023-04-251-6/+12
* Doc: Fix issues in CMake command docsLeena Miettinen2023-04-256-29/+30
* Windows QPA: Handle DPI induced geometry change for frameless windowsTimothée Keller2023-04-251-0/+5
* tst_qxmlstream: remove dependency on QtXmlMarc Mutz2023-04-251-1/+0
* Doc: Exclude licensing header when including a .qdocincTopi Reinio2023-04-253-2/+4
* QXmlStreamAttributes: port value()/hasAttribute() to QAnyStringViewMarc Mutz2023-04-254-56/+49
* Improve style drawing under DPR scaling furtherDavid Schulz2023-04-251-8/+8
* QEvent: fix a narrowing conversion warningAhmad Samir2023-04-251-8/+15
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-2518-41/+38
* QEventDispatcherGlib: fix some narrowing conversion warningsAhmad Samir2023-04-251-3/+2
* QCommandLineParser: fix some narrowing conversion warningsAhmad Samir2023-04-251-15/+15
* Doc: Show correct headerfile for StringLiteralsPaul Wicking2023-04-251-0/+2
* Add missing nullptr check in QWidget::setFocusProxyAxel Spoerl2023-04-252-1/+27
* macOS: Handle failure to create display link or invalid display linkTor Arne Vestbø2023-04-243-6/+20
* QDomDocument: no longer drop a provided 'standalone' attribute if 'no'Axel Spoerl2023-04-244-4/+35
* Silence MSVC warning on constructing QList from initializer_listEdward Welbourne2023-04-241-3/+3
* Exclude files from unity buildAmir Masoud Abdol2023-04-241-0/+8
* Change to darkmode is prevented at runtine in VistastyleWladimir Leuschner2023-04-241-2/+1
* Darwin: Add debug logging of locale/language key parametersTor Arne Vestbø2023-04-241-0/+36
* Introduce the qt_internal_project_setup macroAlexey Edelev2023-04-247-2/+18
* macOS: Localize title of edit menu's NSMenuItem via AppKitTor Arne Vestbø2023-04-241-4/+39
* Use QCss:: namespace when accessing Value on IntegrityAmir Masoud Abdol2023-04-232-31/+31
* QLocaleData: de-duplicate some codeAhmad Samir2023-04-221-38/+21
* QStandardPaths: de-duplicate some unittests codeAhmad Samir2023-04-221-28/+28
* QStandardPaths/Unix: fix writableLocation() when test mode is enabledAhmad Samir2023-04-222-32/+101
* QStandardPaths/Unix: restore org and app names in unittestsAhmad Samir2023-04-221-7/+11
* QDateTime: replace a bool parameter with an enumAhmad Samir2023-04-221-5/+11
* QDate: fix QDebug operator<<() for dates with year > 9999Ahmad Samir2023-04-221-1/+5