Commit graph

209 commits

Author SHA1 Message Date
coderkun
17990118c7 Merge branch “issue-41-progress-bars” (close #41) 2017-12-26 10:19:46 +01:00
coderkun
16c2ffd775 Merge branch “issue-36-server-panel” (close #36, #37, #38, #35) 2017-12-26 10:18:58 +01:00
coderkun
27f963b979 Bump version to 1.3 v1.3 2017-12-26 10:00:48 +01:00
coderkun
89cf0dfcc0 Merge branch “issue-28-album-art-scaling” 2017-12-26 09:58:00 +01:00
coderkun
3d426d03c7 Handle fullscreen status for non-set album (close #43) 2017-12-26 00:14:18 +01:00
coderkun
3441812c1a Improve the visual appearance of progress bar on Library panel (close #41) 2017-12-25 17:41:02 +01:00
coderkun
27cb6b7eff Update translations for Server panel (see #36) 2017-12-25 17:10:47 +01:00
coderkun
abff4b9f2f Improve visual appearance of Server panel (see #36) 2017-12-25 17:01:19 +01:00
coderkun
7a28e9f4bf Add hadling for audio output devices (close #35) 2017-12-25 13:23:21 +01:00
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
f67e260994 Add marks for number of images to grid scale (#28) 2017-12-24 12:04:02 +01:00
coderkun
11ce30c5f9
Add description to configure image directory (resolve #34)
Add a section to the README how to use the Image directory configuration option in order to find covers (album art).
2017-12-17 11:45:06 +01:00
coderkun
9bba7446e7 Bump version to 1.2.2 v1.2.2 2017-10-22 10:42:28 +02:00
coderkun
9f32bed11e Remove “pygobject” requirement from setup.py (fixes #31)
“pygobject” is not a python dependency and can therefore not be used as install
requirement for setup.py. To avoid an error message and let the application
start fine, this needs to be removed from setup.py.
2017-10-22 10:39:28 +02:00
coderkun
681c81bf17 Bump version to 1.2.1 v1.2.1 2017-09-10 14:19:06 +02:00
coderkun
f2c1ca6730 Update translations 2017-09-10 14:17:31 +02:00
coderkun
3d9ce9672b Bump version to 1.2 v1.2 2017-09-09 14:14:40 +02: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
9576353a70 Bump version to 1.1 v1.1 2017-08-26 12:02:56 +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
dd1eb0315a Fix details on Cover panel to wrap long content 2017-06-18 13:10:30 +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
00b1efbd27 Bump version to 1.0 v1.0 2017-06-18 13:06:14 +02:00
coderkun
3dc08d97af Bump version to 1.0-rc1 v1.0rc2 2017-05-06 16:40:25 +02:00
coderkun
680ac1896a Fix distributing and loading of data files 2017-05-06 16:38:14 +02:00
coderkun
44ac2e9046 Add keywords to desktop file 2017-04-28 11:34:56 +02:00
coderkun
883a873bd7 Bump version to 1.0-rc1 v1.0rc1 2017-04-28 11:04:45 +02:00
coderkun
9cb0ae7a21 Update date in LICENSE file 2017-04-28 11:03:15 +02:00
coderkun
abec42b9ea Unify name in all files and resources 2017-04-28 11:01:06 +02:00
coderkun
75496a7a1e Fix distribution paths for locale files 2017-04-27 11:34:48 +02:00
coderkun
6691959a85 Add option to not compile gschemas to setup.py 2017-04-27 11:18:42 +02:00
coderkun
fcdd8b1501 Update and translate description text 2017-04-26 12:28:50 +02:00
coderkun
b8169ee721 Update translations 2017-04-26 12:12:37 +02:00
coderkun
e24e27a7b7 Rename file “menu.ui” to “gtk.menu.ui” 2017-04-26 11:53:43 +02:00
coderkun
1dd1d61cbb Merge two sections in app menu to group MPD actions 2017-04-26 11:50:13 +02:00
coderkun
03fa9c4db7 Add Gtk.ShortcutsWindows to application (resolve #14) 2017-04-26 11:48:32 +02:00
coderkun
38c21cb468 Add shortcuts for fullscreen and searching the library (issue #14) 2017-04-26 11:10:08 +02:00
coderkun
be357a7499 Disable items in app menu when not connected 2017-04-26 09:28:33 +02:00
coderkun
2f84429164 Remove unnecessary resources from distribution 2017-04-25 12:54:25 +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
482ef99a50 Rename and addjust desktop entry file 2017-04-25 12:25:41 +02:00
coderkun
9a65ef5b1d Add desktop icon (implement #20) 2017-04-25 12:25:37 +02:00