Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • VLC VLC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Pierre Lamot
  • VLCVLC
  • Issues
  • #28

Closed
Open
Created Feb 16, 2021 by Pierre Lamot@chubOwner

error happening at startup might not be displayed

if an error happens before the Qt vue is loaded it might not be displayed and get lost

The issue is that the dialogs view is loaded asynchronously and messages are queued on Qml side.

what I propose is to:

  • create the model while opening the interface
  • make it accessible (either through a global variable or expose it in the god object main interface instance)
  • error messages should be stored within the model rather than on Qml side
  • when initially loading the Dialog view, error messages should be displayed if there is any
Edited Feb 16, 2021 by Pierre Lamot
Assignee
Assign to
Time tracking

VideoLAN code repository instance