NEWS: Testing time.

This commit is contained in:
Alastair Poole 2021-01-05 17:44:48 +00:00
parent 712708e555
commit 841a908f20
3 changed files with 6 additions and 2 deletions

4
NEWS
View File

@ -18,7 +18,9 @@ Evisum 0.5.9
* Fix bug (CPU). * Fix bug (CPU).
* Purge an overly complicated storage API. * Purge an overly complicated storage API.
* Internally things are much better. Much simpler. * Internally things are much better. Much simpler.
* ... * Remove lots of blocking code.
* Some improvement on genlist cache (WIP).
* Flat icon for a "flat" theme.
============ ============
Evisum 0.5.8 Evisum 0.5.8

2
TODO
View File

@ -19,6 +19,8 @@ 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 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... in the list and pop up some live informative stats...
Improve keyboard support.
ICONz: ICONz:
A flat icon. ApBBB's original icon is better than I currently can do but it's A flat icon. ApBBB's original icon is better than I currently can do but it's

View File

@ -28,7 +28,7 @@ typedef struct
Ecore_Event_Handler *handler[2]; Ecore_Event_Handler *handler[2];
Eina_Bool skip_wait; Eina_Bool skip_wait;
Sorter sorters[SORT_BY_MAX]; Sorter sorters[SORT_BY_MAX];
Eina_Hash *cpu_times; Eina_Hash *cpu_times;
Ui *ui; Ui *ui;