Commit Graph

  • 79ce749f61 preparations for 0.9.1 v0.9.1 Martin Wagner 2020-09-14 13:59:45 +0200
  • 75a08b6254 fixed .desktop file Martin Wagner 2020-09-13 22:06:08 +0200
  • ce350bca83 changed description Martin Wagner 2020-09-13 21:40:47 +0200
  • 6d3def7d62 small style fixes Martin Wagner 2020-09-12 15:00:36 +0200
  • 1b96ea30f5 wrapped long lines (>150 chars) Martin Wagner 2020-09-12 14:31:17 +0200
  • 20566566cd removed mpris related stuff from MainWindow Martin Wagner 2020-09-11 18:15:27 +0200
  • 12da5321b8 fixed version number Martin Wagner 2020-09-11 14:00:48 +0200
  • 03f2ccd747 improved audio_output_format parsing Martin Wagner 2020-09-11 13:57:39 +0200
  • e79b6f8d6f fixed main menu Martin Wagner 2020-09-11 13:48:40 +0200
  • c953bfa8b3 fixed ProfileSelect Martin Wagner 2020-09-11 00:24:22 +0200
  • 423a123f79 fixed wrong title Martin Wagner 2020-09-10 23:40:27 +0200
  • 7a2c8cbf12 fixed race condition in AlbumWindow Martin Wagner 2020-09-10 23:35:10 +0200
  • 4cc8c46055 minor fixes Martin Wagner 2020-09-10 23:07:00 +0200
  • 053dbbe08f fixed gui stall caused by auto reconnect Martin Wagner 2020-09-10 21:45:57 +0200
  • 291507ca1c fixed type error in _main_loop fixing problems with .ogg files Martin Wagner 2020-09-10 17:00:56 +0200
  • a958438f32 fixed spacing of lyrics button Martin Wagner 2020-09-06 22:15:02 +0200
  • 6b5526a97d preparations for 0.9.0 v0.9.0 Martin Wagner 2020-09-03 16:51:49 +0200
  • 6029c6849c fixed version handling Martin Wagner 2020-09-03 12:36:35 +0200
  • 5c0c3c2434 removed 'setuptools' dependency Martin Wagner 2020-09-03 12:18:18 +0200
  • 86dd6b4d4e
    Update README.md Martin Wagner 2020-09-02 22:54:51 +0200
  • c4b387abfe added translation hints to README Martin Wagner 2020-09-02 11:44:29 +0200
  • e9e43c2ab4 improved naming of scroll_to_* functions Martin Wagner 2020-09-01 18:34:00 +0200
  • 8fb5f4929d updated gschema Martin Wagner 2020-09-01 12:07:46 +0200
  • 6a670848f0 set most properties of GObjects directly on init Martin Wagner 2020-08-31 19:38:40 +0200
  • e089d170c5 reduced use of 'set_property' Martin Wagner 2020-08-31 15:49:06 +0200
  • 057fb4069e use super().__init__() for all classes Martin Wagner 2020-08-31 10:44:23 +0200
  • 42eec870d8 install additional icon sizes Martin Wagner 2020-08-30 18:04:26 +0200
  • 9157ecc54f fixed .desktop file Martin Wagner 2020-08-29 11:29:11 +0200
  • 25945a0155 removed ambiguous 'on_settings_changed' functions Martin Wagner 2020-08-29 11:12:14 +0200
  • 5aac2dfee3 made a missing string translatable Martin Wagner 2020-08-29 10:59:46 +0200
  • 795a56e929 removed GtkHeaderBar.set_title() Martin Wagner 2020-08-29 10:51:31 +0200
  • 6a47781511 added an internal setting to control the main refresh interval Martin Wagner 2020-08-29 10:35:19 +0200
  • 393d4516b8 fixed volume button when MPD is not connected to output plugin Martin Wagner 2020-08-29 10:14:13 +0200
  • 2165193490 removed introspect interface from MPRISInterface Martin Wagner 2020-08-28 17:25:31 +0200
  • add623473c removed glib-compile-schemas from setup.py Martin Wagner 2020-08-28 09:39:33 +0200
  • 7f83de07c2 added missing comment Martin Wagner 2020-08-27 21:03:54 +0200
  • 388868a1ea switched to python based build (setup.py) Martin Wagner 2020-08-27 20:56:51 +0200
  • 5285c9263e removed IntEntry Martin Wagner 2020-08-27 16:49:15 +0200
  • 7d861ebdde removed unneeded css in LyricsWindow Martin Wagner 2020-08-26 20:30:42 +0200
  • f36e789f26 removed extra spacing around cover per default Martin Wagner 2020-08-26 20:06:07 +0200
  • 0bb6f46bea fixed cover spacing and default size Martin Wagner 2020-08-25 17:30:51 +0200
  • accf4b2a53 removed extra frame around cover Martin Wagner 2020-08-25 12:18:35 +0200
  • 5675d7ae2b changed increment of volume button Martin Wagner 2020-08-24 19:38:00 +0200
  • 94e3d55410 improved internal structure of playlist/cover Martin Wagner 2020-08-23 12:02:20 +0200
  • 3b4af8f6a9 simplified internal structure of Browser Martin Wagner 2020-08-23 11:45:49 +0200
  • 9aa69e4392 merged AlbumView into AlbumWindow Martin Wagner 2020-08-23 10:59:03 +0200
  • fdc6f30a23 fixed typo Martin Wagner 2020-08-21 18:49:27 +0200
  • 199e0223b2 fixed 'back_to_song_button' Martin Wagner 2020-08-21 18:47:17 +0200
  • a88e1c67dc sorted functions Martin Wagner 2020-08-21 18:03:36 +0200
  • cb25421b80 implemented private var/func convetions Martin Wagner 2020-08-21 17:53:30 +0200
  • 393496e3e3 removed unnecessary 'self.' Martin Wagner 2020-08-21 13:36:26 +0200
  • 2a4f402e5d fixed names Martin Wagner 2020-08-21 12:40:48 +0200
  • 4db7125b1b reworked if/else style Martin Wagner 2020-08-21 12:03:42 +0200
  • 928b52658c preparations for 0.8.5 v0.8.5 Martin Wagner 2020-08-19 20:40:38 +0200
  • 54e612afd4 fixed spacing in AlbumDialog Martin Wagner 2020-08-18 22:07:23 +0200
  • 8239751e6f fixed button spacing in dialogs Martin Wagner 2020-08-18 18:24:05 +0200
  • d23eee9bc5 allow further shrinking of playlist action bar Martin Wagner 2020-08-18 16:51:29 +0200
  • 576c50e882 made icon sizes better configurable Martin Wagner 2020-08-18 15:31:41 +0200
  • e7cce87d57 Revert "adjusted icon sizes" Martin Wagner 2020-08-18 15:00:51 +0200
  • aa6f296751 adjusted icon sizes Martin Wagner 2020-08-18 13:40:01 +0200
  • df020809ff made album cover size settings faster Martin Wagner 2020-08-18 12:52:17 +0200
  • 459732dde4 small fix in AlbumView Martin Wagner 2020-08-18 12:17:24 +0200
  • 8853fdd311 adjusted action bars Martin Wagner 2020-08-18 11:54:15 +0200
  • 40f0bb7511 set min column size in playlist Martin Wagner 2020-08-16 21:20:43 +0200
  • 11e6341b2a translation update Martin Wagner 2020-08-16 20:47:04 +0200
  • 76cff13143 made back_to_song_button round Martin Wagner 2020-08-16 18:19:19 +0200
  • 49ae372b43 reworked AlbumDialog and SearchWindow Martin Wagner 2020-08-16 17:07:41 +0200
  • 6bf3c86068 adjusted dialog parameters Martin Wagner 2020-08-15 13:51:05 +0200
  • 211cf2ee9f fixed race condition Martin Wagner 2020-08-15 11:56:44 +0200
  • c4122a8846 fixed spacing in settings dialog Martin Wagner 2020-08-15 09:23:10 +0200
  • 84272d31cc fixed handling of server crash Martin Wagner 2020-08-14 22:08:56 +0200
  • 0daa1ef994 reviewed AlbumIconView.populate() and Browser.back_to_album() Martin Wagner 2020-08-14 18:08:18 +0200
  • 877403bd37 improved add/delete buttons in profile settings Martin Wagner 2020-08-13 18:33:05 +0200
  • 7a75ad74e9 improved disconnect Martin Wagner 2020-08-13 17:40:27 +0200
  • 0171b257d1 fixed bug in 'comp_list' Martin Wagner 2020-08-13 17:03:08 +0200
  • 8ba053921e fixed race condition on profile change Martin Wagner 2020-08-13 17:01:46 +0200
  • 0be454a8d7 fixed seekbar on profile change Martin Wagner 2020-08-11 19:10:34 +0200
  • 809757b6b9 reordered "*connected" signals Martin Wagner 2020-08-09 22:58:48 +0200
  • 27173f62cf improved autoscroll making browsing in single mode more comfortable Martin Wagner 2020-08-09 22:24:04 +0200
  • defa7f2aec moved LyricsWindow to playlist code Martin Wagner 2020-08-08 13:31:33 +0200
  • 2a260af2f3 made cover regex configurable Martin Wagner 2020-08-04 19:37:54 +0200
  • 98c6f35e66
    Update README.md Martin Wagner 2020-08-03 09:54:31 +0200
  • 3dad553725 preparations for 0.8.4 v0.8.4 Martin Wagner 2020-07-25 14:26:16 +0200
  • 28c9fe48b9 use 'readcomments' to get extra metadata Martin Wagner 2020-07-19 20:21:33 +0200
  • 091ff07d32 changed fallback cover Martin Wagner 2020-07-17 16:42:47 +0200
  • 58b563c1d8 small review of try, except Martin Wagner 2020-07-15 22:39:26 +0200
  • fc06d84a5b removed unneeded disconnect Martin Wagner 2020-07-15 22:29:38 +0200
  • 495634c254 removed unnecessary try, except Martin Wagner 2020-07-13 23:04:09 +0200
  • 2b861bb6d8 improved emitted signals in client wrapper Martin Wagner 2020-07-13 19:24:55 +0200
  • db7a8e9944 removed second client Martin Wagner 2020-07-12 15:20:29 +0200
  • f3a77bc3bc wrapped custom mpd client functions Martin Wagner 2020-07-11 12:38:18 +0200
  • 0da6e021d3 wrapped all mpd client related function calls Martin Wagner 2020-07-11 12:25:07 +0200
  • fee98a7a69 fixed typo Martin Wagner 2020-07-06 18:03:37 +0200
  • b3a352330c sorted classes Martin Wagner 2020-07-04 13:16:17 +0200
  • 1eaa071e5a simplified AlbumIconView.add_row() Martin Wagner 2020-07-04 12:48:35 +0200
  • ab8430facc formatted comments Martin Wagner 2020-07-04 12:35:39 +0200
  • 8f7edf2714 fixed ProfileSettings Martin Wagner 2020-07-04 12:23:12 +0200
  • 89bc3ab688 detached cover and playlist from Browser class Martin Wagner 2020-07-04 12:02:46 +0200
  • 51489bfcae updated email Martin Wagner 2020-07-03 23:11:33 +0200
  • 252409a3f8 added keybinding for SongPopover Martin Wagner 2020-07-01 18:04:01 +0200