This commit is contained in:
Alastair Poole 2021-02-11 10:07:15 +00:00
parent c8f7464b97
commit 8a00b911a1
2 changed files with 19 additions and 14 deletions

15
NEWS
View File

@ -1,3 +1,18 @@
=============
Evisum 0.5.11
=============
* Improve layout of process explorer.
* Consisent UI element sizing.
* Some minor visual improvements.
* Removing some leftover attrocity code.
* Add window alpha to the process explorer.
* Show CPU usage over multiple cores in process explorer.
* Add time on CPU field (FreeBSD reports differently depending
on the query), they are both accurate.
* Add a status bar.
* Resolve some rare-case minor string things from sysfs parsing.
=============
Evisum 0.5.10
=============

18
TODO
View File

@ -12,22 +12,12 @@ Process List:
Maybe the genlist/buttons widget can be a widget with other features also.
Some issue with scrolling CPU after some time. Not the cache.
Process View:
Some stats over time visually (pretty). Fix the keyboard focus tree.
Add some stats, process CPU time etc. Needs plugged in.
This whole UI bit can be much simpler and better. Cool to check a process
in the list and pop up some live informative stats...
Improve keyboard support.
ICONz:
A flat icon. ApBBB's original icon is better than I currently can do but it's
not quite right.
Engine:
Have one process polling and writing to disk and mapping to memory some IPC
for real-time stats for a UI.
BUGS:
Fix minor leak on exit when setting custom format on progressbar free callback.
Issue is cache related and abusing genlist related.