summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtSql: establish removed_api.cpp for upcoming QT_SQL_REMOVED_SINCEv6.4.0-beta3Ivan Solovev2022-08-102-0/+27
* QSqlQueryModel: guard the definition of deprecated methodIvan Solovev2022-08-101-1/+2
* Doc: Remove repetition of word in textPaul Wicking2022-08-101-3/+3
* CMake: Fix detection of system double-conversionJoerg Bornemann2022-08-101-4/+9
* CMake: Bail when configuring multiple configurations and plain NinjaAlexandru Croitor2022-08-101-0/+6
* QSqlQuery: Do not use deleted constructor in docsFabian Kosmale2022-08-101-2/+2
* Remove redundant define for QT_LARGEFILE_SUPPORTSona Kurazyan2022-08-101-4/+0
* macOS: Distinguish between return and enter when inserting newlinesTor Arne Vestbø2022-08-101-3/+8
* cmake: Don't reference global data in qt_internal_get_title_caseTor Arne Vestbø2022-08-101-1/+1
* cmake: Work around bug in CMake's Xcode generator setting INSTALL_PATHTor Arne Vestbø2022-08-101-0/+18
* Windows: Account for not finding child windows when calling ChildWindowFromPo...Tor Arne Vestbø2022-08-101-0/+2
* Disable bitcode for iOSTor Arne Vestbø2022-08-102-2/+1
* QIcon: remove icon from cache if the cached engine fails to loadLu YaNing2022-08-101-4/+8
* Doc: Document the .base modifier for qmake resourcesJoerg Bornemann2022-08-101-0/+9
* Remove cmake/FindCups.cmakeJoerg Bornemann2022-08-101-98/+0
* Wayland: Remove XFAIL after underlying bug was fixedEskil Abrahamsen Blomfeldt2022-08-101-2/+0
* Doc: Drop parentheses around \since commandPaul Wicking2022-08-101-2/+2
* QGraphicsScene::render: fix int/qsizetype mismatchThiago Macieira2022-08-091-3/+3
* QDBusMetaObjectGenerator: use qsizetype for counting thingsThiago Macieira2022-08-091-26/+28
* Fix QT6_CALL_NEW_OVERLOAD_TAILIvan Solovev2022-08-091-1/+1
* Polish the model/view tutorial examplesFriedemann Kleint2022-08-0911-51/+55
* Add some testing of QTestEventLoopEdward Welbourne2022-08-0810-2/+333
* Don't skip QDoubleConverter's digit-count check for non-whole boundEdward Welbourne2022-08-082-1/+6
* tst_qimage: skip exifReadComments when the feature is not activeJanne Juntunen2022-08-081-0/+3
* iOS: ensure we close inputpanel after clearing focusobjectRichard Moe Gustavsen2022-08-081-0/+9
* QNetworkInformation: Add missing \since markerMårten Nordheim2022-08-081-0/+1
* Basiclayouts: Add scrolling to exampleElias Hautala2022-08-081-2/+17
* Freetype: Fix underline thickness for bitmap fontsEskil Abrahamsen Blomfeldt2022-08-081-1/+1
* QProperty: Notify observers even when dependency is goneFabian Kosmale2022-08-084-30/+170
* qputenv: defend against non-NUL-terminated QByteArray valuesMarc Mutz2022-08-082-1/+13
* tests: make xembed/qt-client-raster betterLiang Qi2022-08-062-1/+3
* tests: make xembed/qt-client-widget betterLiang Qi2022-08-062-1/+5
* tests: replace gtk-embedder.py with a gtk3 appLiang Qi2022-08-0621-119/+155
* QMetaType: don't create a registry just to query its emptiness [2/2]Marc Mutz2022-08-061-2/+2
* QMetaType: make all atomic operations explicitMarc Mutz2022-08-061-3/+4
* QFixed: add implicit conversion from long longMarc Mutz2022-08-051-0/+1
* macOS: Check m_platformWindow before processing key event after shortcutTimur Pocheptsov2022-08-051-1/+1
* Doc: Fix return type of QLEInteger/QBEInteger post-in/decrement opsJoerg Bornemann2022-08-051-4/+4
* rhi: gl: Unify end/finish behaviorLaszlo Agocs2022-08-051-0/+12
* CMake: Fix mockplugins test not to fail in a non-prefix buildAlexandru Croitor2022-08-051-5/+10
* Pull some processing out of environmentMutex critical sectionsMarc Mutz2022-08-051-4/+12
* Port qenvironmentvariables.cpp to qsizetypeMarc Mutz2022-08-051-5/+4
* macOS: Don't ifdef out code to resolve display name that might be usedTor Arne Vestbø2022-08-051-2/+0
* CMake: Fix examples to build as external projects when cross-compilingAlexandru Croitor2022-08-051-4/+35
* CMake: Fix Ninja Multi-Config dependency issues for top-level targetsAlexandru Croitor2022-08-051-3/+5
* eglfs: Fix crash when painting the mouse cursor in a multiscreen setupDominik Holland2022-08-051-5/+5
* Fix generation of the forward header for QFunctionPointerSona Kurazyan2022-08-052-1/+4
* rhi: metal: Defer also compute pipeline releasingLaszlo Agocs2022-08-051-11/+27
* Explicitly disable bitcode for iOS applicationsTor Arne Vestbø2022-08-051-0/+20
* QStringIterator: fix UB [2/2]: use std::less to compare pointersMarc Mutz2022-08-051-5/+8