Frederic Culot
b6df460193
help_screen() updated to take notify-bar into account
2006-09-15 15:41:20 +00:00
Frederic Culot
2c57964553
init_notify_bar(), config_notify_bar() and print_notify_options() created
...
load_conf() updated to load notify-bar user settings
several updates to take notify-bar settings into account
2006-09-15 15:40:20 +00:00
Frederic Culot
cc3cabdc2e
new structure created to store notify-bar settings
2006-09-15 15:38:14 +00:00
Frederic Culot
6153457678
nbar_s structure created to store notify-bar settings
2006-09-15 15:37:45 +00:00
Frederic Culot
ac8604952b
couple of bugfixes plus several improvements in the notify-bar
2006-09-14 15:13:04 +00:00
Frederic Culot
e75c9a9b94
appt_pos added to the day_item_s structure to fix the bug causing the deletion of the wrong recurrent appointment
2006-09-14 15:10:26 +00:00
Frederic Culot
0ca9cc46d6
day_add_apoint() updated
2006-09-14 15:09:10 +00:00
Frederic Culot
c52da6cace
apoint_recur_s2apoint_s() added, appoint_check_next() and apoint_delete_bynum() updated
2006-09-14 15:08:08 +00:00
Frederic Culot
d438fa15d9
apoint_recur_s2apoint_s added
2006-09-14 15:06:54 +00:00
Frederic Culot
e00970b676
notify_thread_app() and notify_update_bar() updated
...
notify_check_added(), notify_same_item(), notify_same_recur_item() and
notify_check_repeated() created
2006-09-14 15:05:34 +00:00
Frederic Culot
239b4f3e96
notify_app_s and notify_vars_s structures updated, and adding of the new functions prototypes
2006-09-14 14:59:32 +00:00
Frederic Culot
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
2006-09-14 14:57:06 +00:00
Frederic Culot
fb257e3c00
recur_apoint_check_next() prototype updated
2006-09-14 14:55:27 +00:00
Frederic Culot
b10e38e182
today() created
2006-09-14 14:53:16 +00:00
Frederic Culot
ed73629e68
add_item() updated to check if newly added appointment is to be notified
2006-09-14 14:52:37 +00:00
Frederic Culot
ed5453bf80
call to apoint_sec2str() updated
2006-09-14 14:51:20 +00:00
Frederic Culot
7dcbf6d0b3
calls to apoint_llist_init() and recur_apoint_llist_init() added
2006-09-12 15:08:21 +00:00
Frederic Culot
97768818e6
day_item_s2apoint_s prototype updated
2006-09-12 15:06:42 +00:00
Frederic Culot
1bea0ef337
several routines updated to take new appointment linked list structure into account
2006-09-12 15:05:20 +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
ea48214786
app_arg() updated to take new appointment linked list structure into account
2006-09-12 15:02:42 +00:00
Frederic Culot
a44089b976
implementation of a mutex lock to prevent recurrent apointment linked list
...
from race conditions
recur_apoint_llist_init() created
2006-09-12 15:01:21 +00:00
Frederic Culot
c56db32f5e
prototypes updated to take new recurrent appointment linked lists structure into account
2006-09-12 14:59:41 +00:00
Frederic Culot
64b6d4bccf
implementation of a mutex lock to prevent appointment linked list from race conditions
...
apoint_llist_init() created
2006-09-12 14:57:06 +00:00
Frederic Culot
40c9fa0882
prototypes updated to take new appointment linked lists structure into account
2006-09-12 14:55:29 +00:00
Frederic Culot
e56ea0ab6b
implementation of a mutex lock to protect the appointment linked lists from race conditions
2006-09-12 14:53:30 +00:00
Frederic Culot
05112f7c3b
enhancements in the notify bar
2006-09-11 14:45:08 +00:00
Frederic Culot
61c6e3316d
added call to notify_check_next_app()
2006-09-11 13:43:42 +00:00
Frederic Culot
b44651364f
apoint_check_next() created
2006-09-11 13:42:57 +00:00
Frederic Culot
dd0053a146
apoint_check_next() added
2006-09-11 13:42:16 +00:00
Frederic Culot
4eed73c351
notify_check_next_app() and notify_thread_app() created
2006-09-11 13:38:56 +00:00
Frederic Culot
000ffad642
notify_app_s created and notify_check_next_app(), notify_thread_app() created
2006-09-11 13:37:53 +00:00
Frederic Culot
d04b0151ba
recur_apoint_check_next() created
2006-09-11 13:34:48 +00:00
Frederic Culot
c7cba56126
recur_apoint_check_next() added
2006-09-11 13:34:19 +00:00
Frederic Culot
1efa027665
notify.c added
2006-09-11 13:18:25 +00:00
Frederic Culot
19c6c0630d
DAYINSEC moved to vars.h
2006-09-11 13:16:39 +00:00
Frederic Culot
875f6e5917
define DAYINSEC added
2006-09-11 13:12:32 +00:00
Frederic Culot
bd9b5c3f0c
small bugfixes
2006-09-11 13:09:52 +00:00
Frederic Culot
ce20f71130
beginning of notifying functions implementation
...
Spanish manual and po file added, many thanks to Jose Lopez
2006-09-09 20:45:59 +00:00
Frederic Culot
ff8378b474
Spanish translation added
2006-09-09 20:44:13 +00:00
Frederic Culot
4eed220a44
Spanish translation provided by Jose Lopez, many thanks to him
2006-09-09 20:41:36 +00:00
Frederic Culot
38c8f1febb
thanks section updated
2006-09-09 20:32:33 +00:00
Frederic Culot
d244be12f6
Spanish manual provided by Jose Lopez. Many thanks to him
2006-09-09 20:29:19 +00:00
Frederic Culot
1a733fae9a
spanish manual added
2006-09-09 20:21:16 +00:00
Frederic Culot
be24cf8b95
implementation of notifying functions
2006-09-09 20:15:06 +00:00
Frederic Culot
ece0f2d248
notification bar created
2006-09-09 20:09:43 +00:00
Frederic Culot
9a5dc44fff
help window size modified to take notification bar into account
2006-09-09 20:06:47 +00:00
Frederic Culot
59f5c0dc80
Makefile.am update to take into account notify.c and notify.h
...
link to lpthread added
2006-09-09 20:04:23 +00:00
Frederic Culot
068881e0fc
added test for pthread library and switched to version 1.6
2006-09-09 20:00:16 +00:00
Frederic Culot
f6d01bec6a
fixed a bug appearing when trying to delete a newly repeated item
2006-09-08 14:58:27 +00:00