diff --git a/NEWS b/NEWS index efee702..f7ee60c 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,9 @@ Evisum 0.5.9 * Fix bug (CPU). * Purge an overly complicated storage API. * 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 diff --git a/TODO b/TODO index 72081a7..81690f5 100644 --- a/TODO +++ b/TODO @@ -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 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 diff --git a/src/bin/ui/ui_process_list.c b/src/bin/ui/ui_process_list.c index 2af3aa8..ac627a7 100644 --- a/src/bin/ui/ui_process_list.c +++ b/src/bin/ui/ui_process_list.c @@ -28,7 +28,7 @@ typedef struct Ecore_Event_Handler *handler[2]; Eina_Bool skip_wait; - Sorter sorters[SORT_BY_MAX]; + Sorter sorters[SORT_BY_MAX]; Eina_Hash *cpu_times; Ui *ui;