commit dc1f299129b6250437119da220cbb8660c376255
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 14 19:19:31 2011 +0100

    core: Don't conditionally compile preference dialogue response code

    It's applicable to both spell checking and encryption preferences.

 src/preferences-dialog.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 7d50e148b2b2eb3f6c6973bdd5ef530b14dcf4f2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 14 19:13:21 2011 +0100

    l10n: Update British English translation

 po/en_GB.po |  350
 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 171 insertions(+), 179 deletions(-)

commit 8290b2cad580ccbd4a1caa2e235e38ebd34260ac
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 14 19:12:53 2011 +0100

    build: Add a generated file to POTFILES.skip

 po/POTFILES.skip |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 43768d9a223e769ef8662222b55e2dc6e5a6c48c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 14 19:09:39 2011 +0100

    build: Disable spell checking due to GtkSpell not supporting GTK+ 3

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 9dc2c1fd153ebada2392bc774875ba6a43df217d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Apr 14 19:05:50 2011 +0100

    core: Remove some unnecessary debug messages

 src/import-export-dialog.c |    8 +++-----
 src/import-operation.c     |   13 ++++++-------
 2 files changed, 9 insertions(+), 12 deletions(-)

commit b7649d949735b3f532a11d3f450468871e8eadbc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 13 21:06:29 2011 +0100

    core: Add support for versioning the formats used by entries in
    the database

    This should allow for smoother upgrades between different formats
    in future,
    since we won't have to try and detect which one is in use in a
    given entry.

 po/POTFILES.in        |    1 +
 src/entry.c           |   90
 +++++++++++++++++++++++++++++++++++-------------
 src/entry.h           |   11 +++++-
 src/storage-manager.c |   21 +++++++----
 4 files changed, 88 insertions(+), 35 deletions(-)

commit de641cd860d41142eb8cfd4e18c8e89c04b40bd7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 13 18:42:54 2011 +0100

    docs: Update README

 README |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 115337df9c2c9ba556962369ed44da296e08fc65
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 13 18:42:46 2011 +0100

    docs: Add a HACKING file

 HACKING |   96
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 96 insertions(+), 0 deletions(-)

commit ff62bbb978529faca4b86a9c0eccc33931191ee7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 2 17:48:47 2011 +0100

    build: Remove generated file from git

 po/Makefile.in.in |  217
 -----------------------------------------------------
 1 files changed, 0 insertions(+), 217 deletions(-)

commit ab3dcf36c5738fc3e6f6cb407f91da0f03eee159
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 2 17:45:48 2011 +0100

    build: Add some miscellaneous files to MAINTAINERCLEANFILES

 Makefile.am |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit 27fc7138f013d35f93b860a8c003ff9d260db6c0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 2 17:40:13 2011 +0100

    build: Update git.mk from Pango master

 git.mk |  200
 +++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 111 insertions(+), 89 deletions(-)

commit fffad8ad73c17c035c1449654d9e2cc389daf248
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Jun 29 23:10:54 2010 +0100

    core: Port to GSettings

    Everything except the Evolution event factory has been
    ported. Evolution
    itself hasn't yet ported to GSettings, so the Evolution event
    factory has
    to remain using GConf for the time being.

 configure.ac                             |    8 ++-
 data/Makefile.am                         |   29 +++++-------
 data/almanah.convert                     |    4 ++
 data/almanah.schemas.in                  |   37 ---------------
 data/org.gnome.almanah.gschema.xml.in.in |   20 ++++++++
 po/POTFILES.in                           |    2 +-
 src/main-window.c                        |   73
 ++++++++++++++++++++++++++---
 src/main-window.h                        |    4 --
 src/main.c                               |    9 ++--
 src/main.h                               |    8 +---
 src/preferences-dialog.c                 |   60 ++----------------------
 src/storage-manager.c                    |    3 +-
 12 files changed, 119 insertions(+), 138 deletions(-)

