Commit graph

  • be3037bc03 fix resizing of thumbnails (for iconviews) coderkun 2016-06-11 13:51:59 +02:00
  • 1001f38a67 add button for fullscreen action to toolbar of cover panel coderkun 2016-06-11 13:34:16 +02:00
  • 02ee75de4d fix fullscreen with new widgets coderkun 2016-06-11 13:29:07 +02:00
  • c031630379 move labels on cover panel to the right and use CSS for styling coderkun 2016-06-11 13:15:20 +02:00
  • 898f59bd42 load image for cover panel in its own thread and display spinner icon during loading coderkun 2016-06-11 12:38:21 +02:00
  • 48b2bcd05d add standalone mode to library panel coderkun 2016-06-11 12:25:27 +02:00
  • 267973e72c use Gtk.ButtonBox instead of Gtk.Toolbar for header bar buttons and fix button icons coderkun 2016-06-05 13:37:19 +02:00
  • 6b75674031 migrate toolbar of library panel coderkun 2016-06-05 12:42:39 +02:00
  • c9f01de84b use right toolbar to show panel-specific toolbar and migrate toolbar of playlist panel coderkun 2016-06-04 14:11:42 +02:00
  • 73e35821ed move volume button to left toolbar coderkun 2016-06-04 13:22:58 +02:00
  • 7509a0d672 replace toggle item for connection with GtkSwitch coderkun 2016-06-04 12:17:02 +02:00
  • 27f84b683a use GtkOverlay instead of GtkBox for info bar coderkun 2016-05-22 18:30:09 +02:00
  • 145b30820b escape texts for track marks on cover panel coderkun 2016-05-22 12:28:59 +02:00
  • 1b2b8dcc75 use GtkBuilder to load UI from XML-file instead of creating it via code coderkun 2016-05-07 15:34:34 +02:00
  • c8f51ad801 fix location of data files in setup.py (fixes #16) coderkun 2016-05-02 13:31:56 +02:00
  • db5f5f19f0 move CSS to separate file (implements #13) coderkun 2016-04-17 19:32:37 +02:00
  • 826eabb729 add error handling for parsing track numbers to integer (fixes #12) coderkun 2016-04-16 19:40:11 +02:00
  • 1025b1df1a correctly reset timer for “song scale” on cover panel coderkun 2016-04-16 19:15:27 +02:00
  • da06f1fff5 fix changing of song by storing playlist position for each track (fixes #1) coderkun 2016-04-16 19:14:34 +02:00
  • 1bc7070231 escape texts for labels on cover panel coderkun 2016-04-16 18:38:12 +02:00
  • 14a016dd1b fix CSS selectors for GTK >= 3.20 (fixes #11) coderkun 2016-04-16 18:00:20 +02:00
  • 0ac3b3f2da improve error message parsing by checking regex result coderkun 2016-04-08 23:03:47 +02:00
  • 4f64969638 merge master branch coderkun 2016-04-07 09:34:48 +02:00
  • 91bd91c263 fix missing comma in setup.py coderkun 2016-04-07 09:33:52 +02:00
  • 25ff8500d8 add README file coderkun 2016-03-19 18:17:03 +01:00
  • 49f8fddc31 remove metadata information from py-files coderkun 2016-03-19 16:40:02 +01:00
  • 8df0174738 update license coderkun 2016-03-19 16:39:44 +01:00
  • f54e4a4460 reenable Avahi/zeroconf coderkun 2016-03-12 13:06:41 +01:00
  • 7826bf9bf5 add setup.py for easy distribution coderkun 2016-03-12 13:00:06 +01:00
  • 81ff7aba3c add desktop-entry file coderkun 2016-03-12 12:59:47 +01:00
  • a1e7fe1550 move source files from main level to subfolder ?mcg? coderkun 2016-03-12 12:59:24 +01:00
  • 7dccab6712 bump lib version to 0.4 coderkun 2016-03-12 12:56:22 +01:00
  • ab5f420d77 merge GUI code into one file coderkun 2016-03-12 12:56:13 +01:00
  • 1d7e8bcb31 remove unused codes coderkun 2015-01-31 13:35:14 +01:00
  • 1fb9f182a6 GTK: hide volume button if volume is not controllable coderkun 2015-01-31 13:32:40 +01:00
  • 59cf6ec740 correct signal for library search entry coderkun 2015-01-31 13:08:03 +01:00
  • a8cec72d0e rename library search placeholder coderkun 2015-01-31 13:07:47 +01:00
  • 8f1434c28f implement simple AND-operator for library search coderkun 2015-01-31 13:07:20 +01:00
  • b3f4a596f8 simplify names for cover discovery coderkun 2015-01-31 13:05:43 +01:00
  • c574c369bc remove test method coderkun 2015-01-31 13:05:04 +01:00
  • 5889638627 check response before trying to parse it coderkun 2015-01-31 13:04:51 +01:00
  • 743466bf80 check permissions for idle-command coderkun 2015-01-31 13:03:59 +01:00
  • f7517080cc implement MPDException coderkun 2015-01-31 13:02:50 +01:00
  • 38453c7264 check if password exists in keyring before attempt to delete it coderkun 2015-01-15 19:19:32 +01:00
  • c6113b92b2 use optional keyring module to store password coderkun 2014-12-04 21:41:50 +01:00
  • 3935f6ae5f redesign connection panel and use Avahi instead of profiles coderkun 2014-12-04 21:14:23 +01:00
  • ba47b38960 rewrite _load_albums() method coderkun 2014-12-02 20:10:20 +01:00
  • 76e2879fd2 correct _split_line() for empty values coderkun 2014-12-02 20:10:01 +01:00
  • 394ebb2693 mask protocol arguments coderkun 2014-12-02 20:09:35 +01:00
  • fab644fd47 correctly disconnect and set retrieve connection state coderkun 2014-12-01 21:19:49 +01:00
  • 965a536779 rewrite client, implement protocol without lib, replace tabs with spaces coderkun 2014-12-01 20:55:28 +01:00
  • 2e95986047 new GTK gui coderkun 2013-10-16 15:30:28 +02:00
  • 03c5822c4c correct playlist positioning coderkun 2013-05-30 03:44:44 +02:00
  • 78f0cdd953 mpd key-corrections coderkun 2013-05-30 01:36:09 +02:00
  • f17886aa56 new GTK gui coderkun 2013-04-30 16:27:59 +02:00
  • 7b2858292e album/track time/length coderkun 2013-04-30 16:26:51 +02:00
  • 4159cb4480 lock thread when updating playlist/library coderkun 2013-03-29 20:34:35 +01:00
  • 5384548dc1 don?t crash on stored playlists coderkun 2013-03-16 00:43:58 +01:00
  • c4feb11d0d gtk: save sort order and type in config file coderkun 2013-03-16 00:41:45 +01:00
  • 992c47847c comments updated coderkun 2013-03-04 17:59:47 +01:00
  • 687d9cfbd8 moved error handling to _call()-method coderkun 2013-03-04 17:55:17 +01:00
  • f557ee8cfb clear playlist feature implemented coderkun 2013-03-04 17:47:44 +01:00
  • e73b2dfc2e gtk: set background colors coderkun 2013-03-04 17:35:14 +01:00
  • 4829f0ff52 gtk: showing infos of current playing album coderkun 2013-03-02 16:14:14 +01:00
  • d6993bfe5b corrected getting position of current playing track coderkun 2013-03-02 16:13:58 +01:00
  • 1efe7f0100 implemented volume feature and button coderkun 2013-03-02 04:59:32 +01:00
  • 92f51007ef corrected error handling for password() coderkun 2013-03-02 03:54:44 +01:00
  • eb69913b4c created folder ?gui? coderkun 2013-03-02 03:38:13 +01:00
  • 4c987d2986 added header informations and license coderkun 2013-03-02 03:18:11 +01:00
  • 7649647b59 1) BrokenPipeError added 2) mcgGtk: InfoBar added coderkun 2013-03-01 15:27:27 +01:00
  • 3593fcbb9b error handling corrected and improved coderkun 2013-03-01 13:52:59 +01:00
  • 30b1c536b5 play_album(): append album instead of replace coderkun 2013-03-01 13:21:46 +01:00
  • bd8365f489 added fallback for local cover discovery coderkun 2013-02-28 18:46:10 +01:00
  • 9171871af0 Extended (add, delete) and improved profile handling coderkun 2013-02-28 17:44:40 +01:00
  • c45c10a49d improved tag handling: support for multiple tags of same type coderkun 2013-02-27 19:19:27 +01:00
  • 9bec6c7675 Big restructuring coderkun 2013-02-25 17:32:33 +01:00
  • d17ae08f03 Reformatted track info in toolbar coderkun 2012-07-23 13:56:43 +02:00
  • 262e99beb9 ?next? is now ?next song? implemented coderkun 2012-07-23 13:54:34 +02:00
  • 460bb38dca Corrected play with applied filter coderkun 2012-07-23 13:38:37 +02:00
  • 0d270d3fab Added trackinfo in toolbar coderkun 2012-07-23 13:36:53 +02:00
  • 098c2e2d14 Clear playlist on play coderkun 2012-07-12 16:46:02 +02:00
  • 0f2872c2fb override background color in fullscreen coderkun 2012-07-12 16:37:30 +02:00
  • 74d79ee0bc Fullscreen mode added coderkun 2012-07-12 16:26:11 +02:00
  • 237e8d3757 Changing the item size of the cover grid implemented coderkun 2012-07-12 16:12:14 +02:00
  • c09cb3755f CoverPanel: Context menu to select displayed infos coderkun 2012-07-08 14:22:10 +02:00
  • 25083a1b7a CoverPanel: combine context sort items in submenu coderkun 2012-07-07 23:31:18 +02:00
  • 6265db2d6e Basic sorting implemented coderkun 2012-06-30 22:58:45 +02:00
  • 4fafdd9eb1 Fullscreen handling implemented coderkun 2012-06-30 20:24:51 +02:00
  • b8769ff0b7 Basic filtering implemented coderkun 2012-06-30 14:48:53 +02:00
  • 1fe9ce31a2 MCGClient: method next() added coderkun 2012-06-24 01:15:07 +02:00
  • 1f3a7aef88 MCGGtk: callback functions restructured coderkun 2012-06-24 00:26:52 +02:00
  • f59d1a83e2 get_status() and play_pause() implemented coderkun 2012-06-24 00:13:24 +02:00
  • b218c93bd4 MCGGtk: idle_player_callback checks album coderkun 2012-06-22 16:58:39 +02:00
  • f6d0b280d3 MCGClient: album hashing corrected coderkun 2012-06-22 16:56:58 +02:00
  • f812dcdefb MCGClient: play command implemented coderkun 2012-06-22 16:42:48 +02:00
  • 15824e65f8 MCGClient._add_action(): varags added coderkun 2012-06-22 15:56:02 +02:00
  • c87b3def1c mcg: Method _play() added coderkun 2012-06-22 15:45:16 +02:00
  • cd711efa4a Comments added and methods of class MCGClient reordered coderkun 2012-06-22 15:33:48 +02:00
  • c2eb40c317 Gtk-GUI: Abspielfunktion hinzugefugt coderkun 2012-06-20 03:15:09 +02:00
  • 7252a63e98 mcg: Hash-Algorithmus korrigiert (gibt nun Strings zur?ck satt Bytes), Methode play() hinzugef?gt coderkun 2012-06-20 03:14:28 +02:00