summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macOS: Notify socket notifier on connection error6.0Morten Johan Sørvig2021-07-021-3/+11
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-281-1/+1
* xcb: fix cursorTheme update issueTang Haixiang2021-06-241-2/+6
* xkb.compose: get locale from user env settingsLiang Qi2021-06-211-4/+10
* Fix license information for libjpeg-turboKai Köhne2021-06-044-15/+65
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-1/+5
* QWidgetTextControl: ignore GroupSwitchModifier for BackSpaceIgor Kushnir2021-05-311-1/+1
* Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-261-3/+3
* qxkbcommon: Map Super/Hyper to Meta early enough to have an effectAndrey Butirsky2021-05-251-6/+6
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-221-2/+5
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-2/+20
* Windows QPA: Fix dock widget drag&drop failureAndre de la Rocha2021-05-191-1/+1
* Cherry-pick upstream patch for non-gcc/clang/msvc compilersAllan Sandfeld Jensen2021-05-183-4/+15
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-173-24/+17
* QPageSize: make PageSizeId ctor non-explicitMarc Mutz2021-05-131-1/+1
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+5
* QFlags::testFlag: clarify the behavior in the docsGiuseppe D'Angelo2021-05-111-0/+8
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-1/+1
* Update bundled libjpeg-turbo to version 2.1.0Eirik Aavitsland2021-05-0539-667/+1079
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-054-2/+1
* iOS: Keep undo/redo widgets enabled on the undo shortcut bar after undoTamás Martinec2021-05-051-1/+14
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-035-1078/+1075
* QLocalSocket: fix inclusions in namespaced buildsGiuseppe D'Angelo2021-05-021-1/+4
* QRandom: drop a usage of std::is_literal_typeGiuseppe D'Angelo2021-05-021-1/+0
* SQLite: Handle tables and fields with a dot in the name correctlyAndy Shaw2021-05-021-9/+24
* HTTP/2 authentication requiredMårten Nordheim2021-04-295-29/+101
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-281-1/+9
* Doc: Remove mention of no longer supported formatv6.0.4Paul Wicking2021-04-271-3/+1
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-271-1/+44
* Change QList's insert() and emplace() to always invalidate [pos, end())Andrei Golubev2021-04-271-107/+114
* Do not shift the data pointer when removing all elements from QListAndrei Golubev2021-04-271-5/+7
* Resurrect data moves in QListAndrei Golubev2021-04-276-83/+307
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-273-18/+19
* Fix build error on iOS with the configure option -qtnamespaceLars Schmertmann2021-04-272-3/+9
* [Android] Fix select handles misplacement on QDialogPekka Gehör2021-04-261-6/+19
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-261-11/+7
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-261-1/+1
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-261-3/+0
* Optimize quadratic-time insertion in QSortFilterProxyModelIgor Kushnir2021-04-241-2/+3
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-242-8/+13
* Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-221-24/+44
* Don't own unique name for QDBusTrayIconIlya Fedin2021-04-212-14/+5
* Documentation: Fix broken links to QIODeviceBase::OpenModeFriedemann Kleint2021-04-212-9/+9
* Read DPI from X Settings initially as wellIlya Fedin2021-04-202-7/+18
* Draw the cursor considering the descent is 0Tang Haixiang2021-04-201-3/+3
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2021-04-202-0/+4
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-201-3/+5
* Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-201-11/+11