summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_QDialogButtonBox::hideAndShowButton: Wait for focus widgetAxel Spoerl2023-07-081-1/+5
* qtpaths: generate proper JSONGiuseppe D'Angelo2023-07-081-5/+10
* Remove QGenericAtomicOpsThiago Macieira2023-07-071-330/+0
* QStorageInfo: Correctly decode backslash in file system labelsAndrius Štikonas2023-07-071-3/+1
* SQL/SQLite: add case folding for non-ascii charactersChristian Ehrlicher2023-07-084-2/+54
* a11y macOS: Report selection/Bridge QAccessibleSelectionInterfaceMichael Weghorn2023-07-081-0/+24
* a11y atspi: Implement TableCell methods Get{Column,Row}HeaderCellsMichael Weghorn2023-07-071-1/+32
* qcompilerdetection.h: check __cplusplus is defined before using itAhmad Samir2023-07-081-1/+1
* QProcess: make UnixProcessFlag an enum classAhmad Samir2023-07-082-3/+4
* QSortFilterProxyModel test: fix failing appearsAndSortChristian Ehrlicher2023-07-071-1/+2
* Network plugins: include mocsMårten Nordheim2023-07-074-0/+8
* Gui: include mocsMårten Nordheim2023-07-072-0/+4
* Core: include mocsMårten Nordheim2023-07-079-0/+17
* QSslServer: include mocMårten Nordheim2023-07-071-0/+2
* http2: fix potential warning about narrowingMårten Nordheim2023-07-071-1/+1
* QString docs: miscellanea improvements around string constructionGiuseppe D'Angelo2023-07-072-22/+19
* QFileInfo: keep member function overloads in Qt7 tooAhmad Samir2023-07-071-20/+0
* QLockFile: remove unneeded tryLock_impl middle-manMarc Mutz2023-07-072-16/+1
* Docs: State that OpenSSL3 is available from 5.15.1Safiyyah Moosa2023-07-071-1/+1
* QPlatformWindow: Add missing includesMårten Nordheim2023-07-071-0/+2
* QEventLoopLocker: add move SMFs and swap()Marc Mutz2023-07-072-0/+45
* QEventLoopLocker: inline Private into public classMarc Mutz2023-07-072-26/+13
* QCOMPARE: restore compatibility with braced-init-listsGiuseppe D'Angelo2023-07-078-38/+72
* Add '_sync_headers' for interface libraries to "ALL"Alexey Edelev2023-07-071-0/+7
* Fix spelling of D-Bus in the source codeIevgenii Meshcheriakov2023-07-068-23/+23
* qdbusxml2cpp: Improve error reportingIevgenii Meshcheriakov2023-07-062-63/+132
* qdbusxml2cpp: Move shared state to a classIevgenii Meshcheriakov2023-07-061-39/+72
* QDBusIntrospection: Pass diagnostics reporter to parserIevgenii Meshcheriakov2023-07-062-12/+15
* QDBusIntrospection: Add Annotation structIevgenii Meshcheriakov2023-07-066-42/+70
* QDBusXmlParser: Accept root node names with a leading slashIevgenii Meshcheriakov2023-07-061-3/+5
* QDBus: Add diagnostics reporting interfaceIevgenii Meshcheriakov2023-07-063-37/+76
* QDBusIntrospection: Add source location fieldsIevgenii Meshcheriakov2023-07-063-7/+54
* QDBusXmlParser: Make parser functions members of the classIevgenii Meshcheriakov2023-07-062-129/+141
* Remove references to Application ExampleAxel Spoerl2023-07-066-10/+4
* Android[openssl]: Check existence of OpenSSL .so file before useMårten Nordheim2023-07-061-3/+8
* Do not generate the deprecated 'QtDBus/qdbusmacros.h'Alexey Edelev2023-07-061-4/+0
* Silence the missing BundleIdentifier warning for non-Xcode generatorsAmir Masoud Abdol2023-07-061-7/+9
* Update public suffix listMårten Nordheim2023-07-063-4159/+4196
* Re-enable exceptions when building syncqtAlexey Edelev2023-07-061-0/+6
* QCA docs: Call QSettings() default constructorKai Köhne2023-07-061-3/+3
* Doc: Mention further uses of QCA::applicationName()Kai Köhne2023-07-061-5/+9
* Doc: Improve description of QT_FATAL_ environment varsKai Köhne2023-07-061-13/+28
* QLogging: add qYieldCpu() to CAS loopMarc Mutz2023-07-061-2/+2
* Make sure we don't count down past 0 QT_FATAL_CRITICALSMarc Mutz2023-07-061-1/+5
* QDialogButtonBox - Update focus chain when buttons show or hideAxel Spoerl2023-07-065-10/+145
* qC{Debug,Info,Warning,Critical}: move the function call to the macroThiago Macieira2023-07-051-6/+1
* Moc: don't make variables inside an unnamed namespace staticAhmad Samir2023-07-061-1/+1
* QXmlStream: remove extra "$" character in generated codeAhmad Samir2023-07-060-0/+0
* QXmlStream: fix generating ERROR enum valueAhmad Samir2023-07-062-3/+3
* QXmlStreamReader: use std::optionalAhmad Samir2023-07-062-17/+8