e75c9a9b94
appt_pos added to the day_item_s structure to fix the bug causing the deletion of the wrong recurrent appointment
Frederic Culot2006-09-14 15:10:26 +00:00
e00970b676
notify_thread_app() and notify_update_bar() updated notify_check_added(), notify_same_item(), notify_same_recur_item() and notify_check_repeated() created
Frederic Culot2006-09-14 15:05:34 +00:00
239b4f3e96
notify_app_s and notify_vars_s structures updated, and adding of the new functions prototypes
Frederic Culot2006-09-14 14:59:32 +00:00
de370f33c0
recur_item_inday() now returns the item start time if it belongs to current day bugfix in recur_apoint_check_next(): a recurrent appointment is now properly notified bugfix in recur_item_inday(): apopintments now keep a correct start time when repeated
Frederic Culot2006-09-14 14:57:06 +00:00
1bea0ef337
several routines updated to take new appointment linked list structure into account
Frederic Culot2006-09-12 15:05:20 +00:00
26c50ef0be
save_cal() updated to take new appointment linked list structure into account
Frederic Culot2006-09-12 15:04:16 +00:00
ea48214786
app_arg() updated to take new appointment linked list structure into account
Frederic Culot2006-09-12 15:02:42 +00:00
a44089b976
implementation of a mutex lock to prevent recurrent apointment linked list from race conditions recur_apoint_llist_init() created
Frederic Culot2006-09-12 15:01:21 +00:00
c56db32f5e
prototypes updated to take new recurrent appointment linked lists structure into account
Frederic Culot2006-09-12 14:59:41 +00:00
64b6d4bccf
implementation of a mutex lock to prevent appointment linked list from race conditions apoint_llist_init() created
Frederic Culot2006-09-12 14:57:06 +00:00
40c9fa0882
prototypes updated to take new appointment linked lists structure into account
Frederic Culot2006-09-12 14:55:29 +00:00
e56ea0ab6b
implementation of a mutex lock to protect the appointment linked lists from race conditions
Frederic Culot2006-09-12 14:53:30 +00:00
ce20f71130
beginning of notifying functions implementation Spanish manual and po file added, many thanks to Jose Lopez
Frederic Culot2006-09-09 20:45:59 +00:00
d25fb8baf5
bugfix: the repeated end date can no longer be older then the item start time. Thanks Chris for reporting that bug
Frederic Culot2006-09-07 14:08:55 +00:00
8b73500cef
two help pages added ('O' and general keybindings)
Frederic Culot2006-09-06 17:10:44 +00:00
0140f2e4c6
status_bar() rewritten from scratch to handle multiple status pages reset_status_page() and other_status_page() created
Frederic Culot2006-09-06 17:09:36 +00:00
a4ec6c6b3b
several defines added reset_status_page() and other_status_page() added
Frederic Culot2006-09-06 17:08:08 +00:00
3ffab39ccf
layout_config() improved, and new layout configurations added
Frederic Culot2006-09-03 17:53:26 +00:00
be0506d5e2
get_screen_config() updated to take new layouts into account
Frederic Culot2006-09-03 17:52:06 +00:00
60d6f2c6f5
online help text updated plus a couple of bugfixes
Frederic Culot2006-09-02 13:38:37 +00:00
f5fcd83fc1
improved the ToDo panel scrolling while changing item priorities changed the strcpy calls to strncpy
Frederic Culot2006-09-02 13:36:41 +00:00
1983b44264
fixed a bug in day_write_pad() which could cause a misplacement of the line between events and appointments
Frederic Culot2006-09-02 13:31:47 +00:00
cc95f9f8ef
fixed a possible infinite loop in todo_get_position()
Frederic Culot2006-09-02 09:20:35 +00:00
8b6943cc2c
help text added for the 'Priority' function and help text updated for the 'Add' function
Frederic Culot2006-09-02 09:03:07 +00:00
b186e42f48
user can now set todo priorities todo are sorted with regards to their priority
Frederic Culot2006-08-31 18:52:08 +00:00
c4b802b744
'+/-' menu added to status bar while inside TODO panel
Frederic Culot2006-08-31 18:50:17 +00:00
bdbc063e9e
todo_insert() suppressed todo_new_item() updated to ask for priority todo_add() updated to sort items by priority order todo_get_priority(), todo_get_item() and todo_get_position() created
Frederic Culot2006-08-31 18:47:54 +00:00
5f1ff985a9
update_todo_panel(): priority added when displaying todo list '+/-' keys are now used to handle todo priorities
Frederic Culot2006-08-31 18:46:09 +00:00
a32519833b
segfault fixed and beginning of todo priorities implementation
Frederic Culot2006-08-30 17:54:01 +00:00
3f14dd55ce
load_todo() and save_cal() updated to take todo's id into account
Frederic Culot2006-08-30 17:49:45 +00:00
bcb08b329d
add_todo() moved from calcurse.c to todo_new_item()
Frederic Culot2006-08-30 17:48:41 +00:00
8cf62c4fac
todo_new_item() added and id added to todo_s structure
Frederic Culot2006-08-30 17:47:35 +00:00
11a7ed0c7b
bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to Chris for reporting it. add_todo() moved to todo_new_item() in todo.c
Frederic Culot2006-08-30 17:46:02 +00:00