commit 3b74ca62870fee382c0b5fe3621148e550c9798c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 2 15:43:38 2011 +0100

    core: Use a key file to store window geometry

    GConf isn't a suitable place for window widths, heights and
    positions, so
    store it in a key file instead. This tidies things up ready for
    the imminent
    move to GSettings.

 data/almanah.schemas.in |   55 ---------------
 src/main-window.c       |  170
 ++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 153 insertions(+), 72 deletions(-)

commit a8db5cda3caf294701805e544b76f83bca27a720
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 2 12:43:57 2011 +0100

    definitions: Remove unused variable

 src/definitions/contact.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 9ce42c639c2ed9781b840a23ab359765d64f9391
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 2 12:43:19 2011 +0100

    core: Don't compile encryption-only code when encryption is disabled

 src/storage-manager.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 5d0ad53b3117859162394a026269a4ce42b18e8d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 2 12:41:21 2011 +0100

    build: Fix dependency information for almanah-marshal.c

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 999acd3044d95212cd26706a40fdc83772e31188
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Mar 17 22:59:20 2011 +0100

    Added Hungarian translation by Gyorgy Ballo

 po/hu.po |  748
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 748 insertions(+), 0 deletions(-)

commit df32e1f793c5682181010e198cbb522407fee1c0
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Mar 17 22:58:59 2011 +0100

    Added hu to LINGUAS

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 90c0e69a81e8dc67e5a536046556c79017cdc881
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Feb 27 18:08:18 2011 +0100

    Updated Swedish translation

 po/sv.po |  293
 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 169 insertions(+), 124 deletions(-)

commit b0254a9fe124d6d9bef447bd1be34ef478491f62
Author: Aron Xu <aronxu@gnome.org>
Date:   Mon Feb 14 03:20:42 2011 +0800

    Remove wrong plural forms header in zh_CN.po

 po/zh_CN.po |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit df3ab3c2b9ebf8b18558cdd33388b0b1b16d678f
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Feb 7 12:18:55 2011 +0100

    Bug #641481 - Cannot build with gtk3/evolution 2.91.6

 configure.ac                      |    4 ++--
 src/add-definition-dialog.c       |    3 +--
 src/date-entry-dialog.c           |    3 +--
 src/events/calendar-appointment.c |    2 +-
 src/events/calendar-task.c        |    2 +-
 src/import-export-dialog.c        |    2 --
 src/main.c                        |   27 ++++++++++++++++++++++++++-
 src/main.h                        |    1 +
 src/preferences-dialog.c          |   14 +++++++++-----
 src/search-dialog.c               |    3 +--
 10 files changed, 43 insertions(+), 18 deletions(-)

commit ae02e86440bd10b8e3db6556bc5c54492c3b25cb
Author: Andika Triwidada <andika@gmail.com>
Date:   Wed Jan 19 22:54:03 2011 +0700

    Updated Indonesian translation

 po/id.po |  328
 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 194 insertions(+), 134 deletions(-)

commit 1be78f56d301f96e38928776a7a7f6148d480a7b
Author: George Stefanakis <george.stefanakis@gmail.com>
Date:   Thu Jan 13 21:04:05 2011 +0200

    Updated Greek translation

 po/el.po |  448
 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 212 insertions(+), 236 deletions(-)

commit 0028b154f777b6edd521a89ff53c6a49185adcd6
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jan 9 15:41:34 2011 +0100

    Updated Galician translations

 po/gl.po |  287
 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 160 insertions(+), 127 deletions(-)

commit 3d51f8e4e0aea7e5caf6e8075237c1a7a0ac8d53
Author: Jordi Estrada <jordi.estrada@yamaha-motor.es>
Date:   Sat Dec 25 21:54:56 2010 +0100

    [l10n]Updated Catalan translation

 po/ca.po |  775
 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 654 insertions(+), 121 deletions(-)

