Finish up the bare minimum
This commit is contained in:
parent
0f64d8cdc3
commit
4a171be26c
4 changed files with 3701 additions and 21 deletions
19
README.md
19
README.md
|
@ -10,26 +10,27 @@ $ cmake -DCMAKE_TOOLCHAIN_FILE=../TC-mingw.cmake ../
|
|||
$ cmake --build .
|
||||
```
|
||||
|
||||
Note: You'll need to supply a 32-bit `libcurl-4.dll` manually as I can't figure out how to make it build on it's own
|
||||
Note: You'll need to supply a 32-bit `libcurl-4.dll` manually as I can't figure out how to make it build on its own at the moment.
|
||||
You can grab the latest one from [curl.se](https://curl.se/windows/) which should at least work on XP.
|
||||
|
||||
Feature progress:
|
||||
|
||||
* [ ] The bare minimum
|
||||
* [X] The bare minimum
|
||||
- [X] Downloads images
|
||||
- [X] Sets the wallpaper
|
||||
- [X] Converts images to BMP automatically
|
||||
- [ ] Reads configuration from `config.ini`
|
||||
- [X] Runs in the background
|
||||
- [ ] Continuously and asychronously polls the Walltaker API
|
||||
- [ ] Makes sure it isn't grabbing the same image every time
|
||||
- [X] Reads configuration from `config.ini`
|
||||
- [X] Runs in the background (Current method currently doesn't work in ME/98/95)
|
||||
- [X] Continuously and asychronously polls the Walltaker API
|
||||
- [X] Makes sure it isn't grabbing the same image every time
|
||||
* [ ] Niceities
|
||||
- [ ] Context menu
|
||||
- [ ] Display who set the wallpaper
|
||||
- [ ] Display the e6 post ID
|
||||
- [ ] Display the e621 post ID
|
||||
- [ ] Buttons for reacting to the wallpaper
|
||||
- [ ] Display e6 post ID in the tray icon's tooltip
|
||||
- [ ] Allow GIF wallpapers to be set for 32-bit systems via Active Desktop
|
||||
- [ ] Button to open config file
|
||||
- [ ] Display e621 post ID in the tray icon's tooltip
|
||||
- [ ] Allow GIF wallpapers to be set for 32-bit systems via Active Desktop (<= Windows XP only)
|
||||
|
||||
Tested and confirmed working on:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue