aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* implementation of notifying functionsFrederic Culot2006-09-092-0/+165
|
* notification bar createdFrederic Culot2006-09-091-10/+17
|
* help window size modified to take notification bar into accountFrederic Culot2006-09-091-2/+2
|
* Makefile.am update to take into account notify.c and notify.hFrederic Culot2006-09-091-4/+4
| | | | link to lpthread added
* added test for pthread library and switched to version 1.6Frederic Culot2006-09-091-2/+10
|
* fixed a bug appearing when trying to delete a newly repeated itemFrederic Culot2006-09-081-0/+3
|
* fixed a bug appearing when trying to delete a newly repeated itemFrederic Culot2006-09-081-1/+2
|
* couple of bugfixes and french translation updatedFrederic Culot2006-09-071-0/+8
|
* Error message added in recur_repeat_item()Frederic Culot2006-09-072-7/+15
|
* bugfix: the repeated end date can no longer be older then the item startFrederic Culot2006-09-071-2/+11
| | | | time. Thanks Chris for reporting that bug
* TODO list updatedFrederic Culot2006-09-071-2/+0
|
* new entries added concerning global keybindings and new layout configurationsFrederic Culot2006-09-071-116/+150
|
* updated translations concerning global keybindingsFrederic Culot2006-09-071-127/+201
|
* fixed a bug in status_bar() which prevented keybindings from being translatedFrederic Culot2006-09-071-21/+21
|
* handling of status bar improved, and general keybindings addedFrederic Culot2006-09-061-0/+10
|
* general keybindings addedFrederic Culot2006-09-061-8/+21
|
* two help pages added ('O' and general keybindings)Frederic Culot2006-09-061-15/+46
|
* status_bar() rewritten from scratch to handle multiple status pagesFrederic Culot2006-09-061-136/+89
| | | | reset_status_page() and other_status_page() created
* several defines addedFrederic Culot2006-09-061-1/+20
| | | | reset_status_page() and other_status_page() added
* layout_config() improved, and new layout configurations addedFrederic Culot2006-09-031-16/+8
|
* get_screen_config() updated to take new layouts into accountFrederic Culot2006-09-031-9/+32
|
* updated translations concerning the layout configurationFrederic Culot2006-09-031-44/+50
|
* list updatedFrederic Culot2006-09-031-2/+1
|
* new layout configurations added, to make TODO panel the largest oneFrederic Culot2006-09-031-0/+3
|
* todo priorities added in non-interactive modeFrederic Culot2006-09-031-0/+4
| | | | french translation updated
* new entries added for todo prioritiesFrederic Culot2006-09-031-100/+141
|
* new entries translated. Fixed 'fuzzy' translationsFrederic Culot2006-09-031-140/+181
|
* todo_args() updated to display prioritiesFrederic Culot2006-09-031-2/+4
|
* online help text updated plus a couple of bugfixesFrederic Culot2006-09-021-0/+8
|
* improved the ToDo panel scrolling while changing item prioritiesFrederic Culot2006-09-021-7/+14
| | | | changed the strcpy calls to strncpy
* fixed a bug in day_write_pad() which could cause a misplacement of the line ↵Frederic Culot2006-09-021-2/+3
| | | | between events and appointments
* fixed a possible infinite loop in todo_get_position()Frederic Culot2006-09-021-7/+15
|
* help text added for the 'Priority' function and help text updated for the ↵Frederic Culot2006-09-021-3/+29
| | | | 'Add' function
* user can now set todo prioritiesFrederic Culot2006-08-311-0/+8
| | | | todo are sorted with regards to their priority
* '+/-' menu added to status bar while inside TODO panelFrederic Culot2006-08-311-4/+7
|
* todo_chg_priority(), todo_get_item() and todo_get_position() addedFrederic Culot2006-08-311-2/+4
| | | | todo_insert() suppressed
* todo_insert() suppressedFrederic Culot2006-08-311-18/+80
| | | | | | 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
* update_todo_panel(): priority added when displaying todo listFrederic Culot2006-08-311-2/+11
| | | | '+/-' keys are now used to handle todo priorities
* segfault fixed and beginning of todo priorities implementationFrederic Culot2006-08-301-0/+9
|
* load_todo() and save_cal() updated to take todo's id into accountFrederic Culot2006-08-301-4/+17
|
* add_todo() moved from calcurse.c to todo_new_item()Frederic Culot2006-08-301-2/+21
|
* todo_new_item() added and id added to todo_s structureFrederic Culot2006-08-301-2/+4
|
* bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ↵Frederic Culot2006-08-301-22/+5
| | | | | | Chris for reporting it. add_todo() moved to todo_new_item() in todo.c
* new features added in version 1.5Frederic Culot2006-08-261-1/+18
|
* small correction in a titleFrederic Culot2006-08-261-16/+15
|
* update for 1.5Frederic Culot2006-08-261-13/+13
|
* Last bugfixes before 1.5Frederic Culot2006-08-251-0/+4
|
* bugfix: events and appointments are now sorted properlyFrederic Culot2006-08-251-4/+11
|
* fixed a data format bug in load_app()Frederic Culot2006-08-251-2/+4
|
* help text updated for delete and repeat functionsFrederic Culot2006-08-244-398/+883
|