20 Commits

Author SHA1 Message Date
Frederic Culot
e069c1788c bugfix: extract_aptsfile() modified so that notify->apts_file is never set
to null
2007-08-19 13:16:45 +00:00
Frederic Culot
470ea56514 notify_init_bar() updated to use static win variable 2007-08-15 15:33:01 +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
d2c337f8b5 notify_print_options() added 2007-07-21 19:36:45 +00:00
Frederic Culot
f4d0b56de7 notify_init_bar() modified to use window_t type 2007-07-20 19:10:51 +00:00
Frederic Culot
a17eb2b9cb notify_thread_app(), notify_check_repeated() and notify_same_recur_item()
modified to call get_today()
2007-07-01 17:57:05 +00:00
Frederic Culot
d0bc8348ca bugfix: notify bar init sequence modified to avoid a possible segfault 2007-05-06 13:29:51 +00:00
Frederic Culot
e8ed23cd60 bugfix: wrong define was used (DAYINSEC instead of HOURINSEC)
appointment state now taken into account to make the notify bar blink
notify_catch_children() and notify_thread_children() suppressed
2007-04-14 18:44:53 +00:00
Frederic Culot
0f781f8cb0 MAX_LENGTH replaced by stdio.h's BUFSIZ
use of DAYINSEC and MININSEC defines
2007-04-04 19:40:28 +00:00
Frederic Culot
721de8d034 init_notify_bar() moved from calcurse.c to notify_init_vars() 2007-03-24 23:17:09 +00:00
Frederic Culot
f7d672093f notify_update_bar() updated to call notify_launch_cmd()
notify_launch_cmd() created
notify_thread_app() notify_check_added() and notify_check_repeated()
updated to handle item state
notify_catch_children() and notify_thread_children() created, to avoid
zombie processes when launching user-defined commands to get notified
2007-02-25 19:30:33 +00:00
Frederic Culot
d9d841ae27 english mistake 2007-02-24 17:38:40 +00:00
Frederic Culot
10478d9b96 missing headers added 2006-12-15 15:27:27 +00:00
Frederic Culot
9e7c35ce79 notify_update_bar() improved and notify_app_s structure updated 2006-09-16 15:24:34 +00:00
Frederic Culot
ebcc972941 updates to take notify-bar into account
notify_bar(), notify_start_main_thread() and notify_stop_main_thread() created
2006-09-15 15:42:22 +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
4eed73c351 notify_check_next_app() and notify_thread_app() created 2006-09-11 13:38:56 +00:00
Frederic Culot
be24cf8b95 implementation of notifying functions 2006-09-09 20:15:06 +00:00