commit b676e913160bde11d15dbd4284b265235491ecf8
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun Jun 16 23:59:47 2013 +0200
noteView: clean up old code
There is no more GtkAccel for note view
src/bjb-note-view.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
commit 051def1f9e41390070b2bbfcb6dfbba9a026512b
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun Jun 16 23:53:14 2013 +0200
ownCloud startup: do not mess up too much volume
startup is still wrong, but at least it does not loop
without any result
src/libbiji/provider/biji-own-cloud-provider.c | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
commit b6cd6ddc89259f3d656f040fbc71495037c00d66
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun Jun 16 23:16:26 2013 +0200
noteBook: use a localProvider to represent local notes
Local notes should use the same principles
src/libbiji/Makefile.am | 2 +
src/libbiji/biji-note-book.c | 234 ++++------------
src/libbiji/biji-note-book.h | 2 +-
src/libbiji/biji-note-id.h | 1 +
src/libbiji/libbiji.h | 1 +
src/libbiji/provider/Makefile.am | 2 +
src/libbiji/provider/biji-local-provider.c | 364 +++++++++++++++++++++++++
src/libbiji/provider/biji-local-provider.h | 66 +++++
src/libbiji/provider/biji-own-cloud-provider.c | 81 ++----
src/libbiji/provider/biji-provider.c | 105 ++++++-
src/libbiji/provider/biji-provider.h | 7 +
11 files changed, 620 insertions(+), 245 deletions(-)
commit 4e2873396991718ab2e1a4c0212114308ae9fa75
Author: Benjamin Steinwender <
[email protected]>
Date: Sun Jun 16 19:57:12 2013 +0200
Updated German translation
po/de.po | 224 ++++++++++++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 164 insertions(+), 60 deletions(-)
commit 5d42dc86993ae28f96db7f34e84312795f70b36a
Author: Nishio Futoshi <
[email protected]>
Date: Mon Jun 17 00:29:02 2013 +0900
l10n: Add Japanese translation
po/LINGUAS | 1 +
po/ja.po | 314 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 315 insertions(+)
commit cfba2a4413f2d8ad18873053c2d17f7628133324
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun Jun 16 01:41:04 2013 +0200
Fix regressions when several windows
The window cannot be modal, use another way
Show new window
src/bjb-app-menu.c | 1 +
src/bjb-selection-toolbar.c | 19 +++++++++++++++++++
src/bjb-window-base.c | 1 -
3 files changed, 20 insertions(+), 1 deletion(-)
commit 4fca6c71433574eb8ff8d995aa149504a1aca489
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun Jun 16 01:25:35 2013 +0200
Version bump: prepare 3.9.3
NEWS | 13 +++++++++++++
configure.ac | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
commit 96432c79fd4c45d1ff7b7aa3717a7e179f2c0fcf
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun Jun 16 01:13:01 2013 +0200
mainToolbar: cleanup accel, notes button and menu
Do not create an accel group each time a note is displayed
Do not gtk widget show each menu item
Use gd main toolbar add widget for back to notes grid button
src/bjb-main-toolbar.c | 35 ++++++++++++-----------------------
src/bjb-note-view.c | 1 -
2 files changed, 12 insertions(+), 24 deletions(-)
commit 20a907fd422b5e37fe05efe3b4c74f92d85a8cc9
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sat Jun 15 15:15:47 2013 +0200
ownCloud : Initial support
Already allow to see ownCloud notes
But no new note, no UI to setup anything and wrong startup
configure.ac | 1 +
src/bjb-bijiben.c | 103 ++-
src/bjb-controller.c | 12 +-
src/bjb-editor-toolbar.c | 266 ++++----
src/bjb-main-toolbar.c | 93 +--
src/bjb-main-view.c | 2 +
src/bjb-main-view.h | 2 +
src/bjb-note-tag-dialog.c | 10 +-
src/bjb-selection-toolbar.c | 23 +-
src/bjb-share.c | 6 +-
src/libbiji/Makefile.am | 12 +-
src/libbiji/biji-collection.c | 39 +-
src/libbiji/biji-collection.h | 2 +-
src/libbiji/biji-info-set.c | 44 ++
src/libbiji/biji-info-set.h | 64 ++
src/libbiji/biji-item.c | 87 ++-
src/libbiji/biji-item.h | 14 +
src/libbiji/biji-local-note.c | 212 ++++++
src/libbiji/biji-local-note.h | 59 ++
src/libbiji/biji-note-book.c | 244 +++++--
src/libbiji/biji-note-book.h | 57 +-
src/libbiji/biji-note-id.c | 214 ++++---
src/libbiji/biji-note-id.h | 46 +-
src/libbiji/biji-note-obj.c | 342 ++++------
src/libbiji/biji-note-obj.h | 144 +++--
src/libbiji/biji-tracker.c | 467 +++++++++++---
src/libbiji/biji-tracker.h | 44 +-
src/libbiji/deserializer/biji-lazy-deserializer.c | 35 +-
src/libbiji/editor/biji-webkit-editor.c | 7 +-
src/libbiji/libbiji.h | 1 +
src/libbiji/provider/Makefile.am | 1 +
src/libbiji/provider/biji-own-cloud-note.c | 288 +++++++++
src/libbiji/provider/biji-own-cloud-note.h | 61 ++
src/libbiji/provider/biji-own-cloud-provider.c | 745 ++++++++++++++++++++++
src/libbiji/provider/biji-own-cloud-provider.h | 61 ++
src/libbiji/provider/biji-provider.c | 74 +++
src/libbiji/provider/biji-provider.h | 59 ++
src/libbiji/serializer/biji-lazy-serializer.c | 33 +-
38 files changed, 3244 insertions(+), 730 deletions(-)
commit 850286f7c05df6f16f9f61eaf3ab1ad262e39ca8
Author: Christian Kirbach <
[email protected]>
Date: Sun Jun 9 18:54:38 2013 +0200
Added German translation
po/LINGUAS | 1 +
po/de.po | 238 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 239 insertions(+)
commit 17bc96576fb7a871a1713744a03f07c2c4fbfe21
Author: Georges Basile Stavracas Neto <
[email protected]>
Date: Sun Jun 9 03:17:54 2013 -0300
Updated Brazilian Portuguese translation
po/pt_BR.po | 105 ++++++++++++++++++++++++++++++++++++++----------------------
1 file changed, 67 insertions(+), 38 deletions(-)
commit a89cee075a905ee1da6e1392cc4ad432a43f4539
Author: Dimitris Spingos <
[email protected]>
Date: Wed Jun 5 08:39:13 2013 +0300
Updated Greek translation
po/el.po | 208 +++++++++++++++++++++++++++++++++++++++++++++++----------------
1 file changed, 157 insertions(+), 51 deletions(-)
commit 3762402567b6a3bb5196bdb468ddb5d035b6f961
Author: Dušan Kazik <
[email protected]>
Date: Tue Jun 4 22:53:10 2013 +0200
Updated slovak translation
po/sk.po | 206 ++++++++++++++++++++++++++++++++++++++++++++-------------------
1 file changed, 146 insertions(+), 60 deletions(-)
commit bad088b00b8841a9d58d41a566b8464850a5f732
Author: Matej Urbančič <
[email protected]>
Date: Mon Jun 3 21:25:26 2013 +0200
Updated Slovenian translation
po/sl.po | 107 +++++++++++++++++++++++++++++++++++++++------------------------
1 file changed, 67 insertions(+), 40 deletions(-)
commit 59275c9fa7b40c52805a496230808a616cad641a
Author: Marek Černocký <
[email protected]>
Date: Mon Jun 3 10:59:26 2013 +0200
Updated Czech translation
po/cs.po | 100 +++++++++++++++++++++++++++++++++++++++------------------------
1 file changed, 62 insertions(+), 38 deletions(-)
commit f94c8476b2e27ad404148e9ffaad6dd8bfab6a7f
Author: Aurimas Černius <
[email protected]>
Date: Sun Jun 2 13:55:50 2013 +0300
Added Lithuanian translation
po/LINGUAS | 1 +
po/lt.po | 317 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 318 insertions(+)
commit b5657f14959a2706f78bb667c29255aef4fa761f
Author: Kjartan Maraas <
[email protected]>
Date: Sun Jun 2 01:58:34 2013 +0200
Add nb
po/LINGUAS | 1 +
po/nb.po | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
commit 4986c0863f54de9e4b0be7a282d6399156b67e8f
Author: Kjartan Maraas <
[email protected]>
Date: Sun Jun 2 01:58:19 2013 +0200
Updated Norwegian bokmål translation
po/nb.po | 309 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 309 insertions(+)
commit fde7f979a48d00cd31d84a27c4fa8587e6f1789a
Author: Fran Diéguez <
[email protected]>
Date: Fri May 31 01:41:03 2013 +0200
Updated Galician translations
po/gl.po | 276 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 259 insertions(+), 17 deletions(-)
commit 3648a65b302dacebcba921d9c62475c2e1e7f42b
Author: Aurimas Černius <
[email protected]>
Date: Sun May 26 18:53:15 2013 +0300
Move g_variant_builder_open() inside if
In add_single_note_meta() results are put to GVariant conditionally,
but a call to open is unconditional (while close is conditional).
Fixes Bug 701054.
src/bijiben-shell-search-provider.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 9b6c051367294e48045f4dcec892e7ff643227fe
Author: Pierre-Yves Luyten <
[email protected]>
Date: Tue May 28 00:23:42 2013 +0200
Release 3.9.2
NEWS | 17 +++++++++++++++++
configure.ac | 2 +-
2 files changed, 18 insertions(+), 1 deletion(-)