Skip to content

qt: rework history and page loader

Pierre Lamot requested to merge chub/vlc:qml/history-rework into master

This MR:

  • changes the page page from a recursive dictionnary to a string list + a dictionnary for page properties
  • makes a better separation of concerns between stackviewext and page loader
  • factorize page loading code
  • simplifies storing page property for restoration when navigating back

Merge request reports