X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=TODO;h=37d6b958e4b459c9bf7bdee1a15d55ec54255ffd;hb=d57ed2b872cd03b28342276c2566149ba3a1f58a;hp=dd6ad37fef9490683da561bd99c1817ecb625c69;hpb=7152cba26f7c0d37bb56adc4ab2fa2eae9baa97e;p=xfce4-hdaps.git diff --git a/TODO b/TODO index dd6ad37..37d6b95 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,10 @@ -v0.0.3 +v0.0.6 ------ -1. Create tooltips for the three states. -2. Come up with a "softer" icon for the error state. +Replace FILENAME_MAX with something that won't cause problems on +Unices without path length limits. + +Whenever +-------- +The status determination (on, off, error) should really be the +responsibility of the HDAPS code. Currently, the plugin handles all of +the "on" states. An HdapsState structure might be appropriate.