Library Layout Redesign#975
Library Layout Redesign#975jmigual wants to merge 255 commits intomixxxdj:masterfrom jmigual:feature/libraryManager
Conversation
|
Thanks for submitting the PR, did some quick testing.
|
|
|
||
| /* QSplitter between LibrarySidebar and Library */ | ||
| #LibrarySplitter::handle { | ||
| QSplitter::handle { |
There was a problem hiding this comment.
LibrarySplitter (vertical) and LibraryCoverArtSplitter (horizontal) used to use different images, now they use both the verticall image.
|
I am also not happy with the current library view shown in the screen-shots. The current state of discussion is to replace that with a, lets say "filter selector". This can be a "First letter" -> "Artist" -> "Album" -> "Track" tree, or some other cool stuff that helps finding the successor track quick. @jmigual: How about removing the "Missing Tracks" and "Hidden Tracks" and its controls from the library feature and put into a dedicated feature hidden under the "more" button fly out menu. |
|
Hi @esbrandt,
Now currently it isn't possible, I thought that this can be confusing to the user since some features will be able to show in two panes at once and some features will not be able to do this.
Currently every time the user selects a feature in the button bar, the sidebar expanded (treeview sidebar) shows always the selected feature's sidebar. Also, in the two panes (or more) view if the selected feature is being shown but its pane is not focused then the focus changes to the pane containing the feature. If the feature is not being shown in any pane then the feature is shown in the current focused pane.
I don't understand what do you mean by integrating
I like it! This is a much better solution than the existing one 😊
Yes this is a bug, and I'll fix it Hi @daschuer,
Yes this it's a good solution and it will be useful, maybe a "Rescan Library" button can be added there to "complete" the maintenance mode. |
There are some rare use case for two crates or two playlists side by side. For example if one wants to split a big crate into two, or if one tries to prepare a new playlist from two history playlist. I have just checked: it was hard to get this side by side situation accidentally (Though I am biased). So it looks like it should be worth to re-enable this mode. What do you think? |
| @@ -63,53 +62,7 @@ Library::Library(QObject* parent, UserSettingsPointer pConfig, | |||
|
|
|||
| // TODO(rryan) -- turn this construction / adding of features into a static | |||
I think that we can re-enable this mode for playlists, history and crates, with this moving from one playlist to another should be more easy. |
|
Thanks for the fixes. |
| height: 6px; | ||
| } | ||
|
|
||
| /* QSplitter between LibrarySidebar and CoverArt */ |
There was a problem hiding this comment.
If you enable View > Show Cover Art, the horizontal splitter handle does not display the horizontal image, it uses the OS-specific default style instead.
|
There is a refresh issue in latest revision: |
|
Fixed 😉 |
|
I've added the option to see multiple playlists/crates in multiple panes. |
Hello, this summer I'm working in redesigning the Library GUI. This changes many things, here's a small list of the changes:
The complete info about the project can be found here:
http://www.mixxx.org/wiki/doku.php/library_layout_redesign
Here's a screenshot in how it is the new Layout in Deere skin

Here's a screenshot in how it is the new Layout in LateNight skin

Here's a screenshot in how it is the new Layout in Shade skin
