summaryrefslogtreecommitdiffstats
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-012-9/+33
* 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-222-2/+20
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-192-2/+24
* 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-177-25/+45
* QPageSize: make PageSizeId ctor non-explicitMarc Mutz2021-05-131-1/+1
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-112-0/+29
* QFlags::testFlag: clarify the behavior in the docsGiuseppe D'Angelo2021-05-111-0/+8
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-112-1/+55
* 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
* Blacklist tst_macgui::scrollBarPainting()Tor Arne Vestbø2021-05-051-0/+3
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-036-1079/+1076
* 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-022-9/+73
* Let the h2 test server both send and receive DATA framesMårten Nordheim2021-04-302-6/+17
* HTTP/2 authentication requiredMårten Nordheim2021-04-298-29/+215
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* CMake: Fix tst_qaddpreroutine to work with static buildsAlexandru Croitor2021-04-281-2/+2
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-286-1/+201
* Doc: Remove mention of no longer supported formatv6.0.4Paul Wicking2021-04-271-3/+1
* Fix plugin SKIP_INSTALL optionAlexey Edelev2021-04-271-5/+14
* Fix "qmake -spec foo" call for cross buildsJoerg Bornemann2021-04-271-8/+9
* xcb: Add more debug info for XCB_INPUT eventLiang Qi2021-04-271-1/+44
* Add more tests for QList/QString/QBAAndrei Golubev2021-04-273-27/+471
* 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
* Add tests for QtPrivate::q_relocate_overlap_nAndrei Golubev2021-04-271-0/+281
* Resurrect data moves in QListAndrei Golubev2021-04-278-100/+366
* 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
* CMake: Install prl files from all repo build dirs in a top-level buildAlexandru Croitor2021-04-261-2/+7
* [Android] Fix select handles misplacement on QDialogPekka Gehör2021-04-261-6/+19
* Fix QTreeModel calling beginRemoveRows twiceLuca Beldi2021-04-262-11/+23
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-262-1/+5
* Skip adding externally added plugins to the plugin meta-setsAlexey Edelev2021-04-262-6/+7
* 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-243-9/+14
* Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1