~ubuntu-branches/ubuntu/vivid/almanah/vivid-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-12-02 13:21:08 UTC
  • mfrom: (10.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20131202132108-sfv3084bowgmzq09
Tags: 0.11.0-1
* Imported Upstream version 0.11.0
* debian/control: Update Homepage field.
* debian/patches/:
  - encrypt_database: Removed, applied upstream
  - spellchecking_error: Removed, applied upstream
  - desktop_keywords: Removed, applied upstream
* Bump Standards-Version to 3.9.5 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 27dec53600137f1fc86e02f4ff70af26f4abb460
 
2
Author: Álvaro Peña <alvaropg@gmail.com>
 
3
Date:   Sat Nov 30 13:46:42 2013 +0100
 
4
 
 
5
    appdata: fixed the screenshot URL.
 
6
 
 
7
 data/almanah.appdata.xml.in | 2 +-
 
8
 1 file changed, 1 insertion(+), 1 deletion(-)
 
9
 
 
10
commit 7ad171e8602a0f779a8d660e13034241313a902d
 
11
Author: Álvaro Peña <alvaropg@gmail.com>
 
12
Date:   Sat Nov 30 13:14:32 2013 +0100
 
13
 
 
14
    trivial: Updated the URL of the project
 
15
 
 
16
 configure.ac | 2 +-
 
17
 1 file changed, 1 insertion(+), 1 deletion(-)
 
18
 
 
19
commit a7eadede6fcfcdf0e3a7fddb776ee8f7e69ed509
 
20
Author: Álvaro Peña <alvaropg@gmail.com>
 
21
Date:   Sat Nov 30 13:13:51 2013 +0100
 
22
 
 
23
    Bug 719447 - Updated website and screenshot links in the AppData file
 
24
 
 
25
 data/almanah.appdata.xml.in | 6 +++---
 
26
 1 file changed, 3 insertions(+), 3 deletions(-)
 
27
 
 
28
commit f9c3a521f1c05b14bc004b9213efae42fe286f00
 
29
Author: Enrico Nicoletto <liverig@gmail.com>
 
30
Date:   Tue Nov 26 01:03:42 2013 -0200
 
31
 
 
32
    Updated Brazilian Portuguese translation
 
33
 
 
34
 po/pt_BR.po | 32 ++++++++++++++++++++++----------
 
35
 1 file changed, 22 insertions(+), 10 deletions(-)
 
36
 
 
37
commit 4172fa4d0f06aa0e5857f9eecfce88a876a0cbfb
 
38
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
39
Date:   Wed Nov 20 17:28:27 2013 +0100
 
40
 
 
41
    Updated Spanish translation
 
42
 
 
43
 po/es.po | 85
 
44
 ++++++++++++++++++++++++++++++++++++++++++++++------------------
 
45
 1 file changed, 62 insertions(+), 23 deletions(-)
 
46
 
 
47
commit ead6e5357d8af3a05b1770caa52c3db9caad128e
 
48
Author: Piotr Drąg <piotrdrag@gmail.com>
 
49
Date:   Sun Nov 17 19:01:11 2013 +0100
 
50
 
 
51
    Updated Polish translation
 
52
 
 
53
 po/pl.po | 22 +++++++++++++++++-----
 
54
 1 file changed, 17 insertions(+), 5 deletions(-)
 
55
 
 
56
commit cbde56f6b357579e0884989e7651890b45e33d30
 
57
Author: Piotr Drąg <piotrdrag@gmail.com>
 
58
Date:   Sun Nov 17 18:58:25 2013 +0100
 
59
 
 
60
    Updated POTFILES.in
 
61
 
 
62
 po/POTFILES.in | 1 +
 
63
 1 file changed, 1 insertion(+)
 
64
 
 
65
commit cc5c3e34e98f070eeb8503eff205db305c996bd0
 
66
Author: Álvaro Peña <alvaropg@gmail.com>
 
67
Date:   Sun Nov 17 17:36:06 2013 +0100
 
68
 
 
69
    accessibility: Improve the accessibility around the application.
 
70
 
 
71
    Now the AlmanahTag accept the focus and export the action "remove"
 
72
    with the
 
73
    implementation of the AtkAction interface.
 
74
 
 
75
    The main window now have access to the UI manager accellerators.
 
76
 
 
77
 src/Makefile.am               |   2 +
 
78
 src/main-window.c             |   6 +-
 
79
 src/widgets/entry-tags-area.c |   1 +
 
80
 src/widgets/tag-accessible.c  | 168
 
81
 ++++++++++++++++++++++++++++++++++++++++++
 
82
 src/widgets/tag-accessible.h  |  51 +++++++++++++
 
83
 src/widgets/tag-entry.c       | 144 ++++++++++++++++++------------------
 
84
 src/widgets/tag.c             |  29 +++++++-
 
85
 src/widgets/tag.h             |   7 +-
 
86
 8 files changed, 331 insertions(+), 77 deletions(-)
 
87
 
 
88
commit 467b4f75b0944b90ccd67b8e2c0fc45256792668
 
89
Author: Álvaro Peña <alvaropg@gmail.com>
 
90
Date:   Sun Nov 17 17:28:54 2013 +0100
 
91
 
 
92
    icons: Added a 256x256 icon (png and svg) which looks better in
 
93
    gnome-shell than 48x48
 
94
 
 
95
 configure.ac                   |   1 +
 
96
 data/icons/256x256/Makefile.am |   6 +
 
97
 data/icons/256x256/almanah.png | Bin 0 -> 18991 bytes
 
98
 data/icons/256x256/almanah.svg | 482
 
99
 +++++++++++++++++++++++++++++++++++++++++
 
100
 data/icons/Makefile.am         |   2 +-
 
101
 5 files changed, 490 insertions(+), 1 deletion(-)
 
102
 
 
103
commit d86652d76591bc98e686c9f9ba63a1f871401e00
 
104
Author: Álvaro Peña <alvaropg@gmail.com>
 
105
Date:   Sat Nov 16 13:19:03 2013 +0100
 
106
 
 
107
    style: fixed some issues with the GNOME 3.10 theme
 
108
 
 
109
 data/almanah.css |  3 +++
 
110
 data/almanah.ui  | 10 ++++++----
 
111
 2 files changed, 9 insertions(+), 4 deletions(-)
 
112
 
 
113
commit 6354fa55e938308d6e4dfd7ff4fa44209a11ef0d
 
114
Author: Matej Urbančič <mateju@svn.gnome.org>
 
115
Date:   Sat Nov 2 11:53:05 2013 +0100
 
116
 
 
117
    Updated Slovenian translation
 
118
 
 
119
 po/sl.po | 65
 
120
 +++++++++++++++++++++++++++++++++++++++++-----------------------
 
121
 1 file changed, 42 insertions(+), 23 deletions(-)
 
122
 
 
123
commit 9d6b621959ad9b2f1582b9f98620354a64b876a5
 
124
Author: Antonio Fernandes C. Neto <fernandesn@gnome.org>
 
125
Date:   Wed Oct 30 23:19:28 2013 -0200
 
126
 
 
127
    Updated Brazilian Portuguese translation
 
128
 
 
129
 po/pt_BR.po | 157
 
130
 ++++--------------------------------------------------------
 
131
 1 file changed, 8 insertions(+), 149 deletions(-)
 
132
 
 
133
commit 90d9341f3e0bcdfbd05560de4e06e358e51a08dd
 
134
Author: Enrico Nicoletto <liverig@gmail.com>
 
135
Date:   Wed Oct 30 23:05:50 2013 -0200
 
136
 
 
137
    Updated Brazilian Portuguese translation
 
138
 
 
139
 po/pt_BR.po | 65
 
140
 ++++++++++++++++++++++++++++++++++++++++---------------------
 
141
 1 file changed, 43 insertions(+), 22 deletions(-)
 
142
 
 
143
commit 5d2eea1352b5bbc6e9c6317ee55fa1dd2eeef9d8
 
144
Author: Piotr Drąg <piotrdrag@gmail.com>
 
145
Date:   Wed Oct 30 18:56:19 2013 +0100
 
146
 
 
147
    Updated Polish translation
 
148
 
 
149
 po/pl.po | 60
 
150
 +++++++++++++++++++++++++++++++++++++++++-------------------
 
151
 1 file changed, 41 insertions(+), 19 deletions(-)
 
152
 
 
153
commit 0e00b6cb7265c0642d05566fb24a93c614145e9d
 
154
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
155
Date:   Tue Oct 8 12:44:49 2013 +0200
 
156
 
 
157
    core: Change permissions of diary.db to 0600
 
158
 
 
159
    Add chmod() calls at various places in the StorageManager and
 
160
    import and
 
161
    export code to change the permissions of files containing diary
 
162
    entries
 
163
    (including the database, the encrypted database, database backups and
 
164
    different formats of exported files) to be 0600.
 
165
 
 
166
 src/export-operation.c | 36 +++++++++++++++++++++++++++++++----
 
167
 src/storage-manager.c  | 51
 
168
 +++++++++++++++++++++++++++++++++++++++++++-------
 
169
 2 files changed, 76 insertions(+), 11 deletions(-)
 
170
 
 
171
commit fcb70f637527d48392c13cd7bf52de7b312820ec
 
172
Author: Andika Triwidada <andika@gmail.com>
 
173
Date:   Fri Oct 4 22:26:02 2013 +0700
 
174
 
 
175
    Updated Indonesian translation
 
176
 
 
177
 po/id.po | 280
 
178
 ++++++++++++++++++++++++++++++++++++---------------------------
 
179
 1 file changed, 160 insertions(+), 120 deletions(-)
 
180
 
 
181
commit 61ee111f27579671657f3c2e87838bae095c4052
 
182
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
183
Date:   Sat Sep 21 23:32:16 2013 +0300
 
184
 
 
185
    Updated Latvian translatio
 
186
 
 
187
 po/lv.po | 489
 
188
 +++++++++++++++++++++++++++++++++++----------------------------
 
189
 1 file changed, 271 insertions(+), 218 deletions(-)
 
190
 
 
191
commit 87bfbe1ccfa97ba52d0b1ab5e735a44f7163b6c0
 
192
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
193
Date:   Fri Sep 13 00:48:45 2013 +0200
 
194
 
 
195
    Updated Galician translations
 
196
 
 
197
 po/gl.po | 89
 
198
 +++++++++++++++++++++++++++++++++++++++++++---------------------
 
199
 1 file changed, 60 insertions(+), 29 deletions(-)
 
200
 
 
201
commit 3aaff4d928858d86b2053114c32af6fd6748358f
 
202
Author: Joe Hansen <joedalton2@yahoo.dk>
 
203
Date:   Tue Sep 10 23:27:06 2013 +0200
 
204
 
 
205
    Updated Danish translation
 
206
 
 
207
 po/da.po | 127
 
208
 ++++++++++++++++++++++++++++++++++++++++-----------------------
 
209
 1 file changed, 81 insertions(+), 46 deletions(-)
 
210
 
 
211
commit 7823722fc45f8ea385ed1014e33e03abe30f693e
 
212
Author: Matej Urbančič <mateju@svn.gnome.org>
 
213
Date:   Tue Sep 10 21:30:05 2013 +0200
 
214
 
 
215
    Updated Slovenian translation
 
216
 
 
217
 po/sl.po | 90
 
218
 ++++++++++++++++++++++++++++++++++++++++++----------------------
 
219
 1 file changed, 60 insertions(+), 30 deletions(-)
 
220
 
 
221
commit 64f21bef5e092ee04db74f4d7d6a95c3fb644e59
 
222
Author: Balázs Úr <urbalazs@src.gnome.org>
 
223
Date:   Tue Sep 10 00:01:14 2013 +0200
 
224
 
 
225
    Updated Hungarian translation
 
226
 
 
227
 po/hu.po | 90
 
228
 +++++++++++++++++++++++++++++++++++++++++++---------------------
 
229
 1 file changed, 61 insertions(+), 29 deletions(-)
 
230
 
 
231
commit c0a322cb9097f74bfdd51f427f2159e2f5d35204
 
232
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
 
233
Date:   Sun Sep 8 07:45:15 2013 +0200
 
234
 
 
235
    Updated Serbian translation
 
236
 
 
237
 po/sr.po       | 88
 
238
 +++++++++++++++++++++++++++++++++++++++-------------------
 
239
 po/sr@latin.po | 88
 
240
 +++++++++++++++++++++++++++++++++++++++-------------------
 
241
 2 files changed, 118 insertions(+), 58 deletions(-)
 
242
 
 
243
commit 406c8e286dfedfcb0df589f6efc5b079efb1e25b
 
244
Author: Marek Černocký <marek@manet.cz>
 
245
Date:   Fri Sep 6 21:03:43 2013 +0200
 
246
 
 
247
    Updated Czech translation
 
248
 
 
249
 po/cs.po | 22 ++++++++++++++++++++--
 
250
 1 file changed, 20 insertions(+), 2 deletions(-)
 
251
 
 
252
commit 2133e7eee01f4a36a8050fd4523e0489a3fe4832
 
253
Author: Ramon Brandão <rcbdesigner@gmail.com>
 
254
Date:   Thu Sep 5 21:37:52 2013 -0300
 
255
 
 
256
    Updated Brazilian Portuguese translation proofread by Enrico Nicoletto
 
257
 
 
258
 po/pt_BR.po | 100
 
259
 +++++++++++++++++++++++++++++++++++++++---------------------
 
260
 1 file changed, 66 insertions(+), 34 deletions(-)
 
261
 
 
262
commit f10e138941584112fc81c320e49879f8a6f92f15
 
263
Author: Álvaro Peña <alvaropg@gmail.com>
 
264
Date:   Thu Sep 5 19:42:37 2013 +0200
 
265
 
 
266
    Added a shortcut to select a concrete date.
 
267
 
 
268
 data/almanah.ui | 1 +
 
269
 1 file changed, 1 insertion(+)
 
270
 
 
271
commit 527063ff309ee04f4aa0ccb28879be37b82c86f5
 
272
Author: Piotr Drąg <piotrdrag@gmail.com>
 
273
Date:   Thu Sep 5 14:47:55 2013 +0200
 
274
 
 
275
    Updated Polish translation
 
276
 
 
277
 po/pl.po | 22 ++++++++++++++++++++--
 
278
 1 file changed, 20 insertions(+), 2 deletions(-)
 
279
 
 
280
commit 82b78b92318c1e7fc3f26b7afe2c59d582e9df75
 
281
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
282
Date:   Thu Sep 5 11:44:16 2013 +0200
 
283
 
 
284
    Updated Spanish translation
 
285
 
 
286
 po/es.po | 90
 
287
 +++++++++++++++++++++++++++++++++++++++++++---------------------
 
288
 1 file changed, 61 insertions(+), 29 deletions(-)
 
289
 
 
290
commit eb543f421cff98e7f5552940f1275c47df494674
 
291
Author: Álvaro Peña <alvaropg@gmail.com>
 
292
Date:   Thu Sep 5 01:23:40 2013 +0200
 
293
 
 
294
    Bug 707517 - Added an AppData file
 
295
 
 
296
    Allowing the publication in the GNOME Software Center.
 
297
 
 
298
 data/Makefile.am            |  9 +++++++++
 
299
 data/almanah.appdata.xml.in | 21 +++++++++++++++++++++
 
300
 po/POTFILES.in              |  1 +
 
301
 3 files changed, 31 insertions(+)
 
302
 
 
303
commit f380ba72d3fc9e379b4c1a7ef2601ba548ceee19
 
304
Author: Marek Černocký <marek@manet.cz>
 
305
Date:   Wed Sep 4 22:33:25 2013 +0200
 
306
 
 
307
    Updated Czech translation
 
308
 
 
309
 po/cs.po | 8 ++++++--
 
310
 1 file changed, 6 insertions(+), 2 deletions(-)
 
311
 
 
312
commit cb3e088f069906ab3ac5100a02c1d952a2e020bf
 
313
Author: Marek Černocký <marek@manet.cz>
 
314
Date:   Wed Sep 4 22:32:08 2013 +0200
 
315
 
 
316
    Updated Czech translation
 
317
 
 
318
 po/cs.po | 68
 
319
 ++++++++++++++++++++++++++++++++++++----------------------------
 
320
 1 file changed, 38 insertions(+), 30 deletions(-)
 
321
 
 
322
commit 5cf3c22c131980dfa27b71589f653fba5380d283
 
323
Author: Piotr Drąg <piotrdrag@gmail.com>
 
324
Date:   Wed Sep 4 22:12:50 2013 +0200
 
325
 
 
326
    Updated Polish translation
 
327
 
 
328
 po/pl.po | 70
 
329
 +++++++++++++++++++++++++++++++++++++---------------------------
 
330
 1 file changed, 41 insertions(+), 29 deletions(-)
 
331
 
 
332
commit c3f8e26c03ab3d28cbd619f63ec72d4210bb8f1b
 
333
Author: Piotr Drąg <piotrdrag@gmail.com>
 
334
Date:   Wed Sep 4 22:10:42 2013 +0200
 
335
 
 
336
    Updated POTFILES.in
 
337
 
 
338
 po/POTFILES.in | 2 ++
 
339
 1 file changed, 2 insertions(+)
 
340
 
 
341
commit ecdff3cf9c94eae44eff145b0abe88f4e1880f85
 
342
Author: Álvaro Peña <alvaropg@gmail.com>
 
343
Date:   Wed Sep 4 18:26:10 2013 +0200
 
344
 
 
345
    Bug 684412 Simplified the tags area widget.
 
346
 
 
347
    Removed all the custom container stuff about style and added a button
 
348
    in the toolbar
 
349
    to show/hide the tags zone.
 
350
 
 
351
 configure.ac                                  |  1 +
 
352
 data/almanah.css                              | 20 -------
 
353
 data/almanah.ui                               | 19 ++++++-
 
354
 data/icons/Makefile.am                        |  2 +-
 
355
 data/icons/scalable/Makefile.am               |  6 ++
 
356
 data/icons/scalable/almanah-tags-symbolic.svg | 81
 
357
 +++++++++++++++++++++++++++
 
358
 src/main-window.c                             | 18 ++++++
 
359
 src/widgets/entry-tags-area.c                 | 22 +++-----
 
360
 8 files changed, 130 insertions(+), 39 deletions(-)
 
361
 
 
362
commit 63209c10286a1e62fa002a79ef22b486eb459e70
 
363
Author: Álvaro Peña <alvaropg@gmail.com>
 
364
Date:   Wed Sep 4 18:18:40 2013 +0200
 
365
 
 
366
    Localized the tags feature
 
367
 
 
368
 src/widgets/entry-tags-area.c | 4 +++-
 
369
 src/widgets/tag-entry.c       | 5 ++---
 
370
 2 files changed, 5 insertions(+), 4 deletions(-)
 
371
 
 
372
commit a393571d25a8a3a1bdf027b5280fdf3cc23ee2f6
 
373
Author: Álvaro Peña <alvaropg@gmail.com>
 
374
Date:   Mon Sep 2 21:16:55 2013 +0200
 
375
 
 
376
    Makes the tag entry a little wider
 
377
 
 
378
 src/widgets/tag-entry.c | 2 +-
 
379
 1 file changed, 1 insertion(+), 1 deletion(-)
 
380
 
 
381
commit 7aa988baef20591ef0c1af309b09bc869d30d67a
 
382
Author: Álvaro Peña <alvaropg@gmail.com>
 
383
Date:   Mon Sep 2 21:15:36 2013 +0200
 
384
 
 
385
    Some top margin for entry text.
 
386
 
 
387
 data/almanah.ui | 1 +
 
388
 1 file changed, 1 insertion(+)
 
389
 
 
390
commit d3bf01e6874d2607054876ac48e52152bd691a00
 
391
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
392
Date:   Wed Aug 28 01:06:01 2013 +0200
 
393
 
 
394
    Updated Galician translations
 
395
 
 
396
 po/gl.po | 216
 
397
 +++++++++++++++++++++++++++++++++------------------------------
 
398
 1 file changed, 113 insertions(+), 103 deletions(-)
 
399
 
 
400
commit 4cc562a4377ab10dead553632b9651f1f9432939
 
401
Author: Piotr Drąg <piotrdrag@gmail.com>
 
402
Date:   Tue Aug 20 23:02:33 2013 +0200
 
403
 
 
404
    Updated Polish translation
 
405
 
 
406
 po/pl.po | 6 +++---
 
407
 1 file changed, 3 insertions(+), 3 deletions(-)
 
408
 
 
409
commit 145d2f4b6d9412c1e9dccdf8f435e635eab254f1
 
410
Author: Philip Withnall <philip@tecnocode.co.uk>
 
411
Date:   Fri Aug 2 11:18:33 2013 +0200
 
412
 
 
413
    core: Add missing unit to CSS file
 
414
 
 
415
    This fixes a GTK+ warning.
 
416
 
 
417
 data/almanah.css | 2 +-
 
418
 1 file changed, 1 insertion(+), 1 deletion(-)
 
419
 
 
420
commit 121925efd91dcac72944d07eebd215f974d7d8ca
 
421
Author: Adorilson Bezerra <adorilson@gmail.com>
 
422
Date:   Sun Jun 30 08:24:58 2013 -0300
 
423
 
 
424
    Updated Brazilian Portuguese translation
 
425
 
 
426
 po/pt_BR.po | 54 ++++++++++++++++++++++++++++++------------------------
 
427
 1 file changed, 30 insertions(+), 24 deletions(-)
 
428
 
 
429
commit 5491816d57ab3d555cf79e2adc1d893a4115665e
 
430
Author: Balázs Úr <urbalazs@src.gnome.org>
 
431
Date:   Sun Jun 16 20:23:23 2013 +0200
 
432
 
 
433
    Updated Hungarian translation
 
434
 
 
435
 po/hu.po | 163
 
436
 ++++++++++++++++++++++++++++++++-------------------------------
 
437
 1 file changed, 84 insertions(+), 79 deletions(-)
 
438
 
 
439
commit ccac08b0fb077280be559eeae32208082753e140
 
440
Author: Matej Urbančič <mateju@svn.gnome.org>
 
441
Date:   Mon Jun 3 21:57:14 2013 +0200
 
442
 
 
443
    Updated Slovenian translation
 
444
 
 
445
 po/sl.po | 44 +++++++++++++++++++++++++-------------------
 
446
 1 file changed, 25 insertions(+), 19 deletions(-)
 
447
 
 
448
commit 9d02aac53858cdd16259f48abf1f8aadcd5109c8
 
449
Author: Marek Černocký <marek@manet.cz>
 
450
Date:   Wed May 15 14:49:40 2013 +0200
 
451
 
 
452
    Updated Czech translation
 
453
 
 
454
 po/cs.po | 166
 
455
 ++++++++++++++++++++++++++++++++-------------------------------
 
456
 1 file changed, 85 insertions(+), 81 deletions(-)
 
457
 
 
458
commit b7f7c720b8253dfdbbd56d84486405f0493783ad
 
459
Author: Álvaro Peña <alvaropg@gmail.com>
 
460
Date:   Tue May 14 12:41:47 2013 +0200
 
461
 
 
462
    Bug 700274 - Fix spell checking errors
 
463
 
 
464
 src/storage-manager.c | 6 +++---
 
465
 1 file changed, 3 insertions(+), 3 deletions(-)
 
466
 
 
467
commit 92ee614ce120fe03d0289b050d381595b6449286
 
468
Author: Piotr Drąg <piotrdrag@gmail.com>
 
469
Date:   Tue May 14 18:54:27 2013 +0200
 
470
 
 
471
    Updated Polish translation
 
472
 
 
473
 po/pl.po | 43 ++++++++++++++++++++++++-------------------
 
474
 1 file changed, 24 insertions(+), 19 deletions(-)
 
475
 
 
476
commit 9e3da0d3d24af0f00ba64c2e0035f74ed7def1a0
 
477
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
478
Date:   Tue May 14 16:01:20 2013 +0200
 
479
 
 
480
    Updated Spanish translation
 
481
 
 
482
 po/es.po | 167
 
483
 ++++++++++++++++++++++++++++++++-------------------------------
 
484
 1 file changed, 86 insertions(+), 81 deletions(-)
 
485
 
 
486
commit 33fc88ba4eb67321153a34f397d6200148d89cec
 
487
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
 
488
Date:   Tue May 14 12:24:24 2013 +0200
 
489
 
 
490
    Updated Serbian translation
 
491
 
 
492
 po/sr.po       | 163
 
493
 +++++++++++++++++++++++++++++----------------------------
 
494
 po/sr@latin.po | 163
 
495
 +++++++++++++++++++++++++++++----------------------------
 
496
 2 files changed, 168 insertions(+), 158 deletions(-)
 
497
 
 
498
commit 9cbb0c00931714ece2b55a518630ef94d9771727
 
499
Author: Álvaro Peña <alvaropg@gmail.com>
 
500
Date:   Tue May 14 10:56:12 2013 +0200
 
501
 
 
502
    Bug 700273 - Add Keywords to .desktop file
 
503
 
 
504
 data/almanah.desktop.in | 2 ++
 
505
 1 file changed, 2 insertions(+)
 
506
 
 
507
commit 7503b5865457370fae92e1a421e9d4b62e4c5d90
 
508
Author: Dominique Leuenberger <dimstar@opensuse.org>
 
509
Date:   Thu Apr 18 09:08:31 2013 +0200
 
510
 
 
511
    main: include interface.h
 
512
 
 
513
    We make use of prototypes in this header (almanah_get_css_path).
 
514
 
 
515
    https://bugzilla.gnome.org/show_bug.cgi?id=698259
 
516
 
 
517
 src/application.c | 1 +
 
518
 1 file changed, 1 insertion(+)
 
519
 
 
520
commit e39e376bb1e8256e4e2569edd469c6c305ff47c5
 
521
Author: Dimitris Spingos <dmtrs32@gmail.com>
 
522
Date:   Wed Apr 10 18:02:30 2013 +0300
 
523
 
 
524
    Updated Greek translation
 
525
 
 
526
 po/el.po | 946
 
527
 ++++++++++++++++++++++++++++++++++++---------------------------
 
528
 1 file changed, 536 insertions(+), 410 deletions(-)
 
529
 
 
530
commit a00b3bf413c90989a7fff0679f55a3d4263e9058
 
531
Author: Balázs Úr <urbalazs@src.gnome.org>
 
532
Date:   Sat Mar 16 19:56:36 2013 +0100
 
533
 
 
534
    Updated Hungarian translation
 
535
 
 
536
 po/hu.po | 66
 
537
 +++++++++++++++++++++++++++++++++-------------------------------
 
538
 1 file changed, 34 insertions(+), 32 deletions(-)
 
539
 
 
540
commit 9736ec244620fb16015a69d3c0dbfcb2c4e6e027
 
541
Author: Enrico Nicoletto <liverig@gmail.com>
 
542
Date:   Tue Mar 12 19:17:42 2013 -0300
 
543
 
 
544
    Updated Brazilian Portuguese translation
 
545
 
 
546
 po/pt_BR.po | 220
 
547
 +++++++++++++++++++++++++++++++-----------------------------
 
548
 1 file changed, 113 insertions(+), 107 deletions(-)
 
549
 
 
550
commit b8f0177bc5b25cb5e82356c32f77629c57fa61ec
 
551
Author: Joe Hansen <joedalton2@yahoo.dk>
 
552
Date:   Tue Mar 12 21:09:12 2013 +0100
 
553
 
 
554
    Updated Danish translation
 
555
 
 
556
 po/da.po | 637
 
557
 +++++++++++++++++++++++++--------------------------------------
 
558
 1 file changed, 253 insertions(+), 384 deletions(-)
 
559
 
 
560
commit f532dcad9ff4e04cffc1263d07ae71e1cd496985
 
561
Merge: dd6190a 91eae05
 
562
Author: Álvaro Peña <alvaropg@gmail.com>
 
563
Date:   Mon Mar 11 12:20:49 2013 +0100
 
564
 
 
565
    Merge branch 'Version_0_10_1'
 
566
 
 
567
    Conflicts:
 
568
        NEWS
 
569
        configure.ac
 
570
 
 
571
commit 91eae05ad9076d14eccbe7cc918421a69ecebe7b
 
572
Author: Álvaro Peña <alvaropg@gmail.com>
 
573
Date:   Mon Mar 11 12:14:31 2013 +0100
 
574
 
 
575
    Release 0.10.1 with a critical bug fixed (see
 
576
    https://bugzilla.gnome.org/show_bug.cgi?id=695117)
 
577
 
 
578
 NEWS         | 11 ++++++-----
 
579
 configure.ac |  2 +-
 
580
 2 files changed, 7 insertions(+), 6 deletions(-)
 
581
 
 
582
commit 58749595ba914e60ebe81d9ee2cd582c5412fcaf
 
583
Merge: 5ae30e1 87c67ae
 
584
Author: Álvaro Peña <alvaropg@gmail.com>
 
585
Date:   Mon Mar 11 12:08:29 2013 +0100
 
586
 
 
587
    Merge branch 'V_0_9_1' into Version_0_10_1
 
588
 
 
589
    Conflicts:
 
590
        NEWS
 
591
        configure.ac
 
592
 
 
593
commit 87c67aebfbb9e9d88ee14ae6928589cbbea69383
 
594
Author: Álvaro Peña <alvaropg@gmail.com>
 
595
Date:   Mon Mar 11 11:23:19 2013 +0100
 
596
 
 
597
    Release 0.9.1
 
598
 
 
599
 NEWS         | 6 ++++++
 
600
 configure.ac | 2 +-
 
601
 2 files changed, 7 insertions(+), 1 deletion(-)
 
602
 
 
603
commit dd6190a0c5397ca972688c61ebbbb58ed40d8515
 
604
Author: Alexandre Franke <alexandre.franke@gmail.com>
 
605
Date:   Sun Mar 10 19:10:20 2013 +0100
 
606
 
 
607
    Update French translation
 
608
 
 
609
 po/fr.po | 206
 
610
 ++++++++++++++++++++++++++-------------------------------------
 
611
 1 file changed, 85 insertions(+), 121 deletions(-)
 
612
 
 
613
commit 41ef1173ea2bcf14409c789aab0294ddec1d6472
 
614
Author: Alexandre Franke <alexandre.franke@gmail.com>
 
615
Date:   Sun Mar 10 19:08:32 2013 +0100
 
616
 
 
617
    Update French translation
 
618
 
 
619
 po/fr.po | 432
 
620
 ++++++++++++++++++++++++++++++++++-----------------------------
 
621
 1 file changed, 233 insertions(+), 199 deletions(-)
 
622
 
 
623
commit 93328b0dbc63d9de3b31f22ef74748377eb3bfd3
 
624
Author: Matej Urbančič <mateju@svn.gnome.org>
 
625
Date:   Thu Mar 7 21:39:51 2013 +0100
 
626
 
 
627
    Updated Slovenian translation
 
628
 
 
629
 po/sl.po | 282
 
630
 ++++++++++++++++++++++++++++++++-------------------------------
 
631
 1 file changed, 142 insertions(+), 140 deletions(-)
 
632
 
 
633
commit 0e4fb167c6eb478e0bcdb1cce5dd18f36f3f2656
 
634
Author: Álvaro Peña <alvaropg@gmail.com>
 
635
Date:   Tue Mar 5 17:30:41 2013 +0100
 
636
 
 
637
    Bug 695117 - Almanah doesn't encrypt the database when the application
 
638
    close
 
639
 
 
640
    The "quit_mainloop" event in GApplication isn't used anymore from
 
641
    GLib 2.32, so moved
 
642
    the database desconnection stuff, including database encryption if
 
643
    necessary, to the
 
644
    "window_removed" event.
 
645
 
 
646
 src/application.c | 35 ++++++++++++++++++++++-------------
 
647
 1 file changed, 22 insertions(+), 13 deletions(-)
 
648
 
 
649
commit 2a59d692dcdf8789fbb71756c4366099e1066efb
 
650
Author: Álvaro Peña <alvaropg@gmail.com>
 
651
Date:   Tue Feb 26 22:52:42 2013 +0100
 
652
 
 
653
    build: Post-release version bump
 
654
 
 
655
 configure.ac | 2 +-
 
656
 1 file changed, 1 insertion(+), 1 deletion(-)
 
657
 
 
658
commit b4c7124958af01deed2839ce10d696dd30a42458
 
659
Author: Álvaro Peña <alvaropg@gmail.com>
 
660
Date:   Tue Feb 26 22:38:01 2013 +0100
 
661
 
 
662
    Development release 0.10.8, road to 0.11
 
663
 
 
664
 NEWS         | 31 +++++++++++++++++++++++++++++++
 
665
 configure.ac |  2 +-
 
666
 2 files changed, 32 insertions(+), 1 deletion(-)
 
667
 
1
668
commit b0510858ed7744259f4908d12d312e962ddc61a4
2
669
Author: Álvaro Peña <alvaropg@gmail.com>
3
 
Date:   Tue Feb 26 13:18:44 2013 +0100
 
670
Date:   Tue Feb 26 13:18:44 2013 +0100
4
671
 
5
672
    Better margin in the TextView widget instead the text margin
6
673
 
9
676
 
10
677
commit d03b8175bb955ae6442804e21b2c8222909b136f
11
678
Author: Álvaro Peña <alvaropg@gmail.com>
12
 
Date:   Mon Feb 25 17:41:39 2013 +0100
 
679
Date:   Mon Feb 25 17:41:39 2013 +0100
13
680
 
14
681
    Include the entry tags in the search
15
682
 
18
685
 
19
686
commit 717a5d3e83ccb5d7a15fe9e392531c0a6dce218d
20
687
Author: Álvaro Peña <alvaropg@gmail.com>
21
 
Date:   Mon Feb 25 17:34:58 2013 +0100
 
688
Date:   Mon Feb 25 17:34:58 2013 +0100
22
689
 
23
690
    Some tag entry area aesthetic changes
24
691
 
28
695
 
29
696
commit ba7ebebf0148d8492786d42c80c358a12bd97d82
30
697
Author: Yuri Myasoedov <omerta13@yandex.ru>
31
 
Date:   Wed Feb 20 00:24:51 2013 +0400
 
698
Date:   Wed Feb 20 00:24:51 2013 +0400
32
699
 
33
700
    Updated Russian translation
34
701
 
38
705
 
39
706
commit 94ba52aab663f94141be8031f2c28df842d9e335
40
707
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
41
 
Date:   Tue Feb 19 20:41:05 2013 +0100
 
708
Date:   Tue Feb 19 20:41:05 2013 +0100
42
709
 
43
710
    Updated Serbian translation
44
711
 
45
 
 po/sr.po       | 89
 
712
 po/sr.po       | 89
46
713
 ++++++++++++++++++++--------------------------------------
47
714
 po/sr@latin.po | 89
48
715
 ++++++++++++++++++++--------------------------------------
50
717
 
51
718
commit befdb9f8d4014c29e3cda8c7bad170e9f4f43585
52
719
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
53
 
Date:   Tue Feb 19 12:40:04 2013 +0100
 
720
Date:   Tue Feb 19 12:40:04 2013 +0100
54
721
 
55
722
    Updated Spanish translation
56
723
 
60
727
 
61
728
commit 60f8f5d5613ad691e8f84a65a43ca0b10e2687f0
62
729
Author: Piotr Drąg <piotrdrag@gmail.com>
63
 
Date:   Sat Feb 16 20:37:53 2013 +0100
 
730
Date:   Sat Feb 16 20:37:53 2013 +0100
64
731
 
65
732
    Updated Polish translation
66
733
 
69
736
 
70
737
commit 6046c0b707e29cc3898f489bd3ab17494bd92520
71
738
Author: Marek Černocký <marek@manet.cz>
72
 
Date:   Fri Feb 15 21:15:06 2013 +0100
 
739
Date:   Fri Feb 15 21:15:06 2013 +0100
73
740
 
74
741
    Updated Czech translation
75
742
 
79
746
 
80
747
commit 40793869556f0b0ae1731af7c267a497b086409a
81
748
Author: Piotr Drąg <piotrdrag@gmail.com>
82
 
Date:   Fri Feb 15 13:53:15 2013 +0100
 
749
Date:   Fri Feb 15 13:53:15 2013 +0100
83
750
 
84
751
    Updated Polish translation
85
752
 
89
756
 
90
757
commit 370cac00a0fedcf9c7aefdb2115bef72ec34b658
91
758
Author: Piotr Drąg <piotrdrag@gmail.com>
92
 
Date:   Fri Feb 15 13:50:12 2013 +0100
 
759
Date:   Fri Feb 15 13:50:12 2013 +0100
93
760
 
94
761
    Updated POTFILES.in
95
762
 
99
766
commit d43c6959b381b4e6f998ec531a7c2dc64f58534f
100
767
Merge: 114c4f7 6b66eb3
101
768
Author: Álvaro Peña <alvaropg@gmail.com>
102
 
Date:   Fri Feb 15 11:02:47 2013 +0100
 
769
Date:   Fri Feb 15 11:02:47 2013 +0100
103
770
 
104
771
    Merge branch 'tagsupport'
105
772
 
106
773
commit 6b66eb309edcb5474076bcc328a347b7a9e61e8f
107
774
Author: Álvaro Peña <alvaropg@gmail.com>
108
 
Date:   Fri Feb 15 10:58:10 2013 +0100
 
775
Date:   Fri Feb 15 10:58:10 2013 +0100
109
776
 
110
777
    Updated PO files
111
778
 
114
781
 
115
782
commit 5ebee0904832c7fbe492ecfa1ef1488eb5e1161c
116
783
Author: Álvaro Peña <alvaropg@gmail.com>
117
 
Date:   Wed Feb 13 13:15:22 2013 +0100
 
784
Date:   Wed Feb 13 13:15:22 2013 +0100
118
785
 
119
786
    Better unfocused window colors for the tags area
120
787
 
121
 
 data/almanah.css              | 15 ++++++++++++++-
 
788
 data/almanah.css              | 15 ++++++++++++++-
122
789
 src/widgets/entry-tags-area.c | 15 +++++++--------
123
790
 2 files changed, 21 insertions(+), 9 deletions(-)
124
791
 
125
792
commit 72577d9e523fed7826e5381b4a9206db0a4171d8
126
793
Author: Álvaro Peña <alvaropg@gmail.com>
127
 
Date:   Tue Feb 12 13:26:08 2013 +0100
 
794
Date:   Tue Feb 12 13:26:08 2013 +0100
128
795
 
129
796
    Free memory and some whitespace fixes
130
797
 
134
801
 
135
802
commit e0297a13ebc251692f386a19073acafe14342ee1
136
803
Author: Álvaro Peña <alvaropg@gmail.com>
137
 
Date:   Tue Feb 12 13:22:27 2013 +0100
 
804
Date:   Tue Feb 12 13:22:27 2013 +0100
138
805
 
139
806
    Allow the user to add a tag to a non-saved entry
140
807
 
141
 
 src/storage-manager.c         | 17 +++++++-------
 
808
 src/storage-manager.c         | 17 +++++++-------
142
809
 src/widgets/entry-tags-area.c | 54
143
810
 ++++++++++++++++++++-----------------------
144
811
 2 files changed, 33 insertions(+), 38 deletions(-)
145
812
 
146
813
commit c1ef6e0523ac6bdac46481ec8c5da2ab288a94db
147
814
Author: Álvaro Peña <alvaropg@gmail.com>
148
 
Date:   Fri Feb 8 13:11:01 2013 +0100
 
815
Date:   Fri Feb 8 13:11:01 2013 +0100
149
816
 
150
817
    EntryTagsArea is an EggWrapBox children, so now the tags are placed
151
818
    dynamically
152
819
    along the widget
153
820
 
154
 
 data/almanah.ui                |    4 +-
155
 
 src/Makefile.am                |    4 +
156
 
 src/main-window.c              |    2 +-
 
821
 data/almanah.ui                |    4 +-
 
822
 src/Makefile.am                |    4 +
 
823
 src/main-window.c              |    2 +-
157
824
 src/widgets/eggwrapbox-enums.c |   70 ++
158
825
 src/widgets/eggwrapbox-enums.h |   23 +
159
 
 src/widgets/eggwrapbox.c       | 2641
 
826
 src/widgets/eggwrapbox.c       | 2641
160
827
 ++++++++++++++++++++++++++++++++++++++++
161
 
 src/widgets/eggwrapbox.h       |  157 +++
162
 
 src/widgets/entry-tags-area.c  |    2 +-
163
 
 src/widgets/entry-tags-area.h  |    7 +-
 
828
 src/widgets/eggwrapbox.h       |  157 +++
 
829
 src/widgets/entry-tags-area.c  |    2 +-
 
830
 src/widgets/entry-tags-area.h  |    7 +-
164
831
 9 files changed, 2903 insertions(+), 7 deletions(-)
165
832
 
166
833
commit 4aceb406305ed6dd7edd939a9776eb02c0d86fdc
167
834
Author: Álvaro Peña <alvaropg@gmail.com>
168
 
Date:   Thu Feb 7 18:12:23 2013 +0100
 
835
Date:   Thu Feb 7 18:12:23 2013 +0100
169
836
 
170
837
    Add the tag selected from the tags completion list to the entry.
171
838
 
174
841
 
175
842
commit 2466d33361340b8a64f577ee17a6e3d339dcff13
176
843
Author: Álvaro Peña <alvaropg@gmail.com>
177
 
Date:   Thu Feb 7 18:11:20 2013 +0100
 
844
Date:   Thu Feb 7 18:11:20 2013 +0100
178
845
 
179
846
    Show a tooltip when the user moves the pointer over the close tag
180
847
    "button".
184
851
 
185
852
commit eba6e082df69ba1f6d8e988cb5ff51b137b5ca3e
186
853
Author: Álvaro Peña <alvaropg@gmail.com>
187
 
Date:   Wed Feb 6 13:28:35 2013 +0100
 
854
Date:   Wed Feb 6 13:28:35 2013 +0100
188
855
 
189
856
    Return to the entry GtkTextView when the user add a tag
190
857
 
191
 
 src/main-window.c             |   2 +
 
858
 src/main-window.c             |   2 +
192
859
 src/widgets/entry-tags-area.c | 187
193
860
 +++++++++++++++++++++++++-----------------
194
861
 src/widgets/entry-tags-area.h |   1 +
196
863
 
197
864
commit 114c4f78ac9882be51c4154751760bd4fea48403
198
865
Author: Álvaro Peña <alvaropg@gmail.com>
199
 
Date:   Wed Feb 6 11:12:54 2013 +0100
 
866
Date:   Wed Feb 6 11:12:54 2013 +0100
200
867
 
201
868
    Update GtkSpell 3 support
202
869
 
203
 
 configure.ac      |  2 +-
 
870
 configure.ac      |  2 +-
204
871
 src/main-window.c | 20 +++++++++++---------
205
872
 2 files changed, 12 insertions(+), 10 deletions(-)
206
873
 
207
874
commit 5b4e37f6689bff6467bbdf8006ddf8496e76caa7
208
875
Author: Yuri Myasoedov <omerta13@yandex.ru>
209
 
Date:   Wed Jan 30 09:27:38 2013 +0400
 
876
Date:   Wed Jan 30 09:27:38 2013 +0400
210
877
 
211
878
    Updated Russian translation
212
879
 
216
883
 
217
884
commit f58538ddcc37fb8b7e624892d743098ace8dc7e7
218
885
Author: Álvaro Peña <alvaropg@gmail.com>
219
 
Date:   Fri Jan 25 14:25:57 2013 +0100
 
886
Date:   Fri Jan 25 14:25:57 2013 +0100
220
887
 
221
888
    Bug 684412 - Add support for tagging diary entries
222
889
 
228
895
 
229
896
    The user can't append a tag in an Entry if already has been added.
230
897
 
231
 
 src/storage-manager.c         |  58 +++++++++++++++-
232
 
 src/storage-manager.h         |   1 +
 
898
 src/storage-manager.c         |  58 +++++++++++++++-
 
899
 src/storage-manager.h         |   1 +
233
900
 src/widgets/entry-tags-area.c |  42 +++++++++---
234
 
 src/widgets/tag.c             | 149
 
901
 src/widgets/tag.c             | 149
235
902
 +++++++++++++++++++++++++++++++++++++++---
236
 
 src/widgets/tag.h             |   5 +-
 
903
 src/widgets/tag.h             |   5 +-
237
904
 5 files changed, 232 insertions(+), 23 deletions(-)
238
905
 
239
906
commit 96b90bf60766d65f7e6c4735633a76722db4d55b
240
907
Author: Álvaro Peña <alvaropg@gmail.com>
241
 
Date:   Thu Jan 24 16:58:40 2013 +0100
 
908
Date:   Thu Jan 24 16:58:40 2013 +0100
242
909
 
243
910
    Bug 684412 - Add support for tagging diary entries
244
911
 
260
927
 
261
928
    The CSS has been updated to unify the visualization in the entry area.
262
929
 
263
 
 data/almanah.css              |  33 ++++-
264
 
 data/almanah.ui               | 211 +++++++++++++++++++-------------
265
 
 src/Makefile.am               |   8 +-
 
930
 data/almanah.css              |  33 ++++-
 
931
 data/almanah.ui               | 211 +++++++++++++++++++-------------
 
932
 src/Makefile.am               |   8 +-
266
933
 src/almanah-marshal.list      |   1 +
267
 
 src/main-window.c             |  12 ++
268
 
 src/storage-manager.c         | 198 ++++++++++++++++++++++++++++++
269
 
 src/storage-manager.h         |   5 +
 
934
 src/main-window.c             |  12 ++
 
935
 src/storage-manager.c         | 198 ++++++++++++++++++++++++++++++
 
936
 src/storage-manager.h         |   5 +
270
937
 src/widgets/entry-tags-area.c | 256
271
938
 ++++++++++++++++++++++++++++++++++++++
272
939
 src/widgets/entry-tags-area.h |  53 ++++++++
273
940
 src/widgets/tag-entry.c       | 186 ++++++++++++++++++++++++++++
274
941
 src/widgets/tag-entry.h       |  52 ++++++++
275
 
 src/widgets/tag.c             | 278
 
942
 src/widgets/tag.c             | 278
276
943
 ++++++++++++++++++++++++++++++++++++++++++
277
 
 src/widgets/tag.h             |  50 ++++++++
 
944
 src/widgets/tag.h             |  50 ++++++++
278
945
 13 files changed, 1253 insertions(+), 90 deletions(-)
279
946
 
280
947
commit 03d15de124a9d01b3769ec5fa894520ea10e0108
281
948
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
282
 
Date:   Tue Jan 8 23:30:55 2013 -0200
 
949
Date:   Tue Jan 8 23:30:55 2013 -0200
283
950
 
284
951
    Updated Brazilian Portuguese Translation
285
952
 
289
956
 
290
957
commit 5c6951bc7ce0c044eed8100f14092daa4c224766
291
958
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
292
 
Date:   Fri Jan 4 21:52:01 2013 +0100
 
959
Date:   Fri Jan 4 21:52:01 2013 +0100
293
960
 
294
961
    Updated Serbian translation
295
962
 
296
 
 po/sr.po       | 351
 
963
 po/sr.po       | 351
297
964
 +++++++++++++++++++++++++++++----------------------------
298
965
 po/sr@latin.po | 351
299
966
 +++++++++++++++++++++++++++++----------------------------
301
968
 
302
969
commit d31823dc566592da9793a9fcdbc8cea7a6df8cc5
303
970
Author: Fran Diéguez <fran.dieguez@mabishu.com>
304
 
Date:   Thu Dec 27 01:08:37 2012 +0100
 
971
Date:   Thu Dec 27 01:08:37 2012 +0100
305
972
 
306
973
    Updated Galician translations
307
974
 
311
978
 
312
979
commit 51c28850ed065ded6f943eea06aabae5f9ca3066
313
980
Author: Balázs Úr <urbalazs@src.gnome.org>
314
 
Date:   Wed Dec 26 16:50:20 2012 +0100
 
981
Date:   Wed Dec 26 16:50:20 2012 +0100
315
982
 
316
983
    Updated Hungarian translation
317
984
 
321
988
 
322
989
commit df5950d7365185ba9622fc1af68e885094f8cdff
323
990
Author: Álvaro Peña <alvaropg@gmail.com>
324
 
Date:   Fri Dec 14 17:52:37 2012 +0100
 
991
Date:   Fri Dec 14 17:52:37 2012 +0100
325
992
 
326
993
    Hide the titlebar when main window is maximized.
327
994
 
330
997
 
331
998
commit e481f5abdb46d41ac00ee3393332e92f605b55e7
332
999
Author: Matthew Barnes <mbarnes@redhat.com>
333
 
Date:   Thu Dec 13 09:16:58 2012 -0500
 
1000
Date:   Thu Dec 13 09:16:58 2012 -0500
334
1001
 
335
1002
    Bug 687229 - Embed ESourceSelector widget from libedataserverui
336
1003
 
341
1008
    See also:
342
1009
    https://mail.gnome.org/archives/distributor-list/2012-December/msg00000.html
343
1010
 
344
 
 configure.ac                                |    2 +-
345
 
 src/Makefile.am                             |    4 +
346
 
 src/event-factories/calendar-sources.c      |    3 +-
347
 
 src/event-factories/e-cell-renderer-color.c |  237 +++
348
 
 src/event-factories/e-cell-renderer-color.h |   75 +
 
1011
 configure.ac                                |    2 +-
 
1012
 src/Makefile.am                             |    4 +
 
1013
 src/event-factories/calendar-sources.c      |    3 +-
 
1014
 src/event-factories/e-cell-renderer-color.c |  237 +++
 
1015
 src/event-factories/e-cell-renderer-color.h |   75 +
349
1016
 src/event-factories/e-source-selector.c     | 2080
350
1017
 +++++++++++++++++++++++++++
351
 
 src/event-factories/e-source-selector.h     |  137 ++
 
1018
 src/event-factories/e-source-selector.h     |  137 ++
352
1019
 7 files changed, 2536 insertions(+), 2 deletions(-)
353
1020
 
354
1021
commit fea78824cbf68cfea0f218cc31ebc95ef536a53b
355
1022
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
356
 
Date:   Tue Nov 27 17:49:37 2012 +0100
 
1023
Date:   Tue Nov 27 17:49:37 2012 +0100
357
1024
 
358
1025
    Updated Spanish translation
359
1026
 
363
1030
 
364
1031
commit 1a8416b3a101eb10c18086e60257b9f51680dfe9
365
1032
Author: Andika Triwidada <andika@gmail.com>
366
 
Date:   Tue Nov 27 18:32:28 2012 +0700
 
1033
Date:   Tue Nov 27 18:32:28 2012 +0700
367
1034
 
368
1035
    Updated Indonesian translation
369
1036
 
373
1040
 
374
1041
commit 2041caae063a7f445ca844722a3dc515a22a39f6
375
1042
Author: Philip Withnall <philip@tecnocode.co.uk>
376
 
Date:   Mon Nov 26 23:37:20 2012 +0000
 
1043
Date:   Mon Nov 26 23:37:20 2012 +0000
377
1044
 
378
1045
    core: Remove an implicit dependency on libm
379
1046
 
386
1053
 
387
1054
commit fec6ff0932c79d6e142cd1dfb263ce38f425f70a
388
1055
Author: Álvaro Peña <alvaropg@gmail.com>
389
 
Date:   Mon Nov 26 23:17:26 2012 +0100
 
1056
Date:   Mon Nov 26 23:17:26 2012 +0100
390
1057
 
391
1058
    Finished main window re-design.
392
1059
 
398
1065
 
399
1066
    [1] https://live.gnome.org/Almanah_Diary/Design#New_Design
400
1067
 
401
 
 data/Makefile.am                     |   3 +-
402
 
 data/almanah.css                     |  29 +++++
403
 
 data/almanah.ui                      |  44 ++-----
404
 
 data/calendar-button.css             |  17 ---
405
 
 data/calendar-window.css             |   4 -
406
 
 src/Makefile.am                      |   2 -
407
 
 src/application.c                    |  14 +++
408
 
 src/main-window.c                    | 214
 
1068
 data/Makefile.am                     |   3 +-
 
1069
 data/almanah.css                     |  29 +++++
 
1070
 data/almanah.ui                      |  44 ++-----
 
1071
 data/calendar-button.css             |  17 ---
 
1072
 data/calendar-window.css             |   4 -
 
1073
 src/Makefile.am                      |   2 -
 
1074
 src/application.c                    |  14 +++
 
1075
 src/main-window.c                    | 214
409
1076
 ++++++++++++-----------------------
410
 
 src/widgets/calendar-button.c        |  18 ---
411
 
 src/widgets/calendar-window.c        |  20 ----
 
1077
 src/widgets/calendar-button.c        |  18 ---
 
1078
 src/widgets/calendar-window.c        |  20 ----
412
1079
 src/widgets/font-style-menu-action.c |  58 ----------
413
1080
 src/widgets/font-style-menu-action.h |  47 --------
414
1081
 12 files changed, 127 insertions(+), 343 deletions(-)
415
1082
 
416
1083
commit 6e7e1eb2ec8af25d6386c078d77c98f2a89972c3
417
1084
Author: Marek Černocký <marek@manet.cz>
418
 
Date:   Sat Nov 24 13:39:02 2012 +0100
 
1085
Date:   Sat Nov 24 13:39:02 2012 +0100
419
1086
 
420
1087
    Updated Czech translation
421
1088
 
425
1092
 
426
1093
commit 7d2845567dd1ee51391854805a2c4238c5ff29aa
427
1094
Author: Álvaro Peña <alvaropg@gmail.com>
428
 
Date:   Thu Nov 22 17:46:28 2012 +0100
 
1095
Date:   Thu Nov 22 17:46:28 2012 +0100
429
1096
 
430
1097
    just a syntax error
431
1098
 
434
1101
 
435
1102
commit b807b71708ce59974a0d8c289cb492b00da29007
436
1103
Author: Matej Urbančič <mateju@svn.gnome.org>
437
 
Date:   Thu Nov 22 14:51:10 2012 +0100
 
1104
Date:   Thu Nov 22 14:51:10 2012 +0100
438
1105
 
439
1106
    Updated Slovenian translation
440
1107
 
444
1111
 
445
1112
commit c4e64a0d0c5b8e04520b948464182e5d7f234240
446
1113
Author: Piotr Drąg <piotrdrag@gmail.com>
447
 
Date:   Thu Nov 22 01:32:03 2012 +0100
 
1114
Date:   Thu Nov 22 01:32:03 2012 +0100
448
1115
 
449
1116
    Updated Polish translation
450
1117
 
453
1120
 
454
1121
commit 3b17da47bf3ded0cd00438396a75d6555a293758
455
1122
Author: Álvaro Peña <alvaropg@gmail.com>
456
 
Date:   Wed Nov 21 23:30:36 2012 +0100
 
1123
Date:   Wed Nov 21 23:30:36 2012 +0100
457
1124
 
458
1125
    Bug 677209 - The CalendarWindow dropdown doesn't displayed in the
459
1126
    correct place
466
1133
    CalendarWindow is calculated
467
1134
    with the correct button position.
468
1135
 
469
 
 data/Makefile.am              |  1 +
 
1136
 data/Makefile.am              |  1 +
470
1137
 data/calendar-button.css      | 17 +++++++++++++
471
 
 src/main-window.c             |  1 -
 
1138
 src/main-window.c             |  1 -
472
1139
 src/widgets/calendar-button.c | 59
473
1140
 +++++++++++++++++++++++--------------------
474
1141
 src/widgets/calendar-window.c |  2 +-
476
1143
 
477
1144
commit d4adee61a2307e50f9a33240052e7fcbbd04a43e
478
1145
Author: Piotr Drąg <piotrdrag@gmail.com>
479
 
Date:   Wed Nov 21 20:55:37 2012 +0100
 
1146
Date:   Wed Nov 21 20:55:37 2012 +0100
480
1147
 
481
1148
    Updated Polish translation
482
1149
 
486
1153
 
487
1154
commit 256b03d095fa534ea46317e1180cd3b300d7a617
488
1155
Author: Álvaro Peña <alvaropg@gmail.com>
489
 
Date:   Sun Nov 18 18:58:54 2012 +0100
 
1156
Date:   Sun Nov 18 18:58:54 2012 +0100
490
1157
 
491
1158
    core: Port to GMenu
492
1159
 
505
1172
    You can read about the menu reorganization discussion in Bug 676600
506
1173
    https://bugzilla.gnome.org/show_bug.cgi?id=676600.
507
1174
 
508
 
 configure.ac                  |   2 +-
509
 
 data/Makefile.am              |   1 +
 
1175
 configure.ac                  |   2 +-
 
1176
 data/Makefile.am              |   1 +
510
1177
 data/almanah-app-menu.ui      |  39 ++++++
511
 
 data/almanah.ui               | 141 +++------------------
512
 
 po/POTFILES.in                |   1 +
513
 
 src/application.c             | 251 ++++++++++++++++++++++++++++++++++++-
514
 
 src/interface.c               |   9 ++
515
 
 src/interface.h               |   1 +
516
 
 src/main-window.c             | 283
 
1178
 data/almanah.ui               | 141 +++------------------
 
1179
 po/POTFILES.in                |   1 +
 
1180
 src/application.c             | 251 ++++++++++++++++++++++++++++++++++++-
 
1181
 src/interface.c               |   9 ++
 
1182
 src/interface.h               |   1 +
 
1183
 src/main-window.c             | 283
517
1184
 ++++++++----------------------------------
518
 
 src/main-window.h             |   5 +-
 
1185
 src/main-window.h             |   5 +-
519
1186
 src/widgets/calendar-button.c |  34 +++++
520
1187
 src/widgets/calendar-button.h |   2 +
521
1188
 12 files changed, 408 insertions(+), 361 deletions(-)
522
1189
 
523
1190
commit d7caeb443fcedeb1aa7b61e738ba914ff4178393
524
1191
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
525
 
Date:   Sat Oct 13 00:07:39 2012 +0300
 
1192
Date:   Sat Oct 13 00:07:39 2012 +0300
526
1193
 
527
1194
    Updated Latvian translation
528
1195
 
532
1199
 
533
1200
commit ccaac250ccdb4e22543fd7dded5fafe98c98a171
534
1201
Author: Fran Diéguez <fran.dieguez@mabishu.com>
535
 
Date:   Fri Oct 12 01:00:54 2012 +0200
 
1202
Date:   Fri Oct 12 01:00:54 2012 +0200
536
1203
 
537
1204
    Updated Galician translations
538
1205
 
542
1209
 
543
1210
commit 29d5c38a4d8f5cc593dba8dd2ca13a567a59dcf7
544
1211
Author: Marek Černocký <marek@manet.cz>
545
 
Date:   Sun Oct 7 13:32:12 2012 +0200
 
1212
Date:   Sun Oct 7 13:32:12 2012 +0200
546
1213
 
547
1214
    Updated Czech translation
548
1215
 
552
1219
 
553
1220
commit 88a0f92047b3b8c4a880d48028284a6aa76691fb
554
1221
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
555
 
Date:   Sun Sep 30 13:05:13 2012 +0200
 
1222
Date:   Sun Sep 30 13:05:13 2012 +0200
556
1223
 
557
1224
    Updated Spanish translation
558
1225
 
562
1229
 
563
1230
commit 7ae1c5b9721579e3624094101e249f06590bfa59
564
1231
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
565
 
Date:   Sat Sep 29 06:05:24 2012 +0200
 
1232
Date:   Sat Sep 29 06:05:24 2012 +0200
566
1233
 
567
1234
    Updated Serbian translation
568
1235
 
569
 
 po/sr.po       | 59
 
1236
 po/sr.po       | 59
570
1237
 +++++++++++++++++++++++++++++++++++-----------------------
571
1238
 po/sr@latin.po | 59
572
1239
 +++++++++++++++++++++++++++++++++++-----------------------
574
1241
 
575
1242
commit 69eac0f34023830fb53819245c807cd29d576ba4
576
1243
Author: Andika Triwidada <andika@gmail.com>
577
 
Date:   Wed Sep 26 20:09:54 2012 +0700
 
1244
Date:   Wed Sep 26 20:09:54 2012 +0700
578
1245
 
579
1246
    Updated Indonesian translation
580
1247
 
584
1251
 
585
1252
commit 0eb7dfc820c881dcd7baf2677b5ec3144291447f
586
1253
Author: Piotr Drąg <piotrdrag@gmail.com>
587
 
Date:   Tue Sep 25 23:56:30 2012 +0200
 
1254
Date:   Tue Sep 25 23:56:30 2012 +0200
588
1255
 
589
1256
    Updated Polish translation
590
1257
 
594
1261
 
595
1262
commit 69a1ad1e003ce9185c5d659acfbb519958c94365
596
1263
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
597
 
Date:   Tue Sep 25 19:29:47 2012 +0200
 
1264
Date:   Tue Sep 25 19:29:47 2012 +0200
598
1265
 
599
1266
    Updated Slovenian translation
600
1267
 
603
1270
 
604
1271
commit a5a0d0eada5c8545828fbb0e07e26af0a5626e78
605
1272
Author: Álvaro Peña <alvaropg@gmail.com>
606
 
Date:   Tue Sep 25 17:41:17 2012 +0200
 
1273
Date:   Tue Sep 25 17:41:17 2012 +0200
607
1274
 
608
1275
    Bug 680845 - Translatable strings for the time in the events list
609
1276
 
610
1277
 src/events/calendar-appointment.c | 3 ++-
611
 
 src/events/calendar-task.c        | 3 ++-
612
 
 src/main-window.c                 | 7 ++++++-
 
1278
 src/events/calendar-task.c        | 3 ++-
 
1279
 src/main-window.c                 | 7 ++++++-
613
1280
 3 files changed, 10 insertions(+), 3 deletions(-)
614
1281
 
615
1282
commit 675b601fc99830d71fd7bfb772c4b9a79db184cd
616
1283
Author: Philip Withnall <philip@tecnocode.co.uk>
617
 
Date:   Tue Sep 25 00:04:03 2012 +0100
 
1284
Date:   Tue Sep 25 00:04:03 2012 +0100
618
1285
 
619
1286
    build: Bump EDS dependency to 3.5.91
620
1287
 
628
1295
 
629
1296
commit 6929113e60cb45a2d1fb140e1e13ee98bae8303d
630
1297
Author: Álvaro Peña <alvaropg@gmail.com>
631
 
Date:   Thu Sep 20 20:12:43 2012 +0200
 
1298
Date:   Thu Sep 20 20:12:43 2012 +0200
632
1299
 
633
1300
    build: Post-release version bump
634
1301
 
637
1304
 
638
1305
commit 5ae30e17fc16e9d6c0d4434923f4638979fce504
639
1306
Author: Álvaro Peña <alvaropg@gmail.com>
640
 
Date:   Thu Sep 20 20:07:39 2012 +0200
 
1307
Date:   Thu Sep 20 20:07:39 2012 +0200
641
1308
 
642
1309
    build: Release version 0.10.0
643
1310
 
646
1313
 
647
1314
commit dc53ed50be550ec75f0648258e194970b269ef49
648
1315
Author: Chris Leonard <cjl@laptop.org>
649
 
Date:   Fri Sep 14 15:24:41 2012 +0100
 
1316
Date:   Fri Sep 14 15:24:41 2012 +0100
650
1317
 
651
1318
    Updated British English translation
652
1319
 
656
1323
 
657
1324
commit ed8c002455c2495e0aed74517893d24b505c8144
658
1325
Author: Milan Crha <mcrha@redhat.com>
659
 
Date:   Mon Sep 10 08:19:17 2012 +0200
 
1326
Date:   Mon Sep 10 08:19:17 2012 +0200
660
1327
 
661
1328
    Bug 683570 - Fails to build against evolution-data-server 3.5.91
662
1329
 
663
 
 configure.ac                           |   4 +-
664
 
 src/event-factories/calendar-client.c  | 241 +++++++++++------------
665
 
 src/event-factories/calendar-client.h  |   2 +-
 
1330
 configure.ac                           |   4 +-
 
1331
 src/event-factories/calendar-client.c  | 241 +++++++++++------------
 
1332
 src/event-factories/calendar-client.h  |   2 +-
666
1333
 src/event-factories/calendar-sources.c | 341
667
1334
 +++++++++------------------------
668
 
 src/events/calendar-task.c             |   2 +-
 
1335
 src/events/calendar-task.c             |   2 +-
669
1336
 5 files changed, 201 insertions(+), 389 deletions(-)
670
1337
 
671
1338
commit 0d3dd10e560063d996a0924ceacd7f1f61fe7422
672
1339
Author: Milan Crha <mcrha@redhat.com>
673
 
Date:   Mon Sep 10 08:16:11 2012 +0200
 
1340
Date:   Mon Sep 10 08:16:11 2012 +0200
674
1341
 
675
1342
    Use GTK_PRINT_SETTINGS_OUTPUT_BASENAME only if defined when compiled
676
1343
 
679
1346
 
680
1347
commit 6dbcd0995d839a35cdff202499d51afb5752918a
681
1348
Author: Marek Černocký <marek@manet.cz>
682
 
Date:   Sat Sep 1 18:22:14 2012 +0200
 
1349
Date:   Sat Sep 1 18:22:14 2012 +0200
683
1350
 
684
1351
    Updated Czech translation
685
1352
 
689
1356
 
690
1357
commit 9241763ec34fb6d2d859970140fb5e5460971df8
691
1358
Author: Philip Withnall <philip@tecnocode.co.uk>
692
 
Date:   Fri Aug 24 00:29:31 2012 +0100
 
1359
Date:   Fri Aug 24 00:29:31 2012 +0100
693
1360
 
694
1361
    core: Set basename of output file when doing “Print to File”
695
1362
 
697
1364
 
698
1365
    See: https://live.gnome.org/GnomeGoals/PrintToFile
699
1366
 
700
 
 configure.ac      | 2 +-
 
1367
 configure.ac      | 2 +-
701
1368
 src/main-window.c | 3 +++
702
1369
 2 files changed, 4 insertions(+), 1 deletion(-)
703
1370
 
704
1371
commit 811f47c9dbe1a7352b476fbd45cc92ece6e800a2
705
1372
Author: Fran Diéguez <fran.dieguez@mabishu.com>
706
 
Date:   Sun Aug 19 22:51:48 2012 +0200
 
1373
Date:   Sun Aug 19 22:51:48 2012 +0200
707
1374
 
708
1375
    Updated Galician translations
709
1376
 
713
1380
 
714
1381
commit 4d359b6c1ad604a41c76741ea36295d3644f1d0e
715
1382
Author: Fran Diéguez <fran.dieguez@mabishu.com>
716
 
Date:   Mon Aug 13 14:22:48 2012 +0200
 
1383
Date:   Mon Aug 13 14:22:48 2012 +0200
717
1384
 
718
1385
    Updated Galician translations
719
1386
 
723
1390
 
724
1391
commit f68c3f84ca52fea39174868f067656ee0f905127
725
1392
Author: Matej Urbančič <mateju@svn.gnome.org>
726
 
Date:   Tue Aug 7 12:16:50 2012 +0200
 
1393
Date:   Tue Aug 7 12:16:50 2012 +0200
727
1394
 
728
1395
    Updated Slovenian translation
729
1396
 
732
1399
 
733
1400
commit 50a5eafef276d270ebe67092b30e9247b8e57d7b
734
1401
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
735
 
Date:   Tue Aug 7 08:27:36 2012 +0200
 
1402
Date:   Tue Aug 7 08:27:36 2012 +0200
736
1403
 
737
1404
    Updated Serbian translation
738
1405
 
739
 
 po/sr.po       | 80
 
1406
 po/sr.po       | 80
740
1407
 +++++++++++++++++++++++++---------------------------------
741
1408
 po/sr@latin.po | 80
742
1409
 +++++++++++++++++++++++++---------------------------------
744
1411
 
745
1412
commit f93cab82dc8a0c905331038e9959a3004b7671da
746
1413
Author: Álvaro Peña <alvaropg@gmail.com>
747
 
Date:   Wed Aug 1 18:16:37 2012 +0200
 
1414
Date:   Wed Aug 1 18:16:37 2012 +0200
748
1415
 
749
1416
    Include the event time as new design suggest (#680845)
750
1417
 
751
1418
 src/event-factories/calendar.c    |  2 +-
752
 
 src/event.c                       |  8 ++++++++
753
 
 src/event.h                       |  2 ++
 
1419
 src/event.c                       |  8 ++++++++
 
1420
 src/event.h                       |  2 ++
754
1421
 src/events/calendar-appointment.c | 15 +++++++++++++++
755
 
 src/events/calendar-task.c        | 18 +++++++++++++++++-
756
 
 src/events/calendar-task.h        |  2 +-
757
 
 src/main-window.c                 |  2 +-
 
1422
 src/events/calendar-task.c        | 18 +++++++++++++++++-
 
1423
 src/events/calendar-task.h        |  2 +-
 
1424
 src/main-window.c                 |  2 +-
758
1425
 7 files changed, 45 insertions(+), 4 deletions(-)
759
1426
 
760
1427
commit f87ba819b4a5f763bf0a6991a65f6edfd779c09f
761
1428
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
762
 
Date:   Mon Jul 16 16:39:28 2012 +0200
 
1429
Date:   Mon Jul 16 16:39:28 2012 +0200
763
1430
 
764
1431
    Updated Spanish translation
765
1432
 
768
1435
 
769
1436
commit 53a49f5be9ac130091a8ebd72e1460a336417c84
770
1437
Author: Andika Triwidada <andika@gmail.com>
771
 
Date:   Mon Jul 16 00:21:05 2012 +0700
 
1438
Date:   Mon Jul 16 00:21:05 2012 +0700
772
1439
 
773
1440
    Updated Indonesian translation
774
1441
 
778
1445
 
779
1446
commit 6716935bbb47376c80dc3249790cc7be34d0d9c7
780
1447
Author: Piotr Drąg <piotrdrag@gmail.com>
781
 
Date:   Sun Jul 15 17:44:57 2012 +0200
 
1448
Date:   Sun Jul 15 17:44:57 2012 +0200
782
1449
 
783
1450
    Updated Polish translation
784
1451
 
787
1454
 
788
1455
commit 8e44f523cf903ea05a334fc753465bc1c93d4b3c
789
1456
Author: Álvaro Peña <alvaropg@gmail.com>
790
 
Date:   Mon Jul 9 18:27:18 2012 +0200
 
1457
Date:   Mon Jul 9 18:27:18 2012 +0200
791
1458
 
792
1459
    Deactivate the events expander when no events and show an events
793
1460
    counter
798
1465
 
799
1466
commit 3e0b220d89255503cae17e4332098f0901f69a92
800
1467
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
801
 
Date:   Wed Jun 20 19:35:18 2012 +0300
 
1468
Date:   Wed Jun 20 19:35:18 2012 +0300
802
1469
 
803
1470
    Updated Latvian translation
804
1471
 
808
1475
 
809
1476
commit 86e9b933afde1b796a47996d0013cd24e40adb49
810
1477
Author: Matej Urbančič <mateju@svn.gnome.org>
811
 
Date:   Fri Jun 8 21:10:45 2012 +0200
 
1478
Date:   Fri Jun 8 21:10:45 2012 +0200
812
1479
 
813
1480
    Updated Slovenian translation
814
1481
 
817
1484
 
818
1485
commit a56f2e750e2c95d8e30f25885e2e429f15931ea1
819
1486
Author: Bruno Brouard <annoa.b@gmail.com>
820
 
Date:   Sat Jun 2 20:58:07 2012 +0200
 
1487
Date:   Sat Jun 2 20:58:07 2012 +0200
821
1488
 
822
1489
    Updated French translation
823
1490
 
827
1494
 
828
1495
commit 981c2562ad682b58d83efb0f4e4d319c92033038
829
1496
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
830
 
Date:   Fri Jun 1 21:01:56 2012 +0200
 
1497
Date:   Fri Jun 1 21:01:56 2012 +0200
831
1498
 
832
1499
    Updated Serbian translation
833
1500
 
834
 
 po/sr.po       | 92
 
1501
 po/sr.po       | 92
835
1502
 ++++++++++++++++++++++++++++++++++++----------------------
836
1503
 po/sr@latin.po | 92
837
1504
 ++++++++++++++++++++++++++++++++++++----------------------
839
1506
 
840
1507
commit 01b34fab1bdc839f250dc67e71fe4b85813a05f9
841
1508
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
842
 
Date:   Fri Jun 1 10:27:28 2012 +0200
 
1509
Date:   Fri Jun 1 10:27:28 2012 +0200
843
1510
 
844
1511
    Updated Spanish translation
845
1512
 
848
1515
 
849
1516
commit 67266ed77838dd17da135c8041115a0bd19afdc5
850
1517
Author: Piotr Drąg <piotrdrag@gmail.com>
851
 
Date:   Thu May 31 20:35:29 2012 +0200
 
1518
Date:   Thu May 31 20:35:29 2012 +0200
852
1519
 
853
1520
    Updated Polish translation
854
1521
 
857
1524
 
858
1525
commit 2ae868ba36ec71298a3101b25f6afe42698bc109
859
1526
Author: Álvaro Peña <alvaropg@gmail.com>
860
 
Date:   Thu May 31 18:44:46 2012 +0200
 
1527
Date:   Thu May 31 18:44:46 2012 +0200
861
1528
 
862
1529
    Fix the calendar button/window style
863
1530
 
864
 
 data/Makefile.am              |  4 +++-
 
1531
 data/Makefile.am              |  4 +++-
865
1532
 data/calendar-window.css      |  4 ++++
866
 
 src/interface.c               |  9 +++++++++
867
 
 src/interface.h               |  1 +
 
1533
 src/interface.c               |  9 +++++++++
 
1534
 src/interface.h               |  1 +
868
1535
 src/widgets/calendar-button.c | 14 +++++++++++---
869
1536
 src/widgets/calendar-window.c | 20 ++++++++++++++++++++
870
1537
 6 files changed, 48 insertions(+), 4 deletions(-)
871
1538
 
872
1539
commit 7e0b3ee0ff44b72109dae8db60a9e7fe4773d263
873
1540
Author: Matej Urbančič <mateju@svn.gnome.org>
874
 
Date:   Mon May 28 14:55:19 2012 +0200
 
1541
Date:   Mon May 28 14:55:19 2012 +0200
875
1542
 
876
1543
    Updated Slovenian translation
877
1544
 
881
1548
 
882
1549
commit a5f0cb83c0222959338f8dec0829dab379fa63d8
883
1550
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
884
 
Date:   Sun May 27 12:28:54 2012 +0200
 
1551
Date:   Sun May 27 12:28:54 2012 +0200
885
1552
 
886
1553
    Updated Spanish translation
887
1554
 
891
1558
 
892
1559
commit b9704c3788b54a3b4dcbdf5235ee57aa62c658e6
893
1560
Author: Yuri Myasoedov <omerta13@yandex.ru>
894
 
Date:   Sun May 27 11:38:44 2012 +0400
 
1561
Date:   Sun May 27 11:38:44 2012 +0400
895
1562
 
896
1563
    Updated Russian translation
897
1564
 
901
1568
 
902
1569
commit 363eb52c63163b77c243d7ca4e9c0a55097e5c1f
903
1570
Author: Piotr Drąg <piotrdrag@gmail.com>
904
 
Date:   Sat May 26 20:54:36 2012 +0200
 
1571
Date:   Sat May 26 20:54:36 2012 +0200
905
1572
 
906
1573
    Updated Polish translation
907
1574
 
911
1578
 
912
1579
commit a3d78b7061befb3df3fef27a31cdebea6cb79ec1
913
1580
Author: Álvaro Peña <alvaropg@gmail.com>
914
 
Date:   Sat May 26 19:17:17 2012 +0200
 
1581
Date:   Sat May 26 19:17:17 2012 +0200
915
1582
 
916
1583
    Update maintainers with the alvaropg information
917
1584
 
921
1588
 
922
1589
commit f7a2e0098ad9dca5e7e1741234af8b81cb95e4cc
923
1590
Author: Álvaro Peña <alvaropg@gmail.com>
924
 
Date:   Sat May 26 18:58:41 2012 +0200
 
1591
Date:   Sat May 26 18:58:41 2012 +0200
925
1592
 
926
1593
    Create a date button in the toolbar
927
1594
 
928
 
 data/almanah.ui               | 259 +++++++++++++---------------
929
 
 po/POTFILES.in                |   2 +
930
 
 src/Makefile.am               |   4 +
931
 
 src/main-window.c             |  76 +++++---
 
1595
 data/almanah.ui               | 259 +++++++++++++---------------
 
1596
 po/POTFILES.in                |   2 +
 
1597
 src/Makefile.am               |   4 +
 
1598
 src/main-window.c             |  76 +++++---
932
1599
 src/widgets/calendar-button.c | 391
933
1600
 ++++++++++++++++++++++++++++++++++++++++++
934
1601
 src/widgets/calendar-button.h |  60 +++++++
938
1605
 
939
1606
commit 05185be958f073d444c3517ab9e9543b71ddf0cd
940
1607
Author: Daniel Winzen <d@winzen4.de>
941
 
Date:   Fri May 18 20:19:41 2012 +0200
 
1608
Date:   Fri May 18 20:19:41 2012 +0200
942
1609
 
943
1610
    Updated German translation
944
1611
 
948
1615
 
949
1616
commit 877df0a5c29a47509b35a95c9bcb20244e502e14
950
1617
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
951
 
Date:   Wed May 16 22:45:36 2012 +0300
 
1618
Date:   Wed May 16 22:45:36 2012 +0300
952
1619
 
953
1620
    Added Latvian translation
954
1621
 
955
 
 po/LINGUAS |   1 +
 
1622
 po/LINGUAS |   1 +
956
1623
 po/lv.po   | 643
957
1624
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
958
1625
 2 files changed, 644 insertions(+)
959
1626
 
960
1627
commit 3830c9d3c44160abaa4f9fea974649f6b9403124
961
1628
Author: Bruno Brouard <annoa.b@gmail.com>
962
 
Date:   Sun Apr 22 16:20:22 2012 +0200
 
1629
Date:   Sun Apr 22 16:20:22 2012 +0200
963
1630
 
964
1631
    Updated French translation
965
1632
 
969
1636
 
970
1637
commit 408bcff36919701fd7c1cfc16407a53d14e6e983
971
1638
Author: Joe Hansen <joedalton2@yahoo.dk>
972
 
Date:   Sat Apr 21 17:12:02 2012 +0200
 
1639
Date:   Sat Apr 21 17:12:02 2012 +0200
973
1640
 
974
1641
    Updated Danish translation
975
1642
 
979
1646
 
980
1647
commit de42b202f231b607d3b71ec49514c4bb579fc567
981
1648
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
982
 
Date:   Sat Mar 31 15:00:08 2012 +0200
 
1649
Date:   Sat Mar 31 15:00:08 2012 +0200
983
1650
 
984
1651
    Updated Serbian translation
985
1652
 
986
 
 po/sr.po       | 309
 
1653
 po/sr.po       | 309
987
1654
 +++++++++++++++++++++++++++++----------------------------
988
1655
 po/sr@latin.po | 309
989
1656
 +++++++++++++++++++++++++++++----------------------------
991
1658
 
992
1659
commit dac217eb81b3c1cf06a546dfb83a737fb465958e
993
1660
Author: Philip Withnall <philip@tecnocode.co.uk>
994
 
Date:   Thu Mar 29 11:16:07 2012 +0100
 
1661
Date:   Thu Mar 29 11:16:07 2012 +0100
995
1662
 
996
1663
    docs: Add a (really) basic security policy to HACKING
997
1664
 
1000
1667
 
1001
1668
commit bda7233463cce82daa90d5036ac18e1bc598a28e
1002
1669
Author: Philip Withnall <philip@tecnocode.co.uk>
1003
 
Date:   Wed Mar 28 22:28:03 2012 +0100
 
1670
Date:   Wed Mar 28 22:28:03 2012 +0100
1004
1671
 
1005
1672
    docs: Add some general principles to HACKING
1006
1673
 
1009
1676
 
1010
1677
commit 817962cc4d4f5b1999bc5aa91d89142479786052
1011
1678
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
1012
 
Date:   Wed Mar 28 18:28:02 2012 +0200
 
1679
Date:   Wed Mar 28 18:28:02 2012 +0200
1013
1680
 
1014
1681
    Updated Spanish translation
1015
1682
 
1019
1686
 
1020
1687
commit 2818e8eb289bf723d074c75e0e2135605a85d50f
1021
1688
Author: Matej Urbančič <mateju@svn.gnome.org>
1022
 
Date:   Mon Mar 26 14:10:24 2012 +0200
 
1689
Date:   Mon Mar 26 14:10:24 2012 +0200
1023
1690
 
1024
1691
    Updated Slovenian translation
1025
1692
 
1029
1696
 
1030
1697
commit 4045ca7ed91fde2f0ec4c607efd71ac0561a0031
1031
1698
Author: Fran Diéguez <fran.dieguez@mabishu.com>
1032
 
Date:   Mon Mar 26 12:23:01 2012 +0200
 
1699
Date:   Mon Mar 26 12:23:01 2012 +0200
1033
1700
 
1034
1701
    Updated Galician translations
1035
1702
 
1039
1706
 
1040
1707
commit 059179423568c5ef9d00c48fa7e6ae23410ec797
1041
1708
Author: Piotr Drąg <piotrdrag@gmail.com>
1042
 
Date:   Mon Mar 26 02:25:10 2012 +0200
 
1709
Date:   Mon Mar 26 02:25:10 2012 +0200
1043
1710
 
1044
1711
    Updated Polish translation
1045
1712
 
1049
1716
 
1050
1717
commit 4402a3fd6ad6be0693efd2aa104db120394d7852
1051
1718
Author: Marek Černocký <marek@manet.cz>
1052
 
Date:   Sun Mar 25 23:52:15 2012 +0200
 
1719
Date:   Sun Mar 25 23:52:15 2012 +0200
1053
1720
 
1054
1721
    Updated Czech translation
1055
1722
 
1059
1726
 
1060
1727
commit 97232b1313cadf8ec823ddd33750ca684e36fb97
1061
1728
Author: Philip Withnall <philip@tecnocode.co.uk>
1062
 
Date:   Sun Mar 25 22:44:36 2012 +0100
 
1729
Date:   Sun Mar 25 22:44:36 2012 +0100
1063
1730
 
1064
1731
    build: Post-release version bump
1065
1732
 
1068
1735
 
1069
1736
commit 446ffc5bbb4c02b8eaadf598bf42a45d048f10f2
1070
1737
Author: Philip Withnall <philip@tecnocode.co.uk>
1071
 
Date:   Sun Mar 25 22:43:44 2012 +0100
 
1738
Date:   Sun Mar 25 22:43:44 2012 +0100
1072
1739
 
1073
1740
    build: Release version 0.9.0
1074
1741
 
1077
1744
 
1078
1745
commit ff90b56f3c5c86c7d954d6bfb27821ed4b785357
1079
1746
Author: Philip Withnall <philip@tecnocode.co.uk>
1080
 
Date:   Sun Mar 25 22:36:20 2012 +0100
 
1747
Date:   Sun Mar 25 22:36:20 2012 +0100
1081
1748
 
1082
1749
    build: Re-add MAINTAINERS file
1083
1750
 
1088
1755
 
1089
1756
commit bb4634640139145ede83f871568a1762f6e8d95f
1090
1757
Author: Philip Withnall <philip@tecnocode.co.uk>
1091
 
Date:   Sun Mar 25 22:35:02 2012 +0100
 
1758
Date:   Sun Mar 25 22:35:02 2012 +0100
1092
1759
 
1093
1760
    build: Update dependencies list in README
1094
1761
 
1097
1764
 
1098
1765
commit 13f2b0f08096ff4ad9570f65ca2b113fb8143c24
1099
1766
Author: Philip Withnall <philip@tecnocode.co.uk>
1100
 
Date:   Sun Mar 25 22:20:12 2012 +0100
 
1767
Date:   Sun Mar 25 22:20:12 2012 +0100
1101
1768
 
1102
1769
    l10n: Update British English translation
1103
1770
 
1107
1774
 
1108
1775
commit 523de8fa86af7cb85298db4f6d03ec4f44a2d281
1109
1776
Author: Philip Withnall <philip@tecnocode.co.uk>
1110
 
Date:   Sun Mar 25 22:17:22 2012 +0100
 
1777
Date:   Sun Mar 25 22:17:22 2012 +0100
1111
1778
 
1112
1779
    core: Fix viewing results of import operations
1113
1780
 
1116
1783
 
1117
1784
commit e3c64de7ae46cead5684df0f000cfe8a09d60bae
1118
1785
Author: Philip Withnall <philip@tecnocode.co.uk>
1119
 
Date:   Sun Mar 25 22:08:00 2012 +0100
 
1786
Date:   Sun Mar 25 22:08:00 2012 +0100
1120
1787
 
1121
1788
    core: Fix text export
1122
1789
 
1129
1796
 
1130
1797
commit 0d09d962a17262fb6550fc68a05f0e75683aa2bd
1131
1798
Author: Philip Withnall <philip@tecnocode.co.uk>
1132
 
Date:   Sun Mar 25 22:03:40 2012 +0100
 
1799
Date:   Sun Mar 25 22:03:40 2012 +0100
1133
1800
 
1134
1801
    core: Fix deserialisation of XML when searching entries
1135
1802
 
1138
1805
 
1139
1806
commit 471dab3ea999e4716c33f72870b510a70fa588d3
1140
1807
Author: Philip Withnall <philip@tecnocode.co.uk>
1141
 
Date:   Sun Mar 25 11:03:09 2012 +0100
 
1808
Date:   Sun Mar 25 11:03:09 2012 +0100
1142
1809
 
1143
1810
    core: Work around a GtkBuilder bug with more recent versions of GTK+
1144
1811
 
1150
1817
 src/date-entry-dialog.c    | 1 +
1151
1818
 src/import-export-dialog.c | 2 ++
1152
1819
 src/preferences-dialog.c   | 1 +
1153
 
 src/search-dialog.c        | 1 +
 
1820
 src/search-dialog.c        | 1 +
1154
1821
 src/uri-entry-dialog.c     | 1 +
1155
1822
 5 files changed, 6 insertions(+)
1156
1823
 
1157
1824
commit 934c42b4c69b46b09e6577389e3e5eb2ab51e211
1158
1825
Author: Philip Withnall <philip@tecnocode.co.uk>
1159
 
Date:   Sun Mar 25 10:25:29 2012 +0100
 
1826
Date:   Sun Mar 25 10:25:29 2012 +0100
1160
1827
 
1161
1828
    core: Fix punctuation in a tooltip
1162
1829
 
1165
1832
 
1166
1833
commit 6eb7d62876aea12b565210c110e8b7b96fd65ab0
1167
1834
Author: Philip Withnall <philip@tecnocode.co.uk>
1168
 
Date:   Sun Mar 25 10:25:20 2012 +0100
 
1835
Date:   Sun Mar 25 10:25:20 2012 +0100
1169
1836
 
1170
1837
    core: Add an icon to the hyperlink button
1171
1838
 
1174
1841
 
1175
1842
commit 7501b26e7414d95d55f57bd497cc034ba9dfc76c
1176
1843
Author: Philip Withnall <philip@tecnocode.co.uk>
1177
 
Date:   Sun Mar 25 10:17:01 2012 +0100
 
1844
Date:   Sun Mar 25 10:17:01 2012 +0100
1178
1845
 
1179
1846
    Bug 669927 — Save current entry after a timeout
1180
1847
 
1189
1856
 
1190
1857
commit 34762478a7aa99b0acd95245f9c396f0db666b2b
1191
1858
Author: Philip Withnall <philip@tecnocode.co.uk>
1192
 
Date:   Sat Mar 24 23:06:58 2012 +0000
 
1859
Date:   Sat Mar 24 23:06:58 2012 +0000
1193
1860
 
1194
1861
    core: Use GtkBox instead of Gtk[H|V]Box in the print dialogue
1195
1862
 
1198
1865
 
1199
1866
commit 542a426082f89e965a22af6e97c4ce06beefa45e
1200
1867
Author: Philip Withnall <philip@tecnocode.co.uk>
1201
 
Date:   Sat Mar 24 23:00:12 2012 +0000
 
1868
Date:   Sat Mar 24 23:00:12 2012 +0000
1202
1869
 
1203
1870
    Bug 671801 — i18n doesn't work
1204
1871
 
1215
1882
 
1216
1883
commit 81c4ee3a1044f07f6704d9e4de723a30a8c13766
1217
1884
Author: Fran Diéguez <fran.dieguez@mabishu.com>
1218
 
Date:   Sat Mar 24 00:14:16 2012 +0100
 
1885
Date:   Sat Mar 24 00:14:16 2012 +0100
1219
1886
 
1220
1887
    Updated Galician translations
1221
1888
 
1225
1892
 
1226
1893
commit 54451a3934ce73f1abfad470829c35fd0c7f29fa
1227
1894
Author: Bruno Brouard <annoa.b@gmail.com>
1228
 
Date:   Wed Mar 21 19:19:04 2012 +0100
 
1895
Date:   Wed Mar 21 19:19:04 2012 +0100
1229
1896
 
1230
1897
    Updated French translation
1231
1898
 
1235
1902
 
1236
1903
commit d0f9694c78b9f71dc68b57739e2556380c1524aa
1237
1904
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
1238
 
Date:   Sun Feb 26 20:44:05 2012 +0100
 
1905
Date:   Sun Feb 26 20:44:05 2012 +0100
1239
1906
 
1240
1907
    Updated Serbian translation
1241
1908
 
1242
 
 po/sr.po       | 127
 
1909
 po/sr.po       | 127
1243
1910
 +++++++++++++++++++++++++++++++--------------------------
1244
1911
 po/sr@latin.po | 127
1245
1912
 +++++++++++++++++++++++++++++++--------------------------
1247
1914
 
1248
1915
commit 6384f10c69d063656a26cc8fcd2c1103aa92dc3d
1249
1916
Author: Philip Withnall <philip@tecnocode.co.uk>
1250
 
Date:   Fri Jan 6 11:22:56 2012 +0000
 
1917
Date:   Fri Jan 6 11:22:56 2012 +0000
1251
1918
 
1252
1919
    core: Don't call g_thread_init() if we have GLib ≥ 2.31.0
1253
1920
 
1256
1923
 
1257
1924
commit 4801c389a96324e477a96624514cbd0bcc92d883
1258
1925
Author: Philip Withnall <philip@tecnocode.co.uk>
1259
 
Date:   Fri Jan 6 11:21:34 2012 +0000
 
1926
Date:   Fri Jan 6 11:21:34 2012 +0000
1260
1927
 
1261
1928
    core: Fix chaining up of GApplication::startup signal
1262
1929
 
1265
1932
 
1266
1933
commit c68e562b332c50460bec9a82dfa3f3b30e96eddb
1267
1934
Author: Philip Withnall <philip@tecnocode.co.uk>
1268
 
Date:   Fri Jan 6 11:09:43 2012 +0000
 
1935
Date:   Fri Jan 6 11:09:43 2012 +0000
1269
1936
 
1270
1937
    core: Fix build with --enable-spell-checking
1271
1938
 
1276
1943
 
1277
1944
commit e8eaacbc52dfa54c081b709738bd21a9b196fc0c
1278
1945
Author: Vincent Untz <vuntz@gnome.org>
1279
 
Date:   Fri Jan 6 12:18:41 2012 +0100
 
1946
Date:   Fri Jan 6 12:18:41 2012 +0100
1280
1947
 
1281
1948
    build: Fix build with encryption support
1282
1949
 
1289
1956
 
1290
1957
commit 90f6d22a337b9718182c7cc847f9323024b3d0b0
1291
1958
Author: Philip Withnall <philip@tecnocode.co.uk>
1292
 
Date:   Wed Jan 4 17:45:40 2012 +0000
 
1959
Date:   Wed Jan 4 17:45:40 2012 +0000
1293
1960
 
1294
1961
    build: Re-enable spell checking now that GtkSpell has GTK+ 3 support
1295
1962
 
1309
1976
 
1310
1977
commit 82e2acbf2bb4d1039732cbcfb2c171ea0eb7e192
1311
1978
Author: Joe Hansen <joedalton2@yahoo.dk>
1312
 
Date:   Mon Jan 2 12:40:55 2012 +0100
 
1979
Date:   Mon Jan 2 12:40:55 2012 +0100
1313
1980
 
1314
1981
    Updated Danish translation
1315
1982
 
1319
1986
 
1320
1987
commit 241eb77d4c04f3341a06f113d2bd1fd1e38f10ed
1321
1988
Author: Muhammet Kara <muhammet.k@gmail.com>
1322
 
Date:   Sat Dec 31 21:20:13 2011 +0200
 
1989
Date:   Sat Dec 31 21:20:13 2011 +0200
1323
1990
 
1324
1991
    [l10n]Updated Turkish translation
1325
1992
 
1329
1996
 
1330
1997
commit 7a1c288c8296a49a93001ad49a1aab7eb8be6764
1331
1998
Author: Mateusz Kacprzak <mateusz.kacprzak@yandex.ru>
1332
 
Date:   Sat Dec 17 22:18:14 2011 +0100
 
1999
Date:   Sat Dec 17 22:18:14 2011 +0100
1333
2000
 
1334
2001
    Added Polish translation
1335
2002
 
1336
 
 po/LINGUAS |   1 +
 
2003
 po/LINGUAS |   1 +
1337
2004
 po/pl.po   | 661
1338
2005
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1339
2006
 2 files changed, 662 insertions(+)
1340
2007
 
1341
2008
commit 6bf0229c20f9a5ef92374595ff4d5823f74196f0
1342
2009
Author: Piotr Drąg <piotrdrag@gmail.com>
1343
 
Date:   Sat Dec 17 22:16:51 2011 +0100
 
2010
Date:   Sat Dec 17 22:16:51 2011 +0100
1344
2011
 
1345
2012
    Revert "Added Polish translation"
1346
2013
 
1347
2014
    This reverts commit 4c5c13f524a000b7ecfcf0bb42a9d18dddeaa577.
1348
2015
 
1349
 
 po/LINGUAS |   1 -
 
2016
 po/LINGUAS |   1 -
1350
2017
 po/pl.po   | 661
1351
2018
 -------------------------------------------------------------
1352
2019
 2 files changed, 662 deletions(-)
1353
2020
 
1354
2021
commit 4c5c13f524a000b7ecfcf0bb42a9d18dddeaa577
1355
2022
Author: Piotr Drąg <piotrdrag@gmail.com>
1356
 
Date:   Sat Dec 17 22:03:30 2011 +0100
 
2023
Date:   Sat Dec 17 22:03:30 2011 +0100
1357
2024
 
1358
2025
    Added Polish translation
1359
2026
 
1360
 
 po/LINGUAS |   1 +
 
2027
 po/LINGUAS |   1 +
1361
2028
 po/pl.po   | 661
1362
2029
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1363
2030
 2 files changed, 662 insertions(+)
1364
2031
 
1365
2032
commit 4b11b928449c8623327694773ead9869603fc802
1366
2033
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
1367
 
Date:   Sat Nov 5 09:13:52 2011 +0100
 
2034
Date:   Sat Nov 5 09:13:52 2011 +0100
1368
2035
 
1369
2036
    Add Esperanto translation
1370
2037
 
1371
 
 po/LINGUAS |   1 +
 
2038
 po/LINGUAS |   1 +
1372
2039
 po/eo.po   | 614
1373
2040
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1374
2041
 2 files changed, 615 insertions(+)
1375
2042
 
1376
2043
commit 75a4dc552d712fe0d4533370e4937c6f4d200076
1377
2044
Author: Marek Černocký <marek@manet.cz>
1378
 
Date:   Wed Nov 2 19:49:38 2011 +0100
 
2045
Date:   Wed Nov 2 19:49:38 2011 +0100
1379
2046
 
1380
2047
    Updated Czech translation
1381
2048
 
1385
2052
 
1386
2053
commit f963e70db98854937185e749c1b4dbbe919ca12c
1387
2054
Author: Álvaro Peña <alvaropg@gmail.com>
1388
 
Date:   Tue Nov 1 21:33:29 2011 +0000
 
2055
Date:   Tue Nov 1 21:33:29 2011 +0000
1389
2056
 
1390
2057
    core: Move the events list to the bottom of the window
1391
2058
 
1398
2065
 
1399
2066
commit faf64d1512c139bd2479d2a9893ca7ddc82f4664
1400
2067
Author: Gabor Kelemen <kelemeng@gnome.hu>
1401
 
Date:   Sat Oct 29 17:35:51 2011 +0200
 
2068
Date:   Sat Oct 29 17:35:51 2011 +0200
1402
2069
 
1403
2070
    Updated Hungarian translation by Balazs Ur
1404
2071
 
1408
2075
 
1409
2076
commit 826c6a591a2f11908aff1567129872a7ad138c22
1410
2077
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
1411
 
Date:   Tue Oct 25 20:36:16 2011 +0200
 
2078
Date:   Tue Oct 25 20:36:16 2011 +0200
1412
2079
 
1413
2080
    Updated Slovenian translation
1414
2081
 
1418
2085
 
1419
2086
commit 009d24855bf7df122d9fe4e69ac4c3b4572f6b6c
1420
2087
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
1421
 
Date:   Tue Oct 25 16:35:52 2011 +0200
 
2088
Date:   Tue Oct 25 16:35:52 2011 +0200
1422
2089
 
1423
2090
    Updated Spanish translation
1424
2091
 
1428
2095
 
1429
2096
commit 69c10c8b4fc42ed48ad1c116f90f12015a7be5de
1430
2097
Author: Mario Blättermann <mariobl@gnome.org>
1431
 
Date:   Mon Oct 24 23:24:13 2011 +0200
 
2098
Date:   Mon Oct 24 23:24:13 2011 +0200
1432
2099
 
1433
2100
    [l10n] Updated German translation
1434
2101
 
1438
2105
 
1439
2106
commit e573eb06c5391a9fa6e4d1029a9957ab44d81589
1440
2107
Author: Álvaro Peña <alvaropg@gmail.com>
1441
 
Date:   Mon Oct 24 18:39:31 2011 +0200
 
2108
Date:   Mon Oct 24 18:39:31 2011 +0200
1442
2109
 
1443
2110
    Bug 662016 — Create a toolbar menu item with the fonts style
1444
2111
 
1445
 
 data/almanah.ui                      | 25 +++++++--
1446
 
 src/Makefile.am                      | 74 ++++++++++++++-------------
1447
 
 src/main-window.c                    | 99
 
2112
 data/almanah.ui                      | 25 +++++++--
 
2113
 src/Makefile.am                      | 74 ++++++++++++++-------------
 
2114
 src/main-window.c                    | 99
1448
2115
 ++++++++++++++++++++++++++++++++++++
1449
2116
 src/widgets/font-style-menu-action.c | 58 +++++++++++++++++++++
1450
2117
 src/widgets/font-style-menu-action.h | 47 +++++++++++++++++
1452
2119
 
1453
2120
commit 8b44143df4e844d4c9b4da45186686cf048ebbfa
1454
2121
Author: Muhammet Kara <muhammet.k@gmail.com>
1455
 
Date:   Fri Sep 30 01:31:39 2011 +0300
 
2122
Date:   Fri Sep 30 01:31:39 2011 +0300
1456
2123
 
1457
2124
    Added Turkish translation
1458
2125
 
1459
 
 po/LINGUAS |   1 +
 
2126
 po/LINGUAS |   1 +
1460
2127
 po/tr.po   | 626
1461
2128
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1462
2129
 2 files changed, 627 insertions(+)
1463
2130
 
1464
2131
commit 24c6d54c1c9b7211336b4b6779bb16a68d587fec
1465
2132
Author: Fran Dieguez <fran@openhost.es>
1466
 
Date:   Tue Aug 30 16:58:49 2011 +0200
 
2133
Date:   Tue Aug 30 16:58:49 2011 +0200
1467
2134
 
1468
2135
    Updated galician translations
1469
2136
 
1473
2140
 
1474
2141
commit e7743e8b0fefeb884278bb15ddd65bd73c12b3c6
1475
2142
Author: Claude Paroz <claude@2xlibre.net>
1476
 
Date:   Mon Aug 22 09:58:15 2011 +0200
 
2143
Date:   Mon Aug 22 09:58:15 2011 +0200
1477
2144
 
1478
2145
    Updated French translation
1479
2146
 
1483
2150
 
1484
2151
commit 233aad655e48c8533f513ff03c5100ef8768c149
1485
2152
Author: Yuri Myasoedov <omerta13@yandex.ru>
1486
 
Date:   Fri Jul 29 19:38:10 2011 +0400
 
2153
Date:   Fri Jul 29 19:38:10 2011 +0400
1487
2154
 
1488
2155
    Updated Russian translation
1489
2156
 
1493
2160
 
1494
2161
commit ddf428130ffe6a457e6be01f30506cd338115b90
1495
2162
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
1496
 
Date:   Thu Jul 28 18:14:15 2011 +0200
 
2163
Date:   Thu Jul 28 18:14:15 2011 +0200
1497
2164
 
1498
2165
    Added Basque language
1499
2166
 
1500
 
 po/LINGUAS |   1 +
 
2167
 po/LINGUAS |   1 +
1501
2168
 po/eu.po   | 764
1502
2169
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1503
2170
 2 files changed, 765 insertions(+)
1504
2171
 
1505
2172
commit ad6c2ee888d70e936608149426dd2ecfdd497141
1506
2173
Author: Gabriel Speckhahn <gabspeck@gmail.com>
1507
 
Date:   Sat Jul 23 09:52:29 2011 -0300
 
2174
Date:   Sat Jul 23 09:52:29 2011 -0300
1508
2175
 
1509
2176
    Updated Brazilian Portuguese Translation
1510
2177
 
1514
2181
 
1515
2182
commit 7d19c7b00b8492684c9814bf160f16755f306911
1516
2183
Author: Philip Withnall <philip@tecnocode.co.uk>
1517
 
Date:   Tue Jul 19 08:43:38 2011 +0100
 
2184
Date:   Tue Jul 19 08:43:38 2011 +0100
1518
2185
 
1519
2186
    build: Fix preferences with --enable-spell-checking and
1520
2187
    --disable-encryption
1526
2193
 
1527
2194
commit 6ebc71c68709b6cc1f371c6fb3dfa20d6bc39f3d
1528
2195
Author: Philip Withnall <philip@tecnocode.co.uk>
1529
 
Date:   Tue Jul 19 08:43:25 2011 +0100
 
2196
Date:   Tue Jul 19 08:43:25 2011 +0100
1530
2197
 
1531
2198
    core: Remove an extraneous include
1532
2199
 
1535
2202
 
1536
2203
commit 9a96bcdeb8eaa89943d7f4143c2840341162adaf
1537
2204
Author: Philip Withnall <philip@tecnocode.co.uk>
1538
 
Date:   Thu Jul 14 08:51:54 2011 +0100
 
2205
Date:   Thu Jul 14 08:51:54 2011 +0100
1539
2206
 
1540
2207
    core: Use the correct priority for search progress callbacks
1541
2208
 
1550
2217
 
1551
2218
commit 4248338b6fa04ece36b9da1f4283c784517cad25
1552
2219
Author: Álvaro Peña <alvaropg@gmail.com>
1553
 
Date:   Thu Jul 14 08:43:41 2011 +0100
 
2220
Date:   Thu Jul 14 08:43:41 2011 +0100
1554
2221
 
1555
2222
    core: Fix resizing the search dialogue
1556
2223
 
1559
2226
 
1560
2227
commit 85fd0359aab2dd6db26ffbc7ee74a58c0eab0acd
1561
2228
Author: Joe Hansen <joedalton2@yahoo.dk>
1562
 
Date:   Wed Jul 13 22:26:04 2011 +0200
 
2229
Date:   Wed Jul 13 22:26:04 2011 +0200
1563
2230
 
1564
2231
    Updated Danish translation
1565
2232
 
1569
2236
 
1570
2237
commit 4ad604845c6173d326336e0b142a023eb5656c28
1571
2238
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
1572
 
Date:   Fri Jul 8 18:08:13 2011 +0200
 
2239
Date:   Fri Jul 8 18:08:13 2011 +0200
1573
2240
 
1574
2241
    Updated Serbian translation
1575
2242
 
1576
 
 po/sr.po       | 82
 
2243
 po/sr.po       | 82
1577
2244
 +++++++++++++++++++++++++++++++++++++---------------------
1578
2245
 po/sr@latin.po | 82
1579
2246
 +++++++++++++++++++++++++++++++++++++---------------------
1581
2248
 
1582
2249
commit 0bd90add8c25b0dd977ac87eb3e7bdb1d7474c4e
1583
2250
Author: Marek Černocký <marek@manet.cz>
1584
 
Date:   Tue Jul 5 15:40:29 2011 +0200
 
2251
Date:   Tue Jul 5 15:40:29 2011 +0200
1585
2252
 
1586
2253
    Updated Czech translation
1587
2254
 
1591
2258
 
1592
2259
commit 5758286f0e6dc923034fcc5a26644e3845345b5a
1593
2260
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
1594
 
Date:   Sat Jul 2 20:17:55 2011 +0200
 
2261
Date:   Sat Jul 2 20:17:55 2011 +0200
1595
2262
 
1596
2263
    Updated Slovenian translation
1597
2264
 
1601
2268
 
1602
2269
commit 211049803920d01bd6f1de2c969569420cec4eaa
1603
2270
Author: Mario Blättermann <mariobl@gnome.org>
1604
 
Date:   Tue Jun 28 21:55:38 2011 +0200
 
2271
Date:   Tue Jun 28 21:55:38 2011 +0200
1605
2272
 
1606
2273
    [l10n] Updated German translation
1607
2274
 
1611
2278
 
1612
2279
commit 466e98fec932ac18d9164bfd4a881121d104339d
1613
2280
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
1614
 
Date:   Tue Jun 28 21:32:34 2011 +0200
 
2281
Date:   Tue Jun 28 21:32:34 2011 +0200
1615
2282
 
1616
2283
    Updated Spanish translation
1617
2284
 
1621
2288
 
1622
2289
commit cb8ad21e8c32fdce37359e192a7dc3d387af9558
1623
2290
Author: Álvaro Peña <alvaropg@gmail.com>
1624
 
Date:   Mon Jun 27 23:28:41 2011 +0100
 
2291
Date:   Mon Jun 27 23:28:41 2011 +0100
1625
2292
 
1626
2293
    Bug 647690 — Make search asynchronous
1627
2294
 
1641
2308
 
1642
2309
commit f72bcc9b8703e44360dd89ca76d35550b3bc9293
1643
2310
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
1644
 
Date:   Sun May 15 23:57:08 2011 +0200
 
2311
Date:   Sun May 15 23:57:08 2011 +0200
1645
2312
 
1646
2313
    Added Serbian translation
1647
2314
 
1651
2318
 
1652
2319
commit 28eee498611bdc07ab52cd59ede0b7398809c232
1653
2320
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
1654
 
Date:   Sun May 15 23:55:42 2011 +0200
 
2321
Date:   Sun May 15 23:55:42 2011 +0200
1655
2322
 
1656
2323
    Added Serbian translation
1657
2324
 
1658
 
 po/LINGUAS     |   2 +
1659
 
 po/sr.po       | 621
 
2325
 po/LINGUAS     |   2 +
 
2326
 po/sr.po       | 621
1660
2327
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1661
2328
 po/sr@latin.po |  54 +++++
1662
2329
 3 files changed, 677 insertions(+)
1663
2330
 
1664
2331
commit 95e9bdd85fccc58c0b5e0ea3c05671a28d6743d2
1665
2332
Author: Yuri Myasoedov <omerta13@yandex.ru>
1666
 
Date:   Thu May 12 20:15:45 2011 +0400
 
2333
Date:   Thu May 12 20:15:45 2011 +0400
1667
2334
 
1668
2335
    Updated Russian translation
1669
2336
 
1673
2340
 
1674
2341
commit 7a436a09f97c3a216191ed443041c0cf5c41c662
1675
2342
Author: Gabor Kelemen <kelemeng@gnome.hu>
1676
 
Date:   Sat May 7 19:16:35 2011 +0200
 
2343
Date:   Sat May 7 19:16:35 2011 +0200
1677
2344
 
1678
2345
    Updated Hungarian translation from Balazs Úr
1679
2346
 
1683
2350
 
1684
2351
commit 37ba1df32ce4e23a35695fb9e5f42272423ef3af
1685
2352
Author: Djavan Fagundes <djavan@comum.org>
1686
 
Date:   Tue May 3 14:42:28 2011 -0300
 
2353
Date:   Tue May 3 14:42:28 2011 -0300
1687
2354
 
1688
2355
    Updated Brazilian Portuguese translation
1689
2356
 
1693
2360
 
1694
2361
commit a4a170bc05d59345f4ce46b2a48f78c9c268a6e7
1695
2362
Author: Daniel Korostil <ted.korostiled@gmail.com>
1696
 
Date:   Tue May 3 19:24:28 2011 +0300
 
2363
Date:   Tue May 3 19:24:28 2011 +0300
1697
2364
 
1698
2365
    Added uk translation
1699
2366
 
1700
 
 po/LINGUAS |   1 +
 
2367
 po/LINGUAS |   1 +
1701
2368
 po/uk.po   | 699
1702
2369
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1703
2370
 2 files changed, 700 insertions(+)
1704
2371
 
1705
2372
commit 96f723bbc1f1e89cbf62f807778a04bc83747e00
1706
2373
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
1707
 
Date:   Wed Apr 27 19:46:14 2011 +0200
 
2374
Date:   Wed Apr 27 19:46:14 2011 +0200
1708
2375
 
1709
2376
    Updated Slovenian translation
1710
2377
 
1714
2381
 
1715
2382
commit e205209b688ee0c9fc453c84c7565e454fd01771
1716
2383
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
1717
 
Date:   Thu Apr 21 19:33:27 2011 +0200
 
2384
Date:   Thu Apr 21 19:33:27 2011 +0200
1718
2385
 
1719
2386
    Updated Spanish translation
1720
2387
 
1724
2391
 
1725
2392
commit 6637789f8f969278c0c54ec6b528e6816019962f
1726
2393
Author: Marek Černocký <marek@manet.cz>
1727
 
Date:   Thu Apr 21 09:49:44 2011 +0200
 
2394
Date:   Thu Apr 21 09:49:44 2011 +0200
1728
2395
 
1729
2396
    Updated Czech translation
1730
2397
 
1734
2401
 
1735
2402
commit 325433a918c4e7b299c2a1542c5d95eea86beb7b
1736
2403
Author: Álvaro Peña <alvaropg@gmail.com>
1737
 
Date:   Wed Apr 20 16:40:16 2011 +0100
 
2404
Date:   Wed Apr 20 16:40:16 2011 +0100
1738
2405
 
1739
2406
    Bug 647691 — Make search case-insensitive
1740
2407
 
1743
2410
 
1744
2411
commit 845985fe959d0be0b47a3e71759fa8b13f482d98
1745
2412
Author: Mario Blättermann <mariobl@gnome.org>
1746
 
Date:   Mon Apr 18 20:28:21 2011 +0200
 
2413
Date:   Mon Apr 18 20:28:21 2011 +0200
1747
2414
 
1748
2415
    [l10n] Updated German translation
1749
2416
 
1753
2420
 
1754
2421
commit abb2fab89d83c354f409ca70e69def53ff8fd6de
1755
2422
Author: Philip Withnall <philip@tecnocode.co.uk>
1756
 
Date:   Mon Apr 18 18:42:21 2011 +0100
 
2423
Date:   Mon Apr 18 18:42:21 2011 +0100
1757
2424
 
1758
2425
    build: Bump GTK+ and GIO dependencies to 3.0.0 and 2.28.0 respectively
1759
2426
 
1764
2431
 
1765
2432
commit 5953fc9358483fe4b95f2eddeb03db52240099b1
1766
2433
Author: Philip Withnall <philip@tecnocode.co.uk>
1767
 
Date:   Mon Apr 18 18:32:35 2011 +0100
 
2434
Date:   Mon Apr 18 18:32:35 2011 +0100
1768
2435
 
1769
2436
    core: Mark the toolbar as a primary toolbar
1770
2437
 
1773
2440
 
1774
2441
commit 727d98f1bdf532b7eb7806fb0f752c38c4a74086
1775
2442
Author: Philip Withnall <philip@tecnocode.co.uk>
1776
 
Date:   Mon Apr 18 17:56:59 2011 +0100
 
2443
Date:   Mon Apr 18 17:56:59 2011 +0100
1777
2444
 
1778
2445
    core: Bind the StorageManager's key to GSettings
1779
2446
 
1783
2450
 
1784
2451
commit de24162fe156d7f9e54ff30edd3eaa05cf273b32
1785
2452
Author: Philip Withnall <philip@tecnocode.co.uk>
1786
 
Date:   Mon Apr 18 17:53:04 2011 +0100
 
2453
Date:   Mon Apr 18 17:53:04 2011 +0100
1787
2454
 
1788
2455
    core: Hide the main window while exiting to make things look faster
1789
2456
 
1792
2459
 
1793
2460
commit 12bdc2f7d2a9a7049c958285be6564f64aa45fe4
1794
2461
Author: Philip Withnall <philip@tecnocode.co.uk>
1795
 
Date:   Mon Apr 18 17:52:55 2011 +0100
 
2462
Date:   Mon Apr 18 17:52:55 2011 +0100
1796
2463
 
1797
2464
    core: Don't double-free the main window on exiting
1798
2465
 
1801
2468
 
1802
2469
commit fbee37f024de85384bfedce2edd320548ec6acd0
1803
2470
Author: Philip Withnall <philip@tecnocode.co.uk>
1804
 
Date:   Mon Apr 18 17:42:42 2011 +0100
 
2471
Date:   Mon Apr 18 17:42:42 2011 +0100
1805
2472
 
1806
2473
    core: Remove spurious debug messages
1807
2474
 
1810
2477
 
1811
2478
commit fb3b0eddb3a57097712ee494dd04b0fd3867b8ae
1812
2479
Author: Philip Withnall <philip@tecnocode.co.uk>
1813
 
Date:   Mon Apr 18 17:41:31 2011 +0100
 
2480
Date:   Mon Apr 18 17:41:31 2011 +0100
1814
2481
 
1815
2482
    core: Remove unused variables from AlmanahApplication
1816
2483
 
1819
2486
 
1820
2487
commit 37ae45223aeb2395b8db9d6ce1dcfece1590095c
1821
2488
Author: Philip Withnall <philip@tecnocode.co.uk>
1822
 
Date:   Mon Apr 18 17:37:48 2011 +0100
 
2489
Date:   Mon Apr 18 17:37:48 2011 +0100
1823
2490
 
1824
2491
    core: Move the remaining function from main.c into interface.c
1825
2492
 
1826
2493
    This allows us to remove main.h.
1827
2494
 
1828
 
 configure.ac                      |  2 +-
1829
 
 src/Makefile.am                   |  1 -
1830
 
 src/date-entry-dialog.c           |  1 -
1831
 
 src/entry.c                       |  1 -
1832
 
 src/event-manager.c               |  1 -
1833
 
 src/event.c                       |  1 -
 
2495
 configure.ac                      |  2 +-
 
2496
 src/Makefile.am                   |  1 -
 
2497
 src/date-entry-dialog.c           |  1 -
 
2498
 src/entry.c                       |  1 -
 
2499
 src/event-manager.c               |  1 -
 
2500
 src/event.c                       |  1 -
1834
2501
 src/events/calendar-appointment.c |  2 +-
1835
 
 src/events/calendar-task.c        |  2 +-
1836
 
 src/export-operation.c            |  1 -
1837
 
 src/import-export-dialog.c        |  1 -
1838
 
 src/import-operation.c            |  1 -
1839
 
 src/interface.c                   | 28 +++++++++++++++++++++++++++-
1840
 
 src/interface.h                   |  1 +
1841
 
 src/main-window.c                 |  1 -
1842
 
 src/main.c                        | 32 +++-----------------------------
1843
 
 src/main.h                        | 33 ---------------------------------
1844
 
 src/preferences-dialog.c          |  1 -
1845
 
 src/printing.c                    |  1 -
1846
 
 src/search-dialog.c               |  1 -
1847
 
 src/storage-manager.c             |  2 +-
1848
 
 src/uri-entry-dialog.c            |  1 -
1849
 
 src/widgets/calendar.c            |  1 -
 
2502
 src/events/calendar-task.c        |  2 +-
 
2503
 src/export-operation.c            |  1 -
 
2504
 src/import-export-dialog.c        |  1 -
 
2505
 src/import-operation.c            |  1 -
 
2506
 src/interface.c                   | 28 +++++++++++++++++++++++++++-
 
2507
 src/interface.h                   |  1 +
 
2508
 src/main-window.c                 |  1 -
 
2509
 src/main.c                        | 32 +++-----------------------------
 
2510
 src/main.h                        | 33 ---------------------------------
 
2511
 src/preferences-dialog.c          |  1 -
 
2512
 src/printing.c                    |  1 -
 
2513
 src/search-dialog.c               |  1 -
 
2514
 src/storage-manager.c             |  2 +-
 
2515
 src/uri-entry-dialog.c            |  1 -
 
2516
 src/widgets/calendar.c            |  1 -
1850
2517
 22 files changed, 35 insertions(+), 81 deletions(-)
1851
2518
 
1852
2519
commit a76942bdfee913ef606879f6998c219877ce14be
1853
2520
Author: Philip Withnall <philip@tecnocode.co.uk>
1854
 
Date:   Mon Apr 18 17:23:03 2011 +0100
 
2521
Date:   Mon Apr 18 17:23:03 2011 +0100
1855
2522
 
1856
2523
    core: Make the XML parser slightly more robust
1857
2524
 
1860
2527
 
1861
2528
commit 56bec5f5eeb9f0a8497baa186ad7294e9e7f34ff
1862
2529
Author: Philip Withnall <philip@tecnocode.co.uk>
1863
 
Date:   Mon Apr 18 17:22:35 2011 +0100
 
2530
Date:   Mon Apr 18 17:22:35 2011 +0100
1864
2531
 
1865
2532
    core: Only set the last edited date on import if it's valid
1866
2533
 
1869
2536
 
1870
2537
commit 0d2374f0bd55461b8bb6ca3a234b60fb395c6f32
1871
2538
Author: Philip Withnall <philip@tecnocode.co.uk>
1872
 
Date:   Thu Apr 14 23:48:54 2011 +0100
 
2539
Date:   Thu Apr 14 23:48:54 2011 +0100
1873
2540
 
1874
2541
    Bug 622193 — Use single instance
1875
2542
 
1878
2545
 
1879
2546
    Closes: bgo#622193
1880
2547
 
1881
 
 po/POTFILES.in                    |   9 +-
1882
 
 src/Makefile.am                   |   2 +
1883
 
 src/application.c                 | 372
 
2548
 po/POTFILES.in                    |   9 +-
 
2549
 src/Makefile.am                   |   2 +
 
2550
 src/application.c                 | 372
1884
2551
 ++++++++++++++++++++++++++++++++++++++
1885
 
 src/application.h                 |  62 +++++++
1886
 
 src/date-entry-dialog.c           |   1 -
1887
 
 src/event-manager.c               |   8 +-
1888
 
 src/event.c                       |   4 +-
1889
 
 src/event.h                       |   4 +-
 
2552
 src/application.h                 |  62 +++++++
 
2553
 src/date-entry-dialog.c           |   1 -
 
2554
 src/event-manager.c               |   8 +-
 
2555
 src/event.c                       |   4 +-
 
2556
 src/event.h                       |   4 +-
1890
2557
 src/events/calendar-appointment.c |  11 +-
1891
 
 src/events/calendar-task.c        |  11 +-
1892
 
 src/export-operation.c            |  59 +++++-
1893
 
 src/export-operation.h            |   5 +-
1894
 
 src/import-export-dialog.c        |  87 +++++++--
1895
 
 src/import-export-dialog.h        |   3 +-
1896
 
 src/import-operation.c            |  65 ++++++-
1897
 
 src/import-operation.h            |   5 +-
1898
 
 src/main-window.c                 | 236 +++++++++++++++++-------
1899
 
 src/main-window.h                 |   4 +-
1900
 
 src/main.c                        | 148 +--------------
1901
 
 src/main.h                        |  24 ---
1902
 
 src/preferences-dialog.c          |  68 ++++++-
1903
 
 src/preferences-dialog.h          |   2 +-
1904
 
 src/printing.c                    |  44 ++---
1905
 
 src/printing.h                    |   7 +-
1906
 
 src/search-dialog.c               |  29 ++-
1907
 
 src/storage-manager.c             |  40 +++-
1908
 
 src/storage-manager.h             |   2 +-
1909
 
 src/widgets/calendar.c            | 109 ++++++++++-
1910
 
 src/widgets/calendar.h            |   7 +-
 
2558
 src/events/calendar-task.c        |  11 +-
 
2559
 src/export-operation.c            |  59 +++++-
 
2560
 src/export-operation.h            |   5 +-
 
2561
 src/import-export-dialog.c        |  87 +++++++--
 
2562
 src/import-export-dialog.h        |   3 +-
 
2563
 src/import-operation.c            |  65 ++++++-
 
2564
 src/import-operation.h            |   5 +-
 
2565
 src/main-window.c                 | 236 +++++++++++++++++-------
 
2566
 src/main-window.h                 |   4 +-
 
2567
 src/main.c                        | 148 +--------------
 
2568
 src/main.h                        |  24 ---
 
2569
 src/preferences-dialog.c          |  68 ++++++-
 
2570
 src/preferences-dialog.h          |   2 +-
 
2571
 src/printing.c                    |  44 ++---
 
2572
 src/printing.h                    |   7 +-
 
2573
 src/search-dialog.c               |  29 ++-
 
2574
 src/storage-manager.c             |  40 +++-
 
2575
 src/storage-manager.h             |   2 +-
 
2576
 src/widgets/calendar.c            | 109 ++++++++++-
 
2577
 src/widgets/calendar.h            |   7 +-
1911
2578
 29 files changed, 1081 insertions(+), 347 deletions(-)
1912
2579
 
1913
2580
commit 5bb69b0b7e70218a62fd7e361ae212ff403f13dd
1914
2581
Author: Mario Blättermann <mariobl@gnome.org>
1915
 
Date:   Sun Apr 17 11:10:54 2011 +0200
 
2582
Date:   Sun Apr 17 11:10:54 2011 +0200
1916
2583
 
1917
2584
    [l10n] Updated German translation
1918
2585
 
1922
2589
 
1923
2590
commit 6d67d5d014de642d9223819fc098e5e7969cb136
1924
2591
Author: Marek Černocký <marek@manet.cz>
1925
 
Date:   Sun Apr 17 10:50:52 2011 +0200
 
2592
Date:   Sun Apr 17 10:50:52 2011 +0200
1926
2593
 
1927
2594
    Updated Czech translation
1928
2595
 
1932
2599
 
1933
2600
commit 833d1850bfcd87f0e95802d8c2630194d43854d6
1934
2601
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
1935
 
Date:   Sat Apr 16 19:38:59 2011 +0200
 
2602
Date:   Sat Apr 16 19:38:59 2011 +0200
1936
2603
 
1937
2604
    Updated Slovenian translation
1938
2605
 
1942
2609
 
1943
2610
commit 31367cd8a4cf12edda2a631148919d142d73939f
1944
2611
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
1945
 
Date:   Fri Apr 15 19:53:30 2011 +0200
 
2612
Date:   Fri Apr 15 19:53:30 2011 +0200
1946
2613
 
1947
2614
    Updated Spanish translation
1948
2615
 
1952
2619
 
1953
2620
commit ccc4d67c84c355e7fda359353b3544524b36b5f9
1954
2621
Author: Philip Withnall <philip@tecnocode.co.uk>
1955
 
Date:   Thu Apr 14 22:13:17 2011 +0100
 
2622
Date:   Thu Apr 14 22:13:17 2011 +0100
1956
2623
 
1957
2624
    core: Fix a version number in a comment
1958
2625
 
1961
2628
 
1962
2629
commit 3bfc9106408009a745d0bcfa19719911a7bd96ad
1963
2630
Author: Philip Withnall <philip@tecnocode.co.uk>
1964
 
Date:   Sat Apr 2 22:16:27 2011 +0100
 
2631
Date:   Sat Apr 2 22:16:27 2011 +0100
1965
2632
 
1966
2633
    core: Add support for hyperlinks
1967
2634
 
1968
2635
    These replace definitions. Closes: bgo#631835
1969
2636
 
1970
 
 data/almanah.ui        |  76 +++++++++++++++++
1971
 
 src/Makefile.am        |   2 +
1972
 
 src/main-window.c      | 167 +++++++++++++++++++++++++++++++++++---
 
2637
 data/almanah.ui        |  76 +++++++++++++++++
 
2638
 src/Makefile.am        |   2 +
 
2639
 src/main-window.c      | 167 +++++++++++++++++++++++++++++++++++---
1973
2640
 src/uri-entry-dialog.c | 215
1974
2641
 +++++++++++++++++++++++++++++++++++++++++++++++++
1975
2642
 src/uri-entry-dialog.h |  57 +++++++++++++
1977
2644
 
1978
2645
commit a90413df6b1edc6a0bb24d938935b0b03d775038
1979
2646
Author: Philip Withnall <philip@tecnocode.co.uk>
1980
 
Date:   Thu Apr 14 00:59:10 2011 +0100
 
2647
Date:   Thu Apr 14 00:59:10 2011 +0100
1981
2648
 
1982
2649
    core: Add a new XML-based serialisation format which can represent
1983
2650
    links
1991
2658
    as they
1992
2659
    are edited/written.
1993
2660
 
1994
 
 data/Makefile.am   |   3 +-
 
2661
 data/Makefile.am   |   3 +-
1995
2662
 data/entry-2.0.rnc |  30 ++++
1996
 
 src/entry.c        | 395
 
2663
 src/entry.c        | 395
1997
2664
 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
1998
2665
 3 files changed, 421 insertions(+), 7 deletions(-)
1999
2666
 
2000
2667
commit cd4383736bff24dd403cb6ce398ed28680fc57ea
2001
2668
Author: Philip Withnall <philip@tecnocode.co.uk>
2002
 
Date:   Thu Apr 14 01:01:37 2011 +0100
 
2669
Date:   Thu Apr 14 01:01:37 2011 +0100
2003
2670
 
2004
2671
    widgets: Add a GtkTextTag subclass for hyperlinks
2005
2672
 
2007
2674
    tags
2008
2675
    which have their URI as a property.
2009
2676
 
2010
 
 src/Makefile.am             |   4 +-
 
2677
 src/Makefile.am             |   4 +-
2011
2678
 src/widgets/hyperlink-tag.c | 145
2012
2679
 ++++++++++++++++++++++++++++++++++++++++++++
2013
 
 src/widgets/hyperlink-tag.h |  56 +++++++++++++++++
 
2680
 src/widgets/hyperlink-tag.h |  56 +++++++++++++++++
2014
2681
 3 files changed, 204 insertions(+), 1 deletion(-)
2015
2682
 
2016
2683
commit 050f22244d8586f7dbb5f5f6050fd2e481cb6cce
2017
2684
Author: Philip Withnall <philip@tecnocode.co.uk>
2018
 
Date:   Sun Nov 7 16:57:16 2010 +0000
 
2685
Date:   Sun Nov 7 16:57:16 2010 +0000
2019
2686
 
2020
2687
    core: Remove definition support
2021
2688
 
2023
2690
    and will be
2024
2691
    replaced by a hyperlinking system. Helps: bgo#631835
2025
2692
 
2026
 
 data/almanah.ui                 | 241 -------------------------
2027
 
 src/Makefile.am                 |  36 +---
2028
 
 src/add-definition-dialog.c     | 284 ------------------------------
2029
 
 src/add-definition-dialog.h     |  60 -------
 
2693
 data/almanah.ui                 | 241 -------------------------
 
2694
 src/Makefile.am                 |  36 +---
 
2695
 src/add-definition-dialog.c     | 284 ------------------------------
 
2696
 src/add-definition-dialog.h     |  60 -------
2030
2697
 src/definition-manager-window.c | 378
2031
2698
 ----------------------------------------
2032
2699
 src/definition-manager-window.h |  51 ------
2033
 
 src/definition.c                | 341
 
2700
 src/definition.c                | 341
2034
2701
 ------------------------------------
2035
 
 src/definition.h                |  93 ----------
2036
 
 src/definitions/contact.c       | 240 -------------------------
2037
 
 src/definitions/contact.h       |  52 ------
2038
 
 src/definitions/file.c          | 125 -------------
2039
 
 src/definitions/file.h          |  52 ------
2040
 
 src/definitions/note.c          | 138 ---------------
2041
 
 src/definitions/note.h          |  52 ------
2042
 
 src/definitions/uri.c           | 140 ---------------
2043
 
 src/definitions/uri.h           |  52 ------
2044
 
 src/import-operation.c          |  15 --
2045
 
 src/interface.c                 |  51 +-----
2046
 
 src/main-window.c               | 188 +-------------------
2047
 
 src/main.c                      |   4 -
2048
 
 src/main.h                      |   2 -
2049
 
 src/storage-manager.c           | 186 +-------------------
2050
 
 src/storage-manager.h           |   8 +-
 
2702
 src/definition.h                |  93 ----------
 
2703
 src/definitions/contact.c       | 240 -------------------------
 
2704
 src/definitions/contact.h       |  52 ------
 
2705
 src/definitions/file.c          | 125 -------------
 
2706
 src/definitions/file.h          |  52 ------
 
2707
 src/definitions/note.c          | 138 ---------------
 
2708
 src/definitions/note.h          |  52 ------
 
2709
 src/definitions/uri.c           | 140 ---------------
 
2710
 src/definitions/uri.h           |  52 ------
 
2711
 src/import-operation.c          |  15 --
 
2712
 src/interface.c                 |  51 +-----
 
2713
 src/main-window.c               | 188 +-------------------
 
2714
 src/main.c                      |   4 -
 
2715
 src/main.h                      |   2 -
 
2716
 src/storage-manager.c           | 186 +-------------------
 
2717
 src/storage-manager.h           |   8 +-
2051
2718
 23 files changed, 14 insertions(+), 2775 deletions(-)
2052
2719
 
2053
2720
commit 74df40837a814d95e11343b16643094968410e59
2054
2721
Author: Philip Withnall <philip@tecnocode.co.uk>
2055
 
Date:   Thu Apr 14 20:38:56 2011 +0100
 
2722
Date:   Thu Apr 14 20:38:56 2011 +0100
2056
2723
 
2057
2724
    build: Update almanah.doap and drop MAINTAINERS
2058
2725
 
2067
2734
 
2068
2735
commit 6e3a5a52559dd0cfdfdff0202c69934e0385502e
2069
2736
Author: Philip Withnall <philip@tecnocode.co.uk>
2070
 
Date:   Thu Apr 14 19:40:31 2011 +0100
 
2737
Date:   Thu Apr 14 19:40:31 2011 +0100
2071
2738
 
2072
2739
    build: Post-release version bump
2073
2740
 
2076
2743
 
2077
2744
commit 83e4080290a7b4ff2d8449bd45865e4dd590ef2b
2078
2745
Author: Philip Withnall <philip@tecnocode.co.uk>
2079
 
Date:   Thu Apr 14 19:38:43 2011 +0100
 
2746
Date:   Thu Apr 14 19:38:43 2011 +0100
2080
2747
 
2081
2748
    build: Release version 0.8.0
2082
2749
 
2085
2752
 
2086
2753
commit dc1f299129b6250437119da220cbb8660c376255
2087
2754
Author: Philip Withnall <philip@tecnocode.co.uk>
2088
 
Date:   Thu Apr 14 19:19:31 2011 +0100
 
2755
Date:   Thu Apr 14 19:19:31 2011 +0100
2089
2756
 
2090
2757
    core: Don't conditionally compile preference dialogue response code
2091
2758
 
2096
2763
 
2097
2764
commit 7d50e148b2b2eb3f6c6973bdd5ef530b14dcf4f2
2098
2765
Author: Philip Withnall <philip@tecnocode.co.uk>
2099
 
Date:   Thu Apr 14 19:13:21 2011 +0100
 
2766
Date:   Thu Apr 14 19:13:21 2011 +0100
2100
2767
 
2101
2768
    l10n: Update British English translation
2102
2769
 
2106
2773
 
2107
2774
commit 8290b2cad580ccbd4a1caa2e235e38ebd34260ac
2108
2775
Author: Philip Withnall <philip@tecnocode.co.uk>
2109
 
Date:   Thu Apr 14 19:12:53 2011 +0100
 
2776
Date:   Thu Apr 14 19:12:53 2011 +0100
2110
2777
 
2111
2778
    build: Add a generated file to POTFILES.skip
2112
2779
 
2115
2782
 
2116
2783
commit 43768d9a223e769ef8662222b55e2dc6e5a6c48c
2117
2784
Author: Philip Withnall <philip@tecnocode.co.uk>
2118
 
Date:   Thu Apr 14 19:09:39 2011 +0100
 
2785
Date:   Thu Apr 14 19:09:39 2011 +0100
2119
2786
 
2120
2787
    build: Disable spell checking due to GtkSpell not supporting GTK+ 3
2121
2788
 
2124
2791
 
2125
2792
commit 9dc2c1fd153ebada2392bc774875ba6a43df217d
2126
2793
Author: Philip Withnall <philip@tecnocode.co.uk>
2127
 
Date:   Thu Apr 14 19:05:50 2011 +0100
 
2794
Date:   Thu Apr 14 19:05:50 2011 +0100
2128
2795
 
2129
2796
    core: Remove some unnecessary debug messages
2130
2797
 
2134
2801
 
2135
2802
commit b7649d949735b3f532a11d3f450468871e8eadbc
2136
2803
Author: Philip Withnall <philip@tecnocode.co.uk>
2137
 
Date:   Wed Apr 13 21:06:29 2011 +0100
 
2804
Date:   Wed Apr 13 21:06:29 2011 +0100
2138
2805
 
2139
2806
    core: Add support for versioning the formats used by entries in
2140
2807
    the database
2145
2812
    given entry.
2146
2813
 
2147
2814
 po/POTFILES.in        |  1 +
2148
 
 src/entry.c           | 90
 
2815
 src/entry.c           | 90
2149
2816
 +++++++++++++++++++++++++++++++++++++--------------
2150
 
 src/entry.h           | 11 +++++--
 
2817
 src/entry.h           | 11 +++++--
2151
2818
 src/storage-manager.c | 21 +++++++-----
2152
2819
 4 files changed, 88 insertions(+), 35 deletions(-)
2153
2820
 
2154
2821
commit de641cd860d41142eb8cfd4e18c8e89c04b40bd7
2155
2822
Author: Philip Withnall <philip@tecnocode.co.uk>
2156
 
Date:   Wed Apr 13 18:42:54 2011 +0100
 
2823
Date:   Wed Apr 13 18:42:54 2011 +0100
2157
2824
 
2158
2825
    docs: Update README
2159
2826
 
2162
2829
 
2163
2830
commit 115337df9c2c9ba556962369ed44da296e08fc65
2164
2831
Author: Philip Withnall <philip@tecnocode.co.uk>
2165
 
Date:   Wed Apr 13 18:42:46 2011 +0100
 
2832
Date:   Wed Apr 13 18:42:46 2011 +0100
2166
2833
 
2167
2834
    docs: Add a HACKING file
2168
2835
 
2172
2839
 
2173
2840
commit ff62bbb978529faca4b86a9c0eccc33931191ee7
2174
2841
Author: Philip Withnall <philip@tecnocode.co.uk>
2175
 
Date:   Sat Apr 2 17:48:47 2011 +0100
 
2842
Date:   Sat Apr 2 17:48:47 2011 +0100
2176
2843
 
2177
2844
    build: Remove generated file from git
2178
2845
 
2182
2849
 
2183
2850
commit ab3dcf36c5738fc3e6f6cb407f91da0f03eee159
2184
2851
Author: Philip Withnall <philip@tecnocode.co.uk>
2185
 
Date:   Sat Apr 2 17:45:48 2011 +0100
 
2852
Date:   Sat Apr 2 17:45:48 2011 +0100
2186
2853
 
2187
2854
    build: Add some miscellaneous files to MAINTAINERCLEANFILES
2188
2855
 
2191
2858
 
2192
2859
commit 27fc7138f013d35f93b860a8c003ff9d260db6c0
2193
2860
Author: Philip Withnall <philip@tecnocode.co.uk>
2194
 
Date:   Sat Apr 2 17:40:13 2011 +0100
 
2861
Date:   Sat Apr 2 17:40:13 2011 +0100
2195
2862
 
2196
2863
    build: Update git.mk from Pango master
2197
2864
 
2201
2868
 
2202
2869
commit fffad8ad73c17c035c1449654d9e2cc389daf248
2203
2870
Author: Philip Withnall <philip@tecnocode.co.uk>
2204
 
Date:   Tue Jun 29 23:10:54 2010 +0100
 
2871
Date:   Tue Jun 29 23:10:54 2010 +0100
2205
2872
 
2206
2873
    core: Port to GSettings
2207
2874
 
2211
2878
    factory has
2212
2879
    to remain using GConf for the time being.
2213
2880
 
2214
 
 configure.ac                             |  8 ++--
2215
 
 data/Makefile.am                         | 29 +++++--------
2216
 
 data/almanah.convert                     |  4 ++
2217
 
 data/almanah.schemas.in                  | 37 ----------------
 
2881
 configure.ac                             |  8 ++--
 
2882
 data/Makefile.am                         | 29 +++++--------
 
2883
 data/almanah.convert                     |  4 ++
 
2884
 data/almanah.schemas.in                  | 37 ----------------
2218
2885
 data/org.gnome.almanah.gschema.xml.in.in | 20 +++++++++
2219
 
 po/POTFILES.in                           |  2 +-
2220
 
 src/main-window.c                        | 73
 
2886
 po/POTFILES.in                           |  2 +-
 
2887
 src/main-window.c                        | 73
2221
2888
 ++++++++++++++++++++++++++++----
2222
 
 src/main-window.h                        |  4 --
2223
 
 src/main.c                               |  9 ++--
2224
 
 src/main.h                               |  8 +---
2225
 
 src/preferences-dialog.c                 | 60 +++-----------------------
2226
 
 src/storage-manager.c                    |  3 +-
 
2889
 src/main-window.h                        |  4 --
 
2890
 src/main.c                               |  9 ++--
 
2891
 src/main.h                               |  8 +---
 
2892
 src/preferences-dialog.c                 | 60 +++-----------------------
 
2893
 src/storage-manager.c                    |  3 +-
2227
2894
 12 files changed, 119 insertions(+), 138 deletions(-)
2228
2895
 
2229
2896
commit 3b74ca62870fee382c0b5fe3621148e550c9798c
2230
2897
Author: Philip Withnall <philip@tecnocode.co.uk>
2231
 
Date:   Sat Apr 2 15:43:38 2011 +0100
 
2898
Date:   Sat Apr 2 15:43:38 2011 +0100
2232
2899
 
2233
2900
    core: Use a key file to store window geometry
2234
2901
 
2239
2906
    move to GSettings.
2240
2907
 
2241
2908
 data/almanah.schemas.in |  55 ----------------
2242
 
 src/main-window.c       | 170
 
2909
 src/main-window.c       | 170
2243
2910
 +++++++++++++++++++++++++++++++++++++++++++-----
2244
2911
 2 files changed, 153 insertions(+), 72 deletions(-)
2245
2912
 
2246
2913
commit a8db5cda3caf294701805e544b76f83bca27a720
2247
2914
Author: Philip Withnall <philip@tecnocode.co.uk>
2248
 
Date:   Sat Apr 2 12:43:57 2011 +0100
 
2915
Date:   Sat Apr 2 12:43:57 2011 +0100
2249
2916
 
2250
2917
    definitions: Remove unused variable
2251
2918
 
2254
2921
 
2255
2922
commit 9ce42c639c2ed9781b840a23ab359765d64f9391
2256
2923
Author: Philip Withnall <philip@tecnocode.co.uk>
2257
 
Date:   Sat Apr 2 12:43:19 2011 +0100
 
2924
Date:   Sat Apr 2 12:43:19 2011 +0100
2258
2925
 
2259
2926
    core: Don't compile encryption-only code when encryption is disabled
2260
2927
 
2263
2930
 
2264
2931
commit 5d0ad53b3117859162394a026269a4ce42b18e8d
2265
2932
Author: Philip Withnall <philip@tecnocode.co.uk>
2266
 
Date:   Sat Apr 2 12:41:21 2011 +0100
 
2933
Date:   Sat Apr 2 12:41:21 2011 +0100
2267
2934
 
2268
2935
    build: Fix dependency information for almanah-marshal.c
2269
2936
 
2272
2939
 
2273
2940
commit 999acd3044d95212cd26706a40fdc83772e31188
2274
2941
Author: Gabor Kelemen <kelemeng@gnome.hu>
2275
 
Date:   Thu Mar 17 22:59:20 2011 +0100
 
2942
Date:   Thu Mar 17 22:59:20 2011 +0100
2276
2943
 
2277
2944
    Added Hungarian translation by Gyorgy Ballo
2278
2945
 
2282
2949
 
2283
2950
commit df32e1f793c5682181010e198cbb522407fee1c0
2284
2951
Author: Gabor Kelemen <kelemeng@gnome.hu>
2285
 
Date:   Thu Mar 17 22:58:59 2011 +0100
 
2952
Date:   Thu Mar 17 22:58:59 2011 +0100
2286
2953
 
2287
2954
    Added hu to LINGUAS
2288
2955
 
2291
2958
 
2292
2959
commit 90c0e69a81e8dc67e5a536046556c79017cdc881
2293
2960
Author: Daniel Nylander <po@danielnylander.se>
2294
 
Date:   Sun Feb 27 18:08:18 2011 +0100
 
2961
Date:   Sun Feb 27 18:08:18 2011 +0100
2295
2962
 
2296
2963
    Updated Swedish translation
2297
2964
 
2301
2968
 
2302
2969
commit b0254a9fe124d6d9bef447bd1be34ef478491f62
2303
2970
Author: Aron Xu <aronxu@gnome.org>
2304
 
Date:   Mon Feb 14 03:20:42 2011 +0800
 
2971
Date:   Mon Feb 14 03:20:42 2011 +0800
2305
2972
 
2306
2973
    Remove wrong plural forms header in zh_CN.po
2307
2974
 
2310
2977
 
2311
2978
commit df3ab3c2b9ebf8b18558cdd33388b0b1b16d678f
2312
2979
Author: Milan Crha <mcrha@redhat.com>
2313
 
Date:   Mon Feb 7 12:18:55 2011 +0100
 
2980
Date:   Mon Feb 7 12:18:55 2011 +0100
2314
2981
 
2315
2982
    Bug #641481 - Cannot build with gtk3/evolution 2.91.6
2316
2983
 
2317
 
 configure.ac                      |  4 ++--
2318
 
 src/add-definition-dialog.c       |  3 +--
2319
 
 src/date-entry-dialog.c           |  3 +--
 
2984
 configure.ac                      |  4 ++--
 
2985
 src/add-definition-dialog.c       |  3 +--
 
2986
 src/date-entry-dialog.c           |  3 +--
2320
2987
 src/events/calendar-appointment.c |  2 +-
2321
 
 src/events/calendar-task.c        |  2 +-
2322
 
 src/import-export-dialog.c        |  2 --
2323
 
 src/main.c                        | 27 ++++++++++++++++++++++++++-
2324
 
 src/main.h                        |  1 +
2325
 
 src/preferences-dialog.c          | 14 +++++++++-----
2326
 
 src/search-dialog.c               |  3 +--
 
2988
 src/events/calendar-task.c        |  2 +-
 
2989
 src/import-export-dialog.c        |  2 --
 
2990
 src/main.c                        | 27 ++++++++++++++++++++++++++-
 
2991
 src/main.h                        |  1 +
 
2992
 src/preferences-dialog.c          | 14 +++++++++-----
 
2993
 src/search-dialog.c               |  3 +--
2327
2994
 10 files changed, 43 insertions(+), 18 deletions(-)
2328
2995
 
2329
2996
commit ae02e86440bd10b8e3db6556bc5c54492c3b25cb
2330
2997
Author: Andika Triwidada <andika@gmail.com>
2331
 
Date:   Wed Jan 19 22:54:03 2011 +0700
 
2998
Date:   Wed Jan 19 22:54:03 2011 +0700
2332
2999
 
2333
3000
    Updated Indonesian translation
2334
3001
 
2338
3005
 
2339
3006
commit 1be78f56d301f96e38928776a7a7f6148d480a7b
2340
3007
Author: George Stefanakis <george.stefanakis@gmail.com>
2341
 
Date:   Thu Jan 13 21:04:05 2011 +0200
 
3008
Date:   Thu Jan 13 21:04:05 2011 +0200
2342
3009
 
2343
3010
    Updated Greek translation
2344
3011
 
2348
3015
 
2349
3016
commit 0028b154f777b6edd521a89ff53c6a49185adcd6
2350
3017
Author: Fran Diéguez <fran.dieguez@mabishu.com>
2351
 
Date:   Sun Jan 9 15:41:34 2011 +0100
 
3018
Date:   Sun Jan 9 15:41:34 2011 +0100
2352
3019
 
2353
3020
    Updated Galician translations
2354
3021
 
2358
3025
 
2359
3026
commit 3d51f8e4e0aea7e5caf6e8075237c1a7a0ac8d53
2360
3027
Author: Jordi Estrada <jordi.estrada@yamaha-motor.es>
2361
 
Date:   Sat Dec 25 21:54:56 2010 +0100
 
3028
Date:   Sat Dec 25 21:54:56 2010 +0100
2362
3029
 
2363
3030
    [l10n]Updated Catalan translation
2364
3031
 
2368
3035
 
2369
3036
commit 41fd6d87420d51acc53302fb90bafd1262514860
2370
3037
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
2371
 
Date:   Tue Nov 30 16:26:56 2010 +0200
 
3038
Date:   Tue Nov 30 16:26:56 2010 +0200
2372
3039
 
2373
3040
    Updated Romanian translation
2374
3041
 
2375
 
 po/LINGUAS |   1 +
 
3042
 po/LINGUAS |   1 +
2376
3043
 po/ro.po   | 761
2377
3044
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2378
3045
 2 files changed, 762 insertions(+)
2379
3046
 
2380
3047
commit 01084bd42ad2747cc582274a3988f17bcf23d6f3
2381
3048
Author: Philip Withnall <philip@tecnocode.co.uk>
2382
 
Date:   Mon Nov 22 22:04:52 2010 +0000
 
3049
Date:   Mon Nov 22 22:04:52 2010 +0000
2383
3050
 
2384
3051
    Don't use IT_PROG_INTLTOOL and AM_GNU_GETTEXT
2385
3052
 
2390
3057
 
2391
3058
commit 4baa7ae0f8b5d6340c61d15868b0153d06e8ddfc
2392
3059
Author: Philip Withnall <philip@tecnocode.co.uk>
2393
 
Date:   Sat Oct 9 00:10:59 2010 +0100
 
3060
Date:   Sat Oct 9 00:10:59 2010 +0100
2394
3061
 
2395
3062
    Use upstream gettext instead of GLib's gettext
2396
3063
 
2402
3069
 
2403
3070
commit 5c7c880e24ebeeb9bbb6c0cec693b22c46309de1
2404
3071
Author: Philip Withnall <philip@tecnocode.co.uk>
2405
 
Date:   Fri Aug 27 09:17:30 2010 +0100
 
3072
Date:   Fri Aug 27 09:17:30 2010 +0100
2406
3073
 
2407
3074
    Check for various required functions and headers in configure.ac
2408
3075
 
2413
3080
 
2414
3081
commit b745384088cbcd712f68b049cd38c24e2db2bc6c
2415
3082
Author: Carlos José Pereira <carlao2005@gmail.com>
2416
 
Date:   Thu Aug 19 13:13:40 2010 -0300
 
3083
Date:   Thu Aug 19 13:13:40 2010 -0300
2417
3084
 
2418
3085
    Updated Brazilian Portuguese Translation
2419
3086
 
2423
3090
 
2424
3091
commit 17fe76354c49c547c0e7aea276341d5cd9693fc8
2425
3092
Author: YunQiang Su <wzssyqa@gmail.com>
2426
 
Date:   Fri Jul 30 18:34:43 2010 +0800
 
3093
Date:   Fri Jul 30 18:34:43 2010 +0800
2427
3094
 
2428
3095
    Update Simplified Chinese translation.
2429
3096
 
2433
3100
 
2434
3101
commit cb3428e2d019c5b88203480611ca4c069af43bef
2435
3102
Author: Claude Paroz <claude@2xlibre.net>
2436
 
Date:   Sun Jul 4 21:44:44 2010 +0200
 
3103
Date:   Sun Jul 4 21:44:44 2010 +0200
2437
3104
 
2438
3105
    Updated French translation
2439
3106
 
2443
3110
 
2444
3111
commit d86483b9b45cd0a64fc14125a5f2a335b45fb173
2445
3112
Author: Philip Withnall <philip@tecnocode.co.uk>
2446
 
Date:   Wed Jun 30 23:02:59 2010 +0100
 
3113
Date:   Wed Jun 30 23:02:59 2010 +0100
2447
3114
 
2448
3115
    Add missing files to POTFILES.in
2449
3116
 
2452
3119
 
2453
3120
commit 37fff7980a17be5646f902fe0037928380b890e7
2454
3121
Author: Philip Withnall <philip@tecnocode.co.uk>
2455
 
Date:   Wed Jun 30 23:01:23 2010 +0100
 
3122
Date:   Wed Jun 30 23:01:23 2010 +0100
2456
3123
 
2457
3124
    Bug 623231 — Dutch translation
2458
3125
 
2459
3126
    Add a Dutch translation by Heimen <vistausss@gmail.com>. Closes:
2460
3127
    bgo#623231
2461
3128
 
2462
 
 po/LINGUAS |   1 +
 
3129
 po/LINGUAS |   1 +
2463
3130
 po/nl.po   | 754
2464
3131
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2465
3132
 2 files changed, 755 insertions(+)
2466
3133
 
2467
3134
commit ee7a625eeeefb53e74f77bfb36352ab41da733bf
2468
3135
Author: Philip Withnall <philip@tecnocode.co.uk>
2469
 
Date:   Tue Jun 29 21:47:32 2010 +0100
 
3136
Date:   Tue Jun 29 21:47:32 2010 +0100
2470
3137
 
2471
3138
    Remove the F-Spot event factory and type
2472
3139
 
2481
3148
    This also removes our dependency on the (deprecated) dbus-glib.
2482
3149
    Closes: bgo#622887
2483
3150
 
2484
 
 configure.ac                 |    2 +-
2485
 
 intltool-extract.in          |  875 ------------------------
2486
 
 intltool-merge.in            | 1506
 
3151
 configure.ac                 |    2 +-
 
3152
 intltool-extract.in          |  875 ------------------------
 
3153
 intltool-merge.in            | 1506
2487
3154
 ------------------------------------------
2488
 
 intltool-update.in           | 1166 --------------------------------
2489
 
 po/Makefile.in.in            |    4 +-
2490
 
 po/POTFILES.in               |    1 -
2491
 
 src/Makefile.am              |    4 -
 
3155
 intltool-update.in           | 1166 --------------------------------
 
3156
 po/Makefile.in.in            |    4 +-
 
3157
 po/POTFILES.in               |    1 -
 
3158
 src/Makefile.am              |    4 -
2492
3159
 src/event-factories/f-spot.c |  250 -------
2493
3160
 src/event-factories/f-spot.h |   52 --
2494
 
 src/event-factory.h          |    3 +-
2495
 
 src/event-manager.c          |    2 -
 
3161
 src/event-factory.h          |    3 +-
 
3162
 src/event-manager.c          |    2 -
2496
3163
 src/events/f-spot-photo.c    |  120 ----
2497
3164
 src/events/f-spot-photo.h    |   53 --
2498
3165
 13 files changed, 4 insertions(+), 4034 deletions(-)
2499
3166
 
2500
3167
commit 46b3c85e798a8fe78d6e2d153a0128c3a51277c2
2501
3168
Author: Fran Diéguez <fran.dieguez@mabishu.com>
2502
 
Date:   Mon Jun 21 11:12:54 2010 +0200
 
3169
Date:   Mon Jun 21 11:12:54 2010 +0200
2503
3170
 
2504
3171
    Updated Galician translations
2505
3172
 
2508
3175
 
2509
3176
commit 348c51fad55b44b2a5655c0a5ef665416cadb5ce
2510
3177
Author: Philip Withnall <philip@tecnocode.co.uk>
2511
 
Date:   Thu Jun 10 17:44:52 2010 +0100
 
3178
Date:   Thu Jun 10 17:44:52 2010 +0100
2512
3179
 
2513
3180
    Makefile improvements
2514
3181
 
2519
3186
 
2520
3187
commit bbfced9af71fd5943e381586739106c8c21dd478
2521
3188
Author: Joe Hansen <joedalton2@yahoo.dk>
2522
 
Date:   Sun May 30 23:16:40 2010 +0200
 
3189
Date:   Sun May 30 23:16:40 2010 +0200
2523
3190
 
2524
3191
    Updated Danish translation
2525
3192
 
2529
3196
 
2530
3197
commit 0dc9997e9982c596604b31983aab2fd8ea577c9c
2531
3198
Author: Fran Diéguez <fran.dieguez@mabishu.com>
2532
 
Date:   Mon May 24 12:56:00 2010 +0200
 
3199
Date:   Mon May 24 12:56:00 2010 +0200
2533
3200
 
2534
3201
    Updated Galician translations
2535
3202
 
2539
3206
 
2540
3207
commit f2598064f0acca7a79dc8140a8f3a9bfbef115a3
2541
3208
Author: Philip Withnall <philip@tecnocode.co.uk>
2542
 
Date:   Tue May 18 00:37:44 2010 +0100
 
3209
Date:   Tue May 18 00:37:44 2010 +0100
2543
3210
 
2544
3211
    Remove import mode
2545
3212
 
2554
3221
 
2555
3222
commit 17e418195a79541755dc808574deb7924b409cd8
2556
3223
Author: Philip Withnall <philip@tecnocode.co.uk>
2557
 
Date:   Sun May 16 18:30:01 2010 +0100
 
3224
Date:   Sun May 16 18:30:01 2010 +0100
2558
3225
 
2559
3226
    Add progress reporting to import/export
2560
3227
 
2564
3231
    lot more
2565
3232
    complex.
2566
3233
 
2567
 
 data/almanah.ui            |  14 ++++--
 
3234
 data/almanah.ui            |  14 ++++--
2568
3235
 src/export-operation.c     |  99
2569
3236
 +++++++++++++++++++++++++++++++++++------
2570
 
 src/export-operation.h     |   8 +++-
 
3237
 src/export-operation.h     |   8 +++-
2571
3238
 src/import-export-dialog.c | 108
2572
3239
 ++++++++++++++++++++++++++++++++-------------
2573
3240
 src/import-operation.c     |  69 ++++++++++++++++++++---------
2574
 
 src/import-operation.h     |   2 +-
2575
 
 src/main-window.c          |  18 ++++----
2576
 
 src/main.c                 |   4 --
2577
 
 src/main.h                 |   2 -
 
3241
 src/import-operation.h     |   2 +-
 
3242
 src/main-window.c          |  18 ++++----
 
3243
 src/main.c                 |   4 --
 
3244
 src/main.h                 |   2 -
2578
3245
 9 files changed, 239 insertions(+), 85 deletions(-)
2579
3246
 
2580
3247
commit 2f9fd8078783368beb3744e79c25269a76836503
2581
3248
Author: Philip Withnall <philip@tecnocode.co.uk>
2582
 
Date:   Sun May 16 16:24:02 2010 +0100
 
3249
Date:   Sun May 16 16:24:02 2010 +0100
2583
3250
 
2584
3251
    Make import/export operations asynchronous
2585
3252
 
2586
 
 configure.ac               |   2 +-
2587
 
 data/almanah.ui            |   7 +-
2588
 
 src/Makefile.am            |   4 +
 
3253
 configure.ac               |   2 +-
 
3254
 data/almanah.ui            |   7 +-
 
3255
 src/Makefile.am            |   4 +
2589
3256
 src/export-operation.c     | 257 +++++++++++++++++++++
2590
3257
 src/export-operation.h     |  60 +++++
2591
3258
 src/import-export-dialog.c | 558
2594
3261
 src/import-operation.c     | 510
2595
3262
 +++++++++++++++++++++++++++++++++++++++++
2596
3263
 src/import-operation.h     |  72 ++++++
2597
 
 src/main.c                 |   1 +
 
3264
 src/main.c                 |   1 +
2598
3265
 10 files changed, 1004 insertions(+), 478 deletions(-)
2599
3266
 
2600
3267
commit 72702f8d8aaf9ba397993b173805725cbf4526f0
2601
3268
Author: Petr Kovar <pknbe@volny.cz>
2602
 
Date:   Sun May 16 23:58:57 2010 +0200
 
3269
Date:   Sun May 16 23:58:57 2010 +0200
2603
3270
 
2604
3271
    Update Czech translation by Marek Cernocky
2605
3272
 
2609
3276
 
2610
3277
commit 00fc6fc5188022b9c5fa0e39077df87d52855836
2611
3278
Author: Mario Blättermann <mariobl@gnome.org>
2612
 
Date:   Sat May 15 22:12:10 2010 +0200
 
3279
Date:   Sat May 15 22:12:10 2010 +0200
2613
3280
 
2614
3281
    Updated German translation
2615
3282
 
2619
3286
 
2620
3287
commit d2202414edd78cf9844c54120de7b4dd9ba6fb1a
2621
3288
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
2622
 
Date:   Fri May 14 20:13:22 2010 +0200
 
3289
Date:   Fri May 14 20:13:22 2010 +0200
2623
3290
 
2624
3291
    Updated Slovenian translation
2625
3292
 
2629
3296
 
2630
3297
commit 098a0c918a5a99d19736843323fea68f3e34bfb5
2631
3298
Author: Jorge González <jorgegonz@svn.gnome.org>
2632
 
Date:   Wed May 12 08:16:02 2010 +0200
 
3299
Date:   Wed May 12 08:16:02 2010 +0200
2633
3300
 
2634
3301
    Updated Spanish translation
2635
3302
 
2639
3306
 
2640
3307
commit 2c27e8c0324a9a293680db8131dd63bffa4be0c5
2641
3308
Author: Philip Withnall <philip@tecnocode.co.uk>
2642
 
Date:   Tue May 11 13:35:09 2010 +0100
 
3309
Date:   Tue May 11 13:35:09 2010 +0100
2643
3310
 
2644
3311
    Improve the Import/Export UI
2645
3312
 
2647
3314
    change the
2648
3315
    labels around slightly. Add mnemonics.
2649
3316
 
2650
 
 data/almanah.ui            | 33 ++++++++++++++++++---------------
 
3317
 data/almanah.ui            | 33 ++++++++++++++++++---------------
2651
3318
 src/import-export-dialog.c | 25 ++++++++++++++-----------
2652
3319
 2 files changed, 32 insertions(+), 26 deletions(-)
2653
3320
 
2654
3321
commit d154b578686a648d842c3a2310090919d9dcf8ae
2655
3322
Author: Philip Withnall <philip@tecnocode.co.uk>
2656
 
Date:   Tue May 11 08:38:07 2010 +0100
 
3323
Date:   Tue May 11 08:38:07 2010 +0100
2657
3324
 
2658
3325
    Minor memory leak fix
2659
3326
 
2662
3329
 
2663
3330
commit b51c1f504876a127c2df1fcd5794bc2dab6213ab
2664
3331
Author: Philip Withnall <philip@tecnocode.co.uk>
2665
 
Date:   Sun May 9 17:21:04 2010 +0100
 
3332
Date:   Sun May 9 17:21:04 2010 +0100
2666
3333
 
2667
3334
    Fix the dialogue boxes for editing and deleting entries
2668
3335
 
2671
3338
 
2672
3339
commit ec720ae05db81e0dfca11e37ce365b64a12be152
2673
3340
Author: Philip Withnall <philip@tecnocode.co.uk>
2674
 
Date:   Sun May 9 17:06:14 2010 +0100
 
3341
Date:   Sun May 9 17:06:14 2010 +0100
2675
3342
 
2676
3343
    Add more AlmanahStorageManager signals
2677
3344
 
2678
 
 src/main-window.c      |  6 ------
2679
 
 src/storage-manager.c  | 53
 
3345
 src/main-window.c      |  6 ------
 
3346
 src/storage-manager.c  | 53
2680
3347
 ++++++++++++++++++++++++++++++++++++--------------
2681
3348
 src/widgets/calendar.c | 34 ++++++++++++++++++++++++++++++++
2682
3349
 3 files changed, 72 insertions(+), 21 deletions(-)
2683
3350
 
2684
3351
commit d3d84a21f0e11750a1fe49f0833cd8dee880d52b
2685
3352
Author: Philip Withnall <philip@tecnocode.co.uk>
2686
 
Date:   Sat May 8 23:52:41 2010 +0100
 
3353
Date:   Sat May 8 23:52:41 2010 +0100
2687
3354
 
2688
3355
    Tidy up of AlmanahStorageManager
2689
3356
 
2700
3367
 
2701
3368
commit fc00ec9948692fffb966eaaa75bfb6d073932f5b
2702
3369
Author: Philip Withnall <philip@tecnocode.co.uk>
2703
 
Date:   Sat May 8 21:13:33 2010 +0100
 
3370
Date:   Sat May 8 21:13:33 2010 +0100
2704
3371
 
2705
3372
    Use iterators for large database queries
2706
3373
 
2712
3379
    interface more responsive for long-running operations.
2713
3380
 
2714
3381
 src/import-export-dialog.c |  23 ++--
2715
 
 src/search-dialog.c        |  20 ++--
2716
 
 src/storage-manager.c      | 272
 
3382
 src/search-dialog.c        |  20 ++--
 
3383
 src/storage-manager.c      | 272
2717
3384
 ++++++++++++++++++++++++++++++---------------
2718
 
 src/storage-manager.h      |  15 ++-
 
3385
 src/storage-manager.h      |  15 ++-
2719
3386
 4 files changed, 214 insertions(+), 116 deletions(-)
2720
3387
 
2721
3388
commit 3b2ffefd69cb9e7ce7504eb0ed4ca0e13b6efc8b
2722
3389
Author: Philip Withnall <philip@tecnocode.co.uk>
2723
 
Date:   Sat May 8 11:12:50 2010 +0100
 
3390
Date:   Sat May 8 11:12:50 2010 +0100
2724
3391
 
2725
3392
    Fix misuse of unsigned integers in calendar client
2726
3393
 
2733
3400
 
2734
3401
commit f49de61e500dfe7f02319ea55b20437f76bf2a1c
2735
3402
Author: Philip Withnall <philip@tecnocode.co.uk>
2736
 
Date:   Sun May 2 23:28:53 2010 +0100
 
3403
Date:   Sun May 2 23:28:53 2010 +0100
2737
3404
 
2738
3405
    Replace null_safe_strcmp() with g_strcmp0() in calendar client
2739
3406
 
2743
3410
 
2744
3411
commit 6befe7b862f90c0c1dcb8d746134502b0206473a
2745
3412
Author: Philip Withnall <philip@tecnocode.co.uk>
2746
 
Date:   Sun May 2 23:27:34 2010 +0100
 
3413
Date:   Sun May 2 23:27:34 2010 +0100
2747
3414
 
2748
3415
    Fix warnings in calendar client
2749
3416
 
2753
3420
 
2754
3421
commit 015fdc4e4aa4078856c07b91a3fca545402bf95a
2755
3422
Author: Philip Withnall <philip@tecnocode.co.uk>
2756
 
Date:   Sun May 2 23:19:52 2010 +0100
 
3423
Date:   Sun May 2 23:19:52 2010 +0100
2757
3424
 
2758
3425
    Update calendar sources from gnome-panel trunk
2759
3426
 
2764
3431
 
2765
3432
commit 76bcead8a663996f3b5d93ecd4cc69ac16bce27f
2766
3433
Author: Philip Withnall <philip@tecnocode.co.uk>
2767
 
Date:   Sun May 2 23:08:22 2010 +0100
 
3434
Date:   Sun May 2 23:08:22 2010 +0100
2768
3435
 
2769
3436
    Add support for storing the date an entry was last edited
2770
3437
 
2776
3443
    will have
2777
3444
    their last-edited date as the modification date of the text file.
2778
3445
 
2779
 
 src/entry.c                | 60
 
3446
 src/entry.c                | 60
2780
3447
 +++++++++++++++++++++++++++++++++++++++++++++-
2781
 
 src/entry.h                |  3 +++
 
3448
 src/entry.h                |  3 +++
2782
3449
 src/import-export-dialog.c | 21 ++++++++++++----
2783
 
 src/main-window.c          | 13 ++++++----
2784
 
 src/storage-manager.c      | 55
 
3450
 src/main-window.c          | 13 ++++++----
 
3451
 src/storage-manager.c      | 55
2785
3452
 +++++++++++++++++++++++++++++++++++++-----
2786
3453
 5 files changed, 136 insertions(+), 16 deletions(-)
2787
3454
 
2788
3455
commit 6a222b914186f1b1a50b4510563dbb940e84bda0
2789
3456
Author: Philip Withnall <philip@tecnocode.co.uk>
2790
 
Date:   Sun May 2 22:16:05 2010 +0100
 
3457
Date:   Sun May 2 22:16:05 2010 +0100
2791
3458
 
2792
3459
    Whitespace fixes
2793
3460
 
2797
3464
 
2798
3465
commit 92d7ddcc07038337b907d55c26e0a7e0d0a03415
2799
3466
Author: Philip Withnall <philip@tecnocode.co.uk>
2800
 
Date:   Sat Apr 24 21:09:11 2010 +0100
 
3467
Date:   Sat Apr 24 21:09:11 2010 +0100
2801
3468
 
2802
3469
    Ensure the current entry is saved on any change to it
2803
3470
 
2808
3475
    saved.
2809
3476
 
2810
3477
 data/almanah.ui   |  1 -
2811
 
 src/entry.c       |  9 +++++---
 
3478
 src/entry.c       |  9 +++++---
2812
3479
 src/main-window.c | 62
2813
3480
 +++++++++++++++++++++++++++++++++++++------------------
2814
3481
 3 files changed, 48 insertions(+), 24 deletions(-)
2815
3482
 
2816
3483
commit 5d67ce6f892617baa4f05886ae01438453cae13c
2817
3484
Author: Petr Kovar <pknbe@volny.cz>
2818
 
Date:   Sun May 2 18:04:51 2010 +0200
 
3485
Date:   Sun May 2 18:04:51 2010 +0200
2819
3486
 
2820
3487
    Update Czech translation by Marek Cernocky
2821
3488
 
2824
3491
 
2825
3492
commit 90e9181b3e69926c6932f70524c010b9dfb9ed84
2826
3493
Author: Mario Blättermann <mariobl@gnome.org>
2827
 
Date:   Thu Apr 29 14:28:05 2010 +0200
 
3494
Date:   Thu Apr 29 14:28:05 2010 +0200
2828
3495
 
2829
3496
    Updated German translation
2830
3497
 
2834
3501
 
2835
3502
commit 4b22ce8835624ea8c30baa39f27206c352b44ad6
2836
3503
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
2837
 
Date:   Sun Apr 25 11:24:28 2010 +0200
 
3504
Date:   Sun Apr 25 11:24:28 2010 +0200
2838
3505
 
2839
3506
    Updated Slovenian translation
2840
3507
 
2844
3511
 
2845
3512
commit c3e07522af98c27e7e279633ee6a97bb9b1ea957
2846
3513
Author: Petr Kovar <pknbe@volny.cz>
2847
 
Date:   Thu Apr 22 23:45:12 2010 +0200
 
3514
Date:   Thu Apr 22 23:45:12 2010 +0200
2848
3515
 
2849
3516
    Update Czech translation by Marek Cernocky
2850
3517
 
2854
3521
 
2855
3522
commit 81585d337abd8a10224e56dbf4682b748f3319b2
2856
3523
Author: Claude Paroz <claude@2xlibre.net>
2857
 
Date:   Thu Apr 22 11:59:55 2010 +0200
 
3524
Date:   Thu Apr 22 11:59:55 2010 +0200
2858
3525
 
2859
3526
    Updated French translation
2860
3527
 
2864
3531
 
2865
3532
commit 9dc9566426af101bbce2ed8382b2408befa3d839
2866
3533
Author: Jorge González <jorgegonz@svn.gnome.org>
2867
 
Date:   Thu Apr 22 08:37:48 2010 +0200
 
3534
Date:   Thu Apr 22 08:37:48 2010 +0200
2868
3535
 
2869
3536
    Updated Spanish translation
2870
3537
 
2874
3541
 
2875
3542
commit 3a936981cf1e54654edb96e4c2de3421a998e090
2876
3543
Author: Philip Withnall <philip@tecnocode.co.uk>
2877
 
Date:   Wed Apr 21 21:50:25 2010 +0100
 
3544
Date:   Wed Apr 21 21:50:25 2010 +0100
2878
3545
 
2879
3546
    Update British English translation
2880
3547
 
2884
3551
 
2885
3552
commit 6419b5276abcc022da9f59b269754333f4f72d7d
2886
3553
Author: Philip Withnall <philip@tecnocode.co.uk>
2887
 
Date:   Wed Apr 21 21:48:55 2010 +0100
 
3554
Date:   Wed Apr 21 21:48:55 2010 +0100
2888
3555
 
2889
3556
    Add missing translatable file to POTFILES.in
2890
3557
 
2893
3560
 
2894
3561
commit 3543d868138ac92724bfdf35a8302e3d7f75ef51
2895
3562
Author: Philip Withnall <philip@tecnocode.co.uk>
2896
 
Date:   Wed Apr 21 21:46:16 2010 +0100
 
3563
Date:   Wed Apr 21 21:46:16 2010 +0100
2897
3564
 
2898
3565
    Fix a signed/unsigned integer comparison
2899
3566
 
2902
3569
 
2903
3570
commit 446ac9684147a484309ff99ec59d8bb798f01f5f
2904
3571
Author: Philip Withnall <philip@tecnocode.co.uk>
2905
 
Date:   Wed Apr 21 21:44:11 2010 +0100
 
3572
Date:   Wed Apr 21 21:44:11 2010 +0100
2906
3573
 
2907
3574
    Add text file and database export support
2908
3575
 
2909
 
 data/almanah.ui            |   8 +++
 
3576
 data/almanah.ui            |   8 +++
2910
3577
 src/import-export-dialog.c | 164
2911
3578
 ++++++++++++++++++++++++++++++++++++++++-----
2912
 
 src/main-window.c          |  11 +++
2913
 
 src/main.c                 |   2 +
2914
 
 src/main.h                 |   1 +
2915
 
 src/storage-manager.c      |   6 ++
2916
 
 src/storage-manager.h      |   2 +
 
3579
 src/main-window.c          |  11 +++
 
3580
 src/main.c                 |   2 +
 
3581
 src/main.h                 |   1 +
 
3582
 src/storage-manager.c      |   6 ++
 
3583
 src/storage-manager.h      |   2 +
2917
3584
 7 files changed, 177 insertions(+), 17 deletions(-)
2918
3585
 
2919
3586
commit ed0aa5669731cda4048f1c68878a3e6d35b90eaa
2920
3587
Author: Philip Withnall <philip@tecnocode.co.uk>
2921
 
Date:   Wed Apr 21 20:44:41 2010 +0100
 
3588
Date:   Wed Apr 21 20:44:41 2010 +0100
2922
3589
 
2923
3590
    Convert import dialogue to import-export dialogue and tidy it up
2924
3591
 
2925
 
 data/almanah.ui            |  53 ++--
2926
 
 po/POTFILES.in             |   2 +-
2927
 
 src/Makefile.am            |   4 +-
2928
 
 src/import-dialog.c        | 720
 
3592
 data/almanah.ui            |  53 ++--
 
3593
 po/POTFILES.in             |   2 +-
 
3594
 src/Makefile.am            |   4 +-
 
3595
 src/import-dialog.c        | 720
2929
3596
 --------------------------------------------
2930
 
 src/import-dialog.h        |  83 ------
 
3597
 src/import-dialog.h        |  83 ------
2931
3598
 src/import-export-dialog.c | 729
2932
3599
 +++++++++++++++++++++++++++++++++++++++++++++
2933
3600
 src/import-export-dialog.h |  83 ++++++
2934
 
 src/main-window.c          |   4 +-
 
3601
 src/main-window.c          |   4 +-
2935
3602
 8 files changed, 842 insertions(+), 836 deletions(-)
2936
3603
 
2937
3604
commit 500f4ad3705cbc33d094aaa2902091fcc2087fd7
2938
3605
Author: Christian.Kirbach <Christian.Kirbach@googlemail.com>
2939
 
Date:   Tue Apr 20 17:01:49 2010 +0200
 
3606
Date:   Tue Apr 20 17:01:49 2010 +0200
2940
3607
 
2941
3608
    Updated German translation
2942
3609
 
2946
3613
 
2947
3614
commit f1ff0ac736fe0ee319960acaaff47ccfc8a378fd
2948
3615
Author: Jorge González <jorgegonz@svn.gnome.org>
2949
 
Date:   Mon Apr 19 07:26:33 2010 +0200
 
3616
Date:   Mon Apr 19 07:26:33 2010 +0200
2950
3617
 
2951
3618
    Updated Spanish translation
2952
3619
 
2955
3622
 
2956
3623
commit c088e79a3199f22e7cf4156d3a26b201ae17ee9d
2957
3624
Author: Matej Urbančič <mateju@svn.gnome.org>
2958
 
Date:   Sun Apr 18 19:43:10 2010 +0200
 
3625
Date:   Sun Apr 18 19:43:10 2010 +0200
2959
3626
 
2960
3627
    Updated Slovenian translation
2961
3628
 
2965
3632
 
2966
3633
commit cc3633a704db56900e9960afb1e2c25bcea86e3c
2967
3634
Author: Philip Withnall <philip@tecnocode.co.uk>
2968
 
Date:   Sun Apr 18 16:20:52 2010 +0100
 
3635
Date:   Sun Apr 18 16:20:52 2010 +0100
2969
3636
 
2970
3637
    Ensure spell checking highlights are completely drawn over when
2971
3638
    changing day
2975
3642
 
2976
3643
commit 84889379de9667256702e87254ba70eefe66dd7b
2977
3644
Author: Philip Withnall <philip@tecnocode.co.uk>
2978
 
Date:   Sun Apr 18 16:17:40 2010 +0100
 
3645
Date:   Sun Apr 18 16:17:40 2010 +0100
2979
3646
 
2980
3647
    Remove spell checking highlighting from printouts
2981
3648
 
2984
3651
 
2985
3652
commit 23b9be68e261be9f5d9dae0cfa93feede7d4350a
2986
3653
Author: Philip Withnall <philip@tecnocode.co.uk>
2987
 
Date:   Sun Apr 18 16:05:29 2010 +0100
 
3654
Date:   Sun Apr 18 16:05:29 2010 +0100
2988
3655
 
2989
3656
    Highlight important entries in printouts
2990
3657
 
2995
3662
 
2996
3663
commit 422ab587d117c2ad75cc3061479fa4d96849438a
2997
3664
Author: Philip Withnall <philip@tecnocode.co.uk>
2998
 
Date:   Sun Apr 18 15:25:49 2010 +0100
 
3665
Date:   Sun Apr 18 15:25:49 2010 +0100
2999
3666
 
3000
3667
    Highlight important entries in search results
3001
3668
 
3007
3674
 
3008
3675
commit ad5ccd5a9ca76d8032e0e4b1d759a18c6daa0157
3009
3676
Author: Philip Withnall <philip@tecnocode.co.uk>
3010
 
Date:   Sun Apr 18 14:25:57 2010 +0100
 
3677
Date:   Sun Apr 18 14:25:57 2010 +0100
3011
3678
 
3012
3679
    Highlight important entries in the calendar
3013
3680
 
3017
3684
    the project.
3018
3685
    Helps: bgo#572927
3019
3686
 
3020
 
 data/almanah.ui        |   4 +-
3021
 
 src/Makefile.am        |   4 +-
3022
 
 src/interface.c        |  24 --------
3023
 
 src/main-window.c      |  31 ++++------
3024
 
 src/printing.c         |  29 ++++------
3025
 
 src/storage-manager.c  |  28 +++++++++
3026
 
 src/storage-manager.h  |   1 +
 
3687
 data/almanah.ui        |   4 +-
 
3688
 src/Makefile.am        |   4 +-
 
3689
 src/interface.c        |  24 --------
 
3690
 src/main-window.c      |  31 ++++------
 
3691
 src/printing.c         |  29 ++++------
 
3692
 src/storage-manager.c  |  28 +++++++++
 
3693
 src/storage-manager.h  |   1 +
3027
3694
 src/widgets/calendar.c | 152
3028
3695
 +++++++++++++++++++++++++++++++++++++++++++++++++
3029
3696
 src/widgets/calendar.h |  57 +++++++++++++++++++
3031
3698
 
3032
3699
commit 49db044ccb5ca8f6658043915bf0e69e6a156e35
3033
3700
Author: Philip Withnall <philip@tecnocode.co.uk>
3034
 
Date:   Sun Apr 18 13:28:56 2010 +0100
 
3701
Date:   Sun Apr 18 13:28:56 2010 +0100
3035
3702
 
3036
3703
    Order search results by descending date
3037
3704
 
3040
3707
 
3041
3708
commit 7536b548c1d1ac2e8d784c5e43f88123b91fbac5
3042
3709
Author: Andika Triwidada <andika@gmail.com>
3043
 
Date:   Sat Apr 3 20:34:02 2010 +0700
 
3710
Date:   Sat Apr 3 20:34:02 2010 +0700
3044
3711
 
3045
3712
    Updated Indonesian translation
3046
3713
 
3050
3717
 
3051
3718
commit a40b94ce81a1abbfa6709f9fdbfdf48d9bf86a72
3052
3719
Author: Jorge González <jorgegonz@svn.gnome.org>
3053
 
Date:   Tue Mar 16 18:18:15 2010 +0100
 
3720
Date:   Tue Mar 16 18:18:15 2010 +0100
3054
3721
 
3055
3722
    Updated Spanish translation
3056
3723
 
3060
3727
 
3061
3728
commit 7b5724764a17529e97c22d2db1a701ae75609c5d
3062
3729
Author: Joe Hansen <joedalton2@yahoo.dk>
3063
 
Date:   Mon Mar 15 01:02:35 2010 +0100
 
3730
Date:   Mon Mar 15 01:02:35 2010 +0100
3064
3731
 
3065
3732
    Updated Danish translation
3066
3733
 
3070
3737
 
3071
3738
commit cd81352e1355e3a71aaaac46915eedf22ce8c68a
3072
3739
Author: Bruno Brouard <annoa.b@gmail.com>
3073
 
Date:   Thu Mar 11 22:57:31 2010 +0100
 
3740
Date:   Thu Mar 11 22:57:31 2010 +0100
3074
3741
 
3075
3742
    Updated French translation
3076
3743
 
3080
3747
 
3081
3748
commit c1000a399c1c3f06d613f39cc3200843d2316304
3082
3749
Author: Philip Withnall <philip@tecnocode.co.uk>
3083
 
Date:   Sat Mar 6 21:20:44 2010 +0000
 
3750
Date:   Sat Mar 6 21:20:44 2010 +0000
3084
3751
 
3085
3752
    Bug 611889 — A little padding in the textaera would be nice
3086
3753
 
3092
3759
 
3093
3760
commit 58938b6ad633df5770250646caa469fdc7564060
3094
3761
Author: Leonid Kanter <leon@asplinux.ru>
3095
 
Date:   Sat Mar 6 19:44:41 2010 +0200
 
3762
Date:   Sat Mar 6 19:44:41 2010 +0200
3096
3763
 
3097
3764
    update Russian translation
3098
3765
 
3102
3769
 
3103
3770
commit cef3e5241ecaa8a85cf93f048345179abdc17306
3104
3771
Author: Leonid Kanter <leon@asplinux.ru>
3105
 
Date:   Sat Mar 6 19:44:31 2010 +0200
 
3772
Date:   Sat Mar 6 19:44:31 2010 +0200
3106
3773
 
3107
3774
    update Russian translation
3108
3775
 
3111
3778
 
3112
3779
commit b43e8f9a43295cbd6151bbab488869b8d912ff62
3113
3780
Author: Fran Diéguez <frandieguez@ubuntu.com>
3114
 
Date:   Fri Mar 5 13:25:29 2010 +0100
 
3781
Date:   Fri Mar 5 13:25:29 2010 +0100
3115
3782
 
3116
3783
    Updated Galician translation
3117
3784
 
3121
3788
 
3122
3789
commit 3011690b942171ccbae1a3f7b71459359abe9279
3123
3790
Author: YunQiang Su <wzssyqa@gmail.com>
3124
 
Date:   Thu Feb 18 10:56:55 2010 +0800
 
3791
Date:   Thu Feb 18 10:56:55 2010 +0800
3125
3792
 
3126
3793
    Update Simplified Chinese translation.
3127
3794
 
3131
3798
 
3132
3799
commit f800e824f92a9c45e3e55add5f4faf5ab2a7489a
3133
3800
Author: Antonio Fernandes C. Neto <fernandes@pelivre.org>
3134
 
Date:   Fri Feb 5 15:53:07 2010 -0300
 
3801
Date:   Fri Feb 5 15:53:07 2010 -0300
3135
3802
 
3136
3803
    Updated Brazilian Portuguese Translation
3137
3804
 
3141
3808
 
3142
3809
commit ca72f2c8584efe46bbe77e76f915a1a05fa51c99
3143
3810
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
3144
 
Date:   Thu Feb 4 19:08:12 2010 +0100
 
3811
Date:   Thu Feb 4 19:08:12 2010 +0100
3145
3812
 
3146
3813
    Updated Slovenian translation
3147
3814
 
3151
3818
 
3152
3819
commit bfa63b760074b6930279d1030c4e69671f1b8d0b
3153
3820
Author: Mario Blättermann <mariobl@gnome.org>
3154
 
Date:   Thu Feb 4 12:19:39 2010 +0100
 
3821
Date:   Thu Feb 4 12:19:39 2010 +0100
3155
3822
 
3156
3823
    Updated German translation
3157
3824
 
3161
3828
 
3162
3829
commit 6fdc88528e147df00656a64612adc4a7fa467b36
3163
3830
Author: Marios Zindilis <m.zindilis@dmajor.org>
3164
 
Date:   Tue Feb 2 08:13:16 2010 -0800
 
3831
Date:   Tue Feb 2 08:13:16 2010 -0800
3165
3832
 
3166
3833
    Updated Greek translation
3167
3834
 
3171
3838
 
3172
3839
commit f19479f1a3f2098fb1a3e1e97b3ef8d6d2ac3c96
3173
3840
Author: Marek Černocký <marek@manet.cz>
3174
 
Date:   Tue Feb 2 13:16:52 2010 +0100
 
3841
Date:   Tue Feb 2 13:16:52 2010 +0100
3175
3842
 
3176
3843
    Update Czech translation
3177
3844
 
3181
3848
 
3182
3849
commit 57147f6fa9a4ea6365d5be3272c9055c0161a0da
3183
3850
Author: Philip Withnall <philip@tecnocode.co.uk>
3184
 
Date:   Sun Jan 31 15:25:44 2010 +0000
 
3851
Date:   Sun Jan 31 15:25:44 2010 +0000
3185
3852
 
3186
3853
    Switch to post-release version incrementing (version 0.8.0)
3187
3854
 
3190
3857
 
3191
3858
commit 4e6927203eda85d7f09dc71d8aa6f10fa99638f1
3192
3859
Author: Philip Withnall <philip@tecnocode.co.uk>
3193
 
Date:   Sun Jan 31 15:24:09 2010 +0000
 
3860
Date:   Sun Jan 31 15:24:09 2010 +0000
3194
3861
 
3195
3862
    Release version 0.7.2
3196
3863
 
3197
 
 NEWS         | 133
 
3864
 NEWS         | 133
3198
3865
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
3199
3866
 configure.ac |   2 +-
3200
3867
 2 files changed, 123 insertions(+), 12 deletions(-)
3201
3868
 
3202
3869
commit 165a4921093aa035c7ec7646140b56292e3e917a
3203
3870
Author: Philip Withnall <philip@tecnocode.co.uk>
3204
 
Date:   Sun Jan 31 14:50:18 2010 +0000
 
3871
Date:   Sun Jan 31 14:50:18 2010 +0000
3205
3872
 
3206
3873
    Updated British English translation
3207
3874
 
3211
3878
 
3212
3879
commit fa09f7e5fa538706d71a55f5ba6d5793fb6297bc
3213
3880
Author: Philip Withnall <philip@tecnocode.co.uk>
3214
 
Date:   Sun Jan 31 14:47:21 2010 +0000
 
3881
Date:   Sun Jan 31 14:47:21 2010 +0000
3215
3882
 
3216
3883
    Updated autofoo
3217
3884
 
3225
3892
 
3226
3893
commit 8095fd51aa194242b3efc3b00ff0e786d272afab
3227
3894
Author: Philip Withnall <philip@tecnocode.co.uk>
3228
 
Date:   Sun Jan 31 14:36:11 2010 +0000
 
3895
Date:   Sun Jan 31 14:36:11 2010 +0000
3229
3896
 
3230
3897
    Improve key selection
3231
3898
 
3235
3902
    the dialogue
3236
3903
    to be resized so that long key names can be seen. See: bgo#607964
3237
3904
 
3238
 
 data/almanah.ui          |  4 ++++
 
3905
 data/almanah.ui          |  4 ++++
3239
3906
 src/preferences-dialog.c | 11 ++++++++++-
3240
3907
 2 files changed, 14 insertions(+), 1 deletion(-)
3241
3908
 
3242
3909
commit 89fb23235764e0dcf0963ca13af1f49d98d6b661
3243
3910
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
3244
 
Date:   Mon Jan 18 16:54:01 2010 +0100
 
3911
Date:   Mon Jan 18 16:54:01 2010 +0100
3245
3912
 
3246
3913
    Updated Slovenian translation
3247
3914
 
3251
3918
 
3252
3919
commit 06d0812c8106492037fd414e21f11ee43e47abd8
3253
3920
Author: Petr Kovar <pknbe@volny.cz>
3254
 
Date:   Sun Jan 17 21:48:48 2010 +0100
 
3921
Date:   Sun Jan 17 21:48:48 2010 +0100
3255
3922
 
3256
3923
    Updated Czech translation by Marek Cernocky
3257
3924
 
3260
3927
 
3261
3928
commit 3da77e33cfc819d8fd0440cea6dee0d972211a5e
3262
3929
Author: Mario Blättermann <mariobl@gnome.org>
3263
 
Date:   Fri Jan 15 16:21:34 2010 +0100
 
3930
Date:   Fri Jan 15 16:21:34 2010 +0100
3264
3931
 
3265
3932
    Updated German translation
3266
3933
 
3270
3937
 
3271
3938
commit dc32d5df6b1924d44f3b364cc9e8a1b5351c5665
3272
3939
Author: Joe Hansen <joedalton2@yahoo.dk>
3273
 
Date:   Thu Jan 14 19:10:03 2010 +0100
 
3940
Date:   Thu Jan 14 19:10:03 2010 +0100
3274
3941
 
3275
3942
    Updated Danish translation
3276
3943
 
3280
3947
 
3281
3948
commit 3959191f713b76ce071792413bf12656933189a0
3282
3949
Author: Petr Kovar <pknbe@volny.cz>
3283
 
Date:   Tue Jan 12 01:10:51 2010 +0100
 
3950
Date:   Tue Jan 12 01:10:51 2010 +0100
3284
3951
 
3285
3952
    Add Czech translation by Marek Cernocky
3286
3953
 
3287
 
 po/LINGUAS |   1 +
 
3954
 po/LINGUAS |   1 +
3288
3955
 po/cs.po   | 715
3289
3956
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3290
3957
 2 files changed, 716 insertions(+)
3291
3958
 
3292
3959
commit cc3d870fb058ba78391d78b995919901dbf111c9
3293
3960
Author: Daniel Nylander <po@danielnylander.se>
3294
 
Date:   Sun Jan 10 15:05:35 2010 +0100
 
3961
Date:   Sun Jan 10 15:05:35 2010 +0100
3295
3962
 
3296
3963
    Updated Swedish translation
3297
3964
 
3301
3968
 
3302
3969
commit e1cec6b76161e202d90c7ca79e8685c9e9b4fc08
3303
3970
Author: Philip Withnall <philip@tecnocode.co.uk>
3304
 
Date:   Fri Jan 1 16:12:48 2010 +0000
 
3971
Date:   Fri Jan 1 16:12:48 2010 +0000
3305
3972
 
3306
3973
    Release version 0.7.1
3307
3974
 
3308
 
 NEWS         | 3 +++
 
3975
 NEWS         | 3 +++
3309
3976
 configure.ac | 2 +-
3310
3977
 2 files changed, 4 insertions(+), 1 deletion(-)
3311
3978
 
3312
3979
commit 739e88963d908b2fba77b1c2a293b9c267f73137
3313
3980
Author: Philip Withnall <philip@tecnocode.co.uk>
3314
 
Date:   Fri Jan 1 16:06:32 2010 +0000
 
3981
Date:   Fri Jan 1 16:06:32 2010 +0000
3315
3982
 
3316
3983
    Fix non-Evolution build
3317
3984
 
3321
3988
 
3322
3989
commit c35bb1978701e5373c8764d61e8cb7c9d223bc6f
3323
3990
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
3324
 
Date:   Fri Jan 1 09:28:17 2010 +0100
 
3991
Date:   Fri Jan 1 09:28:17 2010 +0100
3325
3992
 
3326
3993
    Updated Slovenian translation
3327
3994
 
3331
3998
 
3332
3999
commit 9e13df9f3a51d7f2368ace966caaf227308aa0e4
3333
4000
Author: Philip Withnall <philip@tecnocode.co.uk>
3334
 
Date:   Thu Dec 31 12:01:15 2009 +0000
 
4001
Date:   Thu Dec 31 12:01:15 2009 +0000
3335
4002
 
3336
4003
    Release version 0.7.0
3337
4004
 
3338
 
 Makefile.am     | 16 +++++++++-------
3339
 
 NEWS            | 12 ++++++++++++
3340
 
 README          |  8 ++++++--
3341
 
 configure.ac    |  2 +-
 
4005
 Makefile.am     | 16 +++++++++-------
 
4006
 NEWS            | 12 ++++++++++++
 
4007
 README          |  8 ++++++--
 
4008
 configure.ac    |  2 +-
3342
4009
 src/Makefile.am | 16 ++++++++--------
3343
4010
 5 files changed, 36 insertions(+), 18 deletions(-)
3344
4011
 
3345
4012
commit d6b6014060028c79b0b418b396a161ab8f8f8660
3346
4013
Author: Philip Withnall <philip@tecnocode.co.uk>
3347
 
Date:   Thu Dec 31 11:17:09 2009 +0000
 
4014
Date:   Thu Dec 31 11:17:09 2009 +0000
3348
4015
 
3349
4016
    Change website from tecnocode.co.uk to live.gnome.org
3350
4017
 
3351
 
 README            | 2 +-
3352
 
 almanah.doap      | 2 +-
 
4018
 README            | 2 +-
 
4019
 almanah.doap      | 2 +-
3353
4020
 src/main-window.c | 2 +-
3354
4021
 3 files changed, 3 insertions(+), 3 deletions(-)
3355
4022
 
3356
4023
commit 4188fee3f23791175f6aedc43916462b734f1e72
3357
4024
Author: Philip Withnall <philip@tecnocode.co.uk>
3358
 
Date:   Thu Dec 31 11:02:30 2009 +0000
 
4025
Date:   Thu Dec 31 11:02:30 2009 +0000
3359
4026
 
3360
4027
    Updated British English translation
3361
4028
 
3363
4030
    from earlier
3364
4031
    testing.
3365
4032
 
3366
 
 po/en_GB.po    | 458
 
4033
 po/en_GB.po    | 458
3367
4034
 +++++++++++++++++++++++++++++++++++++++------------------
3368
4035
 src/printing.c |   2 +-
3369
4036
 2 files changed, 314 insertions(+), 146 deletions(-)
3370
4037
 
3371
4038
commit 165d0d751bf356b84ccc32062f426ca70cf7bf79
3372
4039
Author: Philip Withnall <philip@tecnocode.co.uk>
3373
 
Date:   Thu Dec 31 10:56:52 2009 +0000
 
4040
Date:   Thu Dec 31 10:56:52 2009 +0000
3374
4041
 
3375
4042
    Makefile and configure.ac cleanup
3376
4043
 
3377
 
 configure.ac    |   2 +-
 
4044
 configure.ac    |   2 +-
3378
4045
 src/Makefile.am | 116
3379
4046
 +++++++++++++++++++++++++++-----------------------------
3380
4047
 2 files changed, 57 insertions(+), 61 deletions(-)
3381
4048
 
3382
4049
commit 561cab28f9143aa9caf0439190a3315a46ab01db
3383
4050
Author: Philip Withnall <philip@tecnocode.co.uk>
3384
 
Date:   Thu Dec 31 10:47:46 2009 +0000
 
4051
Date:   Thu Dec 31 10:47:46 2009 +0000
3385
4052
 
3386
4053
    Improve appearance of Definition Manager dialogue
3387
4054
 
3391
4058
    also been
3392
4059
    fixed.
3393
4060
 
3394
 
 data/almanah.ui           | 92
 
4061
 data/almanah.ui           | 92
3395
4062
 ++++++++++++-----------------------------------
3396
4063
 src/definitions/contact.c |  6 ++--
3397
4064
 src/definitions/file.c    |  2 +-
3398
 
 src/definitions/uri.c     |  2 +-
 
4065
 src/definitions/uri.c     |  2 +-
3399
4066
 4 files changed, 28 insertions(+), 74 deletions(-)
3400
4067
 
3401
4068
commit 76f2d742e0f4b4d79f98d581beef169e9f30dd16
3402
4069
Author: Philip Withnall <philip@tecnocode.co.uk>
3403
 
Date:   Sun Dec 27 18:21:13 2009 +0000
 
4070
Date:   Sun Dec 27 18:21:13 2009 +0000
3404
4071
 
3405
4072
    Don't merge identical entires on import
3406
4073
 
3409
4076
 
3410
4077
commit 96188339b91b20bc12d4c43e44b187aadf583fd5
3411
4078
Author: Philip Withnall <philip@tecnocode.co.uk>
3412
 
Date:   Tue Dec 22 16:27:21 2009 +0000
 
4079
Date:   Tue Dec 22 16:27:21 2009 +0000
3413
4080
 
3414
4081
    Bug 594871 — Add line spacing options
3415
4082
 
3423
4090
 
3424
4091
commit 0d515746d7fb9bc7b4c5a682a727d84ec88f5f9b
3425
4092
Author: Philip Withnall <philip@tecnocode.co.uk>
3426
 
Date:   Tue Dec 22 15:15:33 2009 +0000
 
4093
Date:   Tue Dec 22 15:15:33 2009 +0000
3427
4094
 
3428
4095
    Tidy up build process and hide compilation churn
3429
4096
 
3430
 
 configure.ac    |  46 ++++++++++++++++----------
 
4097
 configure.ac    |  46 ++++++++++++++++----------
3431
4098
 src/Makefile.am | 101
3432
4099
 ++++++++++++++++++++++++--------------------------------
3433
4100
 2 files changed, 72 insertions(+), 75 deletions(-)
3434
4101
 
3435
4102
commit e16b019fe921a36b751c7462f8866ce7a2f13b24
3436
4103
Author: Philip Withnall <philip@tecnocode.co.uk>
3437
 
Date:   Thu Dec 17 08:45:46 2009 +0000
 
4104
Date:   Thu Dec 17 08:45:46 2009 +0000
3438
4105
 
3439
4106
    Make Evolution dependency optional
3440
4107
 
3441
4108
    Also remove forced -Wall flag.
3442
4109
 
3443
 
 configure.ac        | 11 ++++++++++-
 
4110
 configure.ac        | 11 ++++++++++-
3444
4111
 src/Makefile.am     | 28 +++++++++++++++-------------
3445
 
 src/event-factory.h |  3 +++
3446
 
 src/event-manager.c |  4 ++++
 
4112
 src/event-factory.h |  3 +++
 
4113
 src/event-manager.c |  4 ++++
3447
4114
 4 files changed, 32 insertions(+), 14 deletions(-)
3448
4115
 
3449
4116
commit d176ff98cc3d0f74b537b9025c2704c23561b069
3450
4117
Author: Jorge González <jorgegonz@svn.gnome.org>
3451
 
Date:   Sun Dec 20 17:12:20 2009 +0100
 
4118
Date:   Sun Dec 20 17:12:20 2009 +0100
3452
4119
 
3453
4120
    Updated Spanish translation
3454
4121
 
3457
4124
 
3458
4125
commit a9e59b7264971d9c9220ce0da58cb4a95b56387c
3459
4126
Author: Joe Hansen <joedalton2@yahoo.dk>
3460
 
Date:   Fri Dec 18 00:12:55 2009 +0100
 
4127
Date:   Fri Dec 18 00:12:55 2009 +0100
3461
4128
 
3462
4129
    Added Danish translation
3463
4130
 
3467
4134
 
3468
4135
commit 1901c7cdb1e2dfbe2a0b41bd9aaf75ef9f12abd3
3469
4136
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
3470
 
Date:   Fri Dec 18 00:05:47 2009 +0100
 
4137
Date:   Fri Dec 18 00:05:47 2009 +0100
3471
4138
 
3472
4139
    Added da to list of languages
3473
4140
 
3476
4143
 
3477
4144
commit b1bc39bc2b27d3d858d85618f6eddded191f6d48
3478
4145
Author: Carlos Albornoz <carlos@debianchile.cl>
3479
 
Date:   Sun Dec 13 12:43:18 2009 +0100
 
4146
Date:   Sun Dec 13 12:43:18 2009 +0100
3480
4147
 
3481
4148
    Updated Spanish translation
3482
4149
 
3488
4155
 
3489
4156
commit 159310a33f94021e61383a35759d3c5da8098004
3490
4157
Author: Mario Blättermann <mariobl@gnome.org>
3491
 
Date:   Sat Dec 12 11:49:22 2009 +0100
 
4158
Date:   Sat Dec 12 11:49:22 2009 +0100
3492
4159
 
3493
4160
    Updated German translation
3494
4161
 
3498
4165
 
3499
4166
commit b0d81a0c5fc0b27abb805dbb375d5ccdc7604c3a
3500
4167
Author: Andre Klapper <a9016009@gmx.de>
3501
 
Date:   Fri Dec 11 18:34:36 2009 +0100
 
4168
Date:   Fri Dec 11 18:34:36 2009 +0100
3502
4169
 
3503
4170
    Add missing file to POTFILES.in
3504
4171
 
3507
4174
 
3508
4175
commit 52b30a4d142a4eaae08f2af24eea9d67f40dd473
3509
4176
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
3510
 
Date:   Fri Nov 27 13:25:41 2009 +0100
 
4177
Date:   Fri Nov 27 13:25:41 2009 +0100
3511
4178
 
3512
4179
    Updated Slovenian translation
3513
4180
 
3517
4184
 
3518
4185
commit 727420aaff12e7efa9d0fb7b3c13b6831e2956a9
3519
4186
Author: Daniel Nylander <po@danielnylander.se>
3520
 
Date:   Tue Nov 10 01:29:29 2009 +0100
 
4187
Date:   Tue Nov 10 01:29:29 2009 +0100
3521
4188
 
3522
4189
    Updated Swedish translation
3523
4190
 
3527
4194
 
3528
4195
commit 7af4b9f69373591a3e439f436ac0626ca2e2cfa3
3529
4196
Author: Matej Urbančič <mateju@svn.gnome.org>
3530
 
Date:   Tue Nov 3 13:47:05 2009 +0100
 
4197
Date:   Tue Nov 3 13:47:05 2009 +0100
3531
4198
 
3532
4199
    Added sl for Slovenian translation
3533
4200
 
3536
4203
 
3537
4204
commit 241ad67fc04229322442347fe49c85ed1570d990
3538
4205
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
3539
 
Date:   Tue Nov 3 13:46:21 2009 +0100
 
4206
Date:   Tue Nov 3 13:46:21 2009 +0100
3540
4207
 
3541
4208
    Updated Slovenian translation
3542
4209
 
3546
4213
 
3547
4214
commit 79bfb759a57212d589201467581f30ec3a952d64
3548
4215
Author: Philip Withnall <philip@tecnocode.co.uk>
3549
 
Date:   Mon Oct 26 19:46:37 2009 +0000
 
4216
Date:   Mon Oct 26 19:46:37 2009 +0000
3550
4217
 
3551
4218
    Bug 599598 — Segmentation fault in debian unstable
3552
4219
 
3553
4220
    Fix a crash if initialisation of libgpgme fails, and also change GPGME
3554
4221
    initialisation so it works for GPGME 1.2.x. Closes: bgo#599598
3555
4222
 
3556
 
 configure.ac          |  2 ++
 
4223
 configure.ac          |  2 ++
3557
4224
 src/storage-manager.c | 15 +++++++++++++--
3558
4225
 src/storage-manager.h |  3 ++-
3559
4226
 3 files changed, 17 insertions(+), 3 deletions(-)
3560
4227
 
3561
4228
commit 3a74dc4aa7321a90672506a6f487481a8d8c634f
3562
4229
Author: Mario Blättermann <mariobl@gnome.org>
3563
 
Date:   Sun Oct 4 19:38:16 2009 +0200
 
4230
Date:   Sun Oct 4 19:38:16 2009 +0200
3564
4231
 
3565
4232
    Updated German translation
3566
4233
 
3570
4237
 
3571
4238
commit 412e3431fd98ef685a157eb95d5cd5bec4cb61ab
3572
4239
Author: Claude Paroz <claude@2xlibre.net>
3573
 
Date:   Sat Oct 3 12:04:38 2009 +0200
 
4240
Date:   Sat Oct 3 12:04:38 2009 +0200
3574
4241
 
3575
4242
    Updated French translation
3576
4243
 
3580
4247
 
3581
4248
commit c50145a822a7f76fc8fbaf0f809bce03ab4dc708
3582
4249
Author: Andika Triwidada <andika@gmail.com>
3583
 
Date:   Mon Sep 28 18:41:03 2009 +0700
 
4250
Date:   Mon Sep 28 18:41:03 2009 +0700
3584
4251
 
3585
4252
    Added id
3586
4253
 
3590
4257
 
3591
4258
commit 7c93b965f1dc9600acfaa82c4e19533ddd212b71
3592
4259
Author: Andika Triwidada <andika@gmail.com>
3593
 
Date:   Mon Sep 28 18:40:29 2009 +0700
 
4260
Date:   Mon Sep 28 18:40:29 2009 +0700
3594
4261
 
3595
4262
    Added Indonesian Translation
3596
4263
 
3600
4267
 
3601
4268
commit b4b5ac5793725492444d9bd850e869396132ac26
3602
4269
Author: Philip Withnall <philip@tecnocode.co.uk>
3603
 
Date:   Thu Sep 24 18:00:45 2009 +0100
 
4270
Date:   Thu Sep 24 18:00:45 2009 +0100
3604
4271
 
3605
4272
    Fix the UI to follow the GNOME HIG
3606
4273
 
3607
 
 data/almanah.ui          | 663
 
4274
 data/almanah.ui          | 663
3608
4275
 +++++++++++++++++++++++++----------------------
3609
 
 src/definitions/uri.c    |   4 +-
3610
 
 src/interface.c          |  10 -
3611
 
 src/interface.h          |   1 -
3612
 
 src/main-window.c        |   1 -
 
4276
 src/definitions/uri.c    |   4 +-
 
4277
 src/interface.c          |  10 -
 
4278
 src/interface.h          |   1 -
 
4279
 src/main-window.c        |   1 -
3613
4280
 src/preferences-dialog.c |   3 +-
3614
 
 src/printing.c           |  21 +-
 
4281
 src/printing.c           |  21 +-
3615
4282
 7 files changed, 363 insertions(+), 340 deletions(-)
3616
4283
 
3617
4284
commit 97530ba0ac032ef81892f090030db2aeb971e0ca
3618
4285
Author: Philip Withnall <philip@tecnocode.co.uk>
3619
 
Date:   Thu Sep 24 16:08:46 2009 +0100
 
4286
Date:   Thu Sep 24 16:08:46 2009 +0100
3620
4287
 
3621
4288
    Added import support
3622
4289
 
3623
4290
    Text files and other Almanah databases can now be imported to the
3624
4291
    current database.
3625
4292
 
3626
 
 data/almanah.ui                 | 235 ++++++++++++++
3627
 
 po/Makefile.in.in               |   4 +-
3628
 
 po/POTFILES.in                  |   1 +
3629
 
 src/Makefile.am                 |   2 +
 
4293
 data/almanah.ui                 | 235 ++++++++++++++
 
4294
 po/Makefile.in.in               |   4 +-
 
4295
 po/POTFILES.in                  |   1 +
 
4296
 src/Makefile.am                 |   2 +
3630
4297
 src/definition-manager-window.c |  14 +-
3631
 
 src/import-dialog.c             | 694
 
4298
 src/import-dialog.c             | 694
3632
4299
 ++++++++++++++++++++++++++++++++++++++++
3633
 
 src/import-dialog.h             |  83 +++++
3634
 
 src/main-window.c               |  16 +-
3635
 
 src/main.c                      |   2 +
3636
 
 src/main.h                      |   1 +
3637
 
 src/storage-manager.c           | 132 ++++++--
3638
 
 src/storage-manager.h           |   3 +-
 
4300
 src/import-dialog.h             |  83 +++++
 
4301
 src/main-window.c               |  16 +-
 
4302
 src/main.c                      |   2 +
 
4303
 src/main.h                      |   1 +
 
4304
 src/storage-manager.c           | 132 ++++++--
 
4305
 src/storage-manager.h           |   3 +-
3639
4306
 12 files changed, 1144 insertions(+), 43 deletions(-)
3640
4307
 
3641
4308
commit 68d574378db6588d43236330c8ee6e41070d39e5
3642
4309
Author: Fran Diéguez <fran.dieguez@glug.es>
3643
 
Date:   Tue Sep 15 23:05:31 2009 +0200
 
4310
Date:   Tue Sep 15 23:05:31 2009 +0200
3644
4311
 
3645
4312
    Added gl
3646
4313
 
3649
4316
 
3650
4317
commit b7a78229140843b33c352217255735638acd3d50
3651
4318
Author: Fran Diéguez <fran.dieguez@glug.es>
3652
 
Date:   Tue Sep 15 23:00:04 2009 +0200
 
4319
Date:   Tue Sep 15 23:00:04 2009 +0200
3653
4320
 
3654
4321
    Added Galician Translation
3655
4322
 
3659
4326
 
3660
4327
commit 862d508795347e2f222c85fbe0517d1b4359c3de
3661
4328
Author: Kostas Papadimas <pkst@gnome.org>
3662
 
Date:   Fri Sep 11 19:43:07 2009 +0300
 
4329
Date:   Fri Sep 11 19:43:07 2009 +0300
3663
4330
 
3664
4331
    Updated Greek translation.
3665
4332
 
3669
4336
 
3670
4337
commit ed682c932c987e7c27e9c91577963e99d8a4de39
3671
4338
Author: Philip Withnall <philip@tecnocode.co.uk>
3672
 
Date:   Sat Jun 13 15:53:11 2009 +0100
 
4339
Date:   Sat Jun 13 15:53:11 2009 +0100
3673
4340
 
3674
4341
    Unmark a %X strftime string as translatable
3675
4342
 
3681
4348
 
3682
4349
commit 351e49c5d44900dc39ce8e419957e7b35b1ba328
3683
4350
Author: Daniel Nylander <po@danielnylander.se>
3684
 
Date:   Tue Jul 7 13:17:28 2009 +0200
 
4351
Date:   Tue Jul 7 13:17:28 2009 +0200
3685
4352
 
3686
4353
    Updated Swedish translation
3687
4354
 
3691
4358
 
3692
4359
commit 63d4703e5e0167e4cd6756358f5de4e2caca7116
3693
4360
Author: Claude Paroz <claude@2xlibre.net>
3694
 
Date:   Sat Jun 13 15:58:01 2009 +0200
 
4361
Date:   Sat Jun 13 15:58:01 2009 +0200
3695
4362
 
3696
4363
    Updated French translation
3697
4364
 
3701
4368
 
3702
4369
commit 79afb7532b0db4fb449c362498ca9a092c2052a4
3703
4370
Author: Daniel Nylander <po@danielnylander.se>
3704
 
Date:   Sat Jun 13 10:49:02 2009 +0200
 
4371
Date:   Sat Jun 13 10:49:02 2009 +0200
3705
4372
 
3706
4373
    Updated sv translation (Daniel Nylander)
3707
4374
 
3711
4378
 
3712
4379
commit 68d95226bb7bb77d9f69b2e9b0d26f68a230df65
3713
4380
Author: Aron Xu <aronxu@gnome.org>
3714
 
Date:   Thu May 28 16:00:21 2009 +0800
 
4381
Date:   Thu May 28 16:00:21 2009 +0800
3715
4382
 
3716
4383
    Added Simplified Chinese translation.
3717
4384
 
3721
4388
 
3722
4389
commit cdaa34c370ca5f378c91b836bed318d8e883cf27
3723
4390
Author: Aron Xu <aronxu@gnome.org>
3724
 
Date:   Thu May 28 16:00:05 2009 +0800
 
4391
Date:   Thu May 28 16:00:05 2009 +0800
3725
4392
 
3726
4393
    Added Simplified Chinese translation.
3727
4394
 
3730
4397
 
3731
4398
commit 7f0a87ed248cd588d8aa5b3d293bd55db49c9f7c
3732
4399
Author: Mario Blättermann <mariobl@gnome.org>
3733
 
Date:   Tue May 12 22:09:33 2009 +0200
 
4400
Date:   Tue May 12 22:09:33 2009 +0200
3734
4401
 
3735
4402
    Updated German translation
3736
4403
 
3740
4407
 
3741
4408
commit b26ba3aeebc347e7f7f9f040cb8ba499ab986080
3742
4409
Author: Βασίλης Κοντογιάνης <vasilisk@ics.forth.gr>
3743
 
Date:   Mon May 11 12:31:37 2009 +0100
 
4410
Date:   Mon May 11 12:31:37 2009 +0100
3744
4411
 
3745
4412
    Updated Greek translation
3746
4413
 
3750
4417
 
3751
4418
commit 4d75b8f9807eb1e87eb17b6e9fa1565fc124b98a
3752
4419
Author: Philip Withnall <philip@tecnocode.co.uk>
3753
 
Date:   Sun May 10 19:10:41 2009 +0100
 
4420
Date:   Sun May 10 19:10:41 2009 +0100
3754
4421
 
3755
4422
    Reduce usage of almanah_interface_embolden_label by using Pango
3756
4423
    attributes
3757
4424
 
3758
 
 data/almanah.ui                 | 15 +++++++++++++++
 
4425
 data/almanah.ui                 | 15 +++++++++++++++
3759
4426
 src/definition-manager-window.c |  4 ----
3760
 
 src/main-window.c               |  4 ----
3761
 
 src/search-dialog.c             |  3 ---
 
4427
 src/main-window.c               |  4 ----
 
4428
 src/search-dialog.c             |  3 ---
3762
4429
 4 files changed, 15 insertions(+), 11 deletions(-)
3763
4430
 
3764
4431
commit 11eaffdee9e7c78eecb25a798bb44282696c0655
3765
4432
Author: Philip Withnall <philip@tecnocode.co.uk>
3766
 
Date:   Sun May 10 18:54:27 2009 +0100
 
4433
Date:   Sun May 10 18:54:27 2009 +0100
3767
4434
 
3768
4435
    Bug 572032 – Allow manual date entry
3769
4436
 
3770
 
 data/almanah.ui         |  74 +++++++++++++++++-
3771
 
 src/Makefile.am         |   2 +
 
4437
 data/almanah.ui         |  74 +++++++++++++++++-
 
4438
 src/Makefile.am         |   2 +
3772
4439
 src/date-entry-dialog.c | 202
3773
4440
 ++++++++++++++++++++++++++++++++++++++++++++++++
3774
4441
 src/date-entry-dialog.h |  57 ++++++++++++++
3775
 
 src/main-window.c       |  18 +++++
3776
 
 src/main.c              |   2 +
3777
 
 src/main.h              |   1 +
 
4442
 src/main-window.c       |  18 +++++
 
4443
 src/main.c              |   2 +
 
4444
 src/main.h              |   1 +
3778
4445
 7 files changed, 355 insertions(+), 1 deletion(-)
3779
4446
 
3780
4447
commit 081d79837e10273d778cc376a905b6fce255e229
3781
4448
Author: Philip Withnall <philip@tecnocode.co.uk>
3782
 
Date:   Sun May 10 09:23:52 2009 +0100
 
4449
Date:   Sun May 10 09:23:52 2009 +0100
3783
4450
 
3784
4451
    Made the text view for entering "note" definitions longer by default
3785
4452
 
3788
4455
 
3789
4456
commit 55f441eb5e93c8fcfdb76b449c9f30c191d2f4ae
3790
4457
Author: Philip Withnall <philip@tecnocode.co.uk>
3791
 
Date:   Sun May 10 09:18:19 2009 +0100
 
4458
Date:   Sun May 10 09:18:19 2009 +0100
3792
4459
 
3793
4460
    Don't display the Add Definition dialogue for pre-existing definition
3794
4461
    texts
3798
4465
 
3799
4466
commit 5bcaf504d120e1287d5b11721438eb309633d178
3800
4467
Author: Simos Xenitellis <simos@gnome.org>
3801
 
Date:   Fri May 8 17:20:05 2009 +0100
 
4468
Date:   Fri May 8 17:20:05 2009 +0100
3802
4469
 
3803
4470
    Added el to LINGUAS
3804
4471
 
3807
4474
 
3808
4475
commit 87b64617aa6ff117ba096df753d8eb20ba5c2201
3809
4476
Author: Vasilis Kontogiannis <vasilisk@ics.forth.gr>
3810
 
Date:   Fri May 8 17:18:18 2009 +0100
 
4477
Date:   Fri May 8 17:18:18 2009 +0100
3811
4478
 
3812
4479
    Added Greek translation
3813
4480
 
3817
4484
 
3818
4485
commit 63b2a1a3836aa4bb6c5b9bc0acc458843181e3ad
3819
4486
Author: Mario Blättermann <mariobl@gnome.org>
3820
 
Date:   Mon May 4 10:12:03 2009 +0200
 
4487
Date:   Mon May 4 10:12:03 2009 +0200
3821
4488
 
3822
4489
    Updated German translation
3823
4490
 
3828
4495
 
3829
4496
commit 45cee2421c0c70c8d3964818a70c886755053fa5
3830
4497
Author: Philip Withnall <philip@tecnocode.co.uk>
3831
 
Date:   Sun May 3 17:14:51 2009 +0100
 
4498
Date:   Sun May 3 17:14:51 2009 +0100
3832
4499
 
3833
4500
    Wrap text when adding a new note definition
3834
4501
 
3837
4504
 
3838
4505
commit 04dd158392d331c2ac206859e2a005277e53482c
3839
4506
Author: Philip Withnall <philip@tecnocode.co.uk>
3840
 
Date:   Sun May 3 17:01:33 2009 +0100
 
4507
Date:   Sun May 3 17:01:33 2009 +0100
3841
4508
 
3842
4509
    Made adding definitions case-insensitive
3843
4510
 
3848
4515
 
3849
4516
 src/definition-manager-window.c | 53
3850
4517
 ++++++++++++++++++++++++++++++++++++++++-
3851
 
 src/main-window.c               |  2 +-
3852
 
 src/storage-manager.c           | 28 ++++++++++++++++++++--
 
4518
 src/main-window.c               |  2 +-
 
4519
 src/storage-manager.c           | 28 ++++++++++++++++++++--
3853
4520
 3 files changed, 79 insertions(+), 4 deletions(-)
3854
4521
 
3855
4522
commit 0b17724a31e91a6ced6763ceddeae6e57c8fbaa9
3856
4523
Author: Philip Withnall <philip@tecnocode.co.uk>
3857
 
Date:   Sun May 3 15:52:55 2009 +0100
 
4524
Date:   Sun May 3 15:52:55 2009 +0100
3858
4525
 
3859
4526
    Bug 580052 – Not encrypting keeps encrypted database
3860
4527
 
3866
4533
 
3867
4534
commit 4fb9feb96fc1a20c8e0d259653b224d62e7ebbe5
3868
4535
Author: Philip Withnall <philip@tecnocode.co.uk>
3869
 
Date:   Sun May 3 15:42:40 2009 +0100
 
4536
Date:   Sun May 3 15:42:40 2009 +0100
3870
4537
 
3871
4538
    Bug 579242 – No error messages for bad keys when closing
3872
4539
 
3876
4543
    being
3877
4544
    printed silently to the console.
3878
4545
 
3879
 
 src/Makefile.am          | 17 ++++++++++++++++
 
4546
 src/Makefile.am          | 17 ++++++++++++++++
3880
4547
 src/almanah-marshal.list |  1 +
3881
 
 src/main.c               | 35 +++++++++++++++++----------------
3882
 
 src/storage-manager.c    | 50
 
4548
 src/main.c               | 35 +++++++++++++++++----------------
 
4549
 src/storage-manager.c    | 50
3883
4550
 +++++++++++++++++++++++++-----------------------
3884
4551
 4 files changed, 62 insertions(+), 41 deletions(-)
3885
4552
 
3886
4553
commit dce853f92d564007b1407b5993829e365f149bf7
3887
4554
Author: Philip Withnall <philip@tecnocode.co.uk>
3888
 
Date:   Sun Apr 26 16:17:35 2009 +0100
 
4555
Date:   Sun Apr 26 16:17:35 2009 +0100
3889
4556
 
3890
4557
    Fixed e-mail address in DOAP file
3891
4558
 
3894
4561
 
3895
4562
commit 5c5c5c92223b29a44a9dd10746eb1708c2275842
3896
4563
Author: Philip Withnall <philip@tecnocode.co.uk>
3897
 
Date:   Thu Apr 23 17:58:08 2009 +0100
 
4564
Date:   Thu Apr 23 17:58:08 2009 +0100
3898
4565
 
3899
4566
    Add more debugging on failure to encrypt the database
3900
4567
 
3903
4570
 
3904
4571
commit 52e30a28b62b297f3ac3774d4cad6b5fdcd78b3e
3905
4572
Author: Daniel Nylander <po@danielnylander.se>
3906
 
Date:   Mon Apr 20 17:37:18 2009 +0200
 
4573
Date:   Mon Apr 20 17:37:18 2009 +0200
3907
4574
 
3908
4575
    Updated sv translation
3909
4576
 
3914
4581
 
3915
4582
commit eb4bc7b7d0f434b25698ec92c80b11363cb9201c
3916
4583
Author: Philip Withnall <philip@tecnocode.co.uk>
3917
 
Date:   Sun Apr 19 23:56:07 2009 +0100
 
4584
Date:   Sun Apr 19 23:56:07 2009 +0100
3918
4585
 
3919
4586
    Added .gitignore generation support
3920
4587
 
3923
4590
    and also
3924
4591
    removed the obsolete .bzrignore and .gitignore files.
3925
4592
 
3926
 
 .bzrignore                   |  64 ----------------
3927
 
 .gitignore                   |  37 ---------
3928
 
 INSTALL                      |   1 -
3929
 
 Makefile.am                  |  22 +++++-
3930
 
 data/Makefile.am             |   2 +
 
4593
 .bzrignore                   |  64 ----------------
 
4594
 .gitignore                   |  37 ---------
 
4595
 INSTALL                      |   1 -
 
4596
 Makefile.am                  |  22 +++++-
 
4597
 data/Makefile.am             |   2 +
3931
4598
 data/icons/16x16/Makefile.am |   2 +
3932
4599
 data/icons/22x22/Makefile.am |   2 +
3933
4600
 data/icons/32x32/Makefile.am |   2 +
3934
4601
 data/icons/48x48/Makefile.am |   2 +
3935
4602
 data/icons/Makefile.am       |   2 +
3936
 
 git.mk                       | 178
 
4603
 git.mk                       | 178
3937
4604
 +++++++++++++++++++++++++++++++++++++++++++
3938
 
 src/Makefile.am              |   2 +
 
4605
 src/Makefile.am              |   2 +
3939
4606
 12 files changed, 212 insertions(+), 104 deletions(-)
3940
4607
 
3941
4608
commit 0d02c20d92e3f766c44047b55d39d9481b23543c
3942
4609
Author: Philip Withnall <philip@tecnocode.co.uk>
3943
 
Date:   Sun Apr 19 23:45:10 2009 +0100
 
4610
Date:   Sun Apr 19 23:45:10 2009 +0100
3944
4611
 
3945
4612
    Compiler warning fixes
3946
4613
 
3947
 
 src/add-definition-dialog.c       |  6 ++--
3948
 
 src/add-definition-dialog.h       |  4 +--
 
4614
 src/add-definition-dialog.c       |  6 ++--
 
4615
 src/add-definition-dialog.h       |  4 +--
3949
4616
 src/definition-manager-window.c   |  9 ++++--
3950
 
 src/definition.c                  |  1 -
3951
 
 src/definition.h                  |  8 +++---
3952
 
 src/definitions/contact.c         |  1 -
3953
 
 src/definitions/file.c            |  3 +-
3954
 
 src/definitions/note.c            |  3 +-
3955
 
 src/definitions/uri.c             |  3 +-
3956
 
 src/entry.c                       |  1 -
 
4617
 src/definition.c                  |  1 -
 
4618
 src/definition.h                  |  8 +++---
 
4619
 src/definitions/contact.c         |  1 -
 
4620
 src/definitions/file.c            |  3 +-
 
4621
 src/definitions/note.c            |  3 +-
 
4622
 src/definitions/uri.c             |  3 +-
 
4623
 src/entry.c                       |  1 -
3957
4624
 src/event-factories/calendar.c    |  3 +-
3958
 
 src/event-factories/f-spot.c      |  1 -
3959
 
 src/event-factory.c               |  3 +-
3960
 
 src/event-manager.c               |  1 -
3961
 
 src/event.c                       |  3 +-
3962
 
 src/event.h                       |  8 +++---
 
4625
 src/event-factories/f-spot.c      |  1 -
 
4626
 src/event-factory.c               |  3 +-
 
4627
 src/event-manager.c               |  1 -
 
4628
 src/event.c                       |  3 +-
 
4629
 src/event.h                       |  8 +++---
3963
4630
 src/events/calendar-appointment.c |  3 +-
3964
 
 src/events/calendar-task.c        |  3 +-
3965
 
 src/events/f-spot-photo.c         |  1 -
3966
 
 src/main-window.c                 | 35 ++++++++++++++++++-----
3967
 
 src/main.c                        |  2 +-
3968
 
 src/preferences-dialog.c          |  7 ++---
3969
 
 src/printing.c                    |  5 ++--
3970
 
 src/search-dialog.c               | 10 +++++--
3971
 
 src/storage-manager.c             | 59
 
4631
 src/events/calendar-task.c        |  3 +-
 
4632
 src/events/f-spot-photo.c         |  1 -
 
4633
 src/main-window.c                 | 35 ++++++++++++++++++-----
 
4634
 src/main.c                        |  2 +-
 
4635
 src/preferences-dialog.c          |  7 ++---
 
4636
 src/printing.c                    |  5 ++--
 
4637
 src/search-dialog.c               | 10 +++++--
 
4638
 src/storage-manager.c             | 59
3972
4639
 +++++++++++++++++++--------------------
3973
4640
 25 files changed, 100 insertions(+), 83 deletions(-)
3974
4641
 
3975
4642
commit c380c3e5d2b7aeb88e7a46e880882906fb020a76
3976
4643
Author: Philip Withnall <philip@tecnocode.co.uk>
3977
 
Date:   Fri Apr 17 10:43:17 2009 +0100
 
4644
Date:   Fri Apr 17 10:43:17 2009 +0100
3978
4645
 
3979
4646
    Migrated to git, adding a DOAP file and moving the ChangeLog
3980
4647
 
3985
4652
    from the
3986
4653
    git log in future.
3987
4654
 
3988
 
 .gitignore        |   37 ++
3989
 
 AUTHORS           |    0
3990
 
 ChangeLog         | 1329
 
4655
 .gitignore        |   37 ++
 
4656
 AUTHORS           |    0
 
4657
 ChangeLog         | 1329
3991
4658
 ---------------------------------------------------
3992
4659
 ChangeLog.pre-git | 1361
3993
4660
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
3994
 
 Makefile.am       |   18 +-
3995
 
 NEWS              |    0
3996
 
 README            |    0
3997
 
 almanah.doap      |   16 +
3998
 
 configure.ac      |    0
3999
 
 data/Makefile.am  |    0
4000
 
 src/Makefile.am   |    0
4001
 
 src/interface.c   |    0
4002
 
 src/interface.h   |    0
4003
 
 src/main.c        |    0
4004
 
 src/main.h        |    0
 
4661
 Makefile.am       |   18 +-
 
4662
 NEWS              |    0
 
4663
 README            |    0
 
4664
 almanah.doap      |   16 +
 
4665
 configure.ac      |    0
 
4666
 data/Makefile.am  |    0
 
4667
 src/Makefile.am   |    0
 
4668
 src/interface.c   |    0
 
4669
 src/interface.h   |    0
 
4670
 src/main.c        |    0
 
4671
 src/main.h        |    0
4005
4672
 15 files changed, 1431 insertions(+), 1330 deletions(-)