commit 41fd6d87420d51acc53302fb90bafd1262514860
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Tue Nov 30 16:26:56 2010 +0200

    Updated Romanian translation

 po/LINGUAS |    1 +
 po/ro.po   |  761
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 762 insertions(+), 0 deletions(-)

commit 01084bd42ad2747cc582274a3988f17bcf23d6f3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Nov 22 22:04:52 2010 +0000

    Don't use IT_PROG_INTLTOOL and AM_GNU_GETTEXT

    They conflict.

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 4baa7ae0f8b5d6340c61d15868b0153d06e8ddfc
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Oct 9 00:10:59 2010 +0100

    Use upstream gettext instead of GLib's gettext

    As explained here: http://blogs.gnome.org/jjardon/2010/10/08
    /use-upstream-gettext-instead-the-glib-one/.

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 5c7c880e24ebeeb9bbb6c0cec693b22c46309de1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Aug 27 09:17:30 2010 +0100

    Check for various required functions and headers in configure.ac

    Revealed by running `autoscan`.

 configure.ac |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit b745384088cbcd712f68b049cd38c24e2db2bc6c
Author: Carlos José Pereira <carlao2005@gmail.com>
Date:   Thu Aug 19 13:13:40 2010 -0300

    Updated Brazilian Portuguese Translation

 po/pt_BR.po |  367
 +++++++++++++++++++++++++++++------------------------------
 1 files changed, 180 insertions(+), 187 deletions(-)

commit 17fe76354c49c547c0e7aea276341d5cd9693fc8
Author: YunQiang Su <wzssyqa@gmail.com>
Date:   Fri Jul 30 18:34:43 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |  316
 ++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 182 insertions(+), 134 deletions(-)

commit cb3428e2d019c5b88203480611ca4c069af43bef
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Jul 4 21:44:44 2010 +0200

    Updated French translation

 po/fr.po |  228
 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 106 insertions(+), 122 deletions(-)

commit d86483b9b45cd0a64fc14125a5f2a335b45fb173
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jun 30 23:02:59 2010 +0100

    Add missing files to POTFILES.in

 po/POTFILES.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 37fff7980a17be5646f902fe0037928380b890e7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Jun 30 23:01:23 2010 +0100

    Bug 623231 — Dutch translation

    Add a Dutch translation by Heimen <vistausss@gmail.com>. Closes:
    bgo#623231

 po/LINGUAS |    1 +
 po/nl.po   |  754
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 755 insertions(+), 0 deletions(-)

commit ee7a625eeeefb53e74f77bfb36352ab41da733bf
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Jun 29 21:47:32 2010 +0100

    Remove the F-Spot event factory and type

    F-Spot has removed its D-Bus service
    (http://git.gnome.org/browse/f-spot/
    commit/?id=4436219f0143631c49f69a3b7c1915a0cae17ffe), so we can
    no longer
    query it. Hopefully the event type can be re-added if and when
    F-Spot re-adds
    its D-Bus service.

    This also removes our dependency on the (deprecated) dbus-glib.
    Closes: bgo#622887

 configure.ac                 |    2 +-
 intltool-extract.in          |  875 ------------------------
 intltool-merge.in            | 1506
 ------------------------------------------
 intltool-update.in           | 1166 --------------------------------
 po/Makefile.in.in            |    4 +-
 po/POTFILES.in               |    1 -
 src/Makefile.am              |    4 -
 src/event-factories/f-spot.c |  250 -------
 src/event-factories/f-spot.h |   52 --
 src/event-factory.h          |    3 +-
 src/event-manager.c          |    2 -
 src/events/f-spot-photo.c    |  120 ----
 src/events/f-spot-photo.h    |   53 --
 13 files changed, 4 insertions(+), 4034 deletions(-)

