Skip to content

qt: added in new firstrun wizard

Adam Leung requested to merge aleung27/vlc:firstrun into master

Hi all,

This is the implementation for a new first run wizard as part of VLC 4.0 which replaces the old first run dialog that was previously present. Included in this MR is:

  • New first run wizard
  • Changes to default folders for medialibrary. These are now automatically added as part of the first run wizard rather than as part of the medialibrary functionality and indexing is begun at the end of the wizard instead of on VLC launch. This also includes the removal of the ml-folders option.
  • Updates to the controlbar profiles to include a new style with an additional id property added for unique differentiation
  • Updates to the colour scheme model to include a getter method for retrieving available schemes.
  • Removal of old first run dialog

Current known limitations include:

  • Inability to toggle medialibrary off when VLC is started with the medialibrary. Similarly, there is an inability to toggle the medialibrary on when VLC is started with the --no-media-library flag. Currently, the Enable MediaLibrary button toggling ability is disabled to account for this.

Merge request reports