- 08 May, 2018 1 commit
-
-
With the switch to Meson the default icon name is now org.gnome.Music. Fixes the icon not showing in gnome-control-center. (cherry picked from commit eeea5f41)
-
- 08 Apr, 2018 1 commit
-
-
By setting the main window's stack to not homogeneous, we won't try to allocate all the views every time the window is allocated. And by reducing the maximum number of albums per row, and knowing that asymptotic complexity of the GtkFlowBox allocation is O(max²), we can save some good hundreds of thousands of cycles too. (cherry picked from commit cbee5094)
-
- 02 Mar, 2018 2 commits
-
-
Jean Felder authored
Cannot open search bar via Ctrl + F if a playlist renaming is active.
-
Jean Felder authored
Cannot open search bar from a search result (album or artist). Closes: #148
-
- 24 Feb, 2018 2 commits
-
-
Jean Felder authored
A regression was introduced by commit da347498. Selection popup items became insensitive. Closes: #152
-
- Remove camelcase _selectionMode - Make _selection_mode an instance variable - Add selection_mode property - Replace _selectionMode usage
-
- 23 Feb, 2018 2 commits
-
-
This should fix bluetooth headsets problems. - first press: a Gdk.KEY_Audio event is received - second press: handled by dbus settings daemon Closes: #93
-
Refactor media_player_keys code. Make all the calls async. Correctly register warnings and errors from media_keys.
-
- 15 Feb, 2018 4 commits
-
-
Jean Felder authored
Add select_none shortcut in selection mode. Shortcuts logic should be defined in only one place to avoid confusion.
-
Jean Felder authored
-
Jean Felder authored
Remove unused button parameter Use View enum Remove useless comments
-
Jean Felder authored
-
- 05 Feb, 2018 5 commits
-
-
Jean Felder authored
Delete all pending songs and playlists when closing Music. Closes: #106
-
Jean Felder authored
Handle loading and playlist removal notifications. Add the possibility to remove multiple playlists independently. Remove all notification code from window.py.
-
Jean Felder authored
-
Jean Felder authored
-
Jean Felder authored
-
- 30 Jan, 2018 1 commit
-
-
Jean Felder authored
-
- 29 Jan, 2018 1 commit
-
-
Jean Felder authored
Remove all remaining calls to _remove_from_playlist_button Commit d19b0e3a removed obsolete "Remove from playlist button" but there were still remaining references all over the code.
-
- 28 Jan, 2018 1 commit
-
-
Jean Felder authored
"Remove from playlist" button is not used anymore. Song removal from a playlist is now handled by a context menu.
-
- 18 Jan, 2018 1 commit
-
-
Jean Felder authored
Convert self._view to Gtk.TreeView Remove dependencies to libgd Closes #48
-
- 16 Jan, 2018 1 commit
-
-
Use set_accels_for_action method instead.
-
- 29 Dec, 2017 1 commit
-
-
Marinus Schraal authored
Use direct naming to make functionality more obvious. show_bar -> reveal toggle_bar -> toggle
-
- 27 Dec, 2017 3 commits
-
-
Marinus Schraal authored
Use an enum to clarify what view is being referred to, instead of using numerical values.
-
Marinus Schraal authored
The codebase was using mixed style (Python 2 & 3) superclass calls, replace it with Python 3 super() calls only.
-
- 19 Dec, 2017 3 commits
-
-
Creates the same effect as having pressed "Alt+Left" combination. Override button_release_event to handle mouse button 8. https://bugzilla.gnome.org/show_bug.cgi?id=771934
-
Shortcut navigation back behaviour was missing some conditions while ui behaviour was good. Hence now calling the same function. https://bugzilla.gnome.org/show_bug.cgi?id=777238
-
- 18 Dec, 2017 1 commit
-
-
Marinus Schraal authored
Replace albumArtist and artistAlbumsWidget with album_artist and artist_albums_widget respectively.
-
- 15 Dec, 2017 2 commits
-
-
Fixes warnings for E111, E201, E202, E203, E302, E711, E712. https://bugzilla.gnome.org/show_bug.cgi?id=791481
-
Marinus Schraal authored
-
- 03 Sep, 2017 1 commit
-
-
Rober Greener authored
Set default icon instead of just window icon, so it gets picked up by pulseaudio as application property. Fixes the incorrect icon showing in gnome-control-center. https://bugzilla.gnome.org/show_bug.cgi?id=709073
-
- 03 May, 2017 1 commit
-
- 03 Apr, 2017 1 commit
-
-
Abhinav Singh authored
During population of the dialog's list, check if the item id is equal to the id of the playlist that is going to be deleted. If true, then do not display the item. https://bugzilla.gnome.org/show_bug.cgi?id=780523
-
- 13 Mar, 2017 1 commit
-
-
theawless authored
Removed close buttons from loading and remove playlist notifications, and removed really_delete which was unnecessarily complicating behaviour. https://bugzilla.gnome.org/show_bug.cgi?id=777041
-
- 27 Feb, 2017 1 commit
-
-
Marinus Schraal authored
Fixed an oversight. https://bugzilla.gnome.org/show_bug.cgi?id=774470
-
- 13 Feb, 2017 1 commit
-
-
Yash Singh authored
Adds empty state for the playlists dialog when no user-created playlists are available yet, in line with the design team mockups. https://bugzilla.gnome.org/show_bug.cgi?id=772089
-
- 31 Dec, 2016 2 commits
-
-
Georges Basile Stavracas Neto authored
When loading e.g. an artists, the notification can show and hide very quickly, causing a very bad impression since we didn't really spend any time loading it. Fix that by setting a small timeout of 500ms before showing the notification. https://bugzilla.gnome.org/show_bug.cgi?id=776157
-
Georges Basile Stavracas Neto authored
Turns the playlist notification into a GtkRevealer, and reorganize the code to better publically expose it. https://bugzilla.gnome.org/show_bug.cgi?id=776157
-