aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-07-31 21:00:02 +0000
committerFrederic Culot <calcurse@culot.org>2006-07-31 21:00:02 +0000
commitac36e94341ca73d581f0df39f1c7bbf2138b2845 (patch)
tree47de561cd962ff8f47f6d811109907f15b9ff989 /TODO
downloadcalcurse-ac36e94341ca73d581f0df39f1c7bbf2138b2845.tar.gz
calcurse-ac36e94341ca73d581f0df39f1c7bbf2138b2845.zip
Initial revision
Diffstat (limited to 'TODO')
-rwxr-xr-xTODO58
1 files changed, 58 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100755
index 0000000..b69e507
--- /dev/null
+++ b/TODO
@@ -0,0 +1,58 @@
+
+ Calcurse TODO list :
+ --------------------
+
+Here are listed the modifications I will perform on Calcurse in future
+releases. They are ordered into three different parts, depending on the
+priority. Feel free to send me an email (see the AUTHORS file) if you
+would like to see a feature added in Calcurse which does not appear in
+this list.
+
+-------------------------------------------------------------
+Recur:
+ o ecrire routines pour demander a l'utilisateur de rentrer les
+ evenements recursifs
+
+ o lorsque j'ai à la fois des évenements et des rdv récurrents, ils ne
+ sont pas affichés dans le bon ordre, et il n'y a pas de traits entre
+ chaque
+
+ o implémenter la suppression des elements recursifs
+
+ o mettre à jour les fichiers po/
+
+ o tagger les fichiers avec marqueurs CVS
+
+ o rajouter dans les remerciements du manuel
+ les personnes qui me font les autres
+ paquets calcurse
+-------------------------------------------------------------
+
+
+High
+----
+ o Implement recursive events and appointments
+ o Add a cron interface to get noticed of events by mail
+ o Add a week view in the calendar panel
+ o Add a clock to show current time and date
+
+
+Average
+-------
+ o Add import capabilities to read ical files inside calcurse
+ o Add export capabilities to create html (or other format) files
+ o Accept dates entered in other formats such as d/m/yyyy or d/m/yy,
+ make the date format user configurable
+ o Make keys user configurable
+
+
+Low
+---
+ o Add shortcuts which would apply everywhere (for exemple A to add an
+ appointment even if you are in the calendar panel)
+ o Add 't' alias for 'g - Enter'
+ o Create external calendars which would contain hollydays and such (in ics
+ format, as in mozilla sunbird)..
+ o All status bars should be terminal-size dependant (config_bar is not)
+ o Improve check_event_time() using sscanf as in goto_day()
+ o Get rid of the scroller() function