Pogger/TODO.txt

32 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-01-15 22:22:33 -06:00
* Store feeds in kEnqueueFeeds/etc messages as paths? hmm
2021-01-24 23:10:28 -06:00
* This way, if the user edits the feed after it is enqueued but before
processing, the changes will be applied.
2021-01-15 22:22:33 -06:00
* Support for clearing queue
2021-01-11 18:23:38 -06:00
* Revamp configuration
* Fix saving, etc.
* Show progress
* With progress bar
2021-01-24 23:10:28 -06:00
* Ran into a slight problem when trying to set the maxValue and
value when in MainWindow::MessageReceived (kProgress)-- it would
crash every time, without fail. Even with float constants that
work when used in MainWindow::_InitInterface. Weird, idk
2021-01-11 18:23:38 -06:00
* With indicator in the feeds list
2021-01-12 19:08:42 -06:00
* Configurations
2021-01-11 18:23:38 -06:00
* Remove unnecessary `new`-- make sure to delete everything
* Check if arg is a file or not (treat appropriately)
* No hardcoded paths
2021-01-12 19:08:42 -06:00
* Default column layouts for ~/feeds and ~/config/settings/Pogger/Subscriptions
2021-01-11 18:23:38 -06:00
* Show in desktray
* Make archivable
* Get menu working
2021-01-12 19:08:42 -06:00
* Proper scripting support
2021-01-11 18:23:38 -06:00
* Multiple downloads at once?
* Array of thread_ids for multiple DL threads?
* In which case, it'd probably make sense to only spin them
up as necessary, and kill when everything's done.
* That'd require a proper queue system, instead of just
2021-01-12 19:08:42 -06:00
spamming data to the download thread lol
2021-01-24 23:10:28 -06:00
* Using a proper queue list would give faster
results to Notifer about how many feeds are
enqueued (so things *feel* faster)