Commit graph

64 commits

Author SHA1 Message Date
coderkun
30175ee86a Add stats to new Server panel (close #38) 2017-12-25 13:23:18 +01:00
coderkun
fe1b60ea17 Add status information to new Server panel (close #37) 2017-12-25 13:23:14 +01:00
coderkun
ccd355d4c2 Separate Connection panel and add Server panel (#36) 2017-12-25 13:23:11 +01:00
coderkun
a765c5b401 Add styling for multiselect of albums (#29) 2017-09-09 14:06:06 +02:00
coderkun
f7d4d17c08 Add multiselect of albums in Library panel (#29) 2017-09-09 13:29:28 +02:00
coderkun
55ef86a0e5 Add multiselect of albums in Playlist panel (#29) 2017-08-26 21:03:04 +02:00
coderkun
b5e76b4041 Clear Cover panel when playlist is empty (resolve #24) 2017-06-18 16:42:36 +02:00
coderkun
41d7dfaae6 Use default/dummy image for Cover panel (see #24) 2017-06-18 14:15:07 +02:00
coderkun
c451c32437 Add support for “albumartist” tag (resolve #27) 2017-06-18 13:10:30 +02:00
coderkun
1fdab35391 Improve creating classes from MPD responses 2017-06-18 13:10:30 +02:00
coderkun
680ac1896a Fix distributing and loading of data files 2017-05-06 16:38:14 +02:00
coderkun
abec42b9ea Unify name in all files and resources 2017-04-28 11:01:06 +02:00
coderkun
fcdd8b1501 Update and translate description text 2017-04-26 12:28:50 +02:00
coderkun
e24e27a7b7 Rename file “menu.ui” to “gtk.menu.ui” 2017-04-26 11:53:43 +02:00
coderkun
03fa9c4db7 Add Gtk.ShortcutsWindows to application (resolve #14) 2017-04-26 11:48:32 +02:00
coderkun
be357a7499 Disable items in app menu when not connected 2017-04-26 09:28:33 +02:00
coderkun
5e598250ab Simplify name to “CoverGrid” skipping the “MPD” prefix 2017-04-25 12:53:44 +02:00
coderkun
e555956c95 Add About/Info dialog (implement #26) 2017-04-25 12:52:20 +02:00
coderkun
23742542af Rename file “mcg.css” to “gtk.css” 2017-04-25 12:29:45 +02:00
coderkun
e7474c744e Extend app menu including shortcuts (close #23)
Add several global actions to the application menu and assign shortcuts
(accels) to them.
2017-04-24 13:12:21 +02:00
coderkun
e34a253645 Reload playlist when “player” has changed 2017-04-23 12:08:10 +02:00
coderkun
21488ee5f3 Close “standalone” panel after action on Playlist and Library panel 2017-04-23 12:07:24 +02:00
coderkun
f7cbc25efc Add basic app menu with shortcut for closing (see #14) 2017-04-23 11:50:41 +02:00
coderkun
8a34d904fb Add translations support (including EN and DE) (close #6) 2017-04-22 15:03:55 +02:00
coderkun
88ddc7ce4a Fix setup.py to work properly 2017-04-22 11:18:57 +02:00
coderkun
1960cb2517 Only use Avahi if module can be loaded (implements #22) 2017-01-08 18:42:27 +01:00
coderkun
b88f1c6e0b PlaylistPanel: implement playing of selected album 2016-08-07 21:20:44 +02:00
coderkun
950bd54804 PlaylistPanel: implement removing of albums (resolves #3) 2016-08-07 21:13:07 +02:00
coderkun
0b0c62a313 store song-ID for MCGPlaylistTrack 2016-08-07 21:08:41 +02:00
coderkun
8ccd47d82e add support for command lists
https://www.musicpd.org/doc/protocol/command_lists.html
2016-08-07 21:08:03 +02:00
coderkun
6e06d6d06a set default log-level to WARNING 2016-08-07 20:04:13 +02:00
coderkun
9044f663cf add commandline options to define log-level (resolves #15) 2016-08-07 15:54:37 +02:00
coderkun
1c221d21e4 use GObject signals instead of client.Base (implements #21) 2016-08-06 19:33:17 +02:00
coderkun
441b854a98 improve resource handling by using environment and GResource (fixes #19) 2016-08-02 11:50:32 +02:00
coderkun
ff15af3dbe fix setting environment for GSettings schema dir 2016-08-02 11:13:59 +02:00
coderkun
f38737e6ba use enums for tracklist size and sort order values 2016-08-01 13:08:27 +02:00
coderkun
134d1a28a7 rework project structure for more logical filenames and code separation 2016-08-01 11:39:24 +02:00
coderkun
c603ab5c7c fix typo “Standalon” 2016-08-01 10:59:17 +02:00
coderkun
3ed107d6d9 bump version to 0.6 2016-08-01 10:50:25 +02:00
coderkun
ed29006f10 add options for different tracklist sizes on cover panel 2016-08-01 10:36:13 +02:00
coderkun
0f4ba72198 add standalone mode to playlist panel 2016-07-31 18:19:01 +02:00
coderkun
85a87d8746 hide cursor in fullscreen mode 2016-06-11 15:39:12 +02:00
coderkun
c8dd5f7a83 set item padding of iconviews based on item size 2016-06-11 14:06:06 +02:00
coderkun
be3037bc03 fix resizing of thumbnails (for iconviews) 2016-06-11 13:51:59 +02:00
coderkun
1001f38a67 add button for fullscreen action to toolbar of cover panel 2016-06-11 13:34:16 +02:00
coderkun
02ee75de4d fix fullscreen with new widgets 2016-06-11 13:29:07 +02:00
coderkun
c031630379 move labels on cover panel to the right and use CSS for styling 2016-06-11 13:15:20 +02:00
coderkun
898f59bd42 load image for cover panel in its own thread and display spinner icon during loading 2016-06-11 12:38:21 +02:00
coderkun
48b2bcd05d add standalone mode to library panel 2016-06-11 12:25:27 +02:00
coderkun
6b75674031 migrate toolbar of library panel 2016-06-05 12:42:39 +02:00