~ubuntu-branches/ubuntu/oneiric/almanah/oneiric

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-04-18 16:21:36 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110418162136-l0ik4snrl420srer
Tags: 0.8.0-1
* New upstream release
* Temporarily remove evolution support in unstable
* Disable AM_GCONF_SOURCE_2 macro to fix ftbfs in unstable
  - debian/patches/disable_am_gconf_source_2
  - Build-Depends on dh-autoreconf
  - Use --with autoreconf in rules
* debian/control:
  - Build-Depends on libgtk-3-dev
* debian/rules:
  - Remove unnecessary override_dh_auto_install
* debian/copyright:
  - Update copyright years
  - Update license stanza
* Bump Standards-Version to 3.9.1 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
commit c04cf8418b01d23ba3d6e8fa1e71b8d171e611a4
 
1
commit dc1f299129b6250437119da220cbb8660c376255
 
2
Author: Philip Withnall <philip@tecnocode.co.uk>
 
3
Date:   Thu Apr 14 19:19:31 2011 +0100
 
4
 
 
5
    core: Don't conditionally compile preference dialogue response code
 
6
 
 
7
    It's applicable to both spell checking and encryption preferences.
 
8
 
 
9
 src/preferences-dialog.c |    6 ------
 
10
 1 files changed, 0 insertions(+), 6 deletions(-)
 
11
 
 
12
commit 7d50e148b2b2eb3f6c6973bdd5ef530b14dcf4f2
 
13
Author: Philip Withnall <philip@tecnocode.co.uk>
 
14
Date:   Thu Apr 14 19:13:21 2011 +0100
 
15
 
 
16
    l10n: Update British English translation
 
17
 
 
18
 po/en_GB.po |  350
 
19
 +++++++++++++++++++++++++++++------------------------------
 
20
 1 files changed, 171 insertions(+), 179 deletions(-)
 
21
 
 
22
commit 8290b2cad580ccbd4a1caa2e235e38ebd34260ac
 
23
Author: Philip Withnall <philip@tecnocode.co.uk>
 
24
Date:   Thu Apr 14 19:12:53 2011 +0100
 
25
 
 
26
    build: Add a generated file to POTFILES.skip
 
27
 
 
28
 po/POTFILES.skip |    1 +
 
29
 1 files changed, 1 insertions(+), 0 deletions(-)
 
30
 
 
31
commit 43768d9a223e769ef8662222b55e2dc6e5a6c48c
 
32
Author: Philip Withnall <philip@tecnocode.co.uk>
 
33
Date:   Thu Apr 14 19:09:39 2011 +0100
 
34
 
 
35
    build: Disable spell checking due to GtkSpell not supporting GTK+ 3
 
36
 
 
37
 configure.ac |    3 ++-
 
38
 1 files changed, 2 insertions(+), 1 deletions(-)
 
39
 
 
40
commit 9dc2c1fd153ebada2392bc774875ba6a43df217d
 
41
Author: Philip Withnall <philip@tecnocode.co.uk>
 
42
Date:   Thu Apr 14 19:05:50 2011 +0100
 
43
 
 
44
    core: Remove some unnecessary debug messages
 
45
 
 
46
 src/import-export-dialog.c |    8 +++-----
 
47
 src/import-operation.c     |   13 ++++++-------
 
48
 2 files changed, 9 insertions(+), 12 deletions(-)
 
49
 
 
50
commit b7649d949735b3f532a11d3f450468871e8eadbc
 
51
Author: Philip Withnall <philip@tecnocode.co.uk>
 
52
Date:   Wed Apr 13 21:06:29 2011 +0100
 
53
 
 
54
    core: Add support for versioning the formats used by entries in
 
55
    the database
 
56
 
 
57
    This should allow for smoother upgrades between different formats
 
58
    in future,
 
59
    since we won't have to try and detect which one is in use in a
 
60
    given entry.
 
61
 
 
62
 po/POTFILES.in        |    1 +
 
63
 src/entry.c           |   90
 
64
 +++++++++++++++++++++++++++++++++++-------------
 
65
 src/entry.h           |   11 +++++-
 
66
 src/storage-manager.c |   21 +++++++----
 
67
 4 files changed, 88 insertions(+), 35 deletions(-)
 
68
 
 
69
commit de641cd860d41142eb8cfd4e18c8e89c04b40bd7
 
70
Author: Philip Withnall <philip@tecnocode.co.uk>
 
71
Date:   Wed Apr 13 18:42:54 2011 +0100
 
72
 
 
73
    docs: Update README
 
74
 
 
75
 README |    6 ++----
 
76
 1 files changed, 2 insertions(+), 4 deletions(-)
 
77
 
 
78
commit 115337df9c2c9ba556962369ed44da296e08fc65
 
79
Author: Philip Withnall <philip@tecnocode.co.uk>
 
80
Date:   Wed Apr 13 18:42:46 2011 +0100
 
81
 
 
82
    docs: Add a HACKING file
 
83
 
 
84
 HACKING |   96
 
85
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
86
 1 files changed, 96 insertions(+), 0 deletions(-)
 
87
 
 
88
commit ff62bbb978529faca4b86a9c0eccc33931191ee7
 
89
Author: Philip Withnall <philip@tecnocode.co.uk>
 
90
Date:   Sat Apr 2 17:48:47 2011 +0100
 
91
 
 
92
    build: Remove generated file from git
 
93
 
 
94
 po/Makefile.in.in |  217
 
95
 -----------------------------------------------------
 
96
 1 files changed, 0 insertions(+), 217 deletions(-)
 
97
 
 
98
commit ab3dcf36c5738fc3e6f6cb407f91da0f03eee159
 
99
Author: Philip Withnall <philip@tecnocode.co.uk>
 
100
Date:   Sat Apr 2 17:45:48 2011 +0100
 
101
 
 
102
    build: Add some miscellaneous files to MAINTAINERCLEANFILES
 
103
 
 
104
 Makefile.am |   13 ++++++++++++-
 
105
 1 files changed, 12 insertions(+), 1 deletions(-)
 
106
 
 
107
commit 27fc7138f013d35f93b860a8c003ff9d260db6c0
 
108
Author: Philip Withnall <philip@tecnocode.co.uk>
 
109
Date:   Sat Apr 2 17:40:13 2011 +0100
 
110
 
 
111
    build: Update git.mk from Pango master
 
112
 
 
113
 git.mk |  200
 
114
 +++++++++++++++++++++++++++++++++++----------------------------
 
115
 1 files changed, 111 insertions(+), 89 deletions(-)
 
116
 
 
117
commit fffad8ad73c17c035c1449654d9e2cc389daf248
 
118
Author: Philip Withnall <philip@tecnocode.co.uk>
 
119
Date:   Tue Jun 29 23:10:54 2010 +0100
 
120
 
 
121
    core: Port to GSettings
 
122
 
 
123
    Everything except the Evolution event factory has been
 
124
    ported. Evolution
 
