Updated Readme.
This commit is contained in:
parent
8d17d30c82
commit
86dac216d6
@ -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.
|
||||
|
||||
2
TODO.md
2
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.
|
||||
|
||||
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 |
Loading…
Reference in New Issue
Block a user