Updated Readme.

This commit is contained in:
Jordan Petridis 2017-11-06 18:25:31 +02:00
parent 8d17d30c82
commit 86dac216d6
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
4 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 KiB

After

Width:  |  Height:  |  Size: 510 KiB