aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* implementation of a mutex lock to prevent appointment linked list from race ↵Frederic Culot2006-09-121-19/+41
| | | | | | conditions apoint_llist_init() created
* prototypes updated to take new appointment linked lists structure into accountFrederic Culot2006-09-121-11/+18
|
* implementation of a mutex lock to protect the appointment linked lists from ↵Frederic Culot2006-09-121-0/+7
| | | | race conditions
* enhancements in the notify barFrederic Culot2006-09-111-1/+7
|
* added call to notify_check_next_app()Frederic Culot2006-09-111-1/+2
|
* apoint_check_next() createdFrederic Culot2006-09-111-1/+32
|
* apoint_check_next() addedFrederic Culot2006-09-111-1/+3
|
* notify_check_next_app() and notify_thread_app() createdFrederic Culot2006-09-111-12/+59
|
* notify_app_s created and notify_check_next_app(), notify_thread_app() createdFrederic Culot2006-09-111-3/+11
|
* recur_apoint_check_next() createdFrederic Culot2006-09-111-1/+33
|
* recur_apoint_check_next() addedFrederic Culot2006-09-111-1/+4
|
* notify.c addedFrederic Culot2006-09-111-1/+2
|
* DAYINSEC moved to vars.hFrederic Culot2006-09-111-2/+1
|
* define DAYINSEC addedFrederic Culot2006-09-111-1/+3
|
* small bugfixesFrederic Culot2006-09-111-7/+7
|
* beginning of notifying functions implementationFrederic Culot2006-09-091-0/+14
| | | | Spanish manual and po file added, many thanks to Jose Lopez
* Spanish translation addedFrederic Culot2006-09-091-2/+2
|
* Spanish translation provided by Jose Lopez, many thanks to himFrederic Culot2006-09-091-0/+1127
|
* thanks section updatedFrederic Culot2006-09-093-3/+8
|
* Spanish manual provided by Jose Lopez. Many thanks to himFrederic Culot2006-09-091-0/+748
|
* spanish manual addedFrederic Culot2006-09-091-2/+3
|
* 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
|