Hey I'm active! :-)

This is the initial commit for the 0.4.0 xfce4-taskmanager.

New Things:
  - now you have a configuration-file
  - views are saved and restored
  - task SleepAverage display
  - few bugfixes



(Old svn revision: 1262)
This commit is contained in:
Johannes Zellner
2006-03-28 12:22:19 +00:00
parent eca8b9b0ce
commit 255757695a
11 changed files with 712 additions and 423 deletions

View File

@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([xfce4-taskmanager], [0.3.2], [xfce4-taskmanger@nebulon.de])
AC_INIT([xfce4-taskmanager], [0.4.0-rc1], [xfce4-taskmanger@nebulon.de])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
AM_MAINTAINER_MODE
@@ -22,6 +22,7 @@ AC_PROG_LIBTOOL
AC_PROG_INTLTOOL
XDT_CHECK_PACKAGE([XFCE4_GUI], [libxfcegui4-1.0], [4.2.0])
XDT_CHECK_PACKAGE([XFCE4_UTIL], [libxfce4util-1.0], [4.2.0])
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.2.0])
dnl Check for i18n support