- 23 Feb, 2020 2 commits
-
-
Zander Brown authored
-
Marek Černocký authored
-
- 22 Feb, 2020 2 commits
-
-
Jiri Grönroos authored
-
pesder authored
-
- 20 Feb, 2020 8 commits
-
-
Jean Felder authored
All grilo plugins are loaded at startup. However, TrackerWrapper may not be available yet. In that case, GrlTrackerWrapper is not created. Once TrackerWrapper becomes available, all grilo plugins are loaded again in order to instantiate GrlTrackerWrapper. It means that all plugins are activated two times, while only the tracker plugin should be loaded. This issue is solved by only reloading the tracker plugin when TrackerWrapper becomes available.
-
Jean Felder authored
All grilo plugins are loaded at startup. However, TrackerWrapper may not be available yet. In that case, GrlTrackerWrapper is not created. Once TrackerWrapper becomes available, all grilo plugins are loaded again in order to instantiate GrlTrackerWrapper. However, TrackerWrapper may become available while the first tracker source is added. In that case, GrlTrackerWrapper is instantiated with a first source but a second source will be created by the second load_all_plugins call (a new tracker source is created everytime the tracker plugin is activated). Then, GrlTrackerWrapper won't get any notification because they will be associated with the second source and not the first one. This issue is fixed by replacing the GrlTrackerWrapper source everytime a new tracker source is created.
-
Jean Felder authored
-
Georges Basile Stavracas Neto authored
By returning a non-activatable, non-selectable row in DiscBox avoid the shadow in the first song of the disc.
-
Marinus Schraal authored
A list was used to hold all widgets for selection purposes. This is unneeded as the ListBox already holds all widget references, also this would not have worked properly with a changing model. Use the ListBox widgets directly instead.
-
Marinus Schraal authored
-
Alan01 authored
-
Anders Jonsson authored
-
- 19 Feb, 2020 1 commit
-
-
Jordi Mas authored
-
- 18 Feb, 2020 2 commits
-
-
Sabri Ünal authored
-
Julien Humbert authored
-
- 17 Feb, 2020 4 commits
-
-
Aurimas Černius authored
-
Balázs Meskó authored
-
Марко М. Костић (Marko M. Kostić) authored
-
Daniel Mustieles García authored
-
- 16 Feb, 2020 5 commits
-
-
Rafael Fontenelle authored
-
Piotr Drąg authored
-
Marinus Schraal authored
Replaces "(Development)" prefix, which gets cut off in GNOME. The icon is already a development icon as well.
-
Marinus Schraal authored
Properly intialize the shared-modules submodule.
-
Danial Behzadi authored
-
- 15 Feb, 2020 16 commits
-
-
Fran Dieguez authored
-
Fran Dieguez authored
-
Marinus Schraal authored
It is not enabled currently, so no need to keep this available.
-
Marinus Schraal authored
-
Marinus Schraal authored
-
Marinus Schraal authored
-
Sabri Ünal authored
Related: gtk#626
-
Marinus Schraal authored
-
Marinus Schraal authored
-
Marinus Schraal authored
It can be accessed through the Application object.
-
Marinus Schraal authored
Reduce init arguments.
-
Chinmay Gurjar authored
The selection button state for SearchHeaderBar while PlaylistsView or EmptyView is active was not set to inactive. Closes: #366
-
Asier Sarasua Garmendia authored
-
Jean Felder authored
-
Jean Felder authored
The LastfmDialog can be launched if a Last.fm account can be configured (scrobbler's state is at least NOT_CONFIGURED). If Goa Last.fm support is disabled, the button stays insensitive. Related: #218
-
Jean Felder authored
-