commit 46b3c85e798a8fe78d6e2d153a0128c3a51277c2
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Jun 21 11:12:54 2010 +0200

    Updated Galician translations

 po/gl.po |   37 +++++++++++++++----------------------
 1 files changed, 15 insertions(+), 22 deletions(-)

commit 348c51fad55b44b2a5655c0a5ef665416cadb5ce
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Jun 10 17:44:52 2010 +0100

    Makefile improvements

    Improve the marshalling stuff in Makefile.am.

 src/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit bbfced9af71fd5943e381586739106c8c21dd478
Author: Joe Hansen <joedalton2@yahoo.dk>
Date:   Sun May 30 23:16:40 2010 +0200

    Updated Danish translation

 po/da.po |  311
 ++++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 180 insertions(+), 131 deletions(-)

commit 0dc9997e9982c596604b31983aab2fd8ea577c9c
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon May 24 12:56:00 2010 +0200

    Updated Galician translations

 po/gl.po |  288
 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 160 insertions(+), 128 deletions(-)

commit f2598064f0acca7a79dc8140a8f3a9bfbef115a3
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue May 18 00:37:44 2010 +0100

    Remove import mode

    Remove the old command line import mode in favour of using the
    new import
    dialogue.

 src/entry.c |    4 ----
 src/main.c  |    4 +---
 src/main.h  |    1 -
 3 files changed, 1 insertions(+), 8 deletions(-)

commit 17e418195a79541755dc808574deb7924b409cd8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun May 16 18:30:01 2010 +0100

    Add progress reporting to import/export

    Add a progress bar to the import/export dialogue, reporting the
    operation's
    activity. This makes the lifecycle of the import/export dialogue a
    lot more
    complex.

 data/almanah.ui            |   14 +++++-
 src/export-operation.c     |   99
 ++++++++++++++++++++++++++++++++++------
 src/export-operation.h     |    8 +++-
 src/import-export-dialog.c |  108
 +++++++++++++++++++++++++++++++-------------
 src/import-operation.c     |   69 ++++++++++++++++++++--------
 src/import-operation.h     |    2 +-
 src/main-window.c          |   18 ++++---
 src/main.c                 |    4 --
 src/main.h                 |    2 -
 9 files changed, 239 insertions(+), 85 deletions(-)

commit 2f9fd8078783368beb3744e79c25269a76836503
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun May 16 16:24:02 2010 +0100

    Make import/export operations asynchronous

 configure.ac               |    2 +-
 data/almanah.ui            |    7 +-
 src/Makefile.am            |    4 +
 src/export-operation.c     |  257 ++++++++++++++++++++
 src/export-operation.h     |   60 +++++
 src/import-export-dialog.c |  558
 +++++++------------------------------------
 src/import-export-dialog.h |   11 +-
 src/import-operation.c     |  510
 ++++++++++++++++++++++++++++++++++++++++
 src/import-operation.h     |   72 ++++++
 src/main.c                 |    1 +
 10 files changed, 1004 insertions(+), 478 deletions(-)

commit 72702f8d8aaf9ba397993b173805725cbf4526f0
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun May 16 23:58:57 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po |  138
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 73 insertions(+), 65 deletions(-)

commit 00fc6fc5188022b9c5fa0e39077df87d52855836
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat May 15 22:12:10 2010 +0200

    Updated German translation

 po/de.po |  164
 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 89 insertions(+), 75 deletions(-)

commit d2202414edd78cf9844c54120de7b4dd9ba6fb1a
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri May 14 20:13:22 2010 +0200

    Updated Slovenian translation

 po/sl.po |  145
 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 76 insertions(+), 69 deletions(-)

commit 098a0c918a5a99d19736843323fea68f3e34bfb5
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed May 12 08:16:02 2010 +0200

    Updated Spanish translation

 po/es.po |  160
 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 87 insertions(+), 73 deletions(-)

