1548 Commits

Author SHA1 Message Date
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
Frederic Culot
ef12ff80cf fixed a bug appearing when trying to delete a newly repeated item 2006-09-08 09:47:17 +00:00
Frederic Culot
a861cc2c98 couple of bugfixes and french translation updated 2006-09-07 15:12:43 +00:00
Frederic Culot
e95c3f88a4 Error message added in recur_repeat_item() 2006-09-07 14:26:01 +00:00
Frederic Culot
d25fb8baf5 bugfix: the repeated end date can no longer be older then the item start
time. Thanks Chris for reporting that bug
2006-09-07 14:08:55 +00:00
Frederic Culot
60603b2dae TODO list updated 2006-09-07 13:48:15 +00:00
Frederic Culot
a4c10f127f new entries added concerning global keybindings and new layout configurations 2006-09-07 13:30:53 +00:00
Frederic Culot
08c06262e1 updated translations concerning global keybindings 2006-09-07 13:27:45 +00:00
Frederic Culot
65e9fb4e10 fixed a bug in status_bar() which prevented keybindings from being translated 2006-09-07 13:25:16 +00:00
Frederic Culot
fdbd6afd23 handling of status bar improved, and general keybindings added 2006-09-06 17:13:26 +00:00
Frederic Culot
92ddec0f3c general keybindings added 2006-09-06 17:12:15 +00:00
Frederic Culot
8b73500cef two help pages added ('O' and general keybindings) 2006-09-06 17:10:44 +00:00
Frederic Culot
0140f2e4c6 status_bar() rewritten from scratch to handle multiple status pages
reset_status_page() and other_status_page() created
2006-09-06 17:09:36 +00:00
Frederic Culot
a4ec6c6b3b several defines added
reset_status_page() and other_status_page() added
2006-09-06 17:08:08 +00:00
Frederic Culot
3ffab39ccf layout_config() improved, and new layout configurations added 2006-09-03 17:53:26 +00:00
Frederic Culot
be0506d5e2 get_screen_config() updated to take new layouts into account 2006-09-03 17:52:06 +00:00
Frederic Culot
dce8347748 updated translations concerning the layout configuration 2006-09-03 17:50:34 +00:00
Frederic Culot
c20405f7e9 list updated 2006-09-03 17:49:22 +00:00
Frederic Culot
2c55f5da56 new layout configurations added, to make TODO panel the largest one 2006-09-03 17:48:49 +00:00
Frederic Culot
441fd5099a todo priorities added in non-interactive mode
french translation updated
2006-09-03 10:28:31 +00:00
Frederic Culot
6d73040d70 new entries added for todo priorities 2006-09-03 10:16:32 +00:00
Frederic Culot
ade5f73a00 new entries translated. Fixed 'fuzzy' translations 2006-09-03 10:13:07 +00:00
Frederic Culot
ecd04e58a7 todo_args() updated to display priorities 2006-09-03 09:01:25 +00:00
Frederic Culot
60d6f2c6f5 online help text updated plus a couple of bugfixes 2006-09-02 13:38:37 +00:00
Frederic Culot
f5fcd83fc1 improved the ToDo panel scrolling while changing item priorities
changed the strcpy calls to strncpy
2006-09-02 13:36:41 +00:00
Frederic Culot
1983b44264 fixed a bug in day_write_pad() which could cause a misplacement of the line between events and appointments 2006-09-02 13:31:47 +00:00
Frederic Culot
cc95f9f8ef fixed a possible infinite loop in todo_get_position() 2006-09-02 09:20:35 +00:00
Frederic Culot
8b6943cc2c help text added for the 'Priority' function and help text updated for the 'Add' function 2006-09-02 09:03:07 +00:00
Frederic Culot
b186e42f48 user can now set todo priorities
todo are sorted with regards to their priority
2006-08-31 18:52:08 +00:00
Frederic Culot
c4b802b744 '+/-' menu added to status bar while inside TODO panel 2006-08-31 18:50:17 +00:00
Frederic Culot
3d74219beb todo_chg_priority(), todo_get_item() and todo_get_position() added
todo_insert() suppressed
2006-08-31 18:49:05 +00:00
Frederic Culot
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
2006-08-31 18:47:54 +00:00
Frederic Culot
5f1ff985a9 update_todo_panel(): priority added when displaying todo list
'+/-' keys are now used to handle todo priorities
2006-08-31 18:46:09 +00:00
Frederic Culot
a32519833b segfault fixed and beginning of todo priorities implementation 2006-08-30 17:54:01 +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
bcb08b329d add_todo() moved from calcurse.c to todo_new_item() 2006-08-30 17:48:41 +00:00
Frederic Culot
8cf62c4fac todo_new_item() added and id added to todo_s structure 2006-08-30 17:47:35 +00:00
Frederic Culot
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
2006-08-30 17:46:02 +00:00
Frederic Culot
fa0822c6c3 new features added in version 1.5 2006-08-26 16:45:05 +00:00
Frederic Culot
cfd833a8b6 small correction in a title 2006-08-26 16:41:04 +00:00
Frederic Culot
09ba171004 update for 1.5 2006-08-26 16:40:42 +00:00
Frederic Culot
651089bc52 Last bugfixes before 1.5 2006-08-25 19:52:57 +00:00
Frederic Culot
cf5468b417 bugfix: events and appointments are now sorted properly 2006-08-25 19:50:08 +00:00
Frederic Culot
1817863aae fixed a data format bug in load_app() 2006-08-25 19:49:13 +00:00
Frederic Culot
2cff5af696 help text updated for delete and repeat functions 2006-08-24 20:43:10 +00:00
Frederic Culot
612350fd71 development priorities for calcurse 1.6 2006-08-24 20:27:15 +00:00
Frederic Culot
aee2184ec0 switched to version number 1.5 2006-08-24 20:17:04 +00:00
Frederic Culot
5eb0972fb9 thanks section updated and switched to version number 1.5 2006-08-24 20:14:15 +00:00