125
    itself hasn't yet ported to GSettings, so the Evolution event
 
126
    factory has
 
127
    to remain using GConf for the time being.
 
128
 
 
129
 configure.ac                             |    8 ++-
 
130
 data/Makefile.am                         |   29 +++++-------
 
131
 data/almanah.convert                     |    4 ++
 
132
 data/almanah.schemas.in                  |   37 ---------------
 
133
 data/org.gnome.almanah.gschema.xml.in.in |   20 ++++++++
 
134
 po/POTFILES.in                           |    2 +-
 
135
 src/main-window.c                        |   73
 
136
 ++++++++++++++++++++++++++---
 
137
 src/main-window.h                        |    4 --
 
138
 src/main.c                               |    9 ++--
 
139
 src/main.h                               |    8 +---
 
140
 src/preferences-dialog.c                 |   60 ++----------------------
 
141
 src/storage-manager.c                    |    3 +-
 
142
 12 files changed, 119 insertions(+), 138 deletions(-)
 
143
 
 
144
commit 3b74ca62870fee382c0b5fe3621148e550c9798c
 
145
Author: Philip Withnall <philip@tecnocode.co.uk>
 
146
Date:   Sat Apr 2 15:43:38 2011 +0100
 
147
 
 
148
    core: Use a key file to store window geometry
 
149
 
 
150
    GConf isn't a suitable place for window widths, heights and
 
151
    positions, so
 
152
    store it in a key file instead. This tidies things up ready for
 
153
    the imminent
 
154
    move to GSettings.
 
155
 
 
156
 data/almanah.schemas.in |   55 ---------------
 
157
 src/main-window.c       |  170
 
158
 ++++++++++++++++++++++++++++++++++++++++++-----
 
159
 2 files changed, 153 insertions(+), 72 deletions(-)
 
160
 
 
161
commit a8db5cda3caf294701805e544b76f83bca27a720
 
162
Author: Philip Withnall <philip@tecnocode.co.uk>
 
163
Date:   Sat Apr 2 12:43:57 2011 +0100
 
164
 
 
165
    definitions: Remove unused variable
 
166
 
 
167
 src/definitions/contact.c |    2 --
 
168
 1 files changed, 0 insertions(+), 2 deletions(-)
 
169
 
 
170
commit 9ce42c639c2ed9781b840a23ab359765d64f9391
 
171
Author: Philip Withnall <philip@tecnocode.co.uk>
 
172
Date:   Sat Apr 2 12:43:19 2011 +0100
 
173
 
 
174
    core: Don't compile encryption-only code when encryption is disabled
 
175
 
 
176
 src/storage-manager.c |    2 ++
 
177
 1 files changed, 2 insertions(+), 0 deletions(-)
 
178
 
 
179
commit 5d0ad53b3117859162394a026269a4ce42b18e8d
 
180
Author: Philip Withnall <philip@tecnocode.co.uk>
 
181
Date:   Sat Apr 2 12:41:21 2011 +0100
 
182
 
 
183
    build: Fix dependency information for almanah-marshal.c
 
184
 
 
185
 src/Makefile.am |    2 +-
 
186
 1 files changed, 1 insertions(+), 1 deletions(-)
 
187
 
 
188
commit 999acd3044d95212cd26706a40fdc83772e31188
 
189
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
190
Date:   Thu Mar 17 22:59:20 2011 +0100
 
191
 
 
192
    Added Hungarian translation by Gyorgy Ballo
 
193
 
 
194
 po/hu.po |  748
 
195
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
196
 1 files changed, 748 insertions(+), 0 deletions(-)
 
197
 
 
198
commit df32e1f793c5682181010e198cbb522407fee1c0
 
199
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
200
Date:   Thu Mar 17 22:58:59 2011 +0100
 
201
 
 
202
    Added hu to LINGUAS
 
203
 
 
204
 po/LINGUAS |    1 +
 
205
 1 files changed, 1 insertions(+), 0 deletions(-)
 
206
 
 
207
commit 90c0e69a81e8dc67e5a536046556c79017cdc881
 
208
Author: Daniel Nylander <po@danielnylander.se>
 
209
Date:   Sun Feb 27 18:08:18 2011 +0100
 
210
 
 
211
    Updated Swedish translation
 
212
 
 
213
 po/sv.po |  293
 
214
 ++++++++++++++++++++++++++++++++++++--------------------------
 
215
 1 files changed, 169 insertions(+), 124 deletions(-)
 
216
 
 
217
commit b0254a9fe124d6d9bef447bd1be34ef478491f62
 
218
Author: Aron Xu <aronxu@gnome.org>
 
219
Date:   Mon Feb 14 03:20:42 2011 +0800
 
220
 
 
221
    Remove wrong plural forms header in zh_CN.po
 
222
 
 
223
 po/zh_CN.po |    3 +--
 
224
 1 files changed, 1 insertions(+), 2 deletions(-)
 
225
 
 
226
commit df3ab3c2b9ebf8b18558cdd33388b0b1b16d678f
 
227
Author: Milan Crha <mcrha@redhat.com>
 
228
Date:   Mon Feb 7 12:18:55 2011 +0100
 
229
 
 
230
    Bug #641481 - Cannot build with gtk3/evolution 2.91.6
 
231
 
 
232
 configure.ac                      |    4 ++--
 
233
 src/add-definition-dialog.c       |    3 +--
 
234
 src/date-entry-dialog.c           |    3 +--
 
235
 src/events/calendar-appointment.c |    2 +-
 
236
 src/events/calendar-task.c        |    2 +-
 
237
 src/import-export-dialog.c        |    2 --
 
238
 src/main.c                        |   27 ++++++++++++++++++++++++++-
 
239
 src/main.h                        |    1 +
 
240
 src/preferences-dialog.c          |   14 +++++++++-----
 
241
 src/search-dialog.c               |    3 +--
 
242
 10 files changed, 43 insertions(+), 18 deletions(-)
 
243
 
 
244
commit ae02e86440bd10b8e3db6556bc5c54492c3b25cb
 
245
Author: Andika Triwidada <andika@gmail.com>
 
246
Date:   Wed Jan 19 22:54:03 2011 +0700
 
247
 
 
248
    Updated Indonesian translation
 
249
 
 
250
 po/id.po |  328
 
251
 +++++++++++++++++++++++++++++++++++++-------------------------
 
252
 1 files changed, 194 insertions(+), 134 deletions(-)
 
253
 
 
254
commit 1be78f56d301f96e38928776a7a7f6148d480a7b
 
255
Author: George Stefanakis <george.stefanakis@gmail.com>
 
256
Date:   Thu Jan 13 21:04:05 2011 +0200
 
257
 
 
258
    Updated Greek translation
 
259
 
 
260
 po/el.po |  448
 
261
 +++++++++++++++++++++++++++++---------------------------------
 
262
 1 files changed, 212 insertions(+), 236 deletions(-)
 
263
 
 
264
commit 0028b154f777b6edd521a89ff53c6a49185adcd6
 
