From 7152cba26f7c0d37bb56adc4ab2fa2eae9baa97e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 20 Jan 2009 03:12:13 -0500 Subject: [PATCH] Added a TODO with two goals for version 0.0.3. Added a .gitignore for all of the junk created by autogen.sh. --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ TODO | 4 ++++ 2 files changed, 46 insertions(+) create mode 100644 .gitignore create mode 100644 TODO diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5f864a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +configure.in +depcomp +icons/48x48/Makefile +icons/48x48/Makefile.in +icons/Makefile +icons/Makefile.in +icons/scalable/Makefile +icons/scalable/Makefile.in +install-sh +intltool-extract +intltool-extract.in +intltool-merge +intltool-merge.in +intltool-update +intltool-update.in +missing +mkinstalldirs +panel-plugin/.deps/ +panel-plugin/Makefile +panel-plugin/Makefile.in +panel-plugin/xfce4-hdaps +panel-plugin/xfce4-hdaps.desktop +panel-plugin/xfce4_hdaps-hdaps.o +panel-plugin/xfce4_hdaps-xfce4-hdaps-dialogs.o +panel-plugin/xfce4_hdaps-xfce4-hdaps.o +po/.intltool-merge-cache +po/Makefile +po/Makefile.in +po/Makefile.in.in +po/stamp-it +stamp-h1 diff --git a/TODO b/TODO new file mode 100644 index 0000000..dd6ad37 --- /dev/null +++ b/TODO @@ -0,0 +1,4 @@ +v0.0.3 +------ +1. Create tooltips for the three states. +2. Come up with a "softer" icon for the error state. -- 2.43.2