Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • VLC VLC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.8k
    • Issues 3.8k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 288
    • Merge requests 288
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • VLCVLC
  • Merge requests
  • !3657

qml: refactor ControlBar and MiniPlayer

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Fatih Uzunoğlu requested to merge fuzun/vlc:qml-miniplayer_controlbar into master May 10, 2023
  • Overview 25
  • Commits 12
  • Pipelines 20
  • Changes 4
  • We can not use Control as is, just like other controls because a custom style is not applied.
  • Inherit Pane template in ControlBar also because it needs to be a focus scope.
  • MiniPlayer should inherit from ControlBar. Aggregation here does not make sense, they are both controls.
  • Use declarative approach for layouting in MiniPlayer.
  • Some other stuff, see the commits.
Edited Jun 09, 2023 by Fatih Uzunoğlu
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: qml-miniplayer_controlbar

VideoLAN code repository instance