- Apr 27, 2022
-
-
Steve Lhomme authored
It is not used in POSIX systems. On other system it probably don't make a difference anymore, only Windows has actual useful values for VLC_THREAD_PRIORITY_XXX. The synchronization is more important than having some threads called more often than others.
-
- Apr 26, 2022
-
-
- 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
-
-
-