summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix copy-and-paste bug in QDTEP::getMaximum()Edward Welbourne2021-06-031-2/+2
* macOS: render shortcuts in context menus correctly alignedVolker Hilsheimer2021-06-031-2/+18
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-031-10/+44
* CMake: Add Android's prepare_apk_dir target to ALLAssam Boudjelthia2021-06-021-2/+2
* Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-021-8/+9
* Silence misleading exception print in setQtContextDelegateAssam Boudjelthia2021-06-021-3/+1
* Doc: Fix warnings about wrong snippet path or missing .pro fileNico Vertriest2021-06-029-3/+29
* Fix QSettings documentationFriedemann Kleint2021-06-021-4/+6
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-011-1/+5
* SQLite driver: fix crash when binding a QByteArray/QStringGiuseppe D'Angelo2021-06-011-1/+1
* QWidgetTextControl: ignore GroupSwitchModifier for BackSpaceIgor Kushnir2021-05-311-1/+1
* rhi: d3d: Avoid debug layer warning when having no vertex inputsLaszlo Agocs2021-05-311-7/+9
* blake2: Fix MSVC warning C4804Kai Köhne2021-05-312-4/+4
* Avoid blocking read from stdin when collecting json filesAlexey Edelev2021-05-313-6/+9
* Fix PageDown behavior and PageUPTang Haixiang2021-05-311-14/+39
* QComboBox: add space for scrollbar if needed after showing popupVolker Hilsheimer2021-05-311-6/+13
* PCRE2: upgrade to 10.37Giuseppe D'Angelo2021-05-3114-179/+973
* QComboBox: propagate style change on widget to internal containerVolker Hilsheimer2021-05-312-9/+16
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-281-6/+6
* Add documentation links for some JNI entitiesAssam Boudjelthia2021-05-283-4/+16
* macOS: don't show invisible separator itemsVolker Hilsheimer2021-05-272-3/+8
* macOS: respect underline attribute in menu item fontsVolker Hilsheimer2021-05-271-2/+4
* Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-271-3/+3
* Silence warning C4996 (use of deprecated GetDesktopDpi)Kai Köhne2021-05-272-0/+6
* minor: Clean up areMetricsTooLarge() conditionsEskil Abrahamsen Blomfeldt2021-05-271-2/+2
* Doc: Extend qt_add_resource documentationJoerg Bornemann2021-05-263-4/+83
* QSharedPointer: Use matching new/deleteFabian Kosmale2021-05-252-2/+8
* qxkbcommon: Map Super/Hyper to Meta early enough to have an effectAndrey Butirsky2021-05-251-6/+6
* Add #include <mutex>Kimmo Ollila2021-05-251-0/+2
* QTestlib: Fix formatting of pointers in QCOMPAREFriedemann Kleint2021-05-222-1/+7
* Support multiple equally named .qrc files in qt_add_big_resourcesJoerg Bornemann2021-05-221-0/+13
* Fix namespace error of std::source_location under C++20Zhang Xiang2021-05-221-2/+6
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-221-2/+5
* Doc: Fix qdoc warnings in qtbaseNico Vertriest2021-05-221-1/+1
* rcc: Fix error message when temporary file cannot be openedJoerg Bornemann2021-05-211-1/+1
* macOS: Don't wrap key event keys in QCharTor Arne Vestbø2021-05-212-13/+17
* Enable UNICODE for all Qt targets and Qt consumers by defaultAlexey Edelev2021-05-211-0/+11
* Make sure _q_printerChanged is called even if only pdf printer is availableAlbert Astals Cid2021-05-211-0/+2
* Avoid mixing atomic futex changes and QAtomicAllan Sandfeld Jensen2021-05-211-29/+17
* Fix memory leak when using small caps fontEskil Abrahamsen Blomfeldt2021-05-201-4/+8
* macOS: Restore logic to set wantsBestResolutionOpenGLSurfaceTor Arne Vestbø2021-05-201-0/+8
* Fix qt6_add_big_resourcesJoerg Bornemann2021-05-201-1/+1
* macOS: Fix warning about comparing different types in QCocoaScreen::isOnlineTor Arne Vestbø2021-05-201-2/+2
* QXcb: don't dereference pointer before checkingVolker Hilsheimer2021-05-201-1/+2
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-2/+20
* Fix single argument QT_OVERLOADED_MACRO with pedantic warnings enabledTor Arne Vestbø2021-05-191-1/+1
* Android: Reset m_usePrimaryClip when clearing the clip dataAndy Shaw2021-05-191-0/+1
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-185-331/+267
* Cherry-pick upstream patch for non-gcc/clang/msvc compilersAllan Sandfeld Jensen2021-05-183-4/+15
* qglobal.cpp: build under QT_NO_EXCEPTIONSGiuseppe D'Angelo2021-05-181-3/+9