265
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
266
Date:   Sun Jan 9 15:41:34 2011 +0100
 
267
 
 
268
    Updated Galician translations
 
269
 
 
270
 po/gl.po |  287
 
271
 ++++++++++++++++++++++++++++++++++---------------------------
 
272
 1 files changed, 160 insertions(+), 127 deletions(-)
 
273
 
 
274
commit 3d51f8e4e0aea7e5caf6e8075237c1a7a0ac8d53
 
275
Author: Jordi Estrada <jordi.estrada@yamaha-motor.es>
 
276
Date:   Sat Dec 25 21:54:56 2010 +0100
 
277
 
 
278
    [l10n]Updated Catalan translation
 
279
 
 
280
 po/ca.po |  775
 
281
 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 
282
 1 files changed, 654 insertions(+), 121 deletions(-)
 
283
 
 
284
commit 41fd6d87420d51acc53302fb90bafd1262514860
 
285
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
286
Date:   Tue Nov 30 16:26:56 2010 +0200
 
287
 
 
288
    Updated Romanian translation
 
289
 
 
290
 po/LINGUAS |    1 +
 
291
 po/ro.po   |  761
 
292
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
293
 2 files changed, 762 insertions(+), 0 deletions(-)
 
294
 
 
295
commit 01084bd42ad2747cc582274a3988f17bcf23d6f3
 
296
Author: Philip Withnall <philip@tecnocode.co.uk>
 
297
Date:   Mon Nov 22 22:04:52 2010 +0000
 
298
 
 
299
    Don't use IT_PROG_INTLTOOL and AM_GNU_GETTEXT
 
300
 
 
301
    They conflict.
 
302
 
 
303
 configure.ac |    2 --
 
304
 1 files changed, 0 insertions(+), 2 deletions(-)
 
305
 
 
306
commit 4baa7ae0f8b5d6340c61d15868b0153d06e8ddfc
 
307
Author: Philip Withnall <philip@tecnocode.co.uk>
 
308
Date:   Sat Oct 9 00:10:59 2010 +0100
 
309
 
 
310
    Use upstream gettext instead of GLib's gettext
 
311
 
 
312
    As explained here: http://blogs.gnome.org/jjardon/2010/10/08
 
313
    /use-upstream-gettext-instead-the-glib-one/.
 
314
 
 
315
 configure.ac |    3 ++-
 
316
 1 files changed, 2 insertions(+), 1 deletions(-)
 
317
 
 
318
commit 5c7c880e24ebeeb9bbb6c0cec693b22c46309de1
 
319
Author: Philip Withnall <philip@tecnocode.co.uk>
 
320
Date:   Fri Aug 27 09:17:30 2010 +0100
 
321
 
 
322
    Check for various required functions and headers in configure.ac
 
323
 
 
324
    Revealed by running `autoscan`.
 
325
 
 
326
 configure.ac |    6 ++++++
 
327
 1 files changed, 6 insertions(+), 0 deletions(-)
 
328
 
 
329
commit b745384088cbcd712f68b049cd38c24e2db2bc6c
 
330
Author: Carlos José Pereira <carlao2005@gmail.com>
 
331
Date:   Thu Aug 19 13:13:40 2010 -0300
 
332
 
 
333
    Updated Brazilian Portuguese Translation
 
334
 
 
335
 po/pt_BR.po |  367
 
336
 +++++++++++++++++++++++++++++------------------------------
 
337
 1 files changed, 180 insertions(+), 187 deletions(-)
 
338
 
 
339
commit 17fe76354c49c547c0e7aea276341d5cd9693fc8
 
340
Author: YunQiang Su <wzssyqa@gmail.com>
 
341
Date:   Fri Jul 30 18:34:43 2010 +0800
 
342
 
 
343
    Update Simplified Chinese translation.
 
344
 
 
345
 po/zh_CN.po |  316
 
346
 ++++++++++++++++++++++++++++++++++-------------------------
 
347
 1 files changed, 182 insertions(+), 134 deletions(-)
 
348
 
 
349
commit cb3428e2d019c5b88203480611ca4c069af43bef
 
350
Author: Claude Paroz <claude@2xlibre.net>
 
351
Date:   Sun Jul 4 21:44:44 2010 +0200
 
352
 
 
353
    Updated French translation
 
354
 
 
355
 po/fr.po |  228
 
356
 +++++++++++++++++++++++++++++---------------------------------
 
357
 1 files changed, 106 insertions(+), 122 deletions(-)
 
358
 
 
359
commit d86483b9b45cd0a64fc14125a5f2a335b45fb173
 
360
Author: Philip Withnall <philip@tecnocode.co.uk>
 
361
Date:   Wed Jun 30 23:02:59 2010 +0100
 
362
 
 
363
    Add missing files to POTFILES.in
 
364
 
 
365
 po/POTFILES.in |    2 ++
 
366
 1 files changed, 2 insertions(+), 0 deletions(-)
 
367
 
 
368
commit 37fff7980a17be5646f902fe0037928380b890e7
 
369
Author: Philip Withnall <philip@tecnocode.co.uk>
 
370
Date:   Wed Jun 30 23:01:23 2010 +0100
 
371
 
 
372
    Bug 623231 — Dutch translation
 
373
 
 
374
    Add a Dutch translation by Heimen <vistausss@gmail.com>. Closes:
 
375
    bgo#623231
 
376
 
 
377
 po/LINGUAS |    1 +
 
378
 po/nl.po   |  754
 
379
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
380
 2 files changed, 755 insertions(+), 0 deletions(-)
 
381
 
 
382
commit ee7a625eeeefb53e74f77bfb36352ab41da733bf
 
383
Author: Philip Withnall <philip@tecnocode.co.uk>
 
384
Date:   Tue Jun 29 21:47:32 2010 +0100
 
385
 
 
386
    Remove the F-Spot event factory and type
 
387
 
 
388
    F-Spot has removed its D-Bus service
 
389
    (http://git.gnome.org/browse/f-spot/
 
390
    commit/?id=4436219f0143631c49f69a3b7c1915a0cae17ffe), so we can
 
391
    no longer
 
392
    query it. Hopefully the event type can be re-added if and when
 
393
    F-Spot re-adds
 
394
    its D-Bus service.
 
395
 
 
396
    This also removes our dependency on the (deprecated) dbus-glib.
 
397
    Closes: bgo#622887
 
398
 
 
399
 configure.ac                 |    2 +-
 
400
 intltool-extract.in          |  875 ------------------------
 
401
 intltool-merge.in            | 1506
 
402
 ------------------------------------------
 
403
 intltool-update.in           | 1166 --------------------------------
 
404
 po/Makefile.in.in            |    4 +-
 
405
 po/POTFILES.in               |    1 -
 
406
 src/Makefile.am              |    4 -
 
407
 src/event-factories/f-spot.c |  250 -------
 
408
 src/event-factories/f-spot.h |   52 --
 
