diff --git a/README.md b/README.md index f08ad7b..5c87ccf 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,9 @@ $ tree -d │   └── feeds # Raw RSS Feeds used for tests. ├── hammond-downloader # Really basic, Really crappy downloader. │   └── src -├── hammond-gtk # The Gtk+ client. -│   ├── gtk # Contains the glade.ui files and. +├── hammond-gtk # The Gtk+ Client +│   ├── resources # GResources folder +│   │   └── gtk # Contains the glade.ui files. │   └── src │   ├── views # Currently only contains the Podcasts_view. │   └── widgets # Contains custom widgets such as Podcast and Episode. diff --git a/TODO.md b/TODO.md index 9bac2d3..ef03332 100644 --- a/TODO.md +++ b/TODO.md @@ -10,7 +10,7 @@ **Would be nice:** -- [ ] Use GResource for assets like the banner.png etc, instead of hardcoded paths. +- [x] Use GResource for assets like the banner.png etc, instead of hardcoded paths. - [x] Possibly Convert description labels to textview. - [ ] Make Podcast cover fetchng and loading not block the execution of the program at startup. - [ ] Re-design EpisodeWidget. diff --git a/assets/podcast_widget.png b/assets/podcast_widget.png index 659ea31..279a48e 100644 Binary files a/assets/podcast_widget.png and b/assets/podcast_widget.png differ diff --git a/assets/podcasts_view.png b/assets/podcasts_view.png index a887a1f..144ed17 100644 Binary files a/assets/podcasts_view.png and b/assets/podcasts_view.png differ