Skip to content
Snippets Groups Projects
  1. Mar 13, 2022
  2. Feb 13, 2022
  3. Oct 22, 2021
  4. Jul 30, 2021
  5. Apr 06, 2021
    • Prince Gupta's avatar
      qml: add playback speed control widget · 30300829
      Prince Gupta authored and Pierre Lamot's avatar Pierre Lamot committed
      
      fixes #22268
      
      Signed-off-by: default avatarPierre Lamot <pierre@videolabs.io>
      30300829
    • Fatih Uzunoğlu's avatar
      qt: qml: refactor player control handling · 700bd07b
      Fatih Uzunoğlu authored and Pierre Lamot's avatar Pierre Lamot committed
      
      * 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: default avatarPierre Lamot <pierre@videolabs.io>
      700bd07b
  6. Nov 23, 2020
  7. Nov 16, 2020
  8. Aug 27, 2020
  9. Dec 17, 2019
  10. Oct 14, 2019
  11. Aug 29, 2019
  12. Aug 21, 2019
  13. Jun 18, 2019
Loading