Documents: Update.

Preparing to release something.
This commit is contained in:
Alastair Poole 2019-09-03 18:14:26 +01:00
parent 38d50d924b
commit 039944d555
4 changed files with 20 additions and 4 deletions

6
CREDITS Normal file
View File

@ -0,0 +1,6 @@
Testing is undervalued especially when provided for free.
Thanks to:
Apostolos Bartziokas <barz621@gmail.com>

13
NEWS
View File

@ -1,3 +1,16 @@
============
Evisum 0.2.6
============
* Add support for multiple batteries (GUI).
* Various refactoring.
* Increase responsiveness.
* GUI changes.
* Shutdown improvements.
* Fix some memory leaks.
* Battery names (where applicable).
* Various small tidying.
============
Evisum 0.2.4
============

View File

@ -40,5 +40,5 @@ Usage: tingle [OPTIONS]
-h | -help | --help
This help.
Al Poole <netstar@gmail.com>
Alastair Poole <netstar@gmail.com>

View File

@ -663,7 +663,6 @@ _fields_append(Ui *ui, Proc_Stats *proc)
static void
_fields_show(Ui *ui)
{
elm_object_text_set(ui->entry_pid, ui->fields[PROCESS_INFO_FIELD_PID]);
elm_object_text_set(ui->entry_uid, ui->fields[PROCESS_INFO_FIELD_UID]);
elm_object_text_set(ui->entry_size, ui->fields[PROCESS_INFO_FIELD_SIZE]);
@ -1987,8 +1986,6 @@ _ui_memory_view_add(Ui *ui)
elm_object_content_set(frame, progress);
elm_box_pack_end(box, frame);
elm_box_pack_end(ui->mem_activity, box);
}