summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QDnsLookup/Unix: make sure we don't overflow the bufferv6.5.16.5.1Thiago Macieira2023-05-161-6/+25
* Check if next property in the list is not empty before adding a commaAlexey Edelev2023-05-141-0/+3
* wasm: fix qtloader.js container element regressionMorten Sørvig2023-05-141-24/+10
* Use boolean to indicate QTableWidgetItem is header itemAntti Määttä2023-05-102-10/+7
* macOS: Clear event dispatcher interrupt before running NSAlert modal sessionTor Arne Vestbø2023-05-101-4/+3
* Update download location for Harfbuzz as wellEskil Abrahamsen Blomfeldt2023-05-091-1/+1
* Fix specific overflow in qtextlayoutAllan Sandfeld Jensen2023-05-092-3/+23
* Hsts: match header names case insensitivelyMårten Nordheim2023-05-091-2/+2
* Fix hiding in QComboBox when there is no selectionVolker Hilsheimer2023-05-081-19/+18
* Normalize paths using std::filesystem::weakly_canonicalAlexey Edelev2023-05-051-1/+1
* Update public suffix listMårten Nordheim2023-05-052-4507/+4252
* QTabBar: don't overshoot when scrolling rightVolker Hilsheimer2023-05-051-3/+3
* Update harfbuzz to version 7.2.0Eskil Abrahamsen Blomfeldt2023-05-0480-728/+2324
* Revert "qdbusxml2cpp: invert Q_DECL_DEPRECATED and inline in the output"Fabian Kosmale2023-05-031-7/+5
* moc: Use a much, much shorter structure name for the StringDataThiago Macieira2023-05-021-22/+23
* Doc: Fix documentation warningsTopi Reinio2023-05-015-15/+8
* macOS: Fix leak of application menu NSMenuItemTor Arne Vestbø2023-04-291-2/+2
* QCoreApplication: fix use-after-free of nl_langinfo() resultThiago Macieira2023-04-291-2/+2
* [docs] QList: fix history of resize(n) semantics changeMarc Mutz2023-04-281-2/+7
* QNAM: Fix double-connect for manual redirect handlingMårten Nordheim2023-04-281-3/+3
* Don't set focus when moving the cursor with a touch padVolker Hilsheimer2023-04-281-1/+2
* QVariant: Fix support for metatypes created by Qt < 6.5Fabian Kosmale2023-04-282-3/+15
* Doc: Fix example for QT_DEPLOY_TRANSLATIONS_DIRJoerg Bornemann2023-04-281-0/+3
* Add flicking behavior hints to xcb platform integrationShawn Rutledge2023-04-271-3/+5
* Doc: add darkmode=0 explicitlyTasuku Suzuki2023-04-271-1/+3
* rhi: Properly squeeze in trimOpListsLaszlo Agocs2023-04-271-0/+28
* macOS: Avoid memory leak when using NSSlider for style drawingTor Arne Vestbø2023-04-271-15/+15
* Doc: Fix return value for Q_ARG and Q_RETURN_ARGAndreas Eliasson2023-04-271-6/+7
* QApplicationStatic: enforce acquire-release semantics on creationThiago Macieira2023-04-261-8/+8
* macOS: Localize title of edit menu's NSMenuItem via AppKitTor Arne Vestbø2023-04-261-4/+39
* Darwin: Add debug logging of locale/language key parametersTor Arne Vestbø2023-04-261-0/+36
* macOS: Handle failure to create display link or invalid display linkTor Arne Vestbø2023-04-263-6/+20
* Rework imagescaling example to avoid potential crashesIvan Solovev2023-04-261-1/+1
* Doc: Use qt_add_executable() not add_executable() in snippetsLeena Miettinen2023-04-263-7/+7
* Fix license info for import shell scriptsKai Köhne2023-04-266-230/+18
* Clarify license of SHA-1 algorithmKai Köhne2023-04-262-44/+8
* QTabBar: don't scroll when laying out the tabsVolker Hilsheimer2023-04-261-4/+17
* Fix crash at exit when tracingAntti Määttä2023-04-265-8/+15
* tracegen: Add common prologueAntti Määttä2023-04-265-0/+15
* Create unique names for QSize and QRect types for lttngAntti Määttä2023-04-261-12/+12
* Add Qt icon library for examplesKimmo Leppälä2023-04-26157-0/+214
* QProcess/Unix: don't overwrite openChannels() error messageThiago Macieira2023-04-261-2/+6
* QCommandLineParser: fix some narrowing conversion warningsAhmad Samir2023-04-251-15/+15
* 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
* wasm: rework local font supportMorten Sørvig2023-04-252-94/+127
* Support float_type arrays when using lttngHatem ElKharashy2023-04-251-2/+13
* Remove an unnecessary None definitionAmir Masoud Abdol2023-04-251-9/+2
* Windows QPA: Fix restore geometry after dragging from maximisedTimothée Keller2023-04-253-0/+26