~drbob/+junk/diary-main

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* .bzrignore: Updated bzr ignore list.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* ChangeLog: Added ChangeLog.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* .bzrignore: Updated bzr ignore list.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* src/main-window.c: Changed all C strings to en_US and added an
	en_GB translation.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* src/main.c: Fix a small leak on quit caught with Valgrind.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* configure.ac:
	* src/Makefile.am: Fixed test profiling in the Makefile.
	* src/interface.c:
	* src/link.c:
	* src/links/email.c:
	* src/links/file.c:
	* src/links/picasa.c:
	* src/links/uri.c:
	* src/main-window.c: Some comments moved to stop them showing up in
	the POT file unnecessarily.
	* src/storage-manager.c: Improvements to the debug code.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* src/links/file.c:
	* src/links/picasa.c: Added file and picasa link types.
	* configure.ac:
	* data/diary.ui:
	* src/Makefile.am:
	* src/interface.c:
	* src/link.c:
	* src/main-window.c:
	* src/main-window.h: A few more small UI fixes, as well as the
	addition of spelling checking using GtkSpell.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* data/diary.ui:
	* src/Makefile.am:
	* src/add-link-dialog.c:
	* src/add-link-dialog.h:
	* src/interface.c:
	* src/link.c:
	* src/main-window.c: Fixed changing the UI in the "Add Link" dialogue
	when the link type was changed.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* data/diary.ui:
	* src/interface.c:
	* src/link.c:
	* src/main-window.c:
	* src/main.h:
	* src/storage-manager.c:
	* src/storage-manager.h: Some more UI tweaks to make editing easier.

2008-03-23  Philip Withnall  <philip@tecnocode.co.uk>

	* data/diary.ui:
	* src/interface.c:
	* src/main-window.c:
	* src/main.h: A few small UI fixes and enhancements.

2008-03-22  Philip Withnall  <philip@tecnocode.co.uk>

	* src/links/email.c:
	* src/links/uri.c:
	* data/diary.ui:
	* intltool-extract.in:
	* intltool-merge.in:
	* intltool-update.in:
	* src/Makefile.am:
	* src/add-link-dialog.c:
	* src/add-link-dialog.h:
	* src/interface.c:
	* src/link.c:
	* src/link.h:
	* src/main-window.c:
	* src/main.h:
	* src/storage-manager.c: Rewrote the link handling and it's all
	working quite well now. More link types now need to be added.

2008-03-22  Philip Withnall  <philip@tecnocode.co.uk>

	* src/link.c:
	* src/link.h:
	* data/diary.ui:
	* src/Makefile.am:
	* src/add-link-dialog.c:
	* src/interface.c:
	* src/main-window.c:
	* src/main.h:
	* src/storage-manager.c:
	* src/storage-manager.h: Lots of work on entry links, with most of a
	working UI for adding dynamic and differing link types. Unfortunately,
	this approach is flawed and so I'll rewrite it after this commit.

2008-03-21  Philip Withnall  <philip@tecnocode.co.uk>

	Initial commit with all the functionality that the Vala version had,
	but written in an easier-to-use programming language.