commit ff90b56f3c5c86c7d954d6bfb27821ed4b785357 Author: Philip Withnall Date: Sun Mar 25 22:36:20 2012 +0100 build: Re-add MAINTAINERS file `make dist` requires it. MAINTAINERS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit bb4634640139145ede83f871568a1762f6e8d95f Author: Philip Withnall Date: Sun Mar 25 22:35:02 2012 +0100 build: Update dependencies list in README README | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 13f2b0f08096ff4ad9570f65ca2b113fb8143c24 Author: Philip Withnall Date: Sun Mar 25 22:20:12 2012 +0100 l10n: Update British English translation po/en_GB.po | 491 +++++++++++++++++++++++++++++++---------------------------- 1 files changed, 259 insertions(+), 232 deletions(-) commit 523de8fa86af7cb85298db4f6d03ec4f44a2d281 Author: Philip Withnall Date: Sun Mar 25 22:17:22 2012 +0100 core: Fix viewing results of import operations src/import-export-dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e3c64de7ae46cead5684df0f000cfe8a09d60bae Author: Philip Withnall Date: Sun Mar 25 22:08:00 2012 +0100 core: Fix text export It wasn't clearing its output buffer between entries, resulting in the text output files being output as concatenations of all the previous entries. src/export-operation.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 0d09d962a17262fb6550fc68a05f0e75683aa2bd Author: Philip Withnall Date: Sun Mar 25 22:03:40 2012 +0100 core: Fix deserialisation of XML when searching entries src/entry.c | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit 471dab3ea999e4716c33f72870b510a70fa588d3 Author: Philip Withnall Date: Sun Mar 25 11:03:09 2012 +0100 core: Work around a GtkBuilder bug with more recent versions of GTK+ Work around bgo#672789 in more recent versions of GTK+ by always requesting to load the GtkUIManager XML when using gtk_builder_add_objects_from_file(). src/date-entry-dialog.c | 1 + src/import-export-dialog.c | 2 ++ src/preferences-dialog.c | 1 + src/search-dialog.c | 1 + src/uri-entry-dialog.c | 1 + 5 files changed, 6 insertions(+), 0 deletions(-) commit 934c42b4c69b46b09e6577389e3e5eb2ab51e211 Author: Philip Withnall Date: Sun Mar 25 10:25:29 2012 +0100 core: Fix punctuation in a tooltip data/almanah.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6eb7d62876aea12b565210c110e8b7b96fd65ab0 Author: Philip Withnall Date: Sun Mar 25 10:25:20 2012 +0100 core: Add an icon to the hyperlink button data/almanah.ui | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 7501b26e7414d95d55f57bd497cc034ba9dfc76c Author: Philip Withnall Date: Sun Mar 25 10:17:01 2012 +0100 Bug 669927 — Save current entry after a timeout Save the current entry every 10 minutes, to deal with the situation where a user keeps the same entry open all day, periodically adding to it. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=669927 src/main-window.c | 38 ++++++++++++++++++++++++++++++++++---- 1 files changed, 34 insertions(+), 4 deletions(-) commit 34762478a7aa99b0acd95245f9c396f0db666b2b Author: Philip Withnall Date: Sat Mar 24 23:06:58 2012 +0000 core: Use GtkBox instead of Gtk[H|V]Box in the print dialogue src/printing.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 542a426082f89e965a22af6e97c4ce06beefa45e Author: Philip Withnall Date: Sat Mar 24 23:00:12 2012 +0000 Bug 671801 — i18n doesn't work Commit 01084bd42ad2747cc582274a3988f17bcf23d6f3 removed AM_GNU_GETTEXT, meaning that ENABLE_NLS was *never* defined. This effectively disabled i18n for everyone. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=671801 src/application.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 81c4ee3a1044f07f6704d9e4de723a30a8c13766 Author: Fran Diéguez Date: Sat Mar 24 00:14:16 2012 +0100 Updated Galician translations po/gl.po | 254 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 130 insertions(+), 124 deletions(-) commit 54451a3934ce73f1abfad470829c35fd0c7f29fa Author: Bruno Brouard Date: Wed Mar 21 19:19:04 2012 +0100 Updated French translation po/fr.po | 258 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 135 insertions(+), 123 deletions(-) commit d0f9694c78b9f71dc68b57739e2556380c1524aa Author: Мирослав Николић Date: Sun Feb 26 20:44:05 2012 +0100 Updated Serbian translation po/sr.po | 127 ++++++++++++++++++++++++++++++------------------------- po/sr@latin.po | 127 ++++++++++++++++++++++++++++++------------------------- 2 files changed, 138 insertions(+), 116 deletions(-) commit 6384f10c69d063656a26cc8fcd2c1103aa92dc3d Author: Philip Withnall Date: Fri Jan 6 11:22:56 2012 +0000 core: Don't call g_thread_init() if we have GLib ≥ 2.31.0 src/main.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 4801c389a96324e477a96624514cbd0bcc92d883 Author: Philip Withnall Date: Fri Jan 6 11:21:34 2012 +0000 core: Fix chaining up of GApplication::startup signal src/application.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit c68e562b332c50460bec9a82dfa3f3b30e96eddb Author: Philip Withnall Date: Fri Jan 6 11:09:43 2012 +0000 core: Fix build with --enable-spell-checking See: bgo#667263 src/main-window.c | 37 +++++++++++++++++-------------------- 1 files changed, 17 insertions(+), 20 deletions(-) commit e8eaacbc52dfa54c081b709738bd21a9b196fc0c Author: Vincent Untz Date: Fri Jan 6 12:18:41 2012 +0100 build: Fix build with encryption support We need to check for largefile support to make gpgme happy. https://bugzilla.gnome.org/show_bug.cgi?id=666801 configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 90f6d22a337b9718182c7cc847f9323024b3d0b0 Author: Philip Withnall Date: Wed Jan 4 17:45:40 2012 +0000 build: Re-enable spell checking now that GtkSpell has GTK+ 3 support A GTK+ 3-ready version of GtkSpell is about ready at: https://github.com/manisandro/gtkspell3 Re-enable compilation with --enable-spell-checking accordingly. This undoes commit 43768d9a223e769ef8662222b55e2dc6e5a6c48c and bumps our GtkSpell dependency to gtkspell-3.0. Closes: bgo#667263 configure.ac | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit 82e2acbf2bb4d1039732cbcfb2c171ea0eb7e192 Author: Joe Hansen Date: Mon Jan 2 12:40:55 2012 +0100 Updated Danish translation po/da.po | 117 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 64 insertions(+), 53 deletions(-) commit 241eb77d4c04f3341a06f113d2bd1fd1e38f10ed Author: Muhammet Kara Date: Sat Dec 31 21:20:13 2011 +0200 [l10n]Updated Turkish translation po/tr.po | 145 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 80 insertions(+), 65 deletions(-) commit 7a1c288c8296a49a93001ad49a1aab7eb8be6764 Author: Mateusz Kacprzak Date: Sat Dec 17 22:18:14 2011 +0100 Added Polish translation po/LINGUAS | 1 + po/pl.po | 661 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 662 insertions(+), 0 deletions(-) commit 6bf0229c20f9a5ef92374595ff4d5823f74196f0 Author: Piotr Drąg Date: Sat Dec 17 22:16:51 2011 +0100 Revert "Added Polish translation" This reverts commit 4c5c13f524a000b7ecfcf0bb42a9d18dddeaa577. po/LINGUAS | 1 - po/pl.po | 661 ------------------------------------------------------------ 2 files changed, 0 insertions(+), 662 deletions(-) commit 4c5c13f524a000b7ecfcf0bb42a9d18dddeaa577 Author: Piotr Drąg Date: Sat Dec 17 22:03:30 2011 +0100 Added Polish translation po/LINGUAS | 1 + po/pl.po | 661 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 662 insertions(+), 0 deletions(-) commit 4b11b928449c8623327694773ead9869603fc802 Author: Kristjan SCHMIDT Date: Sat Nov 5 09:13:52 2011 +0100 Add Esperanto translation po/LINGUAS | 1 + po/eo.po | 614 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 615 insertions(+), 0 deletions(-) commit 75a4dc552d712fe0d4533370e4937c6f4d200076 Author: Marek Černocký Date: Wed Nov 2 19:49:38 2011 +0100 Updated Czech translation po/cs.po | 113 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 57 insertions(+), 56 deletions(-) commit f963e70db98854937185e749c1b4dbbe919ca12c Author: Álvaro Peña Date: Tue Nov 1 21:33:29 2011 +0000 core: Move the events list to the bottom of the window Closes: bgo#662014 data/almanah.ui | 136 ++++++++++++++++++++++++++--------------------------- src/main-window.c | 66 +------------------------- 2 files changed, 69 insertions(+), 133 deletions(-) commit faf64d1512c139bd2479d2a9893ca7ddc82f4664 Author: Gabor Kelemen Date: Sat Oct 29 17:35:51 2011 +0200 Updated Hungarian translation by Balazs Ur po/hu.po | 157 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 96 insertions(+), 61 deletions(-) commit 826c6a591a2f11908aff1567129872a7ad138c22 Author: Andrej Žnidaršič Date: Tue Oct 25 20:36:16 2011 +0200 Updated Slovenian translation po/sl.po | 166 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 112 insertions(+), 54 deletions(-) commit 009d24855bf7df122d9fe4e69ac4c3b4572f6b6c Author: Daniel Mustieles Date: Tue Oct 25 16:35:52 2011 +0200 Updated Spanish translation po/es.po | 115 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 63 insertions(+), 52 deletions(-) commit 69c10c8b4fc42ed48ad1c116f90f12015a7be5de Author: Mario Blättermann Date: Mon Oct 24 23:24:13 2011 +0200 [l10n] Updated German translation po/de.po | 206 ++++++++++++++++++++------------------------------------------ 1 files changed, 66 insertions(+), 140 deletions(-) commit e573eb06c5391a9fa6e4d1029a9957ab44d81589 Author: Álvaro Peña Date: Mon Oct 24 18:39:31 2011 +0200 Bug 662016 — Create a toolbar menu item with the fonts style data/almanah.ui | 25 ++++++++- src/Makefile.am | 74 +++++++++++++------------ src/main-window.c | 99 ++++++++++++++++++++++++++++++++++ src/widgets/font-style-menu-action.c | 58 ++++++++++++++++++++ src/widgets/font-style-menu-action.h | 47 ++++++++++++++++ 5 files changed, 264 insertions(+), 39 deletions(-) commit 8b44143df4e844d4c9b4da45186686cf048ebbfa Author: Muhammet Kara Date: Fri Sep 30 01:31:39 2011 +0300 Added Turkish translation po/LINGUAS | 1 + po/tr.po | 626 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 627 insertions(+), 0 deletions(-) commit 24c6d54c1c9b7211336b4b6779bb16a68d587fec Author: Fran Dieguez Date: Tue Aug 30 16:58:49 2011 +0200 Updated galician translations po/gl.po | 607 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 312 insertions(+), 295 deletions(-) commit e7743e8b0fefeb884278bb15ddd65bd73c12b3c6 Author: Claude Paroz Date: Mon Aug 22 09:58:15 2011 +0200 Updated French translation po/fr.po | 475 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 184 insertions(+), 291 deletions(-) commit 233aad655e48c8533f513ff03c5100ef8768c149 Author: Yuri Myasoedov Date: Fri Jul 29 19:38:10 2011 +0400 Updated Russian translation po/ru.po | 234 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 117 insertions(+), 117 deletions(-) commit ddf428130ffe6a457e6be01f30506cd338115b90 Author: Inaki Larranaga Murgoitio Date: Thu Jul 28 18:14:15 2011 +0200 Added Basque language po/LINGUAS | 1 + po/eu.po | 764 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 765 insertions(+), 0 deletions(-) commit ad6c2ee888d70e936608149426dd2ecfdd497141 Author: Gabriel Speckhahn Date: Sat Jul 23 09:52:29 2011 -0300 Updated Brazilian Portuguese Translation po/pt_BR.po | 216 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 117 insertions(+), 99 deletions(-) commit 7d19c7b00b8492684c9814bf160f16755f306911 Author: Philip Withnall Date: Tue Jul 19 08:43:38 2011 +0100 build: Fix preferences with --enable-spell-checking and --disable-encryption The code to show the dialogue wasn't getting built. src/main-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6ebc71c68709b6cc1f371c6fb3dfa20d6bc39f3d Author: Philip Withnall Date: Tue Jul 19 08:43:25 2011 +0100 core: Remove an extraneous include src/interface.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 9a96bcdeb8eaa89943d7f4143c2840341162adaf Author: Philip Withnall Date: Thu Jul 14 08:51:54 2011 +0100 core: Use the correct priority for search progress callbacks This should prevent the situation where the progress callbacks are scheduled after the async operation's GAsyncReadyCallback. See: bgo#647690 src/storage-manager.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 4248338b6fa04ece36b9da1f4283c784517cad25 Author: Álvaro Peña Date: Thu Jul 14 08:43:41 2011 +0100 core: Fix resizing the search dialogue data/almanah.ui | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 85fd0359aab2dd6db26ffbc7ee74a58c0eab0acd Author: Joe Hansen Date: Wed Jul 13 22:26:04 2011 +0200 Updated Danish translation po/da.po | 712 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 367 insertions(+), 345 deletions(-) commit 4ad604845c6173d326336e0b142a023eb5656c28 Author: Мирослав Николић Date: Fri Jul 8 18:08:13 2011 +0200 Updated Serbian translation po/sr.po | 82 ++++++++++++++++++++++++++++++++++++-------------------- po/sr@latin.po | 82 ++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 106 insertions(+), 58 deletions(-) commit 0bd90add8c25b0dd977ac87eb3e7bdb1d7474c4e Author: Marek Černocký Date: Tue Jul 5 15:40:29 2011 +0200 Updated Czech translation po/cs.po | 332 ++++++++++++++++++++----------------------------------------- 1 files changed, 109 insertions(+), 223 deletions(-) commit 5758286f0e6dc923034fcc5a26644e3845345b5a Author: Andrej Žnidaršič Date: Sat Jul 2 20:17:55 2011 +0200 Updated Slovenian translation po/sl.po | 78 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 50 insertions(+), 28 deletions(-) commit 211049803920d01bd6f1de2c969569420cec4eaa Author: Mario Blättermann Date: Tue Jun 28 21:55:38 2011 +0200 [l10n] Updated German translation po/de.po | 199 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 110 insertions(+), 89 deletions(-) commit 466e98fec932ac18d9164bfd4a881121d104339d Author: Daniel Mustieles Date: Tue Jun 28 21:32:34 2011 +0200 Updated Spanish translation po/es.po | 207 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 113 insertions(+), 94 deletions(-) commit cb8ad21e8c32fdce37359e192a7dc3d387af9558 Author: Álvaro Peña Date: Mon Jun 27 23:28:41 2011 +0100 Bug 647690 — Make search asynchronous Add an asynchronous search API and make use of it in the search dialogue. Also give the search dialogue a bit of a facelift. Closes: bgo#647690 data/almanah.ui | 201 +++++++++++++++++++++++++++++++------------------ src/main-window.c | 2 +- src/search-dialog.c | 175 ++++++++++++++++++++++++++++++++++++------- src/storage-manager.c | 162 +++++++++++++++++++++++++++++++++++++++ src/storage-manager.h | 7 ++ 5 files changed, 448 insertions(+), 99 deletions(-) commit f72bcc9b8703e44360dd89ca76d35550b3bc9293 Author: Мирослав Николић Date: Sun May 15 23:57:08 2011 +0200 Added Serbian translation po/sr@latin.po | 675 +++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 621 insertions(+), 54 deletions(-) commit 28eee498611bdc07ab52cd59ede0b7398809c232 Author: Мирослав Николић Date: Sun May 15 23:55:42 2011 +0200 Added Serbian translation po/LINGUAS | 2 + po/sr.po | 621 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sr@latin.po | 54 +++++ 3 files changed, 677 insertions(+), 0 deletions(-) commit 95e9bdd85fccc58c0b5e0ea3c05671a28d6743d2 Author: Yuri Myasoedov Date: Thu May 12 20:15:45 2011 +0400 Updated Russian translation po/ru.po | 685 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 287 insertions(+), 398 deletions(-) commit 7a436a09f97c3a216191ed443041c0cf5c41c662 Author: Gabor Kelemen Date: Sat May 7 19:16:35 2011 +0200 Updated Hungarian translation from Balazs Úr po/hu.po | 446 ++++++++++++++++++++++---------------------------------------- 1 files changed, 160 insertions(+), 286 deletions(-) commit 37ba1df32ce4e23a35695fb9e5f42272423ef3af Author: Djavan Fagundes Date: Tue May 3 14:42:28 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 570 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 283 insertions(+), 287 deletions(-) commit a4a170bc05d59345f4ce46b2a48f78c9c268a6e7 Author: Daniel Korostil Date: Tue May 3 19:24:28 2011 +0300 Added uk translation po/LINGUAS | 1 + po/uk.po | 699 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 700 insertions(+), 0 deletions(-) commit 96f723bbc1f1e89cbf62f807778a04bc83747e00 Author: Andrej Žnidaršič Date: Wed Apr 27 19:46:14 2011 +0200 Updated Slovenian translation po/sl.po | 452 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 196 insertions(+), 256 deletions(-) commit e205209b688ee0c9fc453c84c7565e454fd01771 Author: Daniel Mustieles Date: Thu Apr 21 19:33:27 2011 +0200 Updated Spanish translation po/es.po | 449 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 224 insertions(+), 225 deletions(-) commit 6637789f8f969278c0c54ec6b528e6816019962f Author: Marek Černocký Date: Thu Apr 21 09:49:44 2011 +0200 Updated Czech translation po/cs.po | 447 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 223 insertions(+), 224 deletions(-) commit 325433a918c4e7b299c2a1542c5d95eea86beb7b Author: Álvaro Peña Date: Wed Apr 20 16:40:16 2011 +0100 Bug 647691 — Make search case-insensitive src/storage-manager.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 845985fe959d0be0b47a3e71759fa8b13f482d98 Author: Mario Blättermann Date: Mon Apr 18 20:28:21 2011 +0200 [l10n] Updated German translation po/de.po | 441 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 218 insertions(+), 223 deletions(-) commit abb2fab89d83c354f409ca70e69def53ff8fd6de Author: Philip Withnall Date: Mon Apr 18 18:42:21 2011 +0100 build: Bump GTK+ and GIO dependencies to 3.0.0 and 2.28.0 respectively This is because we now use GtkApplication and GApplication. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5953fc9358483fe4b95f2eddeb03db52240099b1 Author: Philip Withnall Date: Mon Apr 18 18:32:35 2011 +0100 core: Mark the toolbar as a primary toolbar data/almanah.ui | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 727d98f1bdf532b7eb7806fb0f752c38c4a74086 Author: Philip Withnall Date: Mon Apr 18 17:56:59 2011 +0100 core: Bind the StorageManager's key to GSettings src/application.c | 9 +++++---- src/storage-manager.c | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) commit de24162fe156d7f9e54ff30edd3eaa05cf273b32 Author: Philip Withnall Date: Mon Apr 18 17:53:04 2011 +0100 core: Hide the main window while exiting to make things look faster src/main-window.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 12bdc2f7d2a9a7049c958285be6564f64aa45fe4 Author: Philip Withnall Date: Mon Apr 18 17:52:55 2011 +0100 core: Don't double-free the main window on exiting src/application.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit fbee37f024de85384bfedce2edd320548ec6acd0 Author: Philip Withnall Date: Mon Apr 18 17:42:42 2011 +0100 core: Remove spurious debug messages src/application.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit fb3b0eddb3a57097712ee494dd04b0fd3867b8ae Author: Philip Withnall Date: Mon Apr 18 17:41:31 2011 +0100 core: Remove unused variables from AlmanahApplication src/application.c | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) commit 37ae45223aeb2395b8db9d6ce1dcfece1590095c Author: Philip Withnall Date: Mon Apr 18 17:37:48 2011 +0100 core: Move the remaining function from main.c into interface.c This allows us to remove main.h. configure.ac | 2 +- src/Makefile.am | 1 - src/date-entry-dialog.c | 1 - src/entry.c | 1 - src/event-manager.c | 1 - src/event.c | 1 - src/events/calendar-appointment.c | 2 +- src/events/calendar-task.c | 2 +- src/export-operation.c | 1 - src/import-export-dialog.c | 1 - src/import-operation.c | 1 - src/interface.c | 28 +++++++++++++++++++++++++++- src/interface.h | 1 + src/main-window.c | 1 - src/main.c | 32 +++----------------------------- src/main.h | 33 --------------------------------- src/preferences-dialog.c | 1 - src/printing.c | 1 - src/search-dialog.c | 1 - src/storage-manager.c | 2 +- src/uri-entry-dialog.c | 1 - src/widgets/calendar.c | 1 - 22 files changed, 35 insertions(+), 81 deletions(-) commit a76942bdfee913ef606879f6998c219877ce14be Author: Philip Withnall Date: Mon Apr 18 17:23:03 2011 +0100 core: Make the XML parser slightly more robust src/entry.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 56bec5f5eeb9f0a8497baa186ad7294e9e7f34ff Author: Philip Withnall Date: Mon Apr 18 17:22:35 2011 +0100 core: Only set the last edited date on import if it's valid src/import-operation.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 0d2374f0bd55461b8bb6ca3a234b60fb395c6f32 Author: Philip Withnall Date: Thu Apr 14 23:48:54 2011 +0100 Bug 622193 — Use single instance A long exercise in yak shaving to remove the global struct, port to GtkApplication and consequently get single instance support. Closes: bgo#622193 po/POTFILES.in | 9 +- src/Makefile.am | 2 + src/application.c | 372 +++++++++++++++++++++++++++++++++++++ src/application.h | 62 ++++++ src/date-entry-dialog.c | 1 - src/event-manager.c | 8 +- src/event.c | 4 +- src/event.h | 4 +- src/events/calendar-appointment.c | 11 +- src/events/calendar-task.c | 11 +- src/export-operation.c | 59 ++++++- src/export-operation.h | 5 +- src/import-export-dialog.c | 87 ++++++++-- src/import-export-dialog.h | 3 +- src/import-operation.c | 65 ++++++- src/import-operation.h | 5 +- src/main-window.c | 236 +++++++++++++++++------- src/main-window.h | 4 +- src/main.c | 148 +-------------- src/main.h | 24 --- src/preferences-dialog.c | 68 ++++++- src/preferences-dialog.h | 2 +- src/printing.c | 44 ++--- src/printing.h | 7 +- src/search-dialog.c | 29 ++- src/storage-manager.c | 40 ++++- src/storage-manager.h | 2 +- src/widgets/calendar.c | 109 ++++++++++- src/widgets/calendar.h | 7 +- 29 files changed, 1081 insertions(+), 347 deletions(-) commit 5bb69b0b7e70218a62fd7e361ae212ff403f13dd Author: Mario Blättermann Date: Sun Apr 17 11:10:54 2011 +0200 [l10n] Updated German translation po/de.po | 334 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 130 insertions(+), 204 deletions(-) commit 6d67d5d014de642d9223819fc098e5e7969cb136 Author: Marek Černocký Date: Sun Apr 17 10:50:52 2011 +0200 Updated Czech translation po/cs.po | 361 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 176 insertions(+), 185 deletions(-) commit 833d1850bfcd87f0e95802d8c2630194d43854d6 Author: Andrej Žnidaršič Date: Sat Apr 16 19:38:59 2011 +0200 Updated Slovenian translation po/sl.po | 355 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 174 insertions(+), 181 deletions(-) commit 31367cd8a4cf12edda2a631148919d142d73939f Author: Daniel Mustieles Date: Fri Apr 15 19:53:30 2011 +0200 Updated Spanish translation po/es.po | 374 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 175 insertions(+), 199 deletions(-) commit ccc4d67c84c355e7fda359353b3544524b36b5f9 Author: Philip Withnall Date: Thu Apr 14 22:13:17 2011 +0100 core: Fix a version number in a comment src/entry.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3bfc9106408009a745d0bcfa19719911a7bd96ad Author: Philip Withnall Date: Sat Apr 2 22:16:27 2011 +0100 core: Add support for hyperlinks These replace definitions. Closes: bgo#631835 data/almanah.ui | 76 +++++++++++++++++ src/Makefile.am | 2 + src/main-window.c | 167 ++++++++++++++++++++++++++++++++++--- src/uri-entry-dialog.c | 215 ++++++++++++++++++++++++++++++++++++++++++++++++ src/uri-entry-dialog.h | 57 +++++++++++++ 5 files changed, 505 insertions(+), 12 deletions(-) commit a90413df6b1edc6a0bb24d938935b0b03d775038 Author: Philip Withnall Date: Thu Apr 14 00:59:10 2011 +0100 core: Add a new XML-based serialisation format which can represent links The GTK+ default serialisation format can't represent hyperlinks using a GtkTextTag subclass as we were using. It's a better long-term move to have our own serialisation format that we control anyway. This defines a new data format version, and uses it as the default, converting entries as they are edited/written. data/Makefile.am | 3 +- data/entry-2.0.rnc | 30 ++++ src/entry.c | 395 +++++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 421 insertions(+), 7 deletions(-) commit cd4383736bff24dd403cb6ce398ed28680fc57ea Author: Philip Withnall Date: Thu Apr 14 01:01:37 2011 +0100 widgets: Add a GtkTextTag subclass for hyperlinks This allows us to represent hyperlinks in text buffers as anonymous tags which have their URI as a property. src/Makefile.am | 4 +- src/widgets/hyperlink-tag.c | 145 +++++++++++++++++++++++++++++++++++++++++++ src/widgets/hyperlink-tag.h | 56 +++++++++++++++++ 3 files changed, 204 insertions(+), 1 deletions(-) commit 050f22244d8586f7dbb5f5f6050fd2e481cb6cce Author: Philip Withnall Date: Sun Nov 7 16:57:16 2010 +0000 core: Remove definition support It's never worked particularly well or been especially useful, and will be replaced by a hyperlinking system. Helps: bgo#631835 data/almanah.ui | 241 ------------------------- src/Makefile.am | 36 +---- src/add-definition-dialog.c | 284 ----------------------------- src/add-definition-dialog.h | 60 ------ src/definition-manager-window.c | 378 --------------------------------------- src/definition-manager-window.h | 51 ------ src/definition.c | 341 ----------------------------------- src/definition.h | 93 ---------- src/definitions/contact.c | 240 ------------------------- src/definitions/contact.h | 52 ------ src/definitions/file.c | 125 ------------- src/definitions/file.h | 52 ------ src/definitions/note.c | 138 -------------- src/definitions/note.h | 52 ------ src/definitions/uri.c | 140 --------------- src/definitions/uri.h | 52 ------ src/import-operation.c | 15 -- src/interface.c | 51 +----- src/main-window.c | 188 +------------------- src/main.c | 4 - src/main.h | 2 - src/storage-manager.c | 186 +------------------- src/storage-manager.h | 8 +- 23 files changed, 14 insertions(+), 2775 deletions(-) commit 74df40837a814d95e11343b16643094968410e59 Author: Philip Withnall Date: Thu Apr 14 20:38:56 2011 +0100 build: Update almanah.doap and drop MAINTAINERS Update almanah.doap to comply with https://live.gnome.org/MaintainersCorner#doap and drop the (now unnecessary) MAINTAINERS file. MAINTAINERS | 3 --- almanah.doap | 19 ++++++++++++------- 2 files changed, 12 insertions(+), 10 deletions(-) commit 6e3a5a52559dd0cfdfdff0202c69934e0385502e Author: Philip Withnall Date: Thu Apr 14 19:40:31 2011 +0100 build: Post-release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 83e4080290a7b4ff2d8449bd45865e4dd590ef2b Author: Philip Withnall Date: Thu Apr 14 19:38:43 2011 +0100 build: Release version 0.8.0 NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-)