- Apr 25, 2022
-
-
The patches were not added to the list of patches to be supplied with a make dist so were missing in the final archive.
-
libtool-2.4.6-san.patch is not used anymore, and other libtool patches have been rebased on top of libtool-2.4.7.
-
The -fsanitize support has been added upstream in the commit a5c6466528c060cc4660ad0319c00740db0e42ba which is shipped into 2.4.7.
-
-
-
-
-
-
-
-
-
- Apr 24, 2022
-
-
the removed data are after the m_partialIndex in the old model so the partial index should not be placed after. fix: #26848
-
in a scenario "____" => "__AA__AA", the index of second insertion was erroneous
-
To avoid modifying 3 functions each time we modify the arguments.
-
-
- Apr 23, 2022
-
-
-
-
-
-
-
-
Previously this condition was only working for QQuickControl(s). But we might want it to work with a non Control component, like a TextInput. In that case we declare a 'visualFocus' property manually and bind it to a parent Control 'visualFocus' property.
-
ex: --sout="{foo}"
-
This fixes #26853
-
- Apr 22, 2022
-
-
Allow to use these 2 functions with const entries.
-
-
-
-
It was causing seek error when seeking past INT_MAX Regression from c2370913
-
-
François Cartegnie authored
refs #26832 reverts 0af664b0
-
-
use bindings on position of header in ExpandGridView
-
-
-
-
fixup d8f6e988
-
-
-
this allows to prioritize common shortcuts (Ctrl+C/Ctrl+V for instance) over vlc custom shortcuts (resp. open media/open url). ideally we would use qt mechanism onShortcutOverride but this is buggy before 5.13 fix: #26150
-