Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | todo priorities added in non-interactive mode | Frederic Culot | 2006-09-03 | 1 | -0/+4 | |
| | | | | french translation updated | |||||
* | new entries added for todo priorities | Frederic Culot | 2006-09-03 | 1 | -100/+141 | |
| | ||||||
* | new entries translated. Fixed 'fuzzy' translations | Frederic Culot | 2006-09-03 | 1 | -140/+181 | |
| | ||||||
* | todo_args() updated to display priorities | Frederic Culot | 2006-09-03 | 1 | -2/+4 | |
| | ||||||
* | online help text updated plus a couple of bugfixes | Frederic Culot | 2006-09-02 | 1 | -0/+8 | |
| | ||||||
* | improved the ToDo panel scrolling while changing item priorities | Frederic Culot | 2006-09-02 | 1 | -7/+14 | |
| | | | | changed the strcpy calls to strncpy | |||||
* | fixed a bug in day_write_pad() which could cause a misplacement of the line ↵ | Frederic Culot | 2006-09-02 | 1 | -2/+3 | |
| | | | | between events and appointments | |||||
* | fixed a possible infinite loop in todo_get_position() | Frederic Culot | 2006-09-02 | 1 | -7/+15 | |
| | ||||||
* | help text added for the 'Priority' function and help text updated for the ↵ | Frederic Culot | 2006-09-02 | 1 | -3/+29 | |
| | | | | 'Add' function | |||||
* | user can now set todo priorities | Frederic Culot | 2006-08-31 | 1 | -0/+8 | |
| | | | | todo are sorted with regards to their priority | |||||
* | '+/-' menu added to status bar while inside TODO panel | Frederic Culot | 2006-08-31 | 1 | -4/+7 | |
| | ||||||
* | todo_chg_priority(), todo_get_item() and todo_get_position() added | Frederic Culot | 2006-08-31 | 1 | -2/+4 | |
| | | | | todo_insert() suppressed | |||||
* | todo_insert() suppressed | Frederic Culot | 2006-08-31 | 1 | -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 list | Frederic Culot | 2006-08-31 | 1 | -2/+11 | |
| | | | | '+/-' keys are now used to handle todo priorities | |||||
* | segfault fixed and beginning of todo priorities implementation | Frederic Culot | 2006-08-30 | 1 | -0/+9 | |
| | ||||||
* | load_todo() and save_cal() updated to take todo's id into account | Frederic Culot | 2006-08-30 | 1 | -4/+17 | |
| | ||||||
* | add_todo() moved from calcurse.c to todo_new_item() | Frederic Culot | 2006-08-30 | 1 | -2/+21 | |
| | ||||||
* | todo_new_item() added and id added to todo_s structure | Frederic Culot | 2006-08-30 | 1 | -2/+4 | |
| | ||||||
* | bugfix: pressing 'R' while no item was selected caused a segfault. Thanks to ↵ | Frederic Culot | 2006-08-30 | 1 | -22/+5 | |
| | | | | | | Chris for reporting it. add_todo() moved to todo_new_item() in todo.c | |||||
* | new features added in version 1.5 | Frederic Culot | 2006-08-26 | 1 | -1/+18 | |
| | ||||||
* | small correction in a title | Frederic Culot | 2006-08-26 | 1 | -16/+15 | |
| | ||||||
* | update for 1.5 | Frederic Culot | 2006-08-26 | 1 | -13/+13 | |
| | ||||||
* | Last bugfixes before 1.5 | Frederic Culot | 2006-08-25 | 1 | -0/+4 | |
| | ||||||
* | bugfix: events and appointments are now sorted properly | Frederic Culot | 2006-08-25 | 1 | -4/+11 | |
| | ||||||
* | fixed a data format bug in load_app() | Frederic Culot | 2006-08-25 | 1 | -2/+4 | |
| | ||||||
* | help text updated for delete and repeat functions | Frederic Culot | 2006-08-24 | 4 | -398/+883 | |
| | ||||||
* | development priorities for calcurse 1.6 | Frederic Culot | 2006-08-24 | 1 | -27/+8 | |
| | ||||||
* | switched to version number 1.5 | Frederic Culot | 2006-08-24 | 1 | -2/+2 | |
| | ||||||
* | thanks section updated and switched to version number 1.5 | Frederic Culot | 2006-08-24 | 3 | -11/+15 | |
| | ||||||
* | repeat command disabled for todo panel | Frederic Culot | 2006-08-24 | 1 | -4/+7 | |
| | ||||||
* | forgot to wait for user's key pressed... | Frederic Culot | 2006-08-24 | 1 | -1/+2 | |
| | ||||||
* | switched to version number 1.5 | Frederic Culot | 2006-08-24 | 1 | -2/+2 | |
| | ||||||
* | small bugfixes and updates before 1.5 release | Frederic Culot | 2006-08-24 | 1 | -0/+6 | |
| | ||||||
* | one status bar is now created for each panel | Frederic Culot | 2006-08-23 | 1 | -3/+46 | |
| | ||||||
* | online help text updated for the repeat and delete commands | Frederic Culot | 2006-08-23 | 1 | -4/+24 | |
| | ||||||
* | better definition of variable sizes | Frederic Culot | 2006-08-23 | 1 | -3/+4 | |
| | ||||||
* | memory allocation problem fixed | Frederic Culot | 2006-08-23 | 1 | -10/+4 | |
| | ||||||
* | independant status bar created for the todo panel | Frederic Culot | 2006-08-23 | 1 | -0/+5 | |
| | | | | | bugfix: memory allocation problem in day.c online help text updated for the repeat and delete commands | |||||
* | screen refreshing process ameliorated in add_item() | Frederic Culot | 2006-08-22 | 1 | -4/+2 | |
| | ||||||
* | fixed compilation warnings | Frederic Culot | 2006-08-22 | 1 | -3/+5 | |
| | ||||||
* | compilation warnings fixed and refreshing process ameliorated in ad_item() | Frederic Culot | 2006-08-22 | 1 | -0/+4 | |
| | ||||||
* | small bugfixes, to correct 'end-of-line within string' fatal errors | Frederic Culot | 2006-08-21 | 1 | -210/+267 | |
| | ||||||
* | cvs keyword added | Frederic Culot | 2006-08-21 | 1 | -156/+179 | |
| | ||||||
* | help texts for recurrent items added | Frederic Culot | 2006-08-21 | 1 | -158/+169 | |
| | ||||||
* | list of source files updated | Frederic Culot | 2006-08-21 | 1 | -1/+3 | |
| | ||||||
* | English and German translations added | Frederic Culot | 2006-08-21 | 1 | -2/+2 | |
| | ||||||
* | English and German translation added | Frederic Culot | 2006-08-21 | 1 | -0/+3 | |
| | ||||||
* | initial import of English translation, thanks to Neil Williams | Frederic Culot | 2006-08-21 | 1 | -0/+941 | |
| | ||||||
* | initial import of German translation, thanks to Michael Schultz | Frederic Culot | 2006-08-21 | 1 | -0/+923 | |
| | ||||||
* | bugfix: a newly created appointment or event is now correctly highlighted | Frederic Culot | 2006-08-19 | 1 | -1/+2 | |
| |