summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2015-10-01 10:42:16 -0300
committerIan Brunelli2015-10-01 10:42:16 -0300
commitbd932cc6a8b0e88247b70aa56636407eace30690 (patch)
treeea6aea74c6ec5a8a330da729fb019c2415b9cc1d
parentab068d74b099ceaa86d8ece78334499f881b4482 (diff)
downloadaur-bd932cc6a8b0e88247b70aa56636407eace30690.tar.gz
Updated version (0.9.42.r307.gd314711 -> 0.9.50.r8.g51af67b).
Changelog ========= Properly import loved (51af67b) Fix deprecated (2e00115) Do not try to import loved playlist (0f41859) Rename radio artwork when renaming a radio (a5e1ed1) Update pot (8e42018) Disc separator looks confusing now (36d8616) Use opacity instead of dim-label (6151ee9) Show duration in album widget. Fix #276 (3ee677a) Merge branch 'master' into playlists_in_db (5a8e5e7) Update POTFILES.in (222daa4) Update translations (aad6be2) Better looking behaviour (f99c10a) Merge branch 'master' of github.com:gnumdk/lollypop (bc5d003) Sort radios by popularity (244a5f1) Remove this code: totem-plparser already handle this via fallback option! (16c2181) Using a stack is not needed anymore (97fdaaa) Import radios and playlists from lollypop < 0.9.60 (57955ac) Fix issue with spinner (abdad8d) Fix exists methods (b2e18a2) Do not add multiple radios with same name (4e38f0b) Merge branch 'master' into playlists_in_db (f06ce9c) Rewrite pop radios (c054148) Fix issue when clicking on home button in tunein popover (7fbfc5e) fix radio auto refresh (672893a) Make adding a radio to work (cba20aa) Finish Radios() class (8dbfd48) Add radios.py (a83ab75) Merge branch 'master' into playlists_in_db (8d4b837) Move margin (6e0048b) Merge branch 'master' into playlists_in_db (08281c9) Move margin (e6213fa) Fix ordering (1d8db5d) Merge branch 'master' into playlists_in_db (5b9d8b3) Here a better fix for shortcuts (137a1e5) This break disabling shortcuts (e74c5ff) Fix playlist renaming (40b6a47) Fix playlists renaming (003c483) Fix typo (71ea5d4) Fix adding an album to playlists (66b0584) Rename functions (f02e5c3) Add missing arg (8a6edaf) Fix typo when checking for album tracks (53d3758) Fix removing tracks from playlists (f399395) Rework the way we check for album/track in playlist (6483b5d) Fix playlist editor (684dac5) Make in database playlists working (abbdec4) Do not hide here, not finished (4d639f7) Start working on in db playlists (dd21cba) Remove old code (95e3f9a) Force loved playlist creation. #269 (8da7aeb) Do not try to get tracks from a non existing playlist (a9cf69a) Add slider popover to fullscreen view (4bbd1ec) Headerbar already forces Gtk.Align.CENTER on its children (b2d670d) AlbumContextWidget can be None (7ebe536) Add missing AlbumContextWidget to children list (375cc89) Do nothing if name has not been changed (6cda838) Playlist manager doesn't handle multiple selections (cfcfa95) Smaller event box height request (75faebd) Do not hide popover while pointer is near Gtk.Scale (50952bf) Revert "Center popover over scale widget" (58ee566) Revert "Smaller timeout looks better" (9cc7a62) Center popover over scale widget (05bae8a) Smaller timeout looks better (67a8d2e) Add a popover slider similar to Clementine one but less bloated ;) (97e236a) Do not try to set content if widget is destroyed (31b3e2b) Create popover on the fly in artist view (70ef75e) Merge pull request #284 from kenden/patch-1 (52e6647) Title always need to be escaped (ae1bc58) Change doc syntax to be valid markdown (d55c027) Show compilations in "all artists" view too (09510bc) Update translations (9a2a638) Remove unused import (361f15d) Popovers from headerbar should not be destroyed (57b3cbe) Hide first (2d6c2a2) Destroy popover when closed (598ab2a) Destroy popover when closed (5ada81f) Destroy popover when closed (8bba046) Destroy popover when closed (5615d7c) Destroy popover when closed (4ef3758) Do not fail if wikipedia missing. Fix #281 (9bcb10a) Destroying a popover destroy it parent (0eaee12) Destroying a popover destroy it parent (7011541) Remove uneeded call (8f5a3b4) Fix issue in objects (d08aef2) Rework popovers code (1db7e23) Use signals instead of do_show()/do_hide() (6e61b18) Set popover size in init (23c8acc) Use on closed signal to destroy widget (412c8d1) Fix externals popover (ef34ba5) Add on_next_changed signal to playback too (c60d30c) Add a next-changed signal to avoid confusion with current-changed (7dcf696) Move _on_open() code to _on_command_line() (d644cf9) Remove extra theming (bd25309) Reenable opening files (5d69cd3) Ignore E402 (c2c40d6) Revert "pep8" (369e78d) pep8 (d75847d) Fix set rating options: - handle-command-line needs to return a negative value for unhandled options - we need to create Player() after database objects - we need to check track id as None: Player().current_track is never None #260 (5044792) Add gi.require_version() to avoid warning with GNOME 3.18 (8f49365) Uneeded since we use native colors (2d86a20) Fix color for selected:backdrop (fa1e618) Fix selected icon color (c19165f) Remove unwanted margins (1bb6fc4) Do not set content from the thread (dfa14b2) Remove print() debug (80e937a) Do not update view if artist has not been changed (ad4c03d) Same behaviour between Liststore and Treeview (369b29d) Use standard Gtk colors... My issue was in lollypop-sidebar... I missed this one (38b8c3e) Use alpha instead of shade (a2aacf7) More visiblity for selected row. Fix #280 (0a27cfb) Move get_current_artist() to Player (d6b43fa) Reload button update the cache (7d4c6d7) Fix class name (12d196a) No relief for random button (6d8af87) Cache informations (53379d1) Add Lastfm and Wikipedia widgets (41fa53d) Revert "Do not reload view if not in an update/reload" (6cc6c17) Revert "Do not reload view if not in an update/reload (same for webkit views)" (eac48c8) Revert "When popover is closed, switch to spinner to avoid bad effect on next show" (b427cdd) Revert "Delayed updates for album detailed widget. As we have one instance running in a popover, we don't want updates while widget isn't visible" (07ec50a) Revert "Destroy should never happen now" (7bb0775) Delayed updates for album detailed widget. As we have one instance running in a popover, we don't want updates while widget isn't visible (2dfeacc) Destroy should never happen now (222c121) When popover is closed, switch to spinner to avoid bad effect on next show (9a78269) Fix comments (39b055c) Do not reload view if not in an update/reload (same for webkit views) (dd0c3da) Do not reload view if not in an update/reload (e8b8cad) Fix external modules check (630d93a) Merge ArtistInfos and InfosPopover (b4d38e4) Add color to shuffle button (732d2b4) Properly handle update for albums (54e8844) Use selected background color as indicator (f5c38a8) Really reload views (4ae8330) Add an auto-reload option (4ab1e7a) Unused variable (f579ade) Add a reload button to InfosPopover (ca5215e) Code optimization: less calls to get_selected_color() and get_property() (8b0537b) Change default to albums (8dddd51) Check for externals too (23cbdeb) Fix arg (0edb6d0) Track doesn't have an artist_name attr (e1a5b63) Do not try to populate loved if connect sync or connect failed (99a07e2) Main class View is already listening for destroy signal (4991e60) Rework function code now we stop playing on error (3177a19) Do not go next on error, don't want a stupid loop (70d423b) Do not try to load a radio stream if no network is available (aa123c2) get_album() needs an Album as arg (812c69d) get_album() needs an Album as arg (418f6bb) Code execution time optimization (98db1fd) Add a way to trace lollypop execution time (bf6cdcd) Keep potfiles in sync (56b941c) Pep8 (0305ab4) Rework code to avoid recursive imports (417f853) Use destroy signal (6c84dd7) Use rmtree as cache now contains webkit cache (af3666a) Add more spacing between tracks columns (220c559) Remove pop_albums.py (6ef8f18) Add missing file (41ee368) Pep8 (0b24eb1) Add a frame around artist image (0ea84c5) Add some margins in context widget (2b40689) Destroy all children (aa1bfda) Correctly destroy child to stop WebkitProcess (676d5d8) Correctly init artist (5565ea8) Update pot (f660d44) Fix typo (12a4d27) Add albums in needed popovers (fd3ba41) Change mode (08d2d71) Fix typo (1c9ad46) Merge InfosPopover and AlbumsPopover (a5eb26e) Properly restore rating/ltime for albums without an artist album tag (251df19)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6db1f037f310..59d4ed5b168f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lollypop-git
pkgdesc = Music player for GNOME
- pkgver = 0.9.42.r307.gd314711
+ pkgver = 0.9.50.r8.g51af67b
pkgrel = 1
url = https://github.com/gnumdk/lollypop
install = lollypop.install
@@ -23,7 +23,7 @@ pkgbase = lollypop-git
optdepends = libsecret: Last.FM support
optdepends = python-pylast: Last.FM support
optdepends = python-wikipedia: display advanced artist information
- provides = lollypop=0.9.42.r307.gd314711
+ provides = lollypop=0.9.50.r8.g51af67b
conflicts = lollypop
options = !emptydirs
source = git://github.com/gnumdk/lollypop.git
diff --git a/PKGBUILD b/PKGBUILD
index 2611b1e5a2ce..6fa0d7616be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lollypop-git
_gitname=lollypop
-pkgver=0.9.42.r307.gd314711
+pkgver=0.9.50.r8.g51af67b
pkgrel=1
pkgdesc='Music player for GNOME'
arch=('i686' 'x86_64')