commit 2c27e8c0324a9a293680db8131dd63bffa4be0c5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue May 11 13:35:09 2010 +0100

    Improve the Import/Export UI

    Use a GtkFileChooserButton instead of a GtkFileChooserWidget and
    change the
    labels around slightly. Add mnemonics.

 data/almanah.ui            |   33 ++++++++++++++++++---------------
 src/import-export-dialog.c |   25 ++++++++++++++-----------
 2 files changed, 32 insertions(+), 26 deletions(-)

commit d154b578686a648d842c3a2310090919d9dcf8ae
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue May 11 08:38:07 2010 +0100

    Minor memory leak fix

 src/definition.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b51c1f504876a127c2df1fcd5794bc2dab6213ab
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun May 9 17:21:04 2010 +0100

    Fix the dialogue boxes for editing and deleting entries

 src/main-window.c |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

commit ec720ae05db81e0dfca11e37ce365b64a12be152
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun May 9 17:06:14 2010 +0100

    Add more AlmanahStorageManager signals

 src/main-window.c      |    6 -----
 src/storage-manager.c  |   53
 ++++++++++++++++++++++++++++++++++-------------
 src/widgets/calendar.c |   34 ++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+), 21 deletions(-)

commit d3d84a21f0e11750a1fe49f0833cd8dee880d52b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat May 8 23:52:41 2010 +0100

    Tidy up of AlmanahStorageManager

    This reduces code duplication and privatises and deprecates the
    simple SQLite
    wrapper which AlmanahStorageManager had previously been using for most
    queries. Raw SQLite queries are now used for most things.

 src/definition.c      |    4 +
 src/storage-manager.c |  367
 +++++++++++++++++++++++--------------------------
 src/storage-manager.h |   12 --
 3 files changed, 177 insertions(+), 206 deletions(-)

commit fc00ec9948692fffb966eaaa75bfb6d073932f5b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat May 8 21:13:33 2010 +0100

    Use iterators for large database queries

    Use iterators for almanah_storage_manager_get_entries() and
    almanah_storage_manager_search_entries(), rather than allocating
    all the
    results at once into a list. This saves memory and could be used to
    make the
    interface more responsive for long-running operations.

 src/import-export-dialog.c |   23 ++--
 src/search-dialog.c        |   20 ++--
 src/storage-manager.c      |  272
 +++++++++++++++++++++++++++++---------------
 src/storage-manager.h      |   15 ++-
 4 files changed, 214 insertions(+), 116 deletions(-)

commit 3b2ffefd69cb9e7ce7504eb0ed4ca0e13b6efc8b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat May 8 11:12:50 2010 +0100

    Fix misuse of unsigned integers in calendar client

    This is a bit of a hacky solution, but is probably safer than
    re-architecting
    the calendar client to use GDate types for year, month and day.

 src/event-factories/calendar-client.c |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

commit f49de61e500dfe7f02319ea55b20437f76bf2a1c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun May 2 23:28:53 2010 +0100

    Replace null_safe_strcmp() with g_strcmp0() in calendar client

 src/event-factories/calendar-client.c |   37
 +++++++++++++-------------------
 1 files changed, 15 insertions(+), 22 deletions(-)

commit 6befe7b862f90c0c1dcb8d746134502b0206473a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun May 2 23:27:34 2010 +0100

    Fix warnings in calendar client

 src/event-factories/calendar-client.c |   43
 +++++++++++++++++++++++++++-----
 1 files changed, 36 insertions(+), 7 deletions(-)

commit 015fdc4e4aa4078856c07b91a3fca545402bf95a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun May 2 23:19:52 2010 +0100

    Update calendar sources from gnome-panel trunk

 src/event-factories/calendar-client.c |   67
 ++++++++++++++++-----------------
 src/event-factories/calendar-client.h |   14 +++---
 2 files changed, 40 insertions(+), 41 deletions(-)

