-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infobar #3406
base: main
Are you sure you want to change the base?
Infobar #3406
Conversation
If you move analysis progress here we could finally get rid of the clumsy Analysis library feature. |
Thank, could be useful for displaying crates/playlists and maybe custom tags. I disagree this that this should be used for notifications though. The main reason why I think notifications are needed is to get rid of the popup dialogs that block the view. For a ample, if a controller mapping has a bug in an input handler. Or when we finally have hotplug support, we'd probably have a dialog "You connected device X, do you want to set it up". This is annoying, which is why I think a notification area is the way to go. A status bar isn't suitable for this use case IMHO. |
It already shows crates and playlists. |
This PR is marked as stale because it has been open 90 days with no activity. |
Add infobar which shows crate/playlist/history information about track selection
Use a QStatusBar as basis. Properly encapsulate each category into one custom widget Add 3 states for the Widget, closed, normal, expanded query crates, playlists and history Update crates when track assignment change.
I wonder weather it's possible to display information at status bar like a file manager? Here are some examples:
|
This PR is marked as stale because it has been open 90 days with no activity. |
This PR adds a Infobar into the library to show additional information about track selection and later notifications that are not
well presented on the table view. This is the successor of #1656
The infobar has currently 3 widgets:
Each widgets shows buttons for each entry. The widget itself has 3 visibility states:
todo
For later PRs: