Thread: [Gchore-CVS] CVS commit: gchore/src
Brought to you by:
garbled
|
From: Tim R. <ga...@us...> - 2005-12-12 20:32:52
|
Module Name: gchore
Committed By: garbled
Date: Mon Dec 12 20:32:43 UTC 2005
Added Files:
gchore/src: Makefile.am Makefile.in callbacks.c callbacks.h gchore.h
interface.c interface.h main.c options.c support.c support.h
tasks.c utils.c utils.h xmlparse.c xmlparse.h
Log Message:
Import the sources
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 gchore/src/Makefile.am gchore/src/Makefile.in \
gchore/src/callbacks.c gchore/src/callbacks.h gchore/src/gchore.h \
gchore/src/interface.c gchore/src/interface.h gchore/src/main.c \
gchore/src/options.c gchore/src/support.c gchore/src/support.h \
gchore/src/tasks.c gchore/src/utils.c gchore/src/utils.h \
gchore/src/xmlparse.c gchore/src/xmlparse.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: Tim R. <ga...@us...> - 2005-12-12 20:41:56
|
Module Name: gchore
Committed By: garbled
Date: Mon Dec 12 20:41:51 UTC 2005
Modified Files:
gchore/src: callbacks.c callbacks.h interface.c interface.h main.c
support.c support.h
Log Message:
Add copyright headers to everything
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 gchore/src/callbacks.c gchore/src/callbacks.h \
gchore/src/interface.c gchore/src/interface.h gchore/src/main.c \
gchore/src/support.c gchore/src/support.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: Tim R. <ga...@us...> - 2005-12-16 00:26:25
|
Module Name: gchore
Committed By: garbled
Date: Fri Dec 16 00:26:19 UTC 2005
Modified Files:
gchore/src: callbacks.c gchore.h interface.c main.c options.c tasks.c
Log Message:
When quitting, save the current state of the popup reminders so they
aren't counted as having been done.
Check for things that are weekly better, and make sure to pop them
appropriately.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 gchore/src/callbacks.c gchore/src/interface.c \
gchore/src/main.c
cvs rdiff -r1.1 -r1.2 gchore/src/gchore.h gchore/src/options.c \
gchore/src/tasks.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: Tim R. <ga...@us...> - 2005-12-21 06:54:05
|
Module Name: gchore
Committed By: garbled
Date: Wed Dec 21 06:53:55 UTC 2005
Modified Files:
gchore/src: callbacks.c callbacks.h gchore.h interface.c main.c
options.c tasks.c utils.c
Log Message:
Add email functionality.
Fix email time to be activated when radiobutton is clicked.
change localtime() to localtime_r() to prevent buffer corruption that was
causing invalid date handling.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 gchore/src/callbacks.c gchore/src/interface.c \
gchore/src/main.c
cvs rdiff -r1.2 -r1.3 gchore/src/callbacks.h gchore/src/gchore.h \
gchore/src/options.c gchore/src/tasks.c
cvs rdiff -r1.1 -r1.2 gchore/src/utils.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: Tim R. <ga...@us...> - 2005-12-21 21:10:12
|
Module Name: gchore Committed By: garbled Date: Wed Dec 21 21:10:04 UTC 2005 Modified Files: gchore/src: interface.c tasks.c Log Message: Add tooltips to taskentry and properties menus. To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 gchore/src/interface.c cvs rdiff -r1.3 -r1.4 gchore/src/tasks.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2005-12-22 18:14:15
|
Module Name: gchore Committed By: garbled Date: Thu Dec 22 18:14:09 UTC 2005 Modified Files: gchore/src: interface.c Log Message: Minor typo To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 gchore/src/interface.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2005-12-22 18:22:16
|
Module Name: gchore Committed By: garbled Date: Thu Dec 22 18:22:09 UTC 2005 Added Files: gchore/src: queue.h Log Message: Add queue.h for linux compilation To generate a diff of this commit: cvs rdiff -r0 -r1.1 gchore/src/queue.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2005-12-22 20:32:45
|
Module Name: gchore Committed By: garbled Date: Thu Dec 22 20:32:23 UTC 2005 Modified Files: gchore/src: tasks.c Log Message: remove debug printf To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 gchore/src/tasks.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2005-12-23 03:09:43
|
Module Name: gchore Committed By: garbled Date: Fri Dec 23 03:09:33 UTC 2005 Modified Files: gchore/src: tasks.c utils.c Log Message: Make it compile on linux To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 gchore/src/tasks.c cvs rdiff -r1.2 -r1.3 gchore/src/utils.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Tim R. <ga...@us...> - 2005-12-23 03:24:06
|
Module Name: gchore Committed By: garbled Date: Fri Dec 23 03:24:00 UTC 2005 Modified Files: gchore/src: main.c Log Message: Note version 1.0 To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 gchore/src/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |