kynikos / outspline

Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
http://kynikos.github.io/outspline/
GNU General Public License v3.0
47 stars 9 forks source link

Show ongoing actions in status bar #208

Open kynikos opened 11 years ago

kynikos commented 11 years ago

Show messages in the status bar when performing long actions and when they are completed (for example "Saving..." and "Saved")

kynikos commented 10 years ago

Some actions are also particularly slow when applied to a big number of items, e.g. deleting a tree of items deeply nested, because those without children have to be deleted first.

kynikos commented 10 years ago

Maybe make a dedicated log panel and also show percentages of completion (based on events), thus supporting asynchronous operations. For example the status of searches could be merged here.