Commit Graph

11 Commits

Author SHA1 Message Date
Mike Massonnet
45f44e0a3d === Release 0.5.92 (1.0.0 beta3) === 2010-05-28 15:48:08 +02:00
Mike Massonnet
0008254055 Add words about adding support for a new OS
Add a skel file (task-manager-skel.c) and make it possible in the
build-env to build the task manager with this file (--with-skel).
2010-05-26 06:54:37 +02:00
Mike Massonnet
aed4f33d83 bump post release 2010-05-22 01:13:38 +02:00
Mike Massonnet
fad5b5c058 === Release 0.5.91 (1.0.0 beta2) === 2010-05-22 00:39:39 +02:00
Mike Massonnet
a0ed1ca721 Add header checks in autoconf script 2010-05-21 16:00:41 +02:00
Mike Massonnet
175b4cb541 Add FreeBSD implementation
Original code (task list) is from Oliver Lehmann and was licensed under
FreeBSD (BSD 2-clause.)
2010-05-21 13:28:10 +02:00
Mike Massonnet
f358841741 Remove FreeBSD from the BSD family
The task-manager-bsd.c code doesn't build from FreeBSD. After a look
around FreeBSD retrieves system information through libkvm (Kernel Data
Access Library.) Therefore a separate implementation for FreeBSD will be
needed.
2010-05-16 13:54:46 +02:00
Mike Massonnet
1b43fc17f4 bump post release 2010-05-11 00:46:47 +02:00
Mike Massonnet
137748a486 === Release 0.5.90 (1.0.0 beta1) === 2010-05-11 00:25:07 +02:00
Mike Massonnet
8dd82ed6a8 Prepare build-env for first beta 2010-05-10 22:22:51 +02:00
Mike Massonnet
cc6dbd8373 Initial commit of new interface
Changes touching the build:
- Bumped version to 0.5.0.
- Removed dependency on Xfce libs (it only depends on GTK+-2.0.)
- Updated Makefile with new source files.
- Build ChangeLog through a script (remove it from source tree.)

More generally speaking, the interface is build on top of a GtkBuilder
UI definition, with a personal GtkTreeView and a Settings GObject to
update the information shown on the interface on changes. All the code
is being written with GObjects which will make it a lot easier to
separate GUI code and system code.
2010-05-01 15:34:25 +02:00