commit 2e6187390c821f1fccdc507d813b44fdfadf7c73 Author: Pierre-Yves Luyten Date: Sat Jan 12 15:46:19 2013 +0100 Update TODO TODO | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) commit 500c77444f95d327affaa79d437e9ab70d01fdfd Author: Pierre-Yves Luyten Date: Sat Jan 12 15:28:14 2013 +0100 Update version to 3.7.4 NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) commit add4385124644cb5edbf5f03e037f12a06638a76 Author: Pierre-Yves Luyten Date: Fri Jan 11 02:03:19 2013 +0100 Updated fr translation po/fr.po | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) commit d27fd6903c435d3047c38186b9b819beb90595f1 Author: tuhaihe <1132321739qq@gmail.com> Date: Wed Jan 9 05:48:05 2013 +0800 Add Simplified Chinese translation po/LINGUAS | 1 + po/zh_CN.po | 207 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 208 insertions(+) commit af0e9e00aa3c0e9aa2e9ad47d7516533af4fe82d Author: Daniel Mustieles Date: Tue Jan 8 17:10:05 2013 +0100 Updated Spanish translation po/es.po | 53 +++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 39 insertions(+), 14 deletions(-) commit b3382e2d9d9056e3e61a8beb4f4886811f99e5cf Author: Мирослав Николић Date: Sat Jan 5 17:34:11 2013 +0100 Updated Serbian translation po/sr.po | 18 +++++++++++------- po/sr@latin.po | 18 +++++++++++------- 2 files changed, 22 insertions(+), 14 deletions(-) commit 1bc0575d376646453ca3343c610ccd4a3e2add29 Author: Мирослав Николић Date: Fri Jan 4 21:59:09 2013 +0100 Updated Serbian translation po/sr.po | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++------ po/sr@latin.po | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 120 insertions(+), 12 deletions(-) commit 788c261a6796dbaacf092e5ab32256716109c942 Author: Pierre-Yves Luyten Date: Thu Jan 3 19:16:37 2013 +0100 deserializer: fix small leak on color src/libbiji/deserializer/biji-lazy-deserializer.c | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) commit 817a1853591e8f521bc8cf3796b6fa709559f366 Author: Giovanni Campagna Date: Sat Dec 29 17:56:24 2012 +0100 Rework serialization format to be XHTML Trying to parse HTML using XML tools is hacky and prone to fail in spectacular ways. And when it fails, we risk losing data, which is very bad. Instead, we can make WebKit give us XM and store it directly, using XHTML. The downside of this is that we need to give WebKit the full document (including ...). The upside is that, as we no longer parse the note content, anything that can be represented in XHTML (including images, forms, scripts, plugins...) can now be stored in a note. https://bugzilla.gnome.org/show_bug.cgi?id=690860 src/libbiji/biji-note-book.c | 14 +- src/libbiji/deserializer/biji-lazy-deserializer.c | 210 ++++++---------------- src/libbiji/editor/biji-webkit-editor.c | 29 ++- src/libbiji/serializer/biji-lazy-serializer.c | 172 +----------------- 4 files changed, 81 insertions(+), 344 deletions(-) commit 71fac7f34c5c122c04a8bc53a6068636608c7986 Author: Giovanni Campagna Date: Wed Jan 2 21:54:55 2013 +0100 search-provider: implement support for the new DBus interface It gives us a timestamp in ActivateResult(), so startup notification works without hacks. At the same time, rework GApplication holding (we were calling release() without ever calling hold()) and fix result activation (we were using file:/// URIs for results, not note:///, so the results would be opened in the browser) https://bugzilla.gnome.org/show_bug.cgi?id=690963 configure.ac | 2 +- data/bijiben-search-provider.ini | 2 +- data/shell-search-provider-dbus-interfaces.xml | 113 ++++++++---- src/bijiben-shell-search-provider.c | 240 ++++++++++--------------- 4 files changed, 181 insertions(+), 176 deletions(-) commit 0b6c79034ffe0c61ad3235af338b5ecf625570b5 Author: Piotr Drąg Date: Wed Jan 2 02:24:58 2013 +0100 Updated Polish translation po/pl.po | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) commit 9e7040b89a40c977dbe807ff1b9c715f793686a9 Author: Piotr Drąg Date: Wed Jan 2 02:22:07 2013 +0100 Add translator-credits to about window src/bjb-app-menu.c | 1 + 1 file changed, 1 insertion(+) commit 6d23f4bccdbb0ee8c0e60be8fa8e1b3422326ccb Author: Piotr Drąg Date: Wed Jan 2 02:20:29 2013 +0100 Internationalize strings in about window src/bjb-app-menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 050d31691daea1837b1b8468e8ca6e230ed52f3b Author: Piotr Drąg Date: Wed Jan 2 02:15:15 2013 +0100 Updated Polish translation po/pl.po | 42 +++++++++++++++++++++++++++++++++--------- 1 file changed, 33 insertions(+), 9 deletions(-) commit 8000f0bb5c93bd195b4c79e5b4fbb077638d5d59 Author: Pierre-Yves Luyten Date: Wed Jan 2 00:56:34 2013 +0100 updated fr translation po/fr.po | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) commit dae54ff03f755f24d32dd186b5f1d9afc0dcc584 Author: Pierre-Yves Luyten Date: Wed Jan 2 00:56:17 2013 +0100 dateTime: add gettext for last udpated strings po/POTFILES.in | 1 + src/libbiji/biji-date-time.c | 14 ++++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) commit d65a9349139e7b08c970a477628783c94b0e90f5 Author: Giovanni Campagna Date: Wed Jan 2 00:40:00 2013 +0100 shellSearchProvider: Fix DATADIR for note icon src/bijiben-shell-search-provider.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d25aa203f2eb09ac88af005b0fd6e095de15dd46 Author: Pierre-Yves Luyten Date: Wed Jan 2 00:33:36 2013 +0100 deserializer: Do not show warning when icon not found Icons are just cache, we don't need to warn about cache not there src/libbiji/deserializer/biji-lazy-deserializer.c | 5 ----- 1 file changed, 5 deletions(-) commit b5e8983b41cff9baf01ef8553b6f9a76dbe154ab Author: Pierre-Yves Luyten Date: Wed Jan 2 00:30:59 2013 +0100 bijiNoteId: fix leak for set_title src/libbiji/biji-note-id.c | 3 +++ 1 file changed, 3 insertions(+) commit 721dbe398cf1fd3fbaf914f16faba53f4b028c90 Author: Pierre-Yves Luyten Date: Wed Jan 2 00:23:21 2013 +0100 shellSearchProvider fix two warnings for const string src/bijiben-shell-search-provider.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 8c2e124911cf46e23ba854c354756466d2b2bbf1 Author: Guenther Wutz Date: Tue Jan 1 23:54:50 2013 +0100 dateTime: fix value for more than one month old notes src/libbiji/biji-date-time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fdb35d266206c8c8b15f99a1804183d80e54e3ce Author: Pau Iranzo Date: Mon Dec 31 14:05:42 2012 +0100 [l10n] Added Catalan translation po/LINGUAS | 1 + po/ca.po | 181 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 182 insertions(+) commit 279fbfbe38aee5aac5a7a0f4fd9ea4e80e7686d0 Author: Piotr Drąg Date: Thu Dec 27 17:08:04 2012 +0100 Updated LINGUAS po/LINGUAS | 1 + 1 file changed, 1 insertion(+) commit 9bfac6e4a248fa31df6f36016622ef1f00c159d9 Author: Rafael Ferreira Date: Thu Dec 27 04:31:33 2012 -0200 Added Brazilian Portuguese Translation po/pt_BR.po | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) commit ebdfdd46399b559d45ea8cfb01c58d305f63f382 Author: Daniel Mustieles Date: Tue Dec 25 12:12:24 2012 +0100 Updated Spanish translation po/es.po | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) commit f378ca64a0acf800efa3f05430173a310f20bbc9 Author: Pierre-Yves Luyten Date: Mon Dec 24 01:26:46 2012 +0100 bjb-controller.c fix header typo src/bjb-controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b4cc1794e232438118ba3d78e096a339f9267643 Author: Pierre-Yves Luyten Date: Sat Dec 22 01:08:19 2012 +0100 fr.po Update fr translation po/fr.po | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 95 insertions(+), 19 deletions(-) commit 832dd76965b72338e0b0973b517868084e09c184 Author: Pierre-Yves Luyten Date: Sat Dec 22 00:49:30 2012 +0100 aboutDialog: use @version@ instead hardcode it src/bjb-app-menu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 90a369930ef81ae48f44f4134193fc66a1b4f012 Author: Pierre-Yves Luyten Date: Sat Dec 22 00:10:57 2012 +0100 preferencesWindow: use note colors palette for default color chooser src/bjb-settings.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 792439829b253c0f308b3234f0c48017bdac5f9c Author: Piotr Drąg Date: Fri Dec 21 20:39:57 2012 +0100 Updated Polish translation po/pl.po | 43 +++++++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 10 deletions(-) commit 86b5c742744d630dbe1e553abe1160dd0672bbdb Author: Piotr Drąg Date: Fri Dec 21 20:37:49 2012 +0100 Updated POTFILES.in po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) commit 422435f0c959c0490a41d2bec4e9c8f1a91ae430 Author: Pierre-Yves Luyten Date: Wed Dec 19 00:20:04 2012 +0100 sl.po: fix .desktop typo po/sl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 53670124cd03a02d332cb23eab6c82a145793608 Author: Matej Urbančič Date: Tue Dec 18 08:38:35 2012 +0100 Updated Slovenian translation po/sl.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 30286117c6419978aae81d88f40303c1eb868c48 Author: Pierre-Yves Luyten Date: Tue Dec 18 02:33:19 2012 +0100 externalData: rename externalNotes src/bjb-app-menu.c | 6 ++++-- src/resources/app-menu.ui | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) commit d51142bbf152cad63f3b0935259722bbdddd1afc Author: Pierre-Yves Luyten Date: Tue Dec 18 02:21:00 2012 +0100 newButton (main toolbar) hardcode padding at 12 See https://bugzilla.gnome.org/show_bug.cgi?id=689142 src/bjb-main-toolbar.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) commit 39b4daf8375fdd4a5efb2e2c657745c304f37359 Author: Pierre-Yves Luyten Date: Tue Dec 18 01:03:20 2012 +0100 shell-search-provider.c update fsf address src/bijiben-shell-search-provider.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 04849ea65e1bfa435cecd82ea6caf2a0d0cd9ae8 Author: Pierre-Yves Luyten Date: Tue Dec 18 01:48:51 2012 +0100 preferencesWindow: make smaller and align Also fix title and close button. See https://bugzilla.gnome.org/show_bug.cgi?id=690211 src/bjb-settings.c | 87 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 35 deletions(-) commit e8e54d039707ce04c44344e96783b9cb6aab735c Author: Olav Vitters Date: Mon Dec 17 10:40:57 2012 +0100 fix typo in sr po po/sl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b10a5e3d0778206106993b3b3ac6d66129f69c65 Author: Pierre-Yves Luyten Date: Sun Dec 16 12:07:33 2012 +0100 Bump to 3.7.3 NEWS | 6 ++++++ configure.ac | 2 +- src/bjb-app-menu.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-)