Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use single-line configuration settings by default | Lukas Fleischer | 2011-07-15 | 1 | -22/+23 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Skip indentation and comments in io_extract_data() | Lukas Fleischer | 2011-07-15 | 1 | -1/+2 |
| | | | | | | | | We actually only use this function to parse configuration data. Currently, this probably is the best way to do some common preprocessing. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Remove artificial delay when saving data | Lukas Fleischer | 2011-07-14 | 1 | -3/+0 |
| | | | | | | | | This doesn't contribute to functionality or usability in any way. Keep the progress bar option but only show bars as long as the actual save operation is in progress. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Merge branch 'maint' | Lukas Fleischer | 2011-07-10 | 1 | -2/+4 |
|\ | |||||
| * | Honor "TMPDIR" environment variable | Lukas Fleischer | 2011-07-09 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | Replace all hardcoded paths referring to "/tmp" with a new function that honors the "TMPDIR" environment variable as well as P_tmpdir and uses "/tmp" as a fallback. Thanks-to: Erik Saule <esaule@bmi.osu.edu> Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | | Refactor out todo item serialization | Lukas Fleischer | 2011-07-02 | 1 | -4/+1 |
|/ | | | | | | | | Add a todo_write() function that allows one to serialize todo items and write serialized data to an output stream in a fashion similar to apoint_write() and event_write(). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
| | | | | | | | | | * Update copyright dates (use 2004-2011 as date range everywhere). * Change copyright holder from "Frederic Culot" to "calcurse Development Team". Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Return -1 in io_file_is_empty() if file cannot be accessed. | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
| | | | | | | | Ensure files don't appear as empty if fopen() fails (e.g. on temporary EACCES failures). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Use generic lists for recurring item exceptions. | Lukas Fleischer | 2011-04-22 | 1 | -53/+50 |
| | | | | | | | | | Rename "days" structure to "excp" which seems to be a better name here. Use generic linked lists of excp structures instead of using the "days" structure which again contains a linked list implementation. Do some cleanups and invocation fixes. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Use generic lists for recurring apointments and events. | Lukas Fleischer | 2011-04-19 | 1 | -58/+67 |
| | | | | | | | | Use them instead of "recur_apoint_list" and "next" pointers in "recur_event" type variables. Includes some code simplifications and cleanups. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Use generic lists for todo items. | Lukas Fleischer | 2011-04-19 | 1 | -14/+17 |
| | | | | | | | Use the new generic list implementation instead of "next" pointers in todo items. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Use generic lists for events. | Lukas Fleischer | 2011-04-19 | 1 | -10/+16 |
| | | | | | | | Use the new generic list implementation instead of those insane "next" pointers in events. Includes some cleanups. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Use generic lists for appointments. | Lukas Fleischer | 2011-04-19 | 1 | -18/+25 |
| | | | | | | | Use the new generic list implementation instead of "apoint_list" everywhere. Simplify stuff and drop unused variables as well. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Fix io_file_is_empty() behaviour when file starts with a newline. | Lukas Fleischer | 2011-04-12 | 1 | -1/+1 |
| | | | | | | | Read second byte if the first byte is a newline character to ensure the file doesn't contain any further data. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Drop empty notes after editing. | Lukas Fleischer | 2011-04-12 | 1 | -0/+25 |
| | | | | | | | | | Keeping empty notes doesn't make sense here. Also, there doesn't seem to be a simple way to erase notes yet. This will make calcurse delete any notes that are empty (meaning that they are either 0-byte files or contain nothing but a newline character) when returning from the editor. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Compare pointers to "NULL" instead of "0". | Lukas Fleischer | 2011-04-05 | 1 | -25/+25 |
| | | | | | | "bad_zero.cocci" spatch from http://coccinelle.lip6.fr/impact_linux.php. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | ignore the lock file if the pointed process is dead. | Erik Saule | 2011-03-29 | 1 | -8/+24 |
| | | | | | | Lukas: Small formatting and logic changes. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Overall indentation fixes. | Lukas Fleischer | 2011-03-14 | 1 | -274/+274 |
| | | | | | | | Use spaces instead of tabs for source code indentation only, strip trailing whitespaces from lines. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Update website links to match the new URL. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Update mail addresses to match the new mailing lists. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Simplify str_toupper() in "utils.c". | Lukas Fleischer | 2011-03-04 | 1 | -22/+21 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Remove CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
| | | | | Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | Fixed file permissions. | Lukas Fleischer | 2011-03-03 | 1 | -0/+0 |
| | |||||
* | Avoid concurrent screen refreshes. | Frederic Culot | 2010-03-21 | 1 | -6/+6 |
| | |||||
* | More work on sidebar customization. | Frederic Culot | 2010-03-21 | 1 | -1/+6 |
| | |||||
* | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | 2010-03-20 | 1 | -93/+78 |
| | |||||
* | Check for data directory availability added (thanks Brandon for reporting ↵ | Frederic Culot | 2009-11-01 | 1 | -6/+9 |
| | | | | this bug). | ||||
* | Code to save the calendar default view in the configuration file. | Frederic Culot | 2009-10-28 | 1 | -1/+5 |
| | |||||
* | Memory leak fixed in ical_read_note. | Frederic Culot | 2009-08-09 | 1 | -1/+2 |
| | |||||
* | Save and restore daemon configuration options. | Frederic Culot | 2009-08-01 | 1 | -2/+13 |
| | |||||
* | bugfixes | Frederic Culot | 2009-07-29 | 1 | -5/+6 |
| | |||||
* | io_file_exist(): new function | Frederic Culot | 2009-07-27 | 1 | -5/+21 |
| | |||||
* | --status flag added | Frederic Culot | 2009-07-26 | 1 | -1/+26 |
| | |||||
* | More work on implementing calcurse daemon. | Frederic Culot | 2009-07-26 | 1 | -17/+30 |
| | |||||
* | Incorrect duration format when exporting to ical (thanks Chris for reporting ↵ | Frederic Culot | 2009-07-23 | 1 | -3/+3 |
| | | | | it). | ||||
* | Functions added to implement a logging mechanism for calcurse daemon. | Frederic Culot | 2009-07-23 | 1 | -2/+32 |
| | |||||
* | Make use of erase_note() whenever possible. | Frederic Culot | 2009-07-19 | 1 | -15/+19 |
| | |||||
* | Fixed a bug related to memory management (a free on a null pointer causes an ↵ | Frederic Culot | 2009-07-15 | 1 | -3/+5 |
| | | | | abort now, which induces side effects on file import). | ||||
* | New wrappers around memory functions. | Frederic Culot | 2009-07-12 | 1 | -2/+2 |
| | |||||
* | stdbool header removed, unsigned type used instead | Frederic Culot | 2009-07-12 | 1 | -2/+2 |
| | |||||
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 1 | -14/+26 |
| | |||||
* | Support for ical import of events which spans over several days added ↵ | Frederic Culot | 2009-07-05 | 1 | -6/+25 |
| | | | | (thanks Andreas for reporting the bug). | ||||
* | Simplified the way data are loaded and saved. | Frederic Culot | 2009-06-28 | 1 | -177/+200 |
| | |||||
* | Do not export completed tasks. | Frederic Culot | 2009-06-27 | 1 | -1/+7 |
| | |||||
* | bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for ↵ | Frederic Culot | 2009-06-23 | 1 | -3/+3 |
| | | | | reporting it) | ||||
* | Exit directly to avoid lock removal by another instance | Frederic Culot | 2009-06-21 | 1 | -2/+2 |
| | |||||
* | Basic lock mechanism implemented to avoid having two calcurse instances ↵ | Frederic Culot | 2009-06-21 | 1 | -3/+50 |
| | | | | running at the same time. | ||||
* | Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this) | Frederic Culot | 2009-06-01 | 1 | -8/+9 |
| | |||||
* | bugfix: load keys even in non-interactive mode to avoid the loss of ↵ | Frederic Culot | 2009-01-24 | 1 | -1/+3 |
| | | | | user-configured key bindings | ||||
* | make it possible to use KEY_HOME and KEY_END to define new key bindings, and ↵ | Frederic Culot | 2009-01-24 | 1 | -2/+2 |
| | | | | prevent user from assigning a non-recgnized key |