- 07 Aug, 2017 3 commits
-
-
Marinus Schraal authored
-
Felipe Borges authored
JSON doesn't really support comments, making our flatpak file invalid. https://bugzilla.gnome.org/show_bug.cgi?id=785697
-
Carlos Garnacho authored
This function can be used to remove common articles when sorting, so avoid open-coding that in the SPARQL queries. This also brings the benefit that queries turn a lot less complex, so there's less chances to hit parser limits. https://bugzilla.gnome.org/show_bug.cgi?id=783466
-
- 05 Aug, 2017 1 commit
-
-
Anish Sheela authored
-
- 31 Jul, 2017 2 commits
-
-
Piotr Drąg authored
-
Kalev Lember authored
These two need to match to correctly show up in gnome-software.
-
- 30 Jul, 2017 1 commit
-
-
Marek Cernocky authored
-
- 29 Jul, 2017 1 commit
-
-
Goran Vidović authored
-
- 22 Jul, 2017 1 commit
-
-
Furkan Tokaç authored
-
- 20 Jul, 2017 2 commits
-
-
Marinus Schraal authored
-
Georges Basile Stavracas Neto authored
The current AlbumArtCache implementation does not keep track of the number of concurrent lookups that are being executed. When dealing with a small number of items this is acceptable, but once the number of music items grow, this poses a big problem. In fact, the biggest bottleneck for when Music is loading is caused by the thousands of lookups finishing almost at the same time and overloading GTK+ machinery. Fix that by introducing a limit to the number of concurrent lookups being executed. When the limit is hit, the lookups are queued and executed once a new lookup slot is available. Notice that downloads are not considered lookups, and file loading is done in parallel to cover fetching.
-
- 17 Jul, 2017 1 commit
-
-
Marinus Schraal authored
-
- 28 Jun, 2017 1 commit
-
-
Carlos Garnacho authored
No code changes needed. API remains compatible with the current usage in gnome-music.
-
- 03 Jun, 2017 1 commit
-
-
Kukuh Syafaat authored
-
- 30 May, 2017 1 commit
-
-
Piotr Drąg authored
-
- 26 May, 2017 1 commit
-
-
Piotr Drąg authored
-
- 05 May, 2017 1 commit
-
-
Matej Urbančič authored
-
- 03 May, 2017 1 commit
-
- 25 Apr, 2017 2 commits
-
-
-
Marinus Schraal authored
The artist field was mistakenly retrieving the album title. https://bugzilla.gnome.org/show_bug.cgi?id=781684
-
- 22 Apr, 2017 1 commit
-
-
Yuras Shumovich authored
(cherry picked from commit 870891c0)
-
- 14 Apr, 2017 1 commit
-
-
Pablo Palácios authored
All pre-configurations that must be set before starting gnome-music were grouped in proper functions so it is now easier to read, understand and maintain. It also follows PEP-8 when possible. https://bugzilla.gnome.org/show_bug.cgi?id=774500
-
- 13 Apr, 2017 1 commit
-
-
Abhinav Singh authored
Old progress scale value was not updating causing minor stuttering. Update its value when a seek is finished. https://bugzilla.gnome.org/show_bug.cgi?id=776668
-
- 11 Apr, 2017 5 commits
-
-
Marinus Schraal authored
This reverts commit 6c88265f.
-
Marinus Schraal authored
This reverts commit fe2c057d.
-
Marinus Schraal authored
-
Marinus Schraal authored
This reverts commit 26cbbe19.
-
Marinus Schraal authored
This reverts commit 400fbe9e.
-
- 10 Apr, 2017 3 commits
-
-
Marinus Schraal authored
-
Marinus Schraal authored
Music works with lower requirements, but there are some features that aren't working right without 0.3.3 and plugins 0.3.4. Sadly it is not currently possible to force the plugins version, so do the best we can.
-
Marinus Schraal authored
Workaround for the issue where get_tags returns None. According to the API this shouldn't happen, but reports indicate otherwise resulting in crashes. https://bugzilla.gnome.org/show_bug.cgi?id=780980
-
- 09 Apr, 2017 2 commits
-
-
Carlos Soriano Sánchez authored
So it can be used by devs to build against in GNOME Builder. https://bugzilla.gnome.org/show_bug.cgi?id=779905
-
Carlos Soriano Sánchez authored
Up until now we were using gnome-music.desktop as name for the desktop file. However this is discouraged since it's not using a unique id similar to dbus addresses. This also bring the problem that to build with flatpak the desktop file has to match the dbus address. So simply rename the desktop file to org.gnome.Music.org https://bugzilla.gnome.org/show_bug.cgi?id=779905
-
- 08 Apr, 2017 1 commit
-
-
Goran Vidović authored
-
- 06 Apr, 2017 1 commit
-
-
Tom Tryfonidis authored
-
- 03 Apr, 2017 2 commits
-
-
Marinus Schraal authored
-
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
-
- 25 Mar, 2017 1 commit
-
-
Kjartan Maraas authored
-
- 23 Mar, 2017 1 commit
-
-
Tiago Santos authored
-
- 20 Mar, 2017 1 commit
-
-
Marinus Schraal authored
-