summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QItemSelectionModel: fix binding loopsIvan Solovev2023-09-081-16/+17
* QLibraryInfo: fix GCC ubsan buildMarc Mutz2023-09-081-3/+1
* 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-081-2/+0
* iOS: Add version check when setting accent colorDoris Verria2023-09-071-1/+2
* Update bundled zlib to version 1.3Dennis Oberst2023-09-0727-1543/+1006
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-065-37/+76
* 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
* QItemSelectionModelPrivate: use QObjectPrivate::connectAxel Spoerl2023-09-063-60/+70
* QAbstractAnimation::setCurrentTime() - fix bindable property usageIvan Solovev2023-09-061-14/+27
* QTimer: extend property tests and fix binding loopIvan Solovev2023-09-061-2/+3
* 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-061-0/+4
* 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
* Revise new-in-CLDR v43 enum entries to say new in 6.6, not 6.7Edward Welbourne2023-09-051-5/+5
* QPrintDialog on macOS: Don't crash when parent is not a windowVolker Hilsheimer2023-09-051-2/+3
* Reset palette resolve mask in windows vista styleSanthosh Kumar2023-09-052-2/+7
* 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-042-12/+21
* Use linear filtering again when QT_WIDGETS_HIGHDPI_DOWNSCALELaszlo Agocs2023-09-042-29/+63
* QSortFilterProxyModel: "fix" connection names in connect callsAhmad Samir2023-09-041-19/+19
* QArrayData: make calculateBlockSize() account for the extra null elementThiago Macieira2023-09-041-21/+15
* QAnyStringView: fix construction from QL1SV for bootstrapped buildsIvan Solovev2023-09-041-1/+1
* QAbstractProxyModel: fix binding loopsIvan Solovev2023-09-031-5/+6
* QSortFilterProxyModel: fix binding loopsIvan Solovev2023-09-031-7/+8
* QVariantAnimation: fix binding loopsIvan Solovev2023-09-031-8/+8
* QTimeLine: fix binding loopsIvan Solovev2023-09-031-20/+22
* QDBusServiceWatcher: fix binding loopsIvan Solovev2023-09-031-35/+42
* QPauseAnimation: extend tests and fix binding loopIvan Solovev2023-09-031-4/+3
* QPropertyAnimation: fix binding loopsIvan Solovev2023-09-031-11/+13
* syncqt: Close ifstream before attempt to remove fileAlexey Edelev2023-09-021-2/+7
* Fix living QLibProxyWrapper after shutdown of QCoreApplicationAndré Klitzing2023-09-011-1/+1
* QList/Doc: document the resize() overload taking a parameter_typeThiago Macieira2023-09-011-2/+3
* QAccessible: consistently respect rootIndex of item viewsVolker Hilsheimer2023-09-014-86/+160
* QMdiArea: port Q_FOREACH to ranged-for, loop could call QCA::sendEvent()Ahmad Samir2023-09-011-9/+41
* Constrain QCoreApplication::requestPermission to compatible functorsVolker Hilsheimer2023-09-011-5/+13
* Fix -no-feature-sharedmemoryAndré Klitzing2023-08-312-0/+4
* wasm: rename JsString -> EcmaStringMorten Sørvig2023-08-317-15/+15
* QMdiArea: port Q_FOREACH to ranged-for: loop doesn't change containerAhmad Samir2023-08-311-3/+3