409
 src/event-factory.h          |    3 +-
 
410
 src/event-manager.c          |    2 -
 
411
 src/events/f-spot-photo.c    |  120 ----
 
412
 src/events/f-spot-photo.h    |   53 --
 
413
 13 files changed, 4 insertions(+), 4034 deletions(-)
 
414
 
 
415
commit 46b3c85e798a8fe78d6e2d153a0128c3a51277c2
 
416
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
417
Date:   Mon Jun 21 11:12:54 2010 +0200
 
418
 
 
419
    Updated Galician translations
 
420
 
 
421
 po/gl.po |   37 +++++++++++++++----------------------
 
422
 1 files changed, 15 insertions(+), 22 deletions(-)
 
423
 
 
424
commit 348c51fad55b44b2a5655c0a5ef665416cadb5ce
 
425
Author: Philip Withnall <philip@tecnocode.co.uk>
 
426
Date:   Thu Jun 10 17:44:52 2010 +0100
 
427
 
 
428
    Makefile improvements
 
429
 
 
430
    Improve the marshalling stuff in Makefile.am.
 
431
 
 
432
 src/Makefile.am |    8 ++++----
 
433
 1 files changed, 4 insertions(+), 4 deletions(-)
 
434
 
 
435
commit bbfced9af71fd5943e381586739106c8c21dd478
 
436
Author: Joe Hansen <joedalton2@yahoo.dk>
 
437
Date:   Sun May 30 23:16:40 2010 +0200
 
438
 
 
439
    Updated Danish translation
 
440
 
 
441
 po/da.po |  311
 
442
 ++++++++++++++++++++++++++++++++++++--------------------------
 
443
 1 files changed, 180 insertions(+), 131 deletions(-)
 
444
 
 
445
commit 0dc9997e9982c596604b31983aab2fd8ea577c9c
 
446
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
447
Date:   Mon May 24 12:56:00 2010 +0200
 
448
 
 
449
    Updated Galician translations
 
450
 
 
451
 po/gl.po |  288
 
452
 ++++++++++++++++++++++++++++++++++---------------------------
 
453
 1 files changed, 160 insertions(+), 128 deletions(-)
 
454
 
 
455
commit f2598064f0acca7a79dc8140a8f3a9bfbef115a3
 
456
Author: Philip Withnall <philip@tecnocode.co.uk>
 
457
Date:   Tue May 18 00:37:44 2010 +0100
 
458
 
 
459
    Remove import mode
 
460
 
 
461
    Remove the old command line import mode in favour of using the
 
462
    new import
 
463
    dialogue.
 
464
 
 
465
 src/entry.c |    4 ----
 
466
 src/main.c  |    4 +---
 
467
 src/main.h  |    1 -
 
468
 3 files changed, 1 insertions(+), 8 deletions(-)
 
469
 
 
470
commit 17e418195a79541755dc808574deb7924b409cd8
 
471
Author: Philip Withnall <philip@tecnocode.co.uk>
 
472
Date:   Sun May 16 18:30:01 2010 +0100
 
473
 
 
474
    Add progress reporting to import/export
 
475
 
 
476
    Add a progress bar to the import/export dialogue, reporting the
 
477
    operation's
 
478
    activity. This makes the lifecycle of the import/export dialogue a
 
479
    lot more
 
480
    complex.
 
481
 
 
482
 data/almanah.ui            |   14 +++++-
 
483
 src/export-operation.c     |   99
 
484
 ++++++++++++++++++++++++++++++++++------
 
485
 src/export-operation.h     |    8 +++-
 
486
 src/import-export-dialog.c |  108
 
487
 +++++++++++++++++++++++++++++++-------------
 
488
 src/import-operation.c     |   69 ++++++++++++++++++++--------
 
489
 src/import-operation.h     |    2 +-
 
490
 src/main-window.c          |   18 ++++---
 
491
 src/main.c                 |    4 --
 
492
 src/main.h                 |    2 -
 
493
 9 files changed, 239 insertions(+), 85 deletions(-)
 
494
 
 
495
commit 2f9fd8078783368beb3744e79c25269a76836503
 
496
Author: Philip Withnall <philip@tecnocode.co.uk>
 
497
Date:   Sun May 16 16:24:02 2010 +0100
 
498
 
 
499
    Make import/export operations asynchronous
 
500
 
 
501
 configure.ac               |    2 +-
 
502
 data/almanah.ui            |    7 +-
 
503
 src/Makefile.am            |    4 +
 
504
 src/export-operation.c     |  257 ++++++++++++++++++++
 
505
 src/export-operation.h     |   60 +++++
 
506
 src/import-export-dialog.c |  558
 
507
 +++++++------------------------------------
 
508
 src/import-export-dialog.h |   11 +-
 
509
 src/import-operation.c     |  510
 
510
 ++++++++++++++++++++++++++++++++++++++++
 
511
 src/import-operation.h     |   72 ++++++
 
512
 src/main.c                 |    1 +
 
513
 10 files changed, 1004 insertions(+), 478 deletions(-)
 
514
 
 
515
commit 72702f8d8aaf9ba397993b173805725cbf4526f0
 
516
Author: Petr Kovar <pknbe@volny.cz>
 
517
Date:   Sun May 16 23:58:57 2010 +0200
 
518
 
 
519
    Update Czech translation by Marek Cernocky
 
520
 
 
521
 po/cs.po |  138
 
522
 +++++++++++++++++++++++++++++++++-----------------------------
 
523
 1 files changed, 73 insertions(+), 65 deletions(-)
 
524
 
 
525
commit 00fc6fc5188022b9c5fa0e39077df87d52855836
 
526
Author: Mario Blättermann <mariobl@gnome.org>
 
527
Date:   Sat May 15 22:12:10 2010 +0200
 
528
 
 
529
    Updated German translation
 
530
 
 
531
 po/de.po |  164
 
532
 +++++++++++++++++++++++++++++++++----------------------------
 
533
 1 files changed, 89 insertions(+), 75 deletions(-)
 
534
 
 
535
commit d2202414edd78cf9844c54120de7b4dd9ba6fb1a
 
536
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
 
537
Date:   Fri May 14 20:13:22 2010 +0200
 
538
 
 
539
    Updated Slovenian translation
 
540
 
 
541
 po/sl.po |  145
 
542
 ++++++++++++++++++++++++++++++++-----------------------------
 
543
 1 files changed, 76 insertions(+), 69 deletions(-)
 
544
 
 
545
commit 098a0c918a5a99d19736843323fea68f3e34bfb5
 
546
Author: Jorge González <jorgegonz@svn.gnome.org>
 
547
Date:   Wed May 12 08:16:02 2010 +0200
 
548
 
 
549
    Updated Spanish translation
 
550
 
 
551
 po/es.po |  160
 
552
 +++++++++++++++++++++++++++++++++----------------------------
 
553
 1 files changed, 87 insertions(+), 73 deletions(-)
 
