96 Commits

Author SHA1 Message Date
Frederic Culot
7ff22e9b3f color configuration menu adapted to handle user-defined key bindings 2008-12-08 19:17:06 +00:00
Frederic Culot
639058740a Checks added while loading key bindings configuration. 2008-12-07 09:20:38 +00:00
Frederic Culot
cf5617e337 more work on updating online help pages 2008-12-03 19:31:03 +00:00
Frederic Culot
910901a4f0 User-defined keys are now saved to file. 2008-11-25 20:48:58 +00:00
Frederic Culot
9d4899110a More work on implementing user-definable keybindings 2008-11-16 17:42:53 +00:00
Frederic Culot
e8f12c65ca Loading of user-configurable keys implemented 2008-11-09 20:10:18 +00:00
Frederic Culot
2245a35be6 2.3_beta released 2008-09-29 06:27:53 +00:00
Frederic Culot
152bf6fe75 A few more bugfixes in ical import 2008-09-24 19:06:02 +00:00
Frederic Culot
9a97689c48 Some fixes after ical import tests. Translations updated. 2008-09-23 17:31:56 +00:00
Frederic Culot
7ddfcccee0 import flag and 'i' keybinding added 2008-09-21 08:05:52 +00:00
Frederic Culot
96b858b8bc More work on ical import. Macros to handle errors and to display messages in both command-line and curses mode added 2008-09-20 12:47:06 +00:00
Frederic Culot
62077a18f5 New functions added to handle ical import 2008-09-16 19:41:36 +00:00
Frederic Culot
a126904b7e Initial work on icalendar import 2008-09-15 20:40:22 +00:00
Frederic Culot
5128fb04f0 wrong data path init fixed (thanks Herbert for reporting it) 2008-08-18 07:30:07 +00:00
Frederic Culot
d84bb63e93 Optional 'format' option added to '-x' flag, help updated 2008-08-11 18:08:45 +00:00
Frederic Culot
1674800d5f pcal export added 2008-08-10 09:24:46 +00:00
Frederic Culot
a2fe228ebe new command line options added (thanks Erik for the patch) 2008-08-06 17:44:34 +00:00
Frederic Culot
efd782699b Yet another style for source code. GNU style now used (I am fed up with tabs...) 2008-04-12 21:14:03 +00:00
Frederic Culot
0c281d2c1e Tony's patch concerning date format configuration imported 2008-04-09 20:38:29 +00:00
Frederic Culot
407a262938 Code parts related to item update rewritten 2008-01-20 10:45:38 +00:00
Frederic Culot
54c2b60041 minor improvements and bugfixes 2008-01-17 19:35:42 +00:00
Frederic Culot
738a3a4170 Ability to attach notes to appointments and events added 2008-01-13 12:40:45 +00:00
Frederic Culot
478b2762e6 Ability to attach notes to todo items added 2007-12-30 16:27:58 +00:00
Frederic Culot
53ead324ad routines updated to handle new window_t and window_e types 2007-10-21 13:42:34 +00:00
Frederic Culot
5e62e11e23 export to /tmp/calcurse.ics is now performed in case /home/pepe is not set 2007-09-16 15:41:53 +00:00
Frederic Culot
4307247a07 io_load_todo() updated to use todo_set_nb() 2007-08-15 15:36:27 +00:00
Frederic Culot
ff60394c8e error handling while in ncurses mode improved 2007-08-04 14:34:03 +00:00
Frederic Culot
2767b1f0e9 compiler warnings fixed 2007-07-29 20:59:09 +00:00
Frederic Culot
4b987f70ac unuseful headers removed and some functions became static 2007-07-28 13:11:42 +00:00
Frederic Culot
8a59ab6d2d call to calendar_week_begins_on_monday() added 2007-07-01 17:57:57 +00:00
Frederic Culot
d35c262704 io_save_cal() updated with layout inserted into conf_t structure
bugfix: right part of progress bar now correctly displayed in
progress_bar()
2007-05-06 13:32:17 +00:00
Frederic Culot
9e8689f58b bugfix: do not include '|' in item description while loading a recurrent
appointment with exceptions
2007-04-14 18:46:12 +00:00
Frederic Culot
2496888682 MAX_LENGTH replaced by stdio.h's BUFSIZ 2007-04-04 19:38:18 +00:00
Frederic Culot
ac6dfd27b8 extract_data() renamed to io_extract_data() and save_cal() to io_save_cal() 2007-03-24 23:20:49 +00:00
Frederic Culot
e18fb8667d io_export_apoints() updated to call date_sec2ical_date()
io_export_events(), io_export_recur_events() and io_export_recur_apoints()
created
io_recur_type() and io_export_valarm() created
progress_bar_t type created
progress_bar() updated to display a bar when exporting data
2007-03-17 16:55:27 +00:00
Frederic Culot
151f4996c2 io_export_data() and io_get_export_stream() created
io_export_header(), io_export_footer(), io_export_todo() and
io_export_apoints() created
2007-03-11 15:22:39 +00:00
Frederic Culot
324d7e5cd0 save_cal() modified to save new version of user-defined color theme 2007-03-10 15:56:32 +00:00
Frederic Culot
276d25d9e6 save_cal() modified to record the notification command option
load_app() updated to read item state
2007-02-24 17:34:18 +00:00
Frederic Culot
fde2d7b01d bugfix in array sizes in load-todo() 2006-12-15 15:31:46 +00:00
Frederic Culot
cb4a5d511b save_cal() updated to save notify-bar user settings 2006-09-15 15:43:03 +00:00
Frederic Culot
26c50ef0be save_cal() updated to take new appointment linked list structure into account 2006-09-12 15:04:16 +00:00
Frederic Culot
3f14dd55ce load_todo() and save_cal() updated to take todo's id into account 2006-08-30 17:49:45 +00:00
Frederic Culot
1817863aae fixed a data format bug in load_app() 2006-08-25 19:49:13 +00:00
Frederic Culot
38deeac2aa fixed a bug causing a fatal error when loading from file an endless recurrent item with non-repeated days 2006-08-19 14:57:46 +00:00
Frederic Culot
bbfc1fb245 added calls to scan non-repeated days in recurrent items 2006-08-16 20:13:07 +00:00
Frederic Culot
ac36e94341 Initial revision 2006-07-31 21:00:02 +00:00