summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Add a note about a limitation in QDockWidget on macOSAndy Shaw2021-06-081-0/+5
* Add proper dependencies to apk targetsJoerg Bornemann2021-06-082-35/+45
* Fix augmentation of UI language listEdward Welbourne2021-06-083-33/+28
* Bump versionJani Heikkinen2021-06-082-2/+2
* Clarify the QLineEdit document of editingFinished signalZhang Hao2021-06-081-1/+2
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-075-12/+12
* QProperty: Fix source_location feature testingFabian Kosmale2021-06-071-2/+10
* Doc: Add missing prepositionPaul Wicking2021-06-071-2/+2
* doc: Remove vertical space before youtube video links in offline modeKai Köhne2021-06-042-5/+1
* Fix license information for libjpeg-turboKai Köhne2021-06-044-15/+65
* QAbstractItemView: don't block dragging after double clickVolker Hilsheimer2021-06-044-3/+102
* tst_QDateTimeEdit::editingRanged(): use QScopedPointerEdward Welbourne2021-06-031-16/+12
* Fix copy-and-paste bug in QDTEP::getMaximum()Edward Welbourne2021-06-031-2/+2
* Silence misleading exception print in setQtContextDelegateAssam Boudjelthia2021-06-030-0/+0
* Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-030-0/+0
* CMake: Add Android's prepare_apk_dir target to ALLAssam Boudjelthia2021-06-030-0/+0
* macOS: render shortcuts in context menus correctly alignedVolker Hilsheimer2021-06-031-2/+18
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-033-10/+79
* 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
* CMake: Fix generated prl and pri files for MSVCLi Xinwei2021-06-025-5/+33
* Regular Expression example: Brush up and add a way to preview replacementsFriedemann Kleint2021-06-023-27/+99
* Fix QSettings documentationFriedemann Kleint2021-06-021-4/+6
* QtGui/math3d : Fix QQuaternion::getEulerAnglesInho Lee2021-06-012-9/+33
* Pass OpenGL_GL_PREFERENCE variable to other Qt reposJoerg Bornemann2021-06-011-0/+8
* Add QT_CONFIGURE_RUNNING variable for configure.cmake filesJoerg Bornemann2021-06-011-0/+4
* Update the COIN build instructions to also build creator help fileNicholas Bennett2021-06-011-1/+1
* 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-312-14/+90
* 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-313-9/+62
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-283-6/+170
* 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
* CMake: fix CMake function qt_commandline_addStringHaoyu Liu2021-05-251-1/+1