- Mar 13, 2022
-
-
- Feb 13, 2022
-
-
- Oct 22, 2021
-
-
- Jul 30, 2021
-
-
in the qt codebase properties are often used but they are not overridden by a derived class. according to the Qt docs, the presence of final attribute can be used for performance optimizations.
-
- Apr 06, 2021
-
-
fixes #22268 Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
* PlayerControlbarModel class is repurposed and renamed to "player_controlbar_model.cpp/hpp". PlayerControlbarModel is now a supermodel that instantiates and handles three ControlListModel for its 'left', 'center', and 'right' properties. ControlListModel is the stripped down version of the old PlayerControlbarModel. * ControlbarProfileModel is created during MainInterface initialization. ControlbarProfileModel creates and handles toolbar/controlbar profiles that act as a wrapper of PlayerControlbarModel instances. Saving and loading from settings happens in ControlbarProfileModel. * Default control layout is now defined in ControlbarProfile class. ControlbarProfile injects the default configuration during construction. * Default profiles are now defined in ControlbarProfileModel class. ControlbarProfileModel class automatically matches defaults based on player identifiers. Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
- Nov 23, 2020
-
-
due to an incident, a preliminary and incomplete version of "enable aligned player controlbar customization" patch was merged. this update ensures that the latest and the most tested version of the patch is available. Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
- Nov 16, 2020
-
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
- Aug 27, 2020
-
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
and use it instead of #define. Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
Signed-off-by:
Pierre Lamot <pierre@videolabs.io>
-
- Dec 17, 2019
-
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
no functionnal changes Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 14, 2019
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Aug 29, 2019
-
-
- Aug 21, 2019
-
-
Extend player controlbar model to support different configs Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Add save and reload feature to playercontrolbarmodel Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Change enum for buttons to support buttons till date. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jun 18, 2019
-
-
Add the model for the player control bar This model has the config of the buttons and their positions on the player controlbar Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-