summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-201-0/+4
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-201-3/+1
* Fix quadratic performance hit in Q(Multi)Map::insert() with hintEdward Welbourne2021-07-201-9/+19
* CMake: Fix qt6_extract_metatypes json file generation ruleAlexandru Croitor2021-07-201-39/+23
* Always update the input method when QLineEdit receives focusTang Haixiang2021-07-201-0/+3
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-192-5/+9
* macOS 10.15: Fix focus frame for combo boxesVolker Hilsheimer2021-07-191-0/+2
* Add high-resolution pixmaps for macOS dock widget title iconsVolker Hilsheimer2021-07-1922-8/+28
* macOS: fix separator actions not showing in menusVolker Hilsheimer2021-07-191-14/+9
* Doc: Remove mentioning of Qt::MidButtonKai Köhne2021-07-191-1/+1
* Fix rearranging of icons in listview via drag'n'dropVolker Hilsheimer2021-07-191-0/+2
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-171-0/+2
* Android: Fix unnecessary clipboard data accessMike Achtelik2021-07-161-12/+7
* 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