554
 
 
555
commit 2c27e8c0324a9a293680db8131dd63bffa4be0c5
 
556
Author: Philip Withnall <philip@tecnocode.co.uk>
 
557
Date:   Tue May 11 13:35:09 2010 +0100
 
558
 
 
559
    Improve the Import/Export UI
 
560
 
 
561
    Use a GtkFileChooserButton instead of a GtkFileChooserWidget and
 
562
    change the
 
563
    labels around slightly. Add mnemonics.
 
564
 
 
565
 data/almanah.ui            |   33 ++++++++++++++++++---------------
 
566
 src/import-export-dialog.c |   25 ++++++++++++++-----------
 
567
 2 files changed, 32 insertions(+), 26 deletions(-)
 
568
 
 
569
commit d154b578686a648d842c3a2310090919d9dcf8ae
 
570
Author: Philip Withnall <philip@tecnocode.co.uk>
 
571
Date:   Tue May 11 08:38:07 2010 +0100
 
572
 
 
573
    Minor memory leak fix
 
574
 
 
575
 src/definition.c |    1 +
 
576
 1 files changed, 1 insertions(+), 0 deletions(-)
 
577
 
 
578
commit b51c1f504876a127c2df1fcd5794bc2dab6213ab
 
579
Author: Philip Withnall <philip@tecnocode.co.uk>
 
580
Date:   Sun May 9 17:21:04 2010 +0100
 
581
 
 
582
    Fix the dialogue boxes for editing and deleting entries
 
583
 
 
584
 src/main-window.c |   13 ++++++++-----
 
585
 1 files changed, 8 insertions(+), 5 deletions(-)
 
586
 
 
587
commit ec720ae05db81e0dfca11e37ce365b64a12be152
 
588
Author: Philip Withnall <philip@tecnocode.co.uk>
 
589
Date:   Sun May 9 17:06:14 2010 +0100
 
590
 
 
591
    Add more AlmanahStorageManager signals
 
592
 
 
593
 src/main-window.c      |    6 -----
 
594
 src/storage-manager.c  |   53
 
595
 ++++++++++++++++++++++++++++++++++-------------
 
596
 src/widgets/calendar.c |   34 ++++++++++++++++++++++++++++++
 
597
 3 files changed, 72 insertions(+), 21 deletions(-)
 
598
 
 
599
commit d3d84a21f0e11750a1fe49f0833cd8dee880d52b
 
600
Author: Philip Withnall <philip@tecnocode.co.uk>
 
601
Date:   Sat May 8 23:52:41 2010 +0100
 
602
 
 
603
    Tidy up of AlmanahStorageManager
 
604
 
 
605
    This reduces code duplication and privatises and deprecates the
 
606
    simple SQLite
 
607
    wrapper which AlmanahStorageManager had previously been using for most
 
608
    queries. Raw SQLite queries are now used for most things.
 
609
 
 
610
 src/definition.c      |    4 +
 
611
 src/storage-manager.c |  367
 
612
 +++++++++++++++++++++++--------------------------
 
613
 src/storage-manager.h |   12 --
 
614
 3 files changed, 177 insertions(+), 206 deletions(-)
 
615
 
 
616
commit fc00ec9948692fffb966eaaa75bfb6d073932f5b
 
617
Author: Philip Withnall <philip@tecnocode.co.uk>
 
618
Date:   Sat May 8 21:13:33 2010 +0100
 
619
 
 
620
    Use iterators for large database queries
 
621
 
 
622
    Use iterators for almanah_storage_manager_get_entries() and
 
623
    almanah_storage_manager_search_entries(), rather than allocating
 
624
    all the
 
625
    results at once into a list. This saves memory and could be used to
 
626
    make the
 
627
    interface more responsive for long-running operations.
 
628
 
 
629
 src/import-export-dialog.c |   23 ++--
 
630
 src/search-dialog.c        |   20 ++--
 
631
 src/storage-manager.c      |  272
 
632
 +++++++++++++++++++++++++++++---------------
 
633
 src/storage-manager.h      |   15 ++-
 
634
 4 files changed, 214 insertions(+), 116 deletions(-)
 
635
 
 
636
commit 3b2ffefd69cb9e7ce7504eb0ed4ca0e13b6efc8b
 
637
Author: Philip Withnall <philip@tecnocode.co.uk>
 
638
Date:   Sat May 8 11:12:50 2010 +0100
 
639
 
 
640
    Fix misuse of unsigned integers in calendar client
 
641
 
 
642
    This is a bit of a hacky solution, but is probably safer than
 
643
    re-architecting
 
644
    the calendar client to use GDate types for year, month and day.
 
645
 
 
646
 src/event-factories/calendar-client.c |   26 +++++++++++++-------------
 
647
 1 files changed, 13 insertions(+), 13 deletions(-)
 
648
 
 
649
commit f49de61e500dfe7f02319ea55b20437f76bf2a1c
 
650
Author: Philip Withnall <philip@tecnocode.co.uk>
 
651
Date:   Sun May 2 23:28:53 2010 +0100
 
652
 
 
653
    Replace null_safe_strcmp() with g_strcmp0() in calendar client
 
654
 
 
655
 src/event-factories/calendar-client.c |   37
 
656
 +++++++++++++-------------------
 
657
 1 files changed, 15 insertions(+), 22 deletions(-)
 
658
 
 
659
commit 6befe7b862f90c0c1dcb8d746134502b0206473a
 
660
Author: Philip Withnall <philip@tecnocode.co.uk>
 
661
Date:   Sun May 2 23:27:34 2010 +0100
 
662
 
 
663
    Fix warnings in calendar client
 
664
 
 
665
 src/event-factories/calendar-client.c |   43
 
666
 +++++++++++++++++++++++++++-----
 
667
 1 files changed, 36 insertions(+), 7 deletions(-)
 
668
 
 
669
commit 015fdc4e4aa4078856c07b91a3fca545402bf95a
 
670
Author: Philip Withnall <philip@tecnocode.co.uk>
 
671
Date:   Sun May 2 23:19:52 2010 +0100
 
672
 
 
673
    Update calendar sources from gnome-panel trunk
 
674
 
 
675
 src/event-factories/calendar-client.c |   67
 
676
 ++++++++++++++++-----------------
 
677
 src/event-factories/calendar-client.h |   14 +++---
 
678
 2 files changed, 40 insertions(+), 41 deletions(-)
 
679
 
 
680
commit 76bcead8a663996f3b5d93ecd4cc69ac16bce27f
 
681
Author: Philip Withnall <philip@tecnocode.co.uk>
 
682
Date:   Sun May 2 23:08:22 2010 +0100
 
683
 
 
684
    Add support for storing the date an entry was last edited
 
685
 
 
686
    Whenever an entry is edited, the current date is stored with it
 
687
    to allow
 
688
    later analysis. Imported entries have their last-edited dates
 
689
    preserved as
 
690
    much as possible; for example, entries imported from text files
 
691
    will have
 
