Commit graph

107 commits

Author SHA1 Message Date
coderkun
db5f5f19f0 move CSS to separate file (implements #13) 2016-04-17 19:32:37 +02:00
coderkun
826eabb729 add error handling for parsing track numbers to integer (fixes #12) 2016-04-16 19:40:11 +02:00
coderkun
1025b1df1a correctly reset timer for “song scale” on cover panel 2016-04-16 19:20:25 +02:00
coderkun
da06f1fff5 fix changing of song by storing playlist position for each track (fixes #1) 2016-04-16 19:20:16 +02:00
coderkun
1bc7070231 escape texts for labels on cover panel 2016-04-16 18:38:12 +02:00
coderkun
14a016dd1b fix CSS selectors for GTK >= 3.20 (fixes #11) 2016-04-16 18:00:20 +02:00
coderkun
0ac3b3f2da improve error message parsing by checking regex result 2016-04-08 23:03:47 +02:00
coderkun
4f64969638 merge master branch 2016-04-07 09:34:48 +02:00
coderkun
91bd91c263 fix missing comma in setup.py 2016-04-07 09:33:52 +02:00
coderkun
25ff8500d8 add README file 2016-03-19 18:17:03 +01:00
coderkun
49f8fddc31 remove metadata information from py-files 2016-03-19 16:40:02 +01:00
coderkun
8df0174738 update license 2016-03-19 16:39:44 +01:00
coderkun
f54e4a4460 reenable Avahi/zeroconf 2016-03-12 13:06:41 +01:00
coderkun
7826bf9bf5 add setup.py for easy distribution 2016-03-12 13:00:06 +01:00
coderkun
81ff7aba3c add desktop-entry file 2016-03-12 12:59:47 +01:00
coderkun
a1e7fe1550 move source files from main level to subfolder ?mcg? 2016-03-12 12:59:24 +01:00
coderkun
7dccab6712 bump lib version to 0.4 2016-03-12 12:56:22 +01:00
coderkun
ab5f420d77 merge GUI code into one file 2016-03-12 12:56:13 +01:00
coderkun
1d7e8bcb31 remove unused codes 2015-01-31 13:35:14 +01:00
coderkun
1fb9f182a6 GTK: hide volume button if volume is not controllable 2015-01-31 13:32:40 +01:00
coderkun
59cf6ec740 correct signal for library search entry 2015-01-31 13:08:03 +01:00
coderkun
a8cec72d0e rename library search placeholder 2015-01-31 13:07:47 +01:00
coderkun
8f1434c28f implement simple AND-operator for library search 2015-01-31 13:07:20 +01:00
coderkun
b3f4a596f8 simplify names for cover discovery 2015-01-31 13:05:43 +01:00
coderkun
c574c369bc remove test method 2015-01-31 13:05:04 +01:00
coderkun
5889638627 check response before trying to parse it 2015-01-31 13:04:51 +01:00
coderkun
743466bf80 check permissions for idle-command 2015-01-31 13:03:59 +01:00
coderkun
f7517080cc implement MPDException 2015-01-31 13:02:50 +01:00
coderkun
38453c7264 check if password exists in keyring before attempt to delete it 2015-01-15 19:19:32 +01:00
coderkun
c6113b92b2 use optional keyring module to store password 2014-12-04 21:41:50 +01:00
coderkun
3935f6ae5f redesign connection panel and use Avahi instead of profiles 2014-12-04 21:14:23 +01:00
coderkun
ba47b38960 rewrite _load_albums() method 2014-12-02 20:10:20 +01:00
coderkun
76e2879fd2 correct _split_line() for empty values 2014-12-02 20:10:01 +01:00
coderkun
394ebb2693 mask protocol arguments 2014-12-02 20:09:35 +01:00
coderkun
fab644fd47 correctly disconnect and set retrieve connection state 2014-12-01 21:19:49 +01:00
coderkun
965a536779 rewrite client, implement protocol without lib, replace tabs with spaces 2014-12-01 20:55:28 +01:00
coderkun
2e95986047 new GTK gui 2013-10-16 15:30:28 +02:00
coderkun
03c5822c4c correct playlist positioning 2013-05-30 03:44:44 +02:00
coderkun
78f0cdd953 mpd key-corrections 2013-05-30 01:36:09 +02:00
coderkun
f17886aa56 new GTK gui 2013-04-30 16:27:59 +02:00
coderkun
7b2858292e album/track time/length 2013-04-30 16:26:51 +02:00
coderkun
4159cb4480 lock thread when updating playlist/library 2013-03-29 20:34:35 +01:00
coderkun
5384548dc1 don?t crash on stored playlists 2013-03-16 00:43:58 +01:00
coderkun
c4feb11d0d gtk: save sort order and type in config file 2013-03-16 00:41:45 +01:00
coderkun
992c47847c comments updated 2013-03-04 17:59:47 +01:00
coderkun
687d9cfbd8 moved error handling to _call()-method 2013-03-04 17:55:17 +01:00
coderkun
f557ee8cfb clear playlist feature implemented 2013-03-04 17:47:44 +01:00
coderkun
e73b2dfc2e gtk: set background colors 2013-03-04 17:35:14 +01:00
coderkun
4829f0ff52 gtk: showing infos of current playing album 2013-03-02 16:14:14 +01:00
coderkun
d6993bfe5b corrected getting position of current playing track 2013-03-02 16:13:58 +01:00