- Aug 02, 2024
-
-
Nicolas Fella authored
-
- Aug 01, 2024
-
-
Script Kiddy authored
-
- Jul 31, 2024
-
-
Carl Schwan authored
This reverts commit 6ec51224.
-
Carl Schwan authored
This reverts commit 6b963082.
-
Carl Schwan authored
-
Carl Schwan authored
-
Script Kiddy authored
-
- Jul 28, 2024
-
-
Script Kiddy authored
-
- Jul 27, 2024
-
-
Script Kiddy authored
-
- Jul 26, 2024
-
-
Script Kiddy authored
-
- Jul 25, 2024
-
-
Script Kiddy authored
-
- Jul 23, 2024
-
-
ivan tkachenko authored
In order to add our custom mouse event handling behavior to the QQuickScrollBar, the only way in Qt 6 is to put the MouseArea in front of it, i.e. with a higher stacking z index, and only handle a subset of events which we are going to fully process ourselves, while rejecting the rest to let them propagate further down to the scroll bar itself. BUG: 488092
-
- Jul 22, 2024
-
-
Script Kiddy authored
-
- Jul 20, 2024
-
-
Script Kiddy authored
-
- Jul 19, 2024
-
-
Script Kiddy authored
-
- Jul 18, 2024
-
-
Script Kiddy authored
-
- Jul 14, 2024
-
-
Script Kiddy authored
-
- Jul 13, 2024
-
-
Script Kiddy authored
-
- Jul 12, 2024
-
-
Nicolas Fella authored
-
- Jul 08, 2024
-
-
Script Kiddy authored
-
- Jul 07, 2024
-
-
Script Kiddy authored
-
- Jul 06, 2024
-
-
Script Kiddy authored
-
- Jul 05, 2024
-
-
Nicolas Fella authored
-
- Jul 03, 2024
-
-
Script Kiddy authored
-
- Jul 02, 2024
-
-
Script Kiddy authored
-
- Jul 01, 2024
-
-
Script Kiddy authored
-
- Jun 27, 2024
-
-
Script Kiddy authored
-
- Jun 25, 2024
-
-
A Combobox is made of two controls. A Control is a FocusScope within this focus scope we want the text field to have focus so it has focus whenever the parent control does.
-
- Jun 23, 2024
-
-
Script Kiddy authored
-
- Jun 22, 2024
-
-
Script Kiddy authored
-
- Jun 20, 2024
-
-
Arjen Hiemstra authored
Whether or not to use the bordered style now depends on how much inset there is, if there is none we use the "table" style and if there is some we use the "list" style. This allows applications control over which style they want to use for the delegate, without needing new API. By default we still use the non-border style when we detect being inside a table, so this should not result in any visual changes.
-
- Jun 19, 2024
-
-
As it was fixed in Qt (Will be included in 6.7.3 and 6.8.0), we supposedly don't need to keep polling the focusReason value anymore. https://codereview.qt-project.org/c/qt/qtdeclarative/+/566071
-
- Jun 18, 2024
-
-
Arjen Hiemstra authored
QModelIndex is not safe to store, instead store them as QPersistentModelIndex and convert back to temporary QModelIndex if needed.
-
Arjen Hiemstra authored
There is no guarantee the model indexes we store are safe to use after storing them, or that the model doesn't change while we're using it from a different (render) thread. So rather than storing the model indices, just store the data we need from them when updating. BUG: 487850
-
- Jun 15, 2024
-
-
Script Kiddy authored
-
- Jun 12, 2024
-
-
Script Kiddy authored
-
- Jun 11, 2024
-
-
Script Kiddy authored
-
- Jun 09, 2024
-
-
Script Kiddy authored
-
- Jun 08, 2024
-
-
Script Kiddy authored
-
- Jun 05, 2024
-
-
ivan tkachenko authored
QStyle does not expose much API to use here, so Slider and ProgressBar needed some manual hardcoded adjustments to look better at least with fonts and font sizes close to the default ones.
-