692
    their last-edited date as the modification date of the text file.
 
693
 
 
694
 src/entry.c                |   60
 
695
 +++++++++++++++++++++++++++++++++++++++++++-
 
696
 src/entry.h                |    3 ++
 
697
 src/import-export-dialog.c |   21 ++++++++++++---
 
698
 src/main-window.c          |   13 ++++++---
 
699
 src/storage-manager.c      |   55 +++++++++++++++++++++++++++++++++++----
 
700
 5 files changed, 136 insertions(+), 16 deletions(-)
 
701
 
 
702
commit 6a222b914186f1b1a50b4510563dbb940e84bda0
 
703
Author: Philip Withnall <philip@tecnocode.co.uk>
 
704
Date:   Sun May 2 22:16:05 2010 +0100
 
705
 
 
706
    Whitespace fixes
 
707
 
 
708
 src/storage-manager.c |  258
 
709
 +++++++++++++++++++++++--------------------------
 
710
 1 files changed, 121 insertions(+), 137 deletions(-)
 
711
 
 
712
commit 92d7ddcc07038337b907d55c26e0a7e0d0a03415
 
713
Author: Philip Withnall <philip@tecnocode.co.uk>
 
714
Date:   Sat Apr 24 21:09:11 2010 +0100
 
715
 
 
716
    Ensure the current entry is saved on any change to it
 
717
 
 
718
    Previously, it was only being saved for changes to the content. Now,
 
719
    if an
 
