commit 4a5ae13da40356279b884e2c5bfe2001ec75a7d3 Author: Pierre-Yves Luyten Date: Mon Mar 3 21:54:32 2014 +0100 emptyResults: do not show search bar Even un-revealed, search bar still adds one pixel. bug 720320 src/.#bjb-selection-toolbar.c | 1 - src/bjb-window-base.c | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) commit 7763ce4ff2367e9b8556e29ab42e09d22525ee3c Author: Fran Diéguez Date: Mon Mar 3 17:47:56 2014 +0100 Updated Galician translations po/gl.po | 65 ++++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 20 deletions(-) commit 4629b93beed449a81a05fe7e977f4a9b6f196e20 Author: Pierre-Yves Luyten Date: Mon Mar 3 00:05:58 2014 +0100 controller: make Trash bin display list properly src/bjb-controller.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) commit 7afa2f0fd0405df28de07f3afd304116adabf437 Author: Pierre-Yves Luyten Date: Sun Mar 2 23:27:10 2014 +0100 restore: makes the note back into notes When an item is restored, keep track of it. Add an oldUuid string to ::restored signal so manager can remove item from trashed table. src/libbiji/biji-item.c | 16 ++++++++++++---- src/libbiji/biji-item.h | 2 +- src/libbiji/biji-local-note.c | 3 ++- src/libbiji/biji-manager.c | 18 ++++++++++++++---- 4 files changed, 29 insertions(+), 10 deletions(-) commit d4657fbbd267e52fbe244a02ddee334ac6c2bf3c Author: Pierre-Yves Luyten Date: Sun Mar 2 22:44:40 2014 +0100 Restore : add a signal for the sake of controller src/.#bjb-selection-toolbar.c | 1 + src/bjb-controller.c | 3 +-- src/libbiji/biji-manager.c | 7 +++++++ src/libbiji/biji-manager.h | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) commit abaa7942683658b4d1556be7a71d5e604a7a26fc Author: Pierre-Yves Luyten Date: Sun Mar 2 22:23:47 2014 +0100 selection: go back to normal mode once item restored or deleted This was already done on classic view but not for trash bin actions. src/bjb-selection-toolbar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 61494a4c4054630eb91bc7e0e262e1ce9ca3e631 Author: Pierre-Yves Luyten Date: Sun Mar 2 22:17:03 2014 +0100 localNote: update "location" when note is trashed So we can restore it without first closing application... src/libbiji/biji-local-note.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) commit 3cc5e10df159614282a1105a98d4754bdac9d501 Author: Pierre-Yves Luyten Date: Sun Mar 2 22:15:17 2014 +0100 Trash: load trash bin at startup. Use biji_manager_get_items We should not parse Trash folder everytime trash bin is visited. Load at startup and follow-up note beeing trashed. Some work needed on this. src/bjb-controller.c | 6 ++++-- src/libbiji/biji-manager.c | 15 +++++++++++++-- src/libbiji/provider/biji-local-provider.c | 6 ++++++ 3 files changed, 23 insertions(+), 4 deletions(-) commit f20f5d848238476096f2b151aa97f0d8670d35aa Author: Pierre-Yves Luyten Date: Sat Mar 1 23:54:11 2014 +0100 ownCloudProv : remove trails src/libbiji/provider/biji-own-cloud-provider.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit dc08d44d3506a864410be13ab171c2f83a1ba3a0 Author: Yosef Or Boczko Date: Sun Mar 2 01:24:40 2014 +0200 Updated Hebrew translation po/he.po | 131 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 79 insertions(+), 52 deletions(-) commit 52179bc123d87596042e6c0c8a2d1b286fc31643 Author: Pierre-Yves Luyten Date: Sat Mar 1 23:29:12 2014 +0100 noteBook: remove ::deleted signal BijiItem has this. src/libbiji/biji-notebook.c | 14 -------------- 1 file changed, 14 deletions(-) commit 140011f22612955ecc3239f899a540e71e1f93e6 Author: Pierre-Yves Luyten Date: Sat Mar 1 23:20:50 2014 +0100 settingsDialog: do not use deprecated margin_left, margin_right Use gtk_widget_set_margin_start, _end. src/bjb-settings-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ac73a1a61fc6255531b0ff03bd2148293916cf23 Author: Pierre-Yves Luyten Date: Sat Mar 1 23:07:05 2014 +0100 noteObj: remove 'trashed' signal BijiItem has ::trashed signal. NoteObj does not need it. src/libbiji/biji-note-obj.c | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) commit 85512bd86d5444333bdd470fc67d2d902fa04efd Author: Pierre-Yves Luyten Date: Sat Mar 1 23:02:48 2014 +0100 noteView: also disconnect when note is trashed Now there are two signals, we need to listen to both src/bjb-note-view.c | 47 ++++++++++++++++++++++------------------------- 1 file changed, 22 insertions(+), 25 deletions(-) commit 2ace0ea90e3bb91de0dda10c2c4c33e55c9883f1 Author: Pierre-Yves Luyten Date: Sat Mar 1 01:44:58 2014 +0100 single row note : assign a title when the note is closed The title usually occurs when user inputs CR. If note is closed with a single row, use this as a title. src/libbiji/biji-note-obj.c | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 71f21bde91b0f2a1e515c612b5539fe7f25600c3 Author: Pierre-Yves Luyten Date: Sat Mar 1 01:03:09 2014 +0100 scrolled window: do not crash application with signals when closing We are listening to signals from scrolled window. It is necessary to disconnect early while closing the application. See 725285 src/bjb-main-view.c | 41 +++++++++++++++++++++++++++++++++++++---- src/bjb-main-view.h | 2 ++ src/bjb-window-base.c | 1 + 3 files changed, 40 insertions(+), 4 deletions(-) commit ae6588ce1367f177c25560d842ff94a5f2e458ee Author: Balázs Úr Date: Wed Feb 26 23:05:15 2014 +0100 Updated Hungarian translation po/hu.po | 347 +++++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 248 insertions(+), 99 deletions(-) commit eedd0a069705f1f177a647a976b65ba5c044ca01 Author: Shobha Tyagi Date: Wed Feb 26 00:46:29 2014 +0530 notebooks transfered from use to create section help/C/notebooks.page | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 0ca9c8fdcd64cbbae796ed62f530e975178509fa Author: Aurimas Černius Date: Mon Feb 24 23:23:41 2014 +0200 Updated Lithuanian translation po/lt.po | 158 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 97 insertions(+), 61 deletions(-) commit c08ea51658a3c83f61b7e53a5b1ccae2deafe77e Author: Tong Hui Date: Sun Feb 23 03:04:11 2014 +0000 Updated Chinese (China) translation po/zh_CN.po | 249 +++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 172 insertions(+), 77 deletions(-) commit c59f6502f0789d47fe4156cbd763dec5b97dce30 Author: Marek Černocký Date: Fri Feb 21 23:39:25 2014 +0100 Updated Czech translation po/cs.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2b5e42ee5ba96d36fe33878700238a550f4cc232 Author: Marek Černocký Date: Fri Feb 21 21:02:02 2014 +0100 Updated Czech translation po/cs.po | 150 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 90 insertions(+), 60 deletions(-) commit 42daa96d315f10c4045d720bd05cfcc43e1bdf61 Author: Rafael Ferreira Date: Fri Feb 21 13:08:42 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 67 +++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 47 insertions(+), 20 deletions(-) commit 8a386cd56af94b618eebb4d087b12a830e89fd3b Author: Andika Triwidada Date: Fri Feb 21 07:22:28 2014 +0000 Updated Indonesian translation po/id.po | 238 +++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 165 insertions(+), 73 deletions(-) commit 74c48592c7230638c102b3cce0d454d908987261 Author: Pierre-Yves Luyten Date: Thu Feb 20 23:05:26 2014 +0100 manager: call _add_item with args on the right order Huge regression when trash bin has been coded, new notes are not added to the view. src/libbiji/biji-manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a9b8138374c1a695755e00a925c8315e40e06e05 Author: Victor Ibragimov Date: Thu Feb 20 14:58:02 2014 +0500 Tajik translation updated po/tg.po | 69 ++++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 48 insertions(+), 21 deletions(-) commit 0423fdabbc5b7c59dccba0fc7aa0c8a15eeef40a Author: Kjartan Maraas Date: Wed Feb 19 20:31:11 2014 +0100 Updated Norwegian bokmål translation po/nb.po | 173 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 104 insertions(+), 69 deletions(-) commit 089a861842694de343efc0202a77a22ee620a273 Author: Arnaud Bonatti Date: Tue Feb 18 23:18:57 2014 +0100 Commandline: Restore the "open note" function src/bjb-bijiben.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 61 insertions(+), 11 deletions(-) commit cd4b39378ff1e5ec1adb6596744e6b36c40f2f77 Author: Pierre-Yves Luyten Date: Tue Feb 18 00:24:29 2014 +0100 Prepare for 3.11.90 NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-)