- 18 Sep, 2020 14 commits
-
-
Nate Graham authored
-
Nate Graham authored
-
Nate Graham authored
-
Matthieu Gallien authored
the sort button has a varying width: placing it leftmost to avoid having the other buttons move
-
Matthieu Gallien authored
-
Matthieu Gallien authored
-
Matthieu Gallien authored
we do not use any extra feature from QStringList
-
Matthieu Gallien authored
the menu entries now have just the name the button is now Sort: %label%
-
Matthieu Gallien authored
-
Matthieu Gallien authored
-
Matthieu Gallien authored
necessary to be able to sort albums by year
-
Matthieu Gallien authored
-
Matthieu Gallien authored
able to sort by different roles and in ascending and descending orders
-
Script Kiddy authored
-
- 15 Sep, 2020 2 commits
-
-
Nate Graham authored
-
stef lep authored
still keep transition on pop but no longer on push fixes opacity sometime being equal to 0 without a clear explanation
-
- 14 Sep, 2020 1 commit
-
-
Nate Graham authored
BUG: 426417 FIXED-IN: 20.08.2
-
- 13 Sep, 2020 1 commit
-
-
Matthieu Gallien authored
-
- 11 Sep, 2020 2 commits
-
-
Matthieu Gallien authored
-
Aurélien Couderc authored
(cherry picked from commit 97ae90fcbf14e071b0bc4168ff4d6cbbffd88384) BUG: 424932
-
- 10 Sep, 2020 3 commits
-
-
Matthieu Gallien authored
-
Ismael Asensio authored
This fixes the text on the placeholder flooding out when playlist is hidden
-
Script Kiddy authored
-
- 06 Sep, 2020 5 commits
-
-
Matthieu Gallien authored
-
Nate Graham authored
This makes them look a bit nicer. The whole view is now horizontally centered, rather than the individual labels being horizontally centered. To do this, the code is changed to use a GridLayout rather than individual RowLayouts inside a ColumnLayout.
-
Matthieu Gallien authored
-
Matthieu Gallien authored
-
Matthieu Gallien authored
-
- 04 Sep, 2020 2 commits
-
-
Jan Blackquill authored
-
Script Kiddy authored
-
- 03 Sep, 2020 1 commit
-
-
stef lep authored
-
- 01 Sep, 2020 4 commits
-
-
Nate Graham authored
Using a placeholder for the type of data in the string doesn't work because of grammatical genders and other differences from English. The UI code is implemented in a very generic way, which is good overall, but it prevents us from easily defining a different string for every that it could be displaying, which would be the best way to solve the string puzzle. Accordingly, this commit takes the lazy path by just setting the placeholder text to a status string with no substitutions. The message is more generic, but always translatable.
-
Nate Graham authored
I don't know that QML enums existed back when this component was created (they were introduced in Qt 5.10). Either way, they do now, so we should use them.
-
Nate Graham authored
This compinent suffered from various rookie mistakes: - Making assumptions about its parent item - Setting width and height properties of items in Layouts - Hardcoded heights rather than using units All are fixed. Visual changes are extremely minimal.
-
Script Kiddy authored
-
- 31 Aug, 2020 5 commits
-
-
Matthieu Gallien authored
-
Han Young authored
-
Christoph Feck authored
(cherry picked from commit 3345f405)
-
Christoph Feck authored
-
Christoph Feck authored
-