From 486329d0f272425de712ddca4d48edc7dde93250 Mon Sep 17 00:00:00 2001 From: Mike Massonnet Date: Sat, 22 May 2010 14:26:38 +0200 Subject: [PATCH] Update CAPSED files --- NEWS | 8 ++++++++ README | 11 +++++------ THANKS | 17 ++++++++++++++--- TODO | 18 ------------------ 4 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 TODO diff --git a/NEWS b/NEWS index 73a02fb..b17352c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +0.5.91 ~ 1.0.0 beta2 + +- (Re)Add support for OpenSolaris, FreeBSD and OpenBSD + +0.5.90 ~ 1.0.0 beta1 + +- Completely rewritten with GObjects and introduce a new interface + 0.4.1 - Bug fix release and first non-Linux support (OpenBSD from Landry Breuil) diff --git a/README b/README index 090a906..0fd20fd 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ ********************************************* -************ xfce4-taskmanager ************ -********************************************* -xfce4-taskmanager is a small taskmanager for the Xfce 4 desktop. +xfce4-taskmanager -- Easy to use task manager + +********************************************* ** Retrieving ** @@ -12,14 +12,13 @@ see if there is a newer version available before reporting bugs. ** Requirements ** -xfce4-taskmanager needs the Xfce 4's GUI library libxfcegui4. -Xfce's core libraries can be obtained from http://www.xfce.org/. +GTK+ 2.12 ** Building ** ./configure make -make install (as root) +make install (as root if needed) ** Usage ** diff --git a/THANKS b/THANKS index ef49f19..b00e512 100644 --- a/THANKS +++ b/THANKS @@ -1,3 +1,14 @@ -Patches: -======== -Álvaro Lopes \ No newline at end of file +FreeBSD + - Oliver Lehmann + +OpenBSD + - Landry Breuil + +OpenSolaris + - Peter Tribble + + + +Patches + - Ãlvaro Lopes + diff --git a/TODO b/TODO deleted file mode 100644 index 81dda5e..0000000 --- a/TODO +++ /dev/null @@ -1,18 +0,0 @@ -+ support multi core (show cpu usage per process) -+ move get_cpu_usage() out from functions.c, it is an os-dependant function -+ change priority numbers against an enum with text labels Low Medium Normal - High Very-high -+ figure a proper way to get the cpu usage of a process, currently the - time/old_time is messy and BSD doesn't even do it this way which makes this - os dependant - -+ settings dialog - + 1-move the current Preferences submenu - + 2-switch the button action to show the dialog - + 3-drop the submenu - + CPU precision with 2 decimals - -+ *BSD support with the 'kvm' files -+ ability to switch to a tree-store -+ sending custom signals -+ tray-icon