Skip to content
Snippets Groups Projects
  1. Jul 01, 2022
  2. Jun 26, 2022
  3. Jun 11, 2022
  4. May 31, 2022
  5. May 17, 2022
  6. May 14, 2022
  7. Apr 29, 2022
  8. Apr 28, 2022
    • Pierre Lamot's avatar
      qml: keep playlist visibility across the application · 63854be2
      Pierre Lamot authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      this allow to keep the playlist visible when switching between the player and
      the medialibrary views, regarding the different parameters (playlist docked,
      playlist visible, video embed)
      
      this uses a hierarchical state machine to track the different states and
      transitions.
      63854be2
  9. Apr 22, 2022
  10. Apr 15, 2022
  11. Apr 07, 2022
  12. Apr 01, 2022
  13. Mar 17, 2022
  14. Mar 14, 2022
  15. Mar 13, 2022
  16. Mar 11, 2022
  17. Mar 05, 2022
    • Lyndon Brown's avatar
      qt: add expert preferences mode · 8b75d973
      Lyndon Brown authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      This gives a table listing all options, similar to and inspired by the
      `about:config` interface in Firefox.
      
      Unique benefits:
       - It highlights which options have been modified from default state.
       - It allows selective resetting of individual options to default values.
      
      Support is included to toggle booleans with a simple double-click.
      Double-clicking on other types opens the edit dialog.
      
      For colour selection items, the modify action directly opens the Qt
      colour selection dialog rather than present the colour control used in
      the advanced preferences view, since this is much cleaner.
      
      Note that the existing simple and advanced views are not linked; if you
      change an option in one view, that change is not reflected in the other,
      and saving changes only uses the state from the selected view. The same
      is currently true of the new expert mode, though I plan to later change
      this behaviour (for all three).
      
      Note also that hotkey items are deliberately excluded from this view.
      The dedicated hotkey editor is best suited to managing hotkeys. It does
      not work well to include the set of 224 unique hotkey options within this
      table, especially since we'd have to duplicate the code checking for
      duplicate assignments if we allow editing of them as with all other
      option types within this interface. It may seem odd for the 'expert'
      mode to be the only one without hotkey editing, however the hotkey editor
      does not really fit well into 'advanced' mode either, and I have plans to
      propose separating the hotkey editor entirely from within the set of
      three views in a small redesign.
      
      Fixes #18607.
      8b75d973
  18. Feb 20, 2022
  19. Feb 13, 2022
  20. Feb 06, 2022
  21. Feb 03, 2022
  22. Jan 27, 2022
  23. Jan 10, 2022
Loading