summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QWindow: Fix error for unused captureMårten Nordheim2023-09-081-0/+2
* tools: use const methods moreAnton Kudryavtsev2023-09-083-4/+4
* dialogs: use const methods moreAnton Kudryavtsev2023-09-082-2/+2
* Tidy up qgraphicsview: use nullptr moreAnton Kudryavtsev2023-09-081-1/+1
* QGraphicsScene: use const methods moreAnton Kudryavtsev2023-09-081-1/+1
* widgets: use const methods moreAnton Kudryavtsev2023-09-082-3/+3
* qcompleter: avoid implicit detachAnton Kudryavtsev2023-09-081-2/+2
* testlib: use const methods moreAnton Kudryavtsev2023-09-081-1/+1
* qtls_schannel: avoid implicit detachAnton Kudryavtsev2023-09-081-1/+1
* qxdgdesktopportalfiledialog: avoid implicit detachAnton Kudryavtsev2023-09-081-2/+2
* QHostInfo::lookupHost: do not violate lookupHostImpl preconditionsGiuseppe D'Angelo2023-09-081-0/+4
* QLibraryInfo: fix GCC ubsan buildMarc Mutz2023-09-081-3/+1
* qthreadpool: use const methods moreAnton Kudryavtsev2023-09-081-2/+2
* QComboBox on macOS: guard against destruction while native popup is openVolker Hilsheimer2023-09-082-6/+22
* CoreText: Resolve color scheme (dark mode) via the platform themeTor Arne Vestbø2023-09-083-4/+28
* Change MaxKeyCount type from enum to static constexpr intTomasz Kozlowski2023-09-071-1/+1
* macOS: Use non-native fallback for message boxes with rich textTimur Pocheptsov2023-09-071-0/+7
* Doc: Mention reset methods for QCalendarWidget::maximumDate, minimumDateKai Köhne2023-09-071-4/+6
* Doc: Fix documented default for QCalendarWidget maximumDate, minimumDateKai Köhne2023-09-071-4/+2
* wasm: Mark switch case as unreachableMorten Sørvig2023-09-071-1/+1
* wasm: make all val() accessors constMorten Sørvig2023-09-072-10/+10
* Always run screen change side effectsMorten Sørvig2023-09-072-11/+13
* wasm: don't crash if app is deleteLater()edMorten Sørvig2023-09-071-0/+5
* QList: use new assign() in operator=(std::initializer_list)Dennis Oberst2023-09-071-4/+1
* QArrayDataPointer: remove Q_CHECK_PTR in assign(it, it) againDennis Oberst2023-09-071-2/+0
* qtextengine: use RAII moreAnton Kudryavtsev2023-09-071-9/+4
* doc: Remove QSettings' paths for embedded linuxMohammadHossein Qanbari2023-09-071-6/+4
* qsslcertificate: use _ba literal moreAnton Kudryavtsev2023-09-071-11/+10
* qsslcertificate: use QStringView moreAnton Kudryavtsev2023-09-071-4/+6
* qsslcertificate: use QAnyStringView moreAnton Kudryavtsev2023-09-071-1/+1
* qsslcertificate: avoid implicit detachAnton Kudryavtsev2023-09-071-7/+7
* QHttpNetworkConnectionChannel: reduce allocationsAnton Kudryavtsev2023-09-071-24/+22
* QEvdevTouchScreenData: use string view types moreAnton Kudryavtsev2023-09-071-4/+4
* testlib: use string view types moreAnton Kudryavtsev2023-09-071-1/+1
* Add static constexpr Boyer-Moore Latin-1 string matcherØystein Heskestad2023-09-074-0/+234
* QHostInfo::abortLookup: ignore -1Giuseppe D'Angelo2023-09-071-0/+3
* Add StateLocation & GenericStateLocation to StandardLocationJonathan Ketchker2023-09-078-3/+87
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-065-37/+76
* qt_getImageTextFromDescription: use tokenize instead of splitAnton Kudryavtsev2023-09-061-2/+1
* qbmphandler: use const moreAnton Kudryavtsev2023-09-061-1/+1
* Tidy up qtextengine: use char16_t moreAnton Kudryavtsev2023-09-061-9/+9
* Doc: remove erroneous statement that signals can't have return typesThiago Macieira2023-09-061-2/+1
* QFontComboBox: inform accessibility about model reset when filter changesVolker Hilsheimer2023-09-061-0/+8
* network: use string view types moreAnton Kudryavtsev2023-09-063-3/+3
* QNetworkReply: fix potential nullptr access in loadFromCacheIfAllowed()Vladimir Belyavsky2023-09-061-1/+2
* Remove redundant QPair includesAhmad Samir2023-09-0624-25/+1
* qnetworkproxy[libproxy]: Add missing includeMårten Nordheim2023-09-061-0/+1
* QCoreApplication::requestPermission: refactor "dead" codeGiuseppe D'Angelo2023-09-061-3/+4
* QCoreApplication::requestPermission: streamline the implementationGiuseppe D'Angelo2023-09-061-45/+24
* QItemSelectionModel: fix binding loopsIvan Solovev2023-09-061-16/+17