77 Commits

Autor SHA1 Mensagem Data
fossfreedom 9425b1e1b5 pycharm autorefactor 2014-12-03 19:32:49 +00:00
fossfreedom edfd24bbd3 some fixups when adding and deleting tracks 2014-07-06 22:59:49 +01:00
fossfreedom 8392648ffe fix propagation issues for areas that respond to button_release events - the idea being that button_release events must have a corresponding button_press event otherwise the call is invalid and comes from somewhere else - issue #298 2014-06-20 21:08:49 +01:00
fossfreedom 3a9589074f run pycharms optimize imports over the python modules in the project 2014-06-03 20:04:38 +01:00
fossfreedom 519fb78c84 general cleanup - remove old rb2 code that is no longer applicable 2014-06-02 20:31:26 +01:00
fossfreedom a5a3d6b85c reformat code according to pycharm 2014-05-24 14:52:09 +01:00
fossfreedom 7a20522c2f view add-to-playing menu item - issue #288 2014-05-23 19:54:11 +01:00
fossfreedom 1758a56ef2 refactored track pane code issue #291 2014-05-18 23:32:33 +01:00
fossfreedom 870b4cdd7b rework jump to playing so that all views are correctly scrolled to - issue #278 2014-03-09 23:09:46 +00:00
fossfreedom 9da85017b9 manually apply #277 patch 2014-03-06 18:31:31 +00:00
fossfreedom 3088768fe6 some tidyups 2014-02-15 21:24:11 +00:00
fossfreedom acb6caaba0 wrong override caused failure to check lastfm plugin presence in artist view - issue #264 2014-02-15 00:29:54 +00:00
fossfreedom 8619d73007 fix 14.04 playlists + openfolder plugin support - issue #263 2014-02-14 22:54:33 +00:00
fossfreedom 0b97a39edc add artist-info-pane implementation - issue #268 2014-02-04 00:03:01 +00:00
fossfreedom afea82eee5 use rb3compat functions - issue #257 2014-01-22 20:30:24 +00:00
fossfreedom dda323ac04 fix crash for album titles that have unicode characters - issue #257 2014-01-22 20:20:23 +00:00
fossfreedom f27ee2464c replace tabs with spaces 2014-01-20 23:59:04 +00:00
fossfreedom 18aaf08f4b fix sorting of artist view after album information such its rating has been changed - issue #257 2014-01-20 23:14:28 +00:00
fossfreedom b2eabeb8eb fix sorting issue after restart together with scroll sync issue between artist and tile view - issue #257 2014-01-19 19:46:33 +00:00
fossfreedom d93ea16d1a fix for float issues in earlier versions of rhythmbox - issue #256 2014-01-18 21:22:22 +00:00
fossfreedom c53e6c33f8 scale tooltip to original image dimensions - issue #256 2014-01-18 14:35:15 +00:00
fossfreedom 5ddf0b306c resolve misaligned sorting issues - issue #250 2014-01-14 20:46:30 +00:00
fossfreedom db09860d08 add new sprites, fix sorting of artists column so that we cannot become unsorted and finally, fix a bug on startup showing sort key error 2014-01-13 21:33:41 +00:00
fossfreedom 4e5929237f tidied up sort actions 2014-01-11 22:52:13 +00:00
fossfreedom 581c1b6c0c work in progress - connect artist sort buttons and sort viewable albums 2014-01-11 12:01:33 +00:00
fossfreedom 161997c0d0 use separate sort and sort order buttons for album and artist views and connect signals for these buttons to sort independently 2014-01-08 23:26:34 +00:00
fossfreedom c0edd4895e resolve out of synch picture popup - issue #244 2014-01-07 21:53:03 +00:00
fossfreedom 7eaeebf168 set the default sort indicator on the artist sort column to be ascending - issue #245 2014-01-05 23:08:09 +00:00
fossfreedom 87de8b9a8b check if valid lastfm connection before searching - issue #243 2014-01-05 12:25:43 +00:00
fossfreedom 7a233c2dbb display artist albums ordered by year + their name rather than the current random order - issue #241 2014-01-05 11:18:28 +00:00
fossfreedom adba91d077 fix shake in treeview caused by expander lines - need to add space in next column to allow the expander lines to float into - issue #239 2014-01-05 00:13:17 +00:00
fossfreedom 466112068a encode unicode string to fix crash when clicking on artist - issue #238 2014-01-04 22:57:50 +00:00
fossfreedom 767e2791cf tidied up clicking on row actions to correct display of track & cover pane together with ensure that we show the artist cover search when clicking on artists - issue #236 2014-01-04 09:00:27 +00:00
fossfreedom 07aca0cdf6 redo deletion of artists when there is no albums - this time lets do stuff simply - just look at the iters we remembered when adding the albums to artists - issue #209 2013-12-28 22:05:30 +00:00
fossfreedom 7b96b47a6c correctly rename album artist and update the artist model - issue #209 2013-12-28 19:20:14 +00:00
fossfreedom d3654e1457 bug fix crash when modifying album in artist view 2013-12-28 17:31:04 +00:00
fossfreedom 98045cae32 blank expander column allows clicking on artist cover - issue #209 2013-12-28 15:15:26 +00:00
fossfreedom 50ae5a2a99 remove export and reduce search to just the artist - issue #209 2013-12-28 12:11:01 +00:00
fossfreedom 0ca674fb7b add right click menu for artists - issue #209 2013-12-28 11:50:47 +00:00
fossfreedom 729d7f1ff0 sync artist view with the other views so that the artist last selected in the other views is scrolled to correctly 2013-12-22 23:50:40 +00:00
fossfreedom 47faf9a509 reflect album name changes back into the artist view. Also took the opportunity to fix a bug specific to RB3 to ensure all track changes are correctly updated in the album-model - issue #209 2013-12-20 18:20:24 +00:00
fossfreedom f763b00f3a cope with locales in markup - issue #209 2013-12-18 16:45:04 +00:00
fossfreedom 7d903e84cf format album names for artist view - issue #209 2013-12-18 16:38:59 +00:00
fossfreedom 7a45d9531e switch to music library source when requested from the plugin view button - issue #230 2013-12-15 16:16:22 +00:00
fossfreedom 2bda0f1cb0 reduce list of target to just uris - issue #233 2013-12-07 17:12:21 +00:00
fossfreedom 88821ef68a drag-drop support for albums in artist view 2013-12-07 14:57:13 +00:00
fossfreedom d593463a25 cleanup 2013-12-06 19:39:16 +00:00
fossfreedom 66070a6b0e cleanup 2013-12-03 23:06:35 +00:00
fossfreedom 66b4895458 rework to use new coverartextdb 2013-12-02 21:49:02 +00:00
fossfreedom 2f6af4fa7a use coverview for artists as well as for albums 2013-11-24 21:19:00 +00:00