Update CAPSED files
This commit is contained in:
8
NEWS
8
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)
|
||||
|
||||
11
README
11
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 **
|
||||
|
||||
|
||||
17
THANKS
17
THANKS
@@ -1,3 +1,14 @@
|
||||
Patches:
|
||||
========
|
||||
Álvaro Lopes <alvieboy@alvie.com>
|
||||
FreeBSD
|
||||
- Oliver Lehmann <oliver@freebsd.org>
|
||||
|
||||
OpenBSD
|
||||
- Landry Breuil <landry@xfce.org>
|
||||
|
||||
OpenSolaris
|
||||
- Peter Tribble <peter.tribble@gmail.com>
|
||||
|
||||
|
||||
|
||||
Patches
|
||||
- Álvaro Lopes <alvieboy@alvie.com>
|
||||
|
||||
|
||||
18
TODO
18
TODO
@@ -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
|
||||
Reference in New Issue
Block a user