summarylogtreecommitdiffstats
path: root/lollypop.install
diff options
context:
space:
mode:
authorAUR Update Bot2016-03-01 08:02:14 -0300
committerIan Brunelli2016-03-01 08:02:14 -0300
commitd65608cfcfe15f5855485115c9059abc05e827a7 (patch)
tree98fe7e07eef7ffdf15d0e68a85611c6d6de639cb /lollypop.install
parentde1223571a1e7dfe18c73563f6129aec420f6777 (diff)
downloadaur-d65608cfcfe15f5855485115c9059abc05e827a7.tar.gz
Updated version (0.9.85.r24.g6687135 -> 0.9.87.r213.g15ed2b8).
Changelog ========= Update configure.ac. Fix #493 (15ed2b8) Update fr (6220661) Add missing string (048271e) Only mark track as finished if really listened (abba7cb) Set state to NULL here too (919d7cc) Clear albums when loading a playlist (b430caa) Should not be None (b28c56e) Should not be None (dc54f97) Do not show popover in mini mode (97432d8) Set lollypop pulseaudio media role, the easy way as I don't understand how to do this with python/gstreamer (cfddce8) Merge branch 'master' of github.com:gnumdk/lollypop (4c782b0) Need to wait next loop (576b23d) Remove disable_csd() (a60fb7f) Merge branch 'master' of github.com:gnumdk/lollypop (35973e8) Revert "Rework csd detection. #482" (c9d6d91) Update README.md (1926fb2) Update README.md (b99a63c) Init genres on restore (37a0e6b) Fix cellrenderer for non squared covers (ab592e6) Use a copy of the queue (c9724fa) Remove stupid code (9757d72) Set a default size request to be sure overlay feet widget (0ffbee9) Del pixbuf (4fc01ec) Make overlay grid orientable (06aafe2) Removed uneeded grid (6cdf1db) Fix typo (c281f57) White Gtk.Grid not needed (cda598e) Move code to shuffle_albums (b74c66e) Only do this in shuffle by albums (32662eb) Show play all albums button in artist view with more than one album (fea96e2) Load track before setting albums (aaea0c7) Remove album after shuffle (d08568e) When shuffling albums, keep current on top (a9b1a9e) Use self as we are player (329e6f3) Add missing signals (28cfd6d) Remove play button, already was default behaviour since many release (403c58e) Check genre id to be a real genre and not a static one (428e07f) Remove not useful variable (321d3b5) Change append button when adding all albums (c996a3e) Check if album is present before reseting albums (c1af83a) Need to recalculate prev too (890300b) When removing an album, skip to next (35f7cfe) Update translations (93efbd1) Udpate pot (12839e8) Set title on GtkWindow too (ab16985) Move headerbar title to python as glade sux (d1a755a) Tweak settings dialog (e0f035b) Add a play all albums (b738fe7) If user click on play button, limit album playback to it self (6bfc514) Should be sensitive on stop too (69f3d03) Fix issue with shuffle menu (d8be2b9) Code cleanup (3f8dfbc) Play album with context (17e93b1) Reset shuffle history (41b3147) Set genre context for party mode too (f501e26) Fix party mode (3ad1b6f) Fix progress bar when going from radios to files (fb322ee) Rework how we handle genre ids (2997a37) Do not grab focus (3f5c435) Dim-label for album (51481d9) Limit label width (b1df6f8) Add a popover as album added indicator (6ca2151) Add tracks to queue with middle click (211f392) Allow removing albums from overlay (7953ab3) Do not clear albums when playing a radio (eda781b) Replace queued indicator with a pure CSS one (3137f61) Merge branch 'master' of github.com:gnumdk/lollypop (9e4aae5) More space between tracks (9d40d9e) Remove unused file (4da833d) Rework QueuePlayer::_init_current_if_needed() (d6c1980) Same for nowplaying (5da7444) Change trackrow padding to be sure user doesn't click on a track while clicking button (0321cac) Use a Gtk.Image object as it seems to be buggy otherwise (beed588) Allow queue button to delete from queue (82838a1) Colorize queue button too (70c6bb2) Do not update overlays here as looks bad (5876bda) First check for party mode change (0e3b394) Update overlays only if party mode changed (ac030ac) Show Unknown when adding empty string to selection list (563638f) Set volume to 1.0 for radios (6e19bbe) Set same icon size than for context widget (5a4f78e) Notify only if model empty (060f7ab) We need to notify change as self._model may be empty (7a3db7e) Only remove a track from Last.fm if we are in loved tracks (677140f) 0.9.90 (3f1455c) Update translations (0fb9ba5) Long press for next popover too (cb6d1d3) Do not use enter notify event (d681f4d) Long press for mix button (7f62f9d) Add missing attribute. Fix #490 (5db3266) Implement touch gesture by hand (b6ef4e7) Clean code (f97322a) Revert "Use release event" (f2699c5) Disable party mode from album view too (77d8329) Comment code for now (35a965a) Use release event (faa8a3d) Add propagation phase (82c1b1a) Add Gtk.GestureLongPress for infobox (7465839) Always init volume (6625268) Properly check for crossfade (b9937e1) Properly init volume when playing tracks (6e36446) Set volume to 0.0 by default (88692f1) Keep volume in sync between playbins (6583a3b) Remove unused code (357ad29) Rewrite crossfading using a gstreamer plugins: lollypop compatible with flat volumes (43de76d) Fix typo. Fix #489 (d612cd2) Fix crash on right click on menu button. Fix #487 (ee318cd) Revert "Try to make settings dialog touch screen aware" (6613883) Revert "Fix popover for touch screens" (2daf106) Revert "Handle popover on click" (4239d0d) Handle popover on click (011db94) Fix popover for touch screens (7af8419) Clean overlays when popover is closed (4b03d01) Restore state: radios too (3d8e31a) Try to make settings dialog touch screen aware (4311ac8) Make RadioWidget working with touch screens (4a281e6) Update overlays when focus change (53610f4) Ignore leave event if event happen inside widget (542bddd) Use view notify seems to be the only working solution (bd76b4c) Rework the way we detect leaving an album (e3e22a8) Exclude context widget in when cleaning overlays (8d3bd77) Set repeat context when restoring state (1eb5847) Rework csd detection. #482 (c335616) We need to set context to None too (547c4ac) Set repeat context (95d9c8b) Handle None context in player instead (d237e73) Force cleaning overlays when setting party mode (bed4395) Reset context when playing a radio too (dcd6cc5) Do not miss to init context (f4df13e) Update next track when adding a new album (888cec9) Do not start playing if a track is playing (7df1757) Add da po (96a857f) Add missing clean overlay functions (93c8611) Fix typo (1630d19) Init AlbumWidget sooner (0348a4f) Inhibate clean_overlay() if a popover is active (7480a51) Was working but better like this (fb4d6df) Fix _on_play_press_event() for AlbumSimpleWidget (ac3a2ce) Disable button once clicked (1ddbb4c) Skip album if have been removed (d5e401d) Fix linear player (66e9b4c) Do not pass event (675fbcf) Fix string (24e2ca1) Add a button to add tracks to queue faster (bfd9fc9) Clean overlay on leave event (ca1eed5) Restore state based on artist (a619c34) Merge genres if album already present (7da42a9) Keep genre ids when adding an album (24340d5) Allow player to keep genre_ids per album_id (5bd3f8f) Do not add widget if already present (f9d782c) Do not add widget if already present (c010096) Merge (df093d0) Rework radio view with overlay icons and lazy loading (fdd47b5) No overlay for radios. Fix #485 (51ca6b8) First try to fix shuffle (5f9258e) Implement play for AlbumSimpleWidget (a827bdc) Remove autoplay usage (e3f6bb7) Remove autoplay option (dac8b87) Add missing arg (17f5998) Fix popover position (9df4b8f) Update fr (252e377) Update pot (6fab7fa) Remove unused artist_ids (836b9a3) AlbumsPopover should not modify album list (183b0a8) Add missing files (0eaf863) Rework search (741a046) Play album should quit party mode (80a11e0) Init state when appending to an empty album list (f905b0b) Rework albums widget. Add a new albums popover (3a447a3) Move statement (7df557c) Add some art helper (baa5e76) Do not show same album many times (8d1aa31) Revert "Implement queue for albums too" (9ba4295) Implement queue for albums too (5fbe284) Fix popover size (7d4365e) Allow user to start playing when adding something to the queue (1477ec4) Exclude queue from option, really ugly (4901e19) Fix return from queue (9ee7756) Set context.next if needed (71726a4) On eos, we only handle current bus event (82883ef) GtkScale should be unsensitive on stop (cf0f8d9) Always reset finished context when setting next track (e709ee7) Stop even in crossfading (e9e85c3) We need to escape \ for gst pipeline. Fix #483 (d492abf) Fix comment (c90b790) Overwriting album list isn't needed anymore (3877117) Update fr (08ce3b8) Update pot (660c6f6) Update translations (a9b0b70) Remove debug (51abc97) Add missing () (c8efc59) Rework the way we handle NextContext, was broken. Fix #481 (d6a8b06) Add missing signal (b2d2898) Update pot (f853d66) Save value in gsettings (e823545) Add new repeat option (0b5c820) Update pot (4ee2eb1) Add a stop after queue option. #481 (e1dda54) Correctly set application icon name. Fix #380 (6da3660) Update fr (f54eab5) Update translations (44ae48b) Remove broken mpd support (bd079e8) Remove broken mpd support (7175c5d) Update pot (3c8f417) Add an option to restore current playlist too (f155976) Add a stop after playlist option. Fix #481 (948a9fc) Reset playlist id (cdbdf13) If duration <= 0, be sure to restore playbin volume (fec29ac) Add warning about Ubuntu. Fix #480 (2015c9f) New way to calculate context position. Fix #479 (878a1c2) Restore previous behaviour (9c7cf43) Use the good menu (bab5592) Allow right click on mini player (d588c42) 0.9.87 (0ad4e3a) Always hide popover when needed (c1551a6) Fix valign in playlist widget (ca41f23) Add missing getter. Fix #477 (34fe9a5) Merge branch 'master' of github.com:gnumdk/lollypop (4537c5d) Allow user to hide next popover (9727add) Close window on Gdk.KEY_Escape. #476 (571df50) Do not show Notebook border. Fix #476 (838e39e) close-symbolic doesn't work on Fedora. And does on UbuntuGnome/ArchLinux. WTF? Fix #473 (e7ca10e) Remove source before calling responsive_design() (b5702e9) Keep queue widget (1ccefaf) Add a shortcut for shuffle (11c1359) Add a shortcut for queue popover (5963c1a) Remove test about gtk version (b0f2bd4) Update translations (646ad3b) Use single quote (f8c60e0) Update pot (1a2e4b6) Update file name (fbb00b9) Rename file (9f4de32) Revert "Not needed" (1fb3a57) Do not hide list two (14d9f83) Do not use this option. When Gtk.Paned is hidden and window is resized, 'notify::position' isn't emited and a bad value is saved in gsettings (5c5bd87) Better value (62a1661) Not needed (2e174b0) Do the same in remove_from_device(). #468 (6fe9eb2) Update translations (69a74b1) Select folder with lollypop folder first. Fix #469 (109fee7) Use album artist name when not a compilation: Fix #468 (ddf4d07) Responsive design for playlists too (c6a65c6) Set max children per line too (cb07e85) Add a close button on next popover (a06a2c8) Base min children on available width (a90f83a) One size group per album view (b770631) Fixed height for the view (42d8a58) Hide context widget if needed (651df07) Hide list two if not enough width available (67c1a36) Hide cover if needed in AlbumAdvancedWidget (29c1dfd) Make lollypop usable on small screens (1e32121) More responsive design (7ed16fe) Add a subtoolbar to free space in toolbar for small windows (d57ac75) Was that simple? (dd8cea1) Change constant name (b03f5bd) Update pot (49235f6) Allow popover on playlist items. Fix #464 (3901bb9) Remove code about popover ability => GTK bug (861d82b) Change widget opacity (32b5dea)
Diffstat (limited to 'lollypop.install')
0 files changed, 0 insertions, 0 deletions