summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake:Android: Add jar files to a ${target}JarSourcesv6.6.0-beta4Assam Boudjelthia2023-09-091-0/+8
* Add note to QMessageBox::button() about modifying returned buttonTor Arne Vestbø2023-09-091-0/+6
* doc: Fix links to QMesssageBox::Option::DontUseNativeDialogTor Arne Vestbø2023-09-091-2/+2
* macOS file dialog refactor: don't heap allocate string and string listVolker Hilsheimer2023-09-091-34/+30
* Add macOS support for the Mimer SQL QtSql pluginFredrik Ålund2023-09-081-0/+3
* QItemSelectionModel: fix binding loopsIvan Solovev2023-09-081-16/+17
* tst_QHashFunctions: fix std::pair test to use QFETCH_GLOBAL seedsMarc Mutz2023-09-081-6/+0
* tst_QFont: fix -Wsign-compareMarc Mutz2023-09-081-3/+3
* tst_QHashFunctions: test with actual 64-bit seedsMarc Mutz2023-09-081-12/+18
* QLibraryInfo: fix GCC ubsan buildMarc Mutz2023-09-081-3/+1
* Doc: Add \examplecategory for qtconcurrentSafiyyah Moosa2023-09-083-0/+3
* CoreText: Resolve color scheme (dark mode) via the platform themeTor Arne Vestbø2023-09-083-4/+28
* QComboBox on macOS: guard against destruction while native popup is openVolker Hilsheimer2023-09-082-6/+22
* QArrayDataPointer: remove Q_CHECK_PTR in assign(it, it) againDennis Oberst2023-09-082-2/+20
* CMake: Add a helpers file for commands to run in the top-level dirAlexandru Croitor2023-09-083-1/+88
* CMake: Handle INPUT_foo values when detecting dirty buildsAlexandru Croitor2023-09-083-45/+30
* CMake: Rework INPUT_foo vars handling when reconfiguringAlexandru Croitor2023-09-085-10/+58
* CMake: Fix toggling of FEATURE_developer_build and some other optionsAlexandru Croitor2023-09-081-6/+18
* CMake: Recompute features when dependent features are marked dirtyAlexandru Croitor2023-09-081-22/+116
* CMake: Move dirty feature / dirty build detection into QtFeature.cmakeAlexandru Croitor2023-09-082-23/+27
* Do not override the generator type in configure scriptAlexey Edelev2023-09-081-2/+33
* iOS: Add version check when setting accent colorDoris Verria2023-09-071-1/+2
* Doc: Add example categories for qtopenglJaishree Vyas2023-09-076-1/+6
* Update bundled zlib to version 1.3Dennis Oberst2023-09-0727-1543/+1006
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-0610-40/+224
* QFontComboBox: inform accessibility about model reset when filter changesVolker Hilsheimer2023-09-061-0/+8
* Doc: remove erroneous statement that signals can't have return typesThiago Macieira2023-09-061-2/+1
* QNetworkReply: fix potential nullptr access in loadFromCacheIfAllowed()Vladimir Belyavsky2023-09-061-1/+2
* QItemSelectionModelPrivate: improve formatting of the connectionsIvan Solovev2023-09-061-24/+25
* tst_qsslkey: Fix CMake conditionAxel Spoerl2023-09-061-2/+2
* QItemSelectionModelPrivate: use QObjectPrivate::connectAxel Spoerl2023-09-064-60/+105
* QAbstractAnimation::setCurrentTime() - fix bindable property usageIvan Solovev2023-09-061-14/+27
* QTimer: extend property tests and fix binding loopIvan Solovev2023-09-064-2/+43
* qnetworkproxy[libproxy]: Add missing includeMårten Nordheim2023-09-061-0/+1
* Clean up inline keyword use in qstring.hMarc Mutz2023-09-061-110/+110
* Set color scheme after handling theme change in windowsSanthosh Kumar2023-09-063-4/+5
* Doc: Add example categories to Qt Widget examplesMats Honkamaa2023-09-0668-8/+79
* d3d12: Avoid full-size staging for partial texture updatesLaszlo Agocs2023-09-051-29/+54
* widget: set WA_X11NetWmWindowType* after xcb window was createdLiang Qi2023-09-051-1/+1
* Minor tidies in example's XML converterEdward Welbourne2023-09-051-2/+2
* Revise new-in-CLDR v43 enum entries to say new in 6.6, not 6.7Edward Welbourne2023-09-051-5/+5
* Exploit C++17 init-statements in if to simplify a loopEdward Welbourne2023-09-051-12/+5
* QPrintDialog on macOS: Don't crash when parent is not a windowVolker Hilsheimer2023-09-052-2/+19
* Update datastream converter to use Qt_6_0 instead of Qt_5_0Edward Welbourne2023-09-051-2/+2
* Core serialization examples: spacing-only clang-format changesEdward Welbourne2023-09-057-25/+25
* CMake: Don't add no-prefix define to qconfig_p.hAlexandru Croitor2023-09-051-1/+1
* Reset palette resolve mask in windows vista styleSanthosh Kumar2023-09-053-13/+61
* Note that QPalette::ColorRole must be kept in sync with QQuickColorGroupMitch Curtis2023-09-051-0/+1
* QGenericUnixServices: ensure xdg activation token callback is calledIlya Fedin2023-09-041-1/+3
* QMimeDatabase: fix detection of pattern conflict in different prefixesDavid Faure2023-09-046-22/+49