summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-151-4/+8
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-3/+8
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-151-2/+11
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* QMultiMap::erase - extend docs to specify iterator limitationsIvan Solovev2021-07-141-0/+4
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-141-1/+9
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-142-5/+4
* macOS: Don't make frameless tool windows miniaturizableVolker Hilsheimer2021-07-141-2/+4
* QDuplicateTracker: reserve() for at least Prealloc elementsMarc Mutz2021-07-141-2/+3
* QDuplicateTracker: port reserve() from int to qsizetypeMarc Mutz2021-07-131-1/+1
* QDuplicateTracker: fix the static buffer size calculationMarc Mutz2021-07-131-1/+7
* macOS: Map QSurfaceFormat color space to NSWindow via ICC dataTor Arne Vestbø2021-07-131-2/+5
* macOS: Don't assume NSEvent charactersByApplyingModifiers: produces characterTor Arne Vestbø2021-07-121-2/+5
* Fix QTextFormat::FullWidthSelection for right-to-left text layoutsOliver Eftevaag2021-07-101-4/+11
* QMap::erase - extend docs to specify iterator limitationsIvan Solovev2021-07-091-0/+4
* Fix rvalue overload of qobject_pointer_cast for GCC 9.3Marc Mutz2021-07-091-5/+1
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-081-0/+3
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-1/+1
* Remove the dead code for blocking methods from QtConcurrentSona Kurazyan2021-07-082-56/+0
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-1/+3
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-081-2/+3
* fc: Clean up current config on shutdownEskil Abrahamsen Blomfeldt2021-06-302-0/+6
* Revert "Windows: Add synthesized fonts also when there is a style name"Eskil Abrahamsen Blomfeldt2021-06-302-6/+6
* QDBusMenuConnection: Close open D-Bus connectionJonas Kvinge2021-06-302-0/+9
* Documentation: Remove section advertising AmazonFriedemann Kleint2021-06-281-13/+0
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-281-1/+1
* Do not alter a widget's backing window's format once createdLaszlo Agocs2021-06-281-2/+20
* Doc: Use https for links to unicode.orgPaul Wicking2021-06-255-20/+18
* Doc: Improve QTransform documentationPaul Wicking2021-06-253-12/+31
* xkb.compose: get locale from user env settingsLiang Qi2021-06-251-4/+10
* xcb: fix cursorTheme update issueTang Haixiang2021-06-241-2/+6
* Document TLS plugin classes (private, internal)Timur Pocheptsov2021-06-242-119/+1662
* Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
* macOS: Unregister screen notification handlers on QGuiApplication shutdownTor Arne Vestbø2021-06-232-3/+16
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-4/+8
* Doc: bump the OpenSSL minimum supported version to 1.1.1Tasuku Suzuki2021-06-231-2/+2
* Fix potential double-free in QSqlCachedResult::cleanup()Edward Welbourne2021-06-231-1/+3
* Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-231-11/+21
* macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-221-1/+4
* Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
* Porting Guide: Mention that also QSet is affected by stability of referencesKai Köhne2021-06-211-2/+2
* Fix right-to-left text with DirectWrite engine + QPainterPathEskil Abrahamsen Blomfeldt2021-06-211-1/+2
* Add missing limits includeNicolas Fella2021-06-211-0/+1
* QEventDispatcherWin32: suppress old {FD_CLOSE|FD_CONNECT} notificationsAlex Trotsenko2021-06-191-3/+10
* macOS 11: Fix positioning of focus frame around comboboxVolker Hilsheimer2021-06-181-4/+8
* Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-181-3/+3
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-1/+4
* Porting Guide: Mention deprecation of QLibraryInfo::locationKai Köhne2021-06-181-0/+2
* Porting Guide: Mention changed behavior of QCApplication::quit()Kai Köhne2021-06-181-0/+12
* QTextDocumentFragment: fix ifdef rangeIvan Solovev2021-06-181-1/+2