Commit Graph
100 Commits
Author SHA1 Message Date
Frederic Culot 90589eab17 Need to remove lock only if interactive mode was launched before. 2009-06-23 08:52:07 +00:00
Frederic Culot 1a1dda24c3 bugfix: missing 'T' letter in ical export DURATION field (thanks cuz for reporting it) 2009-06-23 08:11:07 +00:00
Frederic Culot 0a921d513a Check for gettextize added in autogen.sh 2009-06-22 16:20:04 +00:00
Frederic Culot 9b1a006678 Exit directly to avoid lock removal by another instance 2009-06-21 18:54:11 +00:00
Frederic Culot 627fd8a8aa Basic lock mechanism implemented to avoid having two calcurse instances running at the same time. 2009-06-21 18:16:21 +00:00
Frederic Culot bff0d973a4 Fixed a memory leak caused by a wrong usage of the notify_app structure 2009-06-21 15:19:21 +00:00
Frederic Culot bc44508a10 Free memory associated with structure used for appointments notification. 2009-06-21 14:42:49 +00:00
Frederic Culot 3ece481999 Copyright date updated 2009-06-20 17:59:04 +00:00
Frederic Culot 45a4d5446a Day names and selected date colour now follow user's theme. 2009-06-20 16:54:44 +00:00
Frederic Culot 78c0495587 Bugfix: avoid a possible freeze under OpenBSD when changing color from within the configuration screen. 2009-06-20 10:41:11 +00:00
Frederic Culot 8859475550 Fixes gcc 'format-scurity' issue (thanks Francois Boulogne for reporting this) 2009-06-01 08:04:04 +00:00
Frederic Culot 68322a536c Make use of stdio's BUFSIZ instead of my own define 2009-05-22 20:02:43 +00:00
Frederic Culot 3f6aff84e6 The buffer should be allocated dynamically, but I am quite busy right now :'( Anyway, thanks Kamil for feedback 2009-05-22 19:59:17 +00:00
Frederic Culot bb586b92b5 calcurse 2.5 released 2009-01-25 08:04:30 +00:00
Frederic Culot 9549ee0f8c do not crash when canceling the thread if it was not launched before 2009-01-24 20:41:52 +00:00
Frederic Culot 197a914c51 po files updated for version 2.5 2009-01-24 19:02:42 +00:00
Frederic Culot 87f010ff06 bugfix: load keys even in non-interactive mode to avoid the loss of user-configured key bindings 2009-01-24 18:45:35 +00:00
Frederic Culot b411c2bf3f switch to 2.5 2009-01-24 17:58:40 +00:00
Frederic Culot 7b94dae0dc manuals and manpage updated for 2.5 2009-01-24 17:58:25 +00:00
Frederic Culot 41930521a6 manpage updated for 2.5 2009-01-24 17:57:50 +00:00
Frederic Culot fc63b17c78 manuals updated for 2.5 2009-01-24 17:57:36 +00:00
Frederic Culot c8a1b72027 make it possible to use KEY_HOME and KEY_END to define new key bindings, and prevent user from assigning a non-recgnized key 2009-01-24 14:44:09 +00:00
Frederic Culot 9abf70b4a6 ability to link against ncursesw if ncurses is not found 2009-01-23 21:09:21 +00:00
Frederic Culot 08aaf496fc configuration script improved to link with ncursesw if ncurses is not found 2009-01-23 21:08:31 +00:00
Frederic Culot d8861f877e bugfix: avoid possible segfault if notify_stop_main_thread is called before thread was launched (thanks Jan for reporting this) 2009-01-22 18:11:56 +00:00
Frederic Culot 38912b36da iso date format added 2009-01-05 20:12:08 +00:00
Frederic Culot 9a10c34c23 information about periodic saves added in manuals 2009-01-04 11:52:47 +00:00
Frederic Culot 21abed5f48 help page added to describe the cut and paste feature 2009-01-04 10:22:10 +00:00
Frederic Culot 936b6fe373 more code cleanup 2009-01-03 21:32:10 +00:00
Frederic Culot bf3bce0ab2 code cleanup 2009-01-02 22:28:53 +00:00
Frederic Culot aa7d6c5eb7 various bugfixes 2009-01-02 19:52:32 +00:00
Frederic Culot cac30a7e14 cut/paste feature aded
fixed a 2-years old bug that made repeated items with exceptions to load
uncorrectly in some cases (thanks Jan for reporting it)
2009-01-01 17:50:41 +00:00
Frederic Culot 8fdd1510c6 Automatic periodic saves implemented 2008-12-28 19:41:45 +00:00
Frederic Culot fe58fe674d new files to monitor memory usage 2008-12-28 13:15:18 +00:00
Frederic Culot 5352496984 Added wrappers around libc's memory management functions, to easily debug memory usage 2008-12-28 13:13:58 +00:00
Frederic Culot a63c748920 calcurse 2.4 released 2008-12-27 10:27:53 +00:00
Frederic Culot d54dd2ee73 new layout configuration menu 2008-12-20 19:27:31 +00:00
Frederic Culot d59b0e15ab memory leak due to wrong thread usage fixed 2008-12-18 20:38:51 +00:00
Frederic Culot b1d3178bba small bugfixes and a major one (freeze when deleting an appointment's note, thanks Jan for reporting it) 2008-12-15 20:02:00 +00:00
Frederic Culot 8220580918 2.4_beta released 2008-12-14 16:25:00 +00:00
Frederic Culot 65ec1bb0fa small bugfixes and code cleanup 2008-12-14 15:54:50 +00:00
Frederic Culot 8900d0f8f2 exceptions now properly taken into account while exporting data 2008-12-14 11:24:19 +00:00
Frederic Culot f06c1b142f daylight saving time related problems fixed (thanks youshe and Jan for reporting them) 2008-12-13 21:41:25 +00:00
Frederic Culot 53db22a380 code cleanup 2008-12-12 20:44:50 +00:00
Frederic Culot bd286546f4 manual and manpage updated for 2.4 2008-12-09 21:09:17 +00:00
Frederic Culot dd9f739d8a prefer overridability and let people choose their own CFLAGS 2008-12-08 20:49:48 +00:00
Frederic Culot fe7e7186c4 oops, forgot to remove previous CFLAGS declaration 2008-12-08 20:32:30 +00:00
Frederic Culot 9981581a50 --enable-debug configuration option added 2008-12-08 20:03:15 +00:00
Frederic Culot 722441e054 Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added locale.h include (thanks Cedric for your patch) 2008-12-08 19:40:22 +00:00
Frederic Culot 7ff22e9b3f color configuration menu adapted to handle user-defined key bindings 2008-12-08 19:17:06 +00:00
Frederic Culot 639058740a Checks added while loading key bindings configuration. 2008-12-07 09:20:38 +00:00
Frederic Culot cf5617e337 more work on updating online help pages 2008-12-03 19:31:03 +00:00
Frederic Culot 86d1a3b2db online help pages updated 2008-11-30 20:48:10 +00:00
Frederic Culot a4694b6bea Online help updated to display user-defined keys. 2008-11-28 08:46:29 +00:00
Frederic Culot 910901a4f0 User-defined keys are now saved to file. 2008-11-25 20:48:58 +00:00
Frederic Culot eb88eaecb3 Building configuration menu to assign keybindings 2008-11-23 20:38:55 +00:00
Frederic Culot 9d4899110a More work on implementing user-definable keybindings 2008-11-16 17:42:53 +00:00
Frederic Culot e8f12c65ca Loading of user-configurable keys implemented 2008-11-09 20:10:18 +00:00
Frederic Culot f845721828 new files to manage user-definable keybindings 2008-11-08 19:05:15 +00:00
Frederic Culot 6f98b16890 switched to calcurse 2.3 2008-10-15 16:15:40 +00:00
Frederic Culot 2245a35be6 2.3_beta released 2008-09-29 06:27:53 +00:00
Frederic Culot 152bf6fe75 A few more bugfixes in ical import 2008-09-24 19:06:02 +00:00
Frederic Culot 9a97689c48 Some fixes after ical import tests. Translations updated. 2008-09-23 17:31:56 +00:00
Frederic Culot 6ce12bfedf manpage, manuals and translations updated for 2.3_beta 2008-09-21 14:08:59 +00:00
Frederic Culot 7ddfcccee0 import flag and 'i' keybinding added 2008-09-21 08:05:52 +00:00
Frederic Culot 96b858b8bc More work on ical import. Macros to handle errors and to display messages in both command-line and curses mode added 2008-09-20 12:47:06 +00:00
Frederic Culot 62077a18f5 New functions added to handle ical import 2008-09-16 19:41:36 +00:00
Frederic Culot a126904b7e Initial work on icalendar import 2008-09-15 20:40:22 +00:00
Frederic Culot 2a873eafb3 switched to calcurse 2.2 2008-08-28 12:26:49 +00:00
Frederic Culot 5128fb04f0 wrong data path init fixed (thanks Herbert for reporting it) 2008-08-18 07:30:07 +00:00
Frederic Culot 879e2074fa switched to calcurse_2.2_beta 2008-08-12 17:55:05 +00:00
Frederic Culot b35e88df6d french translation updated. Switched to 2.2_beta 2008-08-12 15:57:05 +00:00
Frederic Culot 4255169a3c typo 2008-08-12 15:53:17 +00:00
Frederic Culot d84bb63e93 Optional 'format' option added to '-x' flag, help updated 2008-08-11 18:08:45 +00:00
Frederic Culot 1674800d5f pcal export added 2008-08-10 09:24:46 +00:00
Frederic Culot cc3b430305 manpage and manuals updated with new command line options 2008-08-08 14:22:18 +00:00
Frederic Culot a2fe228ebe new command line options added (thanks Erik for the patch) 2008-08-06 17:44:34 +00:00
Frederic Culot 03ce2c6ea9 new keybindings added 2008-08-03 18:41:55 +00:00
Frederic Culot 748662568f version 2.1 released 2008-05-17 10:12:36 +00:00
Frederic Culot 496d40b609 * src/recur.c: typo fixed (thanks Jeremy for reporting it)
* po/nl.po: Dutch translation updated, thanks Jeremy
* src/recur.c (recur_apoint_new, recur_event_new): memory leak fixed
  (thanks Tony for reporting it)
2008-05-03 19:55:36 +00:00
Frederic Culot 309dba9950 memory leaks fixed, thanks Tony for reporting them 2008-05-03 19:54:14 +00:00
Frederic Culot 3bc0f4df84 typo fixed and Dutch translation updated, thanks Jeremy 2008-05-03 19:39:13 +00:00
Frederic Culot 49628f0a84 Version 2.1_beta released 2008-04-26 15:35:26 +00:00
Frederic Culot c128569444 2.1_beta soon to be released 2008-04-20 13:52:06 +00:00
Frederic Culot cb3919c59f no need to allocate tmp_app on heap in notify_thread_app 2008-04-20 13:49:39 +00:00
Frederic Culot 8ba04b5220 strcat use avoided 2008-04-20 12:54:05 +00:00
Frederic Culot 15a27e8958 html manuals updated with date format configuration options 2008-04-20 12:43:13 +00:00
Frederic Culot d21329461d * french translation updated
* correction done in the '>' command help text
2008-04-20 09:33:09 +00:00
Frederic Culot 2341c90003 some memory leaks fixed using valgrind and some minor code cleanup 2008-04-19 21:04:47 +00:00
Frederic Culot 2e798df3cb Scrollbar added in general configuration menu 2008-04-19 09:22:14 +00:00
Frederic Culot f0d4409151 Generic functions to handle scrolling windows created 2008-04-18 17:53:31 +00:00
Frederic Culot efd782699b Yet another style for source code. GNU style now used (I am fed up with tabs...) 2008-04-12 21:14:03 +00:00
Frederic Culot 0c281d2c1e Tony's patch concerning date format configuration imported 2008-04-09 20:38:29 +00:00
Frederic Culot 0f6374d787 manuals updated with the '-N' flag 2008-04-05 15:42:13 +00:00
Frederic Culot 526119cf53 '-N' flag added 2008-04-05 15:02:56 +00:00
Frederic Culot 4a89094f0e usage updated 2008-04-05 14:55:59 +00:00
Frederic Culot 23b236bc38 patch submitted by Erik Saule imported (ability to display note contents in non-interactive mode) 2008-04-05 10:21:51 +00:00
Frederic Culot 98df0a4bad bugfixes (among them, Debian Bug #469297) 2008-04-04 21:35:08 +00:00
Frederic Culot 54e2b815ec no more segfault when changing item priority (fixes Debian Bug #469297) 2008-04-04 21:31:20 +00:00
Frederic Culot 7a2a68de27 small bugfixes 2008-04-04 21:30:12 +00:00