commit 76bcead8a663996f3b5d93ecd4cc69ac16bce27f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun May 2 23:08:22 2010 +0100

    Add support for storing the date an entry was last edited

    Whenever an entry is edited, the current date is stored with it
    to allow
    later analysis. Imported entries have their last-edited dates
    preserved as
    much as possible; for example, entries imported from text files
    will have
    their last-edited date as the modification date of the text file.

 src/entry.c                |   60
 +++++++++++++++++++++++++++++++++++++++++++-
 src/entry.h                |    3 ++
 src/import-export-dialog.c |   21 ++++++++++++---
 src/main-window.c          |   13 ++++++---
 src/storage-manager.c      |   55 +++++++++++++++++++++++++++++++++++----
 5 files changed, 136 insertions(+), 16 deletions(-)

commit 6a222b914186f1b1a50b4510563dbb940e84bda0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun May 2 22:16:05 2010 +0100

    Whitespace fixes

 src/storage-manager.c |  258
 +++++++++++++++++++++++--------------------------
 1 files changed, 121 insertions(+), 137 deletions(-)

commit 92d7ddcc07038337b907d55c26e0a7e0d0a03415
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 24 21:09:11 2010 +0100

    Ensure the current entry is saved on any change to it

    Previously, it was only being saved for changes to the content. Now,
    if an
    entry is marked as important (but its content isn't changed), it
    will be
    saved.

 data/almanah.ui   |    1 -
 src/entry.c       |    9 +++++--
 src/main-window.c |   62
 +++++++++++++++++++++++++++++++++++-----------------
 3 files changed, 48 insertions(+), 24 deletions(-)

commit 5d67ce6f892617baa4f05886ae01438453cae13c
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun May 2 18:04:51 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po |   38 +++++++++++++++++---------------------
 1 files changed, 17 insertions(+), 21 deletions(-)

commit 90e9181b3e69926c6932f70524c010b9dfb9ed84
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Apr 29 14:28:05 2010 +0200

    Updated German translation

 po/de.po |  258
 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 160 insertions(+), 98 deletions(-)

commit 4b22ce8835624ea8c30baa39f27206c352b44ad6
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sun Apr 25 11:24:28 2010 +0200

    Updated Slovenian translation

 po/sl.po |  202
 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 123 insertions(+), 79 deletions(-)

commit c3e07522af98c27e7e279633ee6a97bb9b1ea957
Author: Petr Kovar <pknbe@volny.cz>
Date:   Thu Apr 22 23:45:12 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po |  221
 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 140 insertions(+), 81 deletions(-)

commit 81585d337abd8a10224e56dbf4682b748f3319b2
Author: Claude Paroz <claude@2xlibre.net>
Date:   Thu Apr 22 11:59:55 2010 +0200

    Updated French translation

 po/fr.po |  220
 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 136 insertions(+), 84 deletions(-)

commit 9dc9566426af101bbce2ed8382b2408befa3d839
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Apr 22 08:37:48 2010 +0200

    Updated Spanish translation

 po/es.po |  228
 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 145 insertions(+), 83 deletions(-)

commit 3a936981cf1e54654edb96e4c2de3421a998e090
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 21 21:50:25 2010 +0100

    Update British English translation

 po/en_GB.po |  207
 +++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 132 insertions(+), 75 deletions(-)

commit 6419b5276abcc022da9f59b269754333f4f72d7d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 21 21:48:55 2010 +0100

    Add missing translatable file to POTFILES.in

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3543d868138ac92724bfdf35a8302e3d7f75ef51
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 21 21:46:16 2010 +0100

    Fix a signed/unsigned integer comparison

 src/printing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 446ac9684147a484309ff99ec59d8bb798f01f5f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 21 21:44:11 2010 +0100

    Add text file and database export support

 data/almanah.ui            |    8 ++
 src/import-export-dialog.c |  164
 +++++++++++++++++++++++++++++++++++++++-----
 src/main-window.c          |   11 +++
 src/main.c                 |    2 +
 src/main.h                 |    1 +
 src/storage-manager.c      |    6 ++
 src/storage-manager.h      |    2 +
 7 files changed, 177 insertions(+), 17 deletions(-)

commit ed0aa5669731cda4048f1c68878a3e6d35b90eaa
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Apr 21 20:44:41 2010 +0100

    Convert import dialogue to import-export dialogue and tidy it up

 data/almanah.ui            |   53 ++--
 po/POTFILES.in             |    2 +-
 src/Makefile.am            |    4 +-
 src/import-dialog.c        |  720
 -------------------------------------------
 src/import-dialog.h        |   83 -----
 src/import-export-dialog.c |  729
 ++++++++++++++++++++++++++++++++++++++++++++
 src/import-export-dialog.h |   83 +++++
 src/main-window.c          |    4 +-
 8 files changed, 842 insertions(+), 836 deletions(-)

commit 500f4ad3705cbc33d094aaa2902091fcc2087fd7
Author: Christian.Kirbach <Christian.Kirbach@googlemail.com>
Date:   Tue Apr 20 17:01:49 2010 +0200

    Updated German translation

 po/de.po |   88
 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 47 insertions(+), 41 deletions(-)

commit f1ff0ac736fe0ee319960acaaff47ccfc8a378fd
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Apr 19 07:26:33 2010 +0200

    Updated Spanish translation

 po/es.po |   48 +++++++++++++++++++++++++-----------------------
 1 files changed, 25 insertions(+), 23 deletions(-)

commit c088e79a3199f22e7cf4156d3a26b201ae17ee9d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Apr 18 19:43:10 2010 +0200

    Updated Slovenian translation

 po/sl.po |   84
 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 44 insertions(+), 40 deletions(-)

commit cc3633a704db56900e9960afb1e2c25bcea86e3c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 18 16:20:52 2010 +0100

    Ensure spell checking highlights are completely drawn over when
    changing day

 src/main-window.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 84889379de9667256702e87254ba70eefe66dd7b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 18 16:17:40 2010 +0100

    Remove spell checking highlighting from printouts

 src/printing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 23b9be68e261be9f5d9dae0cfa93feede7d4350a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 18 16:05:29 2010 +0100

    Highlight important entries in printouts

    Closes: bgo#572927

 src/printing.c |   53
 ++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 44 insertions(+), 9 deletions(-)

commit 422ab587d117c2ad75cc3061479fa4d96849438a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 18 15:25:49 2010 +0100

    Highlight important entries in search results

 data/almanah.ui       |   17 ++++++++++++++---
 src/search-dialog.c   |   31 ++++++++++++++++++-------------
 src/storage-manager.c |   40 ++++++++++++++++++----------------------
 src/storage-manager.h |    4 ++--
 4 files changed, 52 insertions(+), 40 deletions(-)

commit ad5ccd5a9ca76d8032e0e4b1d759a18c6daa0157
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 18 14:25:57 2010 +0100

    Highlight important entries in the calendar

    This creates a new AlmanahCalendar widget, which takes care of a
    few things
    which require extensions to GtkCalendar. This is now used across
    the project.
    Helps: bgo#572927

 data/almanah.ui        |    4 +-
 src/Makefile.am        |    4 +-
 src/interface.c        |   24 --------
 src/main-window.c      |   31 +++-------
 src/printing.c         |   29 ++++-----
 src/storage-manager.c  |   28 +++++++++
 src/storage-manager.h  |    1 +
 src/widgets/calendar.c |  152
 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/widgets/calendar.h |   57 ++++++++++++++++++
 9 files changed, 265 insertions(+), 65 deletions(-)

commit 49db044ccb5ca8f6658043915bf0e69e6a156e35
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Apr 18 13:28:56 2010 +0100

    Order search results by descending date

 src/storage-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7536b548c1d1ac2e8d784c5e43f88123b91fbac5