summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Require the C++17 standard for configure-time syncqtAlexey Edelev2023-09-111-1/+1
* wasm: send key release for touchscreen inputLorn Potter2023-09-112-5/+8
* QDBusConnectionPrivate: Remove declaration of messageFilter()Ievgenii Meshcheriakov2023-09-111-1/+0
* QtDBus: Remove uses of Q_UNUSED on used variablesIevgenii Meshcheriakov2023-09-113-7/+0
* QDBus: Use type-safe object tree node flagsIevgenii Meshcheriakov2023-09-113-10/+14
* QDBusSlotCache: Include flags into the hash keyIevgenii Meshcheriakov2023-09-112-12/+24
* Doc: Remove see also self-reference in QFileInfoKai Köhne2023-09-101-1/+2
* Doc: Mark QEvent::DevicePixelRatioChange as new in 6.6Kai Köhne2023-09-101-1/+2
* Doc: Add documentation for added QNativeIpcKey overloadKai Köhne2023-09-101-0/+6
* QDataStream: clarify QDataStream::operator>>(char *&s) API docsAhmad Samir2023-09-101-3/+4
* QFSFileEngine: fix logicAhmad Samir2023-09-101-4/+2
* QElapsedTimer: document Duration and TimePoint typedefsAhmad Samir2023-09-101-0/+10
* QStringList: optimize replaceInStringsAhmad Samir2023-09-101-3/+26
* QStringList: replace index-based loops with range-forAhmad Samir2023-09-101-19/+14
* qdataurl: extract string literalsAnton Kudryavtsev2023-09-101-4/+6
* QTextHtmlParser::lookupElement: port to QSVAnton Kudryavtsev2023-09-102-5/+5
* QLogging: attempt to free memory in qt_message() before abort()Thiago Macieira2023-09-091-4/+8
* QNetworkInterface: replace CMake check for ifr_index with SFINAEThiago Macieira2023-09-092-36/+14
* QLogging: deduplicate calling of isFatal()/qt_message_fatal()Thiago Macieira2023-09-091-62/+28
* QElfParser: handle the case of PN_XNUM program headersThiago Macieira2023-09-091-0/+2
* qsocks5socketengine: avoid impicit detachAnton Kudryavtsev2023-09-091-1/+1
* qiosclipboard: use const methods moreAnton Kudryavtsev2023-09-091-2/+4
* qcocoadrag: use rvalue overload moreAnton Kudryavtsev2023-09-091-2/+2
* cocoa: use const method moreAnton Kudryavtsev2023-09-092-2/+2
* QAndroidPlatformFileDialogHelper: use const methods moreAnton Kudryavtsev2023-09-091-3/+3
* gui/text: use const methods moreAnton Kudryavtsev2023-09-0910-30/+30
* gui: use const methods moreAnton Kudryavtsev2023-09-098-13/+13
* qcommandlineparser: use const method moreAnton Kudryavtsev2023-09-091-1/+1
* macOS file dialog refactor: don't heap allocate string and string listVolker Hilsheimer2023-09-081-34/+30
* Add note to QMessageBox::button() about modifying returned buttonTor Arne Vestbø2023-09-081-0/+6
* doc: Fix links to QMesssageBox::Option::DontUseNativeDialogTor Arne Vestbø2023-09-081-2/+2
* Rework QIcon theme documentationTor Arne Vestbø2023-09-081-55/+82
* 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