720
    entry is marked as important (but its content isn't changed), it
 
721
    will be
 
722
    saved.
 
723
 
 
724
 data/almanah.ui   |    1 -
 
725
 src/entry.c       |    9 +++++--
 
726
 src/main-window.c |   62
 
727
 +++++++++++++++++++++++++++++++++++-----------------
 
728
 3 files changed, 48 insertions(+), 24 deletions(-)
 
729
 
 
730
commit 5d67ce6f892617baa4f05886ae01438453cae13c
 
731
Author: Petr Kovar <pknbe@volny.cz>
 
732
Date:   Sun May 2 18:04:51 2010 +0200
 
733
 
 
734
    Update Czech translation by Marek Cernocky
 
735
 
 
736
 po/cs.po |   38 +++++++++++++++++---------------------
 
737
 1 files changed, 17 insertions(+), 21 deletions(-)
 
738
 
 
739
commit 90e9181b3e69926c6932f70524c010b9dfb9ed84
 
740
Author: Mario Blättermann <mariobl@gnome.org>
 
741
Date:   Thu Apr 29 14:28:05 2010 +0200
 
742
 
 
743
    Updated German translation
 
744
 
 
745
 po/de.po |  258
 
746
 ++++++++++++++++++++++++++++++++++++++------------------------
 
747
 1 files changed, 160 insertions(+), 98 deletions(-)
 
748
 
 
749
commit 4b22ce8835624ea8c30baa39f27206c352b44ad6
 
750
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
 
751
Date:   Sun Apr 25 11:24:28 2010 +0200
 
752
 
 
753
    Updated Slovenian translation
 
754
 
 
755
 po/sl.po |  202
 
756
 ++++++++++++++++++++++++++++++++++++++------------------------
 
757
 1 files changed, 123 insertions(+), 79 deletions(-)
 
758
 
 
759
commit c3e07522af98c27e7e279633ee6a97bb9b1ea957
 
760
Author: Petr Kovar <pknbe@volny.cz>
 
761
Date:   Thu Apr 22 23:45:12 2010 +0200
 
762
 
 
763
    Update Czech translation by Marek Cernocky
 
764
 
 
765
 po/cs.po |  221
 
766
 +++++++++++++++++++++++++++++++++++++++-----------------------
 
767
 1 files changed, 140 insertions(+), 81 deletions(-)
 
768
 
 
769
commit 81585d337abd8a10224e56dbf4682b748f3319b2
 
770
Author: Claude Paroz <claude@2xlibre.net>
 
771
Date:   Thu Apr 22 11:59:55 2010 +0200
 
772
 
 
773
    Updated French translation
 
774
 
 
775
 po/fr.po |  220
 
776
 ++++++++++++++++++++++++++++++++++++++------------------------
 
777
 1 files changed, 136 insertions(+), 84 deletions(-)
 
778
 
 
779
commit 9dc9566426af101bbce2ed8382b2408befa3d839
 
780
Author: Jorge González <jorgegonz@svn.gnome.org>
 
781
Date:   Thu Apr 22 08:37:48 2010 +0200
 
782
 
 
783
    Updated Spanish translation
 
784
 
 
785
 po/es.po |  228
 
786
 +++++++++++++++++++++++++++++++++++++++-----------------------
 
787
 1 files changed, 145 insertions(+), 83 deletions(-)
 
788
 
 
789
commit 3a936981cf1e54654edb96e4c2de3421a998e090
 
790
Author: Philip Withnall <philip@tecnocode.co.uk>
 
791
Date:   Wed Apr 21 21:50:25 2010 +0100
 
792
 
 
793
    Update British English translation
 
794
 
 
795
 po/en_GB.po |  207
 
796
 +++++++++++++++++++++++++++++++++++++---------------------
 
797
 1 files changed, 132 insertions(+), 75 deletions(-)
 
798
 
 
799
commit 6419b5276abcc022da9f59b269754333f4f72d7d
 
800
Author: Philip Withnall <philip@tecnocode.co.uk>
 
801
Date:   Wed Apr 21 21:48:55 2010 +0100
 
802
 
 
803
    Add missing translatable file to POTFILES.in
 
804
 
 
805
 po/POTFILES.in |    1 +
 
806
 1 files changed, 1 insertions(+), 0 deletions(-)
 
807
 
 
808
commit 3543d868138ac92724bfdf35a8302e3d7f75ef51
 
809
Author: Philip Withnall <philip@tecnocode.co.uk>
 
810
Date:   Wed Apr 21 21:46:16 2010 +0100
 
811
 
 
812
    Fix a signed/unsigned integer comparison
 
813
 
 
814
 src/printing.c |    2 +-
 
815
 1 files changed, 1 insertions(+), 1 deletions(-)
 
816
 
 
817
commit 446ac9684147a484309ff99ec59d8bb798f01f5f
 
818
Author: Philip Withnall <philip@tecnocode.co.uk>
 
819
Date:   Wed Apr 21 21:44:11 2010 +0100
 
820
 
 
821
    Add text file and database export support
 
822
 
 
823
 data/almanah.ui            |    8 ++
 
824
 src/import-export-dialog.c |  164
 
825
 +++++++++++++++++++++++++++++++++++++++-----
 
826
 src/main-window.c          |   11 +++
 
827
 src/main.c                 |    2 +
 
828
 src/main.h                 |    1 +
 
829
 src/storage-manager.c      |    6 ++
 
830
 src/storage-manager.h      |    2 +
 
831
 7 files changed, 177 insertions(+), 17 deletions(-)
 
832
 
 
833
commit ed0aa5669731cda4048f1c68878a3e6d35b90eaa
 
834
Author: Philip Withnall <philip@tecnocode.co.uk>
 
835
Date:   Wed Apr 21 20:44:41 2010 +0100
 
836
 
 
837
    Convert import dialogue to import-export dialogue and tidy it up
 
838
 
 
839
 data/almanah.ui            |   53 ++--
 
840
 po/POTFILES.in             |    2 +-
 
841
 src/Makefile.am            |    4 +-
 
842
 src/import-dialog.c        |  720
 
843
 -------------------------------------------
 
844
 src/import-dialog.h        |   83 -----
 
845
 src/import-export-dialog.c |  729
 
846
 ++++++++++++++++++++++++++++++++++++++++++++
 
847
 src/import-export-dialog.h |   83 +++++
 
848
 src/main-window.c          |    4 +-
 
849
 8 files changed, 842 insertions(+), 836 deletions(-)
 
850
 
 
851
commit 500f4ad3705cbc33d094aaa2902091fcc2087fd7
 
852
Author: Christian.Kirbach <Christian.Kirbach@googlemail.com>
 
853
Date:   Tue Apr 20 17:01:49 2010 +0200
 
854
 
 
855
    Updated German translation
 
856
 
 
857
 po/de.po |   88
 
858
 +++++++++++++++++++++++++++++++++-----------------------------
 
859
 1 files changed, 47 insertions(+), 41 deletions(-)
 
860
 
 
861
commit f1ff0ac736fe0ee319960acaaff47ccfc8a378fd
 
862
Author: Jorge González <jorgegonz@svn.gnome.org>
 
863
Date:   Mon Apr 19 07:26:33 2010 +0200
 
864
 
 
865
    Updated Spanish translation
 
866
 
 
867
 po/es.po |   48 +++++++++++++++++++++++++-----------------------
 
868
 1 files changed, 25 insertions(+), 23 deletions(-)
 
869
 
 
870
commit c088e79a3199f22e7cf4156d3a26b201ae17ee9d
 
871
Author: Matej Urbančič <mateju@svn.gnome.org>
 
872
Date:   Sun Apr 18 19:43:10 2010 +0200
 
873
 
 
874
    Updated Slovenian translation
 
875
 
 
876
 po/sl.po |   84
 
877
 ++++++++++++++++++++++++++++++++-----------------------------
 
878
 1 files changed, 44 insertions(+), 40 deletions(-)
 
879
 
 
880
commit cc3633a704db56900e9960afb1e2c25bcea86e3c
 
881
Author: Philip Withnall <philip@tecnocode.co.uk>
 
882
Date:   Sun Apr 18 16:20:52 2010 +0100
 
883
 
 
884
    Ensure spell checking highlights are completely drawn over when
 
885
    changing day
 
886
 
 
887
 src/main-window.c |    4 +++-
 
888
 1 files changed, 3 insertions(+), 1 deletions(-)
 
889
 
 
890
commit 84889379de9667256702e87254ba70eefe66dd7b
 
891
Author: Philip Withnall <philip@tecnocode.co.uk>
 
892
Date:   Sun Apr 18 16:17:40 2010 +0100
 
893
 
 
894
    Remove spell checking highlighting from printouts
 
895
 
 
896
 src/printing.c |    2 +-
 
897
 1 files changed, 1 insertions(+), 1 deletions(-)
 
898
 
 
899
commit 23b9be68e261be9f5d9dae0cfa93feede7d4350a
 
900
Author: Philip Withnall <philip@tecnocode.co.uk>
 
901
Date:   Sun Apr 18 16:05:29 2010 +0100
 
902
 
 
903
    Highlight important entries in printouts
 
904
 
 
905
    Closes: bgo#572927
 
906
 
 
907
 src/printing.c |   53
 
908
 ++++++++++++++++++++++++++++++++++++++++++++---------
 
909
 1 files changed, 44 insertions(+), 9 deletions(-)
 
910
 
 
911
commit 422ab587d117c2ad75cc3061479fa4d96849438a
 
912
Author: Philip Withnall <philip@tecnocode.co.uk>
 
913
Date:   Sun Apr 18 15:25:49 2010 +0100
 
914
 
 
915
    Highlight important entries in search results
 
916
 
 
917
 data/almanah.ui       |   17 ++++++++++++++---
 
918
 src/search-dialog.c   |   31 ++++++++++++++++++-------------
 
919
 src/storage-manager.c |   40 ++++++++++++++++++----------------------
 
920
 src/storage-manager.h |    4 ++--
 
921
 4 files changed, 52 insertions(+), 40 deletions(-)
 
922
 
 
923
commit ad5ccd5a9ca76d8032e0e4b1d759a18c6daa0157
 
924
Author: Philip Withnall <philip@tecnocode.co.uk>
 
925
Date:   Sun Apr 18 14:25:57 2010 +0100
 
926
 
 
927
    Highlight important entries in the calendar
 
928
 
 
929
    This creates a new AlmanahCalendar widget, which takes care of a
 
930
    few things
 
931
    which require extensions to GtkCalendar. This is now used across
 
932
    the project.
 
933
    Helps: bgo#572927
 
934
 
 
935
 data/almanah.ui        |    4 +-
 
936
 src/Makefile.am        |    4 +-
 
937
 src/interface.c        |   24 --------
 
938
 src/main-window.c      |   31 +++-------
 
939
 src/printing.c         |   29 ++++-----
 
940
 src/storage-manager.c  |   28 +++++++++
 
941
 src/storage-manager.h  |    1 +
 
942
 src/widgets/calendar.c |  152
 
943
 ++++++++++++++++++++++++++++++++++++++++++++++++
 
944
 src/widgets/calendar.h |   57 ++++++++++++++++++
 
945
 9 files changed, 265 insertions(+), 65 deletions(-)
 
946
 
 
947
commit 49db044ccb5ca8f6658043915bf0e69e6a156e35
 
948
Author: Philip Withnall <philip@tecnocode.co.uk>
 
949
Date:   Sun Apr 18 13:28:56 2010 +0100
 
950
 
 
951
    Order search results by descending date
 
952
 
 
953
 src/storage-manager.c |    2 +-
 
954
 1 files changed, 1 insertions(+), 1 deletions(-)
 
955
 
 
956
commit 7536b548c1d1ac2e8d784c5e43f88123b91fbac5
2
957
Author: Andika Triwidada <andika@gmail.com>
3
958
Date:   Sat Apr 3 20:34:02 2010 +0700
4
959
 
8
963
 +++++++++++++++++++++++++++++++++++---------------------------
9
964
 1 files changed, 107 insertions(+), 82 deletions(-)
10
965
 
11
 
commit 4c74f0f97bc0d789f9d88ee8f2b69bc2f0b247da
 
966
commit a40b94ce81a1abbfa6709f9fdbfdf48d9bf86a72
12
967
Author: Jorge González <jorgegonz@svn.gnome.org>
13
968
Date:   Tue Mar 16 18:18:15 2010 +0100
14
969
 
18
973
 ++++++++++++++++++++++++++++++-------------------------------
19
974
 1 files changed, 99 insertions(+), 103 deletions(-)
20
975
 
21
 
commit 12930a1b704d820bf4b4ea6a157c64bd4f2afe3e
 
976
commit 7b5724764a17529e97c22d2db1a701ae75609c5d
22
977
Author: Joe Hansen <joedalton2@yahoo.dk>
23
978
Date:   Mon Mar 15 01:02:35 2010 +0100
24
979
 
28
983
 +++++++++++++++++++++++++++++++------------------------------
29
984
 1 files changed, 44 insertions(+), 43 deletions(-)
30
985
 
31
 
commit b684d726085804ae71b2e885aa09f48dd54bb6af
 
986
commit cd81352e1355e3a71aaaac46915eedf22ce8c68a
32
987
Author: Bruno Brouard <annoa.b@gmail.com>
33
988
Date:   Thu Mar 11 22:57:31 2010 +0100
34
989
 
38
993
 +++++++++++++++++++++++++++++++++++---------------------------
39
994
 1 files changed, 121 insertions(+), 91 deletions(-)
40
995
 
41
 
commit 8c99fb3eb013d348d8d095c790434faa08fdc2b5
 
996
commit c1000a399c1c3f06d613f39cc3200843d2316304
42
997
Author: Philip Withnall <philip@tecnocode.co.uk>
43
998
Date:   Sat Mar 6 21:20:44 2010 +0000
44
999
 
50
1005
 data/almanah.ui |    2 ++
51
1006
 1 files changed, 2 insertions(+), 0 deletions(-)
52
1007
 
53
 
commit 3dc42dcc959bcafc88df3511d927db4cd1df4ed4
 
1008
commit 58938b6ad633df5770250646caa469fdc7564060
54
1009
Author: Leonid Kanter <leon@asplinux.ru>
55
1010
Date:   Sat Mar 6 19:44:41 2010 +0200
56
1011
 
60
1015
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
61
1016
 1 files changed, 703 insertions(+), 0 deletions(-)
62
1017
 
63
 
commit 2493756e5ade2ea2ae64484bab3e7f0b780b3340
 
1018
commit cef3e5241ecaa8a85cf93f048345179abdc17306
64
1019
Author: Leonid Kanter <leon@asplinux.ru>
65
1020
Date:   Sat Mar 6 19:44:31 2010 +0200
66
1021
 
69
1024
 po/LINGUAS |    1 +
70
1025
 1 files changed, 1 insertions(+), 0 deletions(-)
71
1026
 
72
 
commit afad13b6ce5f4f4cdb0bf04f9a7aa255f9b0ea35
 
1027
commit b43e8f9a43295cbd6151bbab488869b8d912ff62
73
1028
Author: Fran Diéguez <frandieguez@ubuntu.com>
74
1029
Date:   Fri Mar 5 13:25:29 2010 +0100
75
1030
 
79
1034
 ++++++++++++++++++++++++++++++++++++++++++-------------------
80
1035
 1 files changed, 279 insertions(+), 126 deletions(-)
81
1036
 
82
 
commit 1cd2dced77b760a0dbace274a205ecec7b8344ad
 
1037
commit 3011690b942171ccbae1a3f7b71459359abe9279
83
1038
Author: YunQiang Su <wzssyqa@gmail.com>
84
1039
Date:   Thu Feb 18 10:56:55 2010 +0800
85
1040
 
89
1044
 ++++++++++++++++++++++++++++++++++++++++------------------
90
1045
 1 files changed, 278 insertions(+), 125 deletions(-)
91
1046
 
92
 
commit 4b8331a2f01c33848ba823e1ab93fe87bfb2b4c1
 
1047
commit f800e824f92a9c45e3e55add5f4faf5ab2a7489a
93
1048
Author: Antonio Fernandes C. Neto <fernandes@pelivre.org>
94
1049
Date:   Fri Feb 5 15:53:07 2010 -0300
95
1050
 
99
1054
 ++++++++++++++++++++++++++++++++++++++++++----------------
100
1055
 1 files changed, 373 insertions(+), 143 deletions(-)
101
1056
 
102
 
commit 7695867f410afb4c908e852875e7d6d7f848af64
 
1057
commit ca72f2c8584efe46bbe77e76f915a1a05fa51c99
103
1058
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
104
1059
Date:   Thu Feb 4 19:08:12 2010 +0100
105
1060
 
109
1064
 ++++++++++++++++++++++++++++++++-----------------------------
110
1065
 1 files changed, 39 insertions(+), 35 deletions(-)
111
1066
 
112
 
commit 1fd8047d726570ddac2395e10251915f32c997af
 
1067
commit bfa63b760074b6930279d1030c4e69671f1b8d0b
113
1068
Author: Mario Blättermann <mariobl@gnome.org>
114
1069
Date:   Thu Feb 4 12:19:39 2010 +0100
115
1070
 
119
1074
 +++++++++++++++++++++++++++++++------------------------------
120
1075
 1 files changed, 40 insertions(+), 39 deletions(-)
121
1076
 
122
 
commit 3865ab1cfa24467873cd000e5736aa915f6dd9af
 
1077
commit 6fdc88528e147df00656a64612adc4a7fa467b36
123
1078
Author: Marios Zindilis <m.zindilis@dmajor.org>
124
1079
Date:   Tue Feb 2 08:13:16 2010 -0800
125
1080
 
129
1084
 ++++++++++++++++++++++++++++++++++++++++++++------------------
130
1085
 1 files changed, 341 insertions(+), 135 deletions(-)
131
1086
 
132
 
commit e912527763bd983a8134993dc9160aa41ad2ef00
 
1087
commit f19479f1a3f2098fb1a3e1e97b3ef8d6d2ac3c96
133
1088
Author: Marek Černocký <marek@manet.cz>
134
1089
Date:   Tue Feb 2 13:16:52 2010 +0100
135
1090
 
139
1094
 +++++++++++++++++++++++++++++++-------------------------------
140
1095
 1 files changed, 41 insertions(+), 41 deletions(-)
141
1096
 
 
1097
commit 57147f6fa9a4ea6365d5be3272c9055c0161a0da
 
1098
Author: Philip Withnall <philip@tecnocode.co.uk>
 
1099
Date:   Sun Jan 31 15:25:44 2010 +0000
 
1100
 
 
1101
    Switch to post-release version incrementing (version 0.8.0)
 
1102
 
 
1103
 configure.ac |    2 +-
 
1104
 1 files changed, 1 insertions(+), 1 deletions(-)
 
1105
 
142
1106
commit 4e6927203eda85d7f09dc71d8aa6f10fa99638f1
143
1107
Author: Philip Withnall <philip@tecnocode.co.uk>
144
1108
Date:   Sun Jan 31 15:24:09 2010 +0000