commit 5cd150dc2e5735cb6d24107b9a91bf1bcc0f3d3e
Author: Pierre-Yves Luyten <
[email protected]>
Date: Tue May 28 00:15:59 2013 +0200
shellProvider: give the right icon before fallback
Do not use generic icon if we have better
src/bijiben-shell-search-provider.c | 62 ++++++++++++++++++++++++++++---------
1 file changed, 48 insertions(+), 14 deletions(-)
commit 442789c441c4439faf6dfff9f7f0ac692695cba8
Author: Pierre-Yves Luyten <
[email protected]>
Date: Mon May 27 23:06:45 2013 +0200
selectionToolbar - mainView : cleanup
src/bjb-main-toolbar.c | 2 +-
src/bjb-main-view.c | 105 --------------------------------------------
src/bjb-main-view.h | 11 +----
src/bjb-selection-toolbar.c | 84 ++++++++++++++++++++++++++++++-----
4 files changed, 76 insertions(+), 126 deletions(-)
commit 8975f7f7fce376818c4a37876d8d16b2b9046c61
Author: Pierre-Yves Luyten <
[email protected]>
Date: Mon May 27 22:49:39 2013 +0200
SelectionToolbar: dont allow to organize collections
Collections have only one level for now
src/bjb-main-view.c | 27 +++++++++++++++++++++++++++
src/bjb-main-view.h | 6 ++++--
src/bjb-selection-toolbar.c | 24 ++++++++++++++++++++++--
3 files changed, 53 insertions(+), 4 deletions(-)
commit 290bc432b80f038ab177f289e817a8cc3088b446
Author: Pierre-Yves Luyten <
[email protected]>
Date: Tue May 21 22:51:51 2013 +0200
cleanup: bjb_window_base construction in constructed
src/bjb-bijiben.c | 9 ++++-
src/bjb-window-base.c | 100 ++++++++++++++++++++++++--------------------------
2 files changed, 54 insertions(+), 55 deletions(-)
commit 5600a0511cae90408596b6e1a7b2ad489f826eb4
Author: Muhammet Kara <
[email protected]>
Date: Fri May 24 19:44:13 2013 +0300
[l10n] Added Turkish translation
po/LINGUAS | 1 +
po/tr.po | 339 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 340 insertions(+)
commit dbc8bd06f073919faf186697585715649403e9c8
Author: Daniel Mustieles <
[email protected]>
Date: Wed May 22 12:14:09 2013 +0200
Updated Spanish translation
po/es.po | 69 +++++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 38 insertions(+), 31 deletions(-)
commit db3acb6b625f3c68fd4d70ae1e906afb774ad933
Author: Pierre-Yves Luyten <
[email protected]>
Date: Tue May 21 00:34:46 2013 +0200
controller: if no item is found, still add the note
We now check for the first note to preppend. But if nothing
is found, add it however
src/bjb-controller.c | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
commit 6f4e22f5dc050cb4ec9bc563fbc82051935a6147
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun May 19 02:02:42 2013 +0200
mainToolbar: also appear if no note if found
Fixes a regression
src/bjb-main-toolbar.c | 1 +
1 file changed, 1 insertion(+)
commit f2e91d2081853c0b0ec0df817c280849c4aaa3f3
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sat May 18 21:49:14 2013 +0200
Do not display all items at startup. Offer to display more.
Controller displays 48 items at startup. Main view displays
a button to load more while there are more.
48 allows to have full rows for 3 or 4 items wide windows.
po/POTFILES.in | 1 +
src/Makefile.am | 2 +
src/bjb-controller.c | 135 ++++++++++++++++------
src/bjb-controller.h | 3 +
src/bjb-load-more-button.c | 236 +++++++++++++++++++++++++++++++++++++++
src/bjb-load-more-button.h | 78 +++++++++++++
src/bjb-main-toolbar.c | 41 ++++---
src/bjb-main-view.c | 11 +-
src/libbiji/biji-marshalers.list | 1 +
9 files changed, 458 insertions(+), 50 deletions(-)
commit 23ab61f2bcf5fed69529ffac75423126f72359cb
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sat May 18 00:50:32 2013 +0200
tracker: some cleanup for async functions
libbiji user calls only one async function
libbiji deals with GAsyncResult and
triggers the expected callback.
src/bjb-controller.c | 39 ++---
src/bjb-note-tag-dialog.c | 11 +-
src/libbiji/biji-collection.c | 16 +-
src/libbiji/biji-note-book.c | 7 +-
src/libbiji/biji-note-obj.c | 16 +-
src/libbiji/biji-tracker.c | 343 +++++++++++++++++++++++++-----------------
src/libbiji/biji-tracker.h | 92 ++++++-----
7 files changed, 299 insertions(+), 225 deletions(-)
commit 994676ef5878f112eb6913a65446ab5f422debcc
Author: Pierre-Yves Luyten <
[email protected]>
Date: Thu May 16 19:23:39 2013 +0200
importDialog: remove warnings
src/bjb-import-dialog.c | 3 ---
1 file changed, 3 deletions(-)
commit 4153951314f355952f2f57cf2dc88d2448698b71
Author: Daniel Mustieles <
[email protected]>
Date: Fri May 17 13:34:02 2013 +0200
Updated Spanish translation
po/es.po | 54 ++++++++++++++++++++++++++++++++++++------------------
1 file changed, 36 insertions(+), 18 deletions(-)
commit c495d15a6134869553804a3c423b7d99d540e02a
Author: Pierre-Yves Luyten <
[email protected]>
Date: Thu May 16 00:22:17 2013 +0200
importDialog: start playing with, bug 698326
EggListBox
Custom location
Allow selecting several imports at once
po/POTFILES.in | 1 +
src/Makefile.am | 2 +
src/bjb-app-menu.c | 175 ++-------------
src/bjb-bijiben.c | 27 +--
src/bjb-bijiben.h | 2 +-
src/bjb-import-dialog.c | 557 ++++++++++++++++++++++++++++++++++++++++++++++++
src/bjb-import-dialog.h | 65 ++++++
7 files changed, 647 insertions(+), 182 deletions(-)
commit 286c01599b3ac8edc82dde5a649a7d409afb6491
Author: Pierre-Yves Luyten <
[email protected]>
Date: Tue May 14 01:10:03 2013 +0200
eggListBox : import as a git submodule
.gitmodules | 3 ++
Makefile.am | 2 +-
autogen.sh | 7 ++++
configure.ac | 34 ++++++++++++++--
egg-list-box | 1 +
m4/ax_config_dir.m4 | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++
po/POTFILES.skip | 1 +
7 files changed, 152 insertions(+), 5 deletions(-)
commit 938b490e25903354fb2837bd6797004a1aa8af88
Author: Мирослав Николић <
[email protected]>
Date: Wed May 15 10:51:24 2013 +0200
Updated Serbian translation
po/sr.po | 161 ++++++++++++++++++++++++++++++++++++++-------------------
po/
[email protected] | 161 ++++++++++++++++++++++++++++++++++++++-------------------
2 files changed, 214 insertions(+), 108 deletions(-)
commit 7a7af2ba2de404c12e24429d43f55a3d98d8a6e5
Author: Yuri Myasoedov <
[email protected]>
Date: Wed May 15 11:28:41 2013 +0400
Updated Russian translation
po/LINGUAS | 1 +
po/ru.po | 323 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 324 insertions(+)
commit 82ee5a63331c947a9cd5ab648c8326face40c6a1
Author: Daniel Mustieles <
[email protected]>
Date: Mon May 13 13:27:26 2013 +0200
Updated Spanish translation
po/es.po | 86 +++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 42 deletions(-)
commit 43219f59bb0d42a45a7f76c85e590e326101db64
Author: Pierre-Yves Luyten <
[email protected]>
Date: Mon May 13 03:06:58 2013 +0200
collections: also refresh icons when notes are removed
Use the same principle as for adding items to collections
src/bjb-note-tag-dialog.c | 14 ++++----------
src/libbiji/biji-collection.c | 2 +-
src/libbiji/biji-item.c | 4 ++--
src/libbiji/biji-item.h | 4 ++--
src/libbiji/biji-note-obj.c | 10 +++++++---
src/libbiji/biji-tracker.c | 14 +++++++++++---
src/libbiji/biji-tracker.h | 9 ++++++---
7 files changed, 33 insertions(+), 24 deletions(-)
commit b0a4ce83e2a19f95078cdc02656e25b8ef8b25b1
Author: Pierre-Yves Luyten <
[email protected]>
Date: Mon May 13 02:11:48 2013 +0200
Collections: fix icon refresh
Always use an URN to add a collection on user response.
The biji_item_add_collection is responsible for
refreshing the collection itself afterward
src/bjb-note-tag-dialog.c | 36 +++++++++++++++--------
src/libbiji/biji-collection.c | 7 ++++-
src/libbiji/biji-collection.h | 4 +++
src/libbiji/biji-item.c | 4 +--
src/libbiji/biji-item.h | 12 ++++++--
src/libbiji/biji-note-obj.c | 26 ++++++++++------
src/libbiji/biji-tracker.c | 23 +++++++++------
src/libbiji/biji-tracker.h | 14 +++++++--
src/libbiji/deserializer/biji-lazy-deserializer.c | 2 +-
9 files changed, 88 insertions(+), 40 deletions(-)
commit 928f19d665d5336121f8b66b0aa30358ae0dc6cc
Author: Marek Černocký <
[email protected]>
Date: Sun May 12 22:28:04 2013 +0200
Updated Czech translation
po/cs.po | 108 ++++++++++++++++++++++++++++++++++++++++++---------------------
1 file changed, 72 insertions(+), 36 deletions(-)
commit 731ed01e56a9777f66aa8b13ac82a993b560eb01
Author: Rafael Ferreira <
[email protected]>
Date: Sun May 12 04:25:04 2013 -0300
Updated Brazilian Portuguese translation
po/pt_BR.po | 113 +++++++++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 82 insertions(+), 31 deletions(-)
commit d99e91218a8d7bed050c09b05c22b527e3a6f76a
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun May 12 02:29:54 2013 +0200
tracker: clean up obsolete workaround with urn
old request was returning both file:///path/to/file and /path/to/file
new one has only one format, either file path or collection urn
src/libbiji/biji-tracker.c | 23 +++--------------------
1 file changed, 3 insertions(+), 20 deletions(-)
commit 19512c4719388210fc5bcf7306a65b7658412b03
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun May 12 02:23:06 2013 +0200
tracker : do not use fts, rather fn:contains
we look for any number of input characters
and do not exclude anything from search
See #699656
src/libbiji/biji-tracker.c | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
commit eff2d7c74843468ab213ccadcff4477e1e6a61c5
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sat May 11 02:03:25 2013 +0200
mTime: back to gint64
Collections now store their LastModified field and return gint64.
The associated retrieves provide both collection label, urn and mtime.
Notes use the same format and so does the controller.
src/bjb-controller.c | 20 +++++++--------
src/bjb-note-tag-dialog.c | 54 +++++++++++++++++++++++++---------------
src/libbiji/biji-collection.c | 43 ++++++++++++++++++++++++++------
src/libbiji/biji-collection.h | 5 +++-
src/libbiji/biji-item.c | 8 +++---
src/libbiji/biji-item.h | 4 +--
src/libbiji/biji-note-book.c | 6 ++++-
src/libbiji/biji-note-id.c | 7 ++++++
src/libbiji/biji-note-id.h | 2 ++
src/libbiji/biji-note-obj.c | 11 +++++----
src/libbiji/biji-tracker.c | 57 ++++++++++++++++++++++++++++++++++---------
src/libbiji/biji-tracker.h | 17 +++++++++++++
12 files changed, 173 insertions(+), 61 deletions(-)
commit 02521db181b389e2d4f1b216c5a0ae4bbf1f6301
Author: Yaron Shahrabani <
[email protected]>
Date: Fri May 10 15:15:01 2013 +0300
Added Hebrew to the list of languages
po/LINGUAS | 1 +
1 file changed, 1 insertion(+)
commit 7785d48890d98db9a42b61fa8c5255a9267a1790
Author: Pierre-Yves Luyten <
[email protected]>
Date: Thu May 9 22:55:06 2013 +0200
windowBase: set modal to fix dialogs
See bug 699776
src/bjb-window-base.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
commit 2fae5abf8dc0d563d1ca8ebeb20fce81152da4b7
Author: Yaron Shahrabani <
[email protected]>
Date: Tue May 7 11:18:49 2013 +0300
Updated Hebrew translation.
po/he.po | 296 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 296 insertions(+)
commit 042f1eb946dba3ed350e9089bbf9ef66c9c94c33
Author: Pierre-Yves Luyten <
[email protected]>
Date: Mon May 6 23:09:12 2013 +0200
item: use const attribute for uuid and title
path getter is no more allocated to remain the same than title
src/bjb-bijiben.c | 3 +-
src/bjb-controller.c | 18 +--
src/bjb-rename-note.c | 2 +-
src/bjb-rename-note.h | 5 +-
src/bjb-share.c | 5 +-
src/libbiji/biji-collection.c | 6 +-
src/libbiji/biji-item.c | 4 +-
src/libbiji/biji-item.h | 19 ++-
src/libbiji/biji-note-book.c | 20 +--
src/libbiji/biji-note-book.h | 4 +-
src/libbiji/biji-note-id.c | 23 ++-
src/libbiji/biji-note-id.h | 6 +-
src/libbiji/biji-note-obj.c | 175 +++++++++++-----------
src/libbiji/biji-string.c | 6 +-
src/libbiji/biji-string.h | 4 +-
src/libbiji/biji-tracker.c | 28 ++--
src/libbiji/biji-tracker.h | 4 +-
src/libbiji/biji-zeitgeist.c | 6 +-
src/libbiji/deserializer/biji-lazy-deserializer.c | 5 +-
src/libbiji/serializer/biji-lazy-serializer.c | 7 +-
20 files changed, 171 insertions(+), 179 deletions(-)
commit 156dfabb985f2488812fc1c89d95071dc48eb9b3
Author: Pierre-Yves Luyten <
[email protected]>
Date: Mon May 6 01:30:09 2013 +0200
Collections: update icons when items change
Look for both trashed and changing items (only color...)
src/libbiji/biji-collection.c | 55 +++++++++++++++++++++++++++++++++++++------
1 file changed, 48 insertions(+), 7 deletions(-)
commit f477332199ffc9e478c71727b1fa8c1da314c4d5
Author: Pierre-Yves Luyten <
[email protected]>
Date: Mon May 6 00:45:52 2013 +0200
collections: do not use borders for collected items icons
setup a dedicated get_pristine method for items
src/libbiji/biji-collection.c | 3 ++-
src/libbiji/biji-item.c | 6 ++++++
src/libbiji/biji-item.h | 4 ++++
src/libbiji/biji-note-obj.c | 43 +++++++++++++++++++++++++++++++++++++++++++
4 files changed, 55 insertions(+), 1 deletion(-)
commit e1ce9419a8f8ae6ccbde6d433a9ea407f8508d32
Author: Pierre-Yves Luyten <
[email protected]>
Date: Mon May 6 00:35:25 2013 +0200
noteObj: get icons when requested
src/libbiji/biji-note-obj.c | 45 +++++++++++++++++----------------------------
1 file changed, 17 insertions(+), 28 deletions(-)
commit fb0b7c21a051f423c7db037f983cdeb47dd2abda
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun May 5 23:20:56 2013 +0200
collections: very rough implementation of icons
Have a book property, store icon and emblem
When items are added (at construct), update the icon
and emit a signal
src/libbiji/biji-collection.c | 130 +++++++++++++++++++++++++++++++++++++-----
src/libbiji/biji-collection.h | 2 +-
src/libbiji/biji-note-book.c | 8 ++-
src/libbiji/biji-tracker.c | 2 +-
4 files changed, 124 insertions(+), 18 deletions(-)
commit 854321b460bdb67576ed6739abec0fbf2600db9c
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun May 5 22:53:40 2013 +0200
icon-amended: use a generic flag for items icon changed
src/bjb-controller.c | 2 +-
src/libbiji/biji-note-book.c | 2 +-
src/libbiji/biji-note-book.h | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
commit f936e8972a86c984eda22271100638a871895c4d
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun May 5 22:46:07 2013 +0200
selectionToolbar: be more consistent
Use list-add-symbolic for collection. Use right box for this.
Use left box for trash.
src/bjb-selection-toolbar.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
commit 72a7821061014ce2c6c4d848f492aad254f393b6
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun May 5 22:18:49 2013 +0200
Controller: take care to display notes after collection
This was broken was amending the store rather than building from scratch.
src/bjb-controller.c | 125 ++++++++++++++++++++++++++++++++-------------------
1 file changed, 78 insertions(+), 47 deletions(-)
commit a9bffcb7306f3a4a73bcd31fc074ebd9dba5fc2a
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sun May 5 00:10:30 2013 +0200
searchToolbar: use GdTaggedEntry
Also fix 699654
configure.ac | 1 +
src/bjb-search-toolbar.c | 112 ++++++++++++++++++++---------------------------
2 files changed, 49 insertions(+), 64 deletions(-)
commit 5b8b9f310ab27444156c4b0a43c5f08323890932
Author: Matej Urbančič <
[email protected]>
Date: Sat May 4 21:32:03 2013 +0200
Updated Slovenian translation
po/sl.po | 181 +++++++++++++++++++++++++++++++++++++++++++++------------------
1 file changed, 130 insertions(+), 51 deletions(-)
commit c57220554abf25fb9accf8379bcab7a2e6334293
Author: Ekaterina Gerasimova <
[email protected]>
Date: Sat May 4 13:07:48 2013 +0100
UI: change tag to collection, bug 699662
Change tag to collection in the tag dialog and the toolbar menu.
src/bjb-main-toolbar.c | 2 +-
src/bjb-note-tag-dialog.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
commit aef0b1cfb050b7d666a4e4be3bd39dfd152ea26e
Author: Ekaterina Gerasimova <
[email protected]>
Date: Sat May 4 13:05:18 2013 +0100
help: Tidy up help pages
Tidy up tags, styles, wording and indentation.
help/C/collections.page | 12 ++++++------
help/C/colors.page | 2 ++
help/C/create.page | 8 +++++---
help/C/delete.page | 6 ++++--
help/C/formatting.page | 16 +++++++++-------
help/C/search.page | 2 +-
help/C/share.page | 2 +-
7 files changed, 28 insertions(+), 20 deletions(-)
commit a48fb1aaca438b7519810c842558fd27e65574d1
Author: Ekaterina Gerasimova <
[email protected]>
Date: Sat May 4 12:48:23 2013 +0100
help: Review note colors page
Update the colors page and add it to the index.
help/C/bjb-colours.page | 21 ---------------------
help/C/colors.page | 41 +++++++++++++++++++++++++++++++++++++++++
help/Makefile.am | 2 +-
3 files changed, 42 insertions(+), 22 deletions(-)
commit 5f9d6a59f847c788429840d2de90327b28102e05
Author: Ekaterina Gerasimova <
[email protected]>
Date: Sat May 4 12:37:29 2013 +0100
help: Review the delete page
Make page consistent with other help.
help/C/bjb-delete.page | 25 -------------------------
help/C/delete.page | 41 +++++++++++++++++++++++++++++++++++++++++
help/Makefile.am | 2 +-
3 files changed, 42 insertions(+), 26 deletions(-)
commit dd1f7bdeb1cde6f3456957ffefcf059ba1cdbd99
Author: Ekaterina Gerasimova <
[email protected]>
Date: Sat May 4 12:29:47 2013 +0100
help: Review collections (tags) page
Add revision tag. Update the page to talk about collections instead of
tags.
help/C/bjb-tags.page | 22 ----------------------
help/C/collections.page | 45 +++++++++++++++++++++++++++++++++++++++++++++
help/C/search.page | 3 ++-
help/Makefile.am | 2 +-
4 files changed, 48 insertions(+), 24 deletions(-)
commit 92e4f15e481e980d9b344454e2cc6279402cb29c
Author: Ekaterina Gerasimova <
[email protected]>
Date: Sat May 4 12:02:13 2013 +0100
help: Review share page
Update style to match other GNOME help.
help/C/bjb-share.page | 19 -------------------
help/C/share.page | 29 +++++++++++++++++++++++++++++
help/Makefile.am | 2 +-
3 files changed, 30 insertions(+), 20 deletions(-)
commit 9e561bc007d6bdc059ad70041e25ac79c2a6872a
Author: Ekaterina Gerasimova <
[email protected]>
Date: Sat May 4 11:44:29 2013 +0100
help: Review formatting (editor) page
Use capitalisation that is consistent with other help.
help/C/bjb-editor.page | 23 -----------------------
help/C/formatting.page | 40 ++++++++++++++++++++++++++++++++++++++++
help/Makefile.am | 2 +-
3 files changed, 41 insertions(+), 24 deletions(-)
commit 55201725de9768d3fc6231b2e3ea0ef9fca7cda4
Author: Ekaterina Gerasimova <
[email protected]>
Date: Sat May 4 10:43:26 2013 +0100
help: review search (find) page
Rename page to "search". Add revision information. Update description.
Update capitalisation to match other help.
help/C/bjb-find.page | 26 --------------------------
help/C/search.page | 44 ++++++++++++++++++++++++++++++++++++++++++++
help/Makefile.am | 2 +-
3 files changed, 45 insertions(+), 27 deletions(-)
commit 29516e17b1c7a0286578533183400c3e4a5fe071
Author: Ekaterina Gerasimova <
[email protected]>
Date: Sat May 4 10:32:21 2013 +0100
help: Review create (note) page
Add revision information. Expand on the description. Change style of the
title to use singular. Use capitalisation that is consistent with other
help. Use preferred indentation.
help/C/bjb-create.page | 24 ------------------------
help/C/create.page | 43 +++++++++++++++++++++++++++++++++++++++++++
help/Makefile.am | 2 +-
3 files changed, 44 insertions(+), 25 deletions(-)
commit 3b0148422fe26ab7391723194dde75070022d9b0
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sat May 4 10:04:06 2013 +0200
mainToolbar: fix regression for selection mode
The toolbar was never switching to selection mode.
Use a switch to easier code. Fix 699526
src/bjb-main-toolbar.c | 46 +++++++++++++++++++++++++++++++---------------
1 file changed, 31 insertions(+), 15 deletions(-)
commit 11d8b262856c980fc2587b8395d27f9ed5d5a60e
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sat May 4 01:05:56 2013 +0200
bjbController: keep connected.
Otherwise coming back from note view to main view will make
some items invisible.
src/bjb-controller.c | 4 +++-
src/bjb-controller.h | 2 --
src/bjb-main-view.c | 2 --
3 files changed, 3 insertions(+), 5 deletions(-)
commit 683cabef85d5b3c49890c5b15587c992b8990785
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sat May 4 00:21:51 2013 +0200
controller: Handle adding collections
src/bjb-controller.c | 55 +++++++++++++++++++---------------------------------
1 file changed, 20 insertions(+), 35 deletions(-)
commit 981075ed334bf31c8ad64ba2a6a1f2431c0ad913
Author: Pierre-Yves Luyten <
[email protected]>
Date: Sat May 4 00:08:16 2013 +0200
noteTagDialog: creating a collection pushes to note book
The tracker update retrieves the URN
for the sake of note book.
src/bjb-bijiben.c | 2 +-
src/bjb-note-tag-dialog.c | 10 +++-
src/libbiji/biji-note-book.c | 38 ++++++++++---
src/libbiji/biji-note-book.h | 2 +-
src/libbiji/biji-tracker.c | 133 ++++++++++++++++++++++++++++++++++++++-----
src/libbiji/biji-tracker.h | 2 +-
6 files changed, 157 insertions(+), 30 deletions(-)
commit e3913d884113c750a9133e02488a8ef31ebccfd8
Author: Daniel Mustieles <
[email protected]>
Date: Fri May 3 17:58:48 2013 +0200
Updated Spanish translation
po/es.po | 134 ++++++++++++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 98 insertions(+), 36 deletions(-)
commit bed58ca4a1254490c59e129062230b579683b05c
Author: Ekaterina Gerasimova <
[email protected]>
Date: Thu May 2 22:21:49 2013 +0100
UI: Add tooltips to buttons, bug 699528
src/bjb-editor-toolbar.c | 3 ++-
src/bjb-main-toolbar.c | 13 ++++++++++++-
src/bjb-selection-toolbar.c | 5 ++++-
3 files changed, 18 insertions(+), 3 deletions(-)
commit 79037df0a4c1144e0ab59bdbaadd31b6edd9ceb2
Author: Ekaterina Gerasimova <
[email protected]>
Date: Thu May 2 22:55:06 2013 +0100
UI: Improve dialog titles, bug 699534
src/bjb-color-button.c | 2 +-
src/bjb-note-tag-dialog.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
commit 81ea66c9f395a39e8db54f41c94db351fbb37ca7
Author: Pierre-Yves Luyten <
[email protected]>
Date: Fri May 3 00:36:34 2013 +0200
Collections : start fixing deletion
Now we have the urn, we should allow to delete a collection
src/libbiji/biji-collection.c | 23 ++++++++++++++++++++++-
src/libbiji/biji-note-book.c | 11 +++++++++++
2 files changed, 33 insertions(+), 1 deletion(-)
commit b5066fe307f4d2f085fda24c66835d2b9a7832d9
Author: Pierre-Yves Luyten <
[email protected]>
Date: Fri May 3 00:23:49 2013 +0200
bijiCollection: have a urn as key
Tracker always needs these urn and the book, too
Collections are unique while title, not.
src/bjb-controller.c | 31 +++++++++++------------
src/bjb-controller.h | 4 +--
src/bjb-main-toolbar.c | 15 ++++++------
src/bjb-main-view.c | 22 +++++++++--------
src/libbiji/biji-collection.c | 50 +++++++++++++++++++++++++------------
src/libbiji/biji-collection.h | 2 +-
src/libbiji/biji-note-book.c | 57 ++++++++++++++++++++++++++++---------------
7 files changed, 108 insertions(+), 73 deletions(-)
commit 294d9990cd527768a3748324aa6747aa7fdf2a66
Author: Pierre-Yves Luyten <
[email protected]>
Date: Thu May 2 23:19:41 2013 +0200
biji_get_all_collections_ : use urn as key. title as value
the returned HashTable was quite confusing.
src/bjb-note-tag-dialog.c | 2 +-
src/libbiji/biji-tracker.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit feacf6949ba9b66881ee8c3e1606aeb8870640d1
Author: Ekaterina Gerasimova <
[email protected]>
Date: Thu May 2 23:11:53 2013 +0100
help: Update index.page
Add alt text for the screenshot. Update description. Update section
title capitalisation.
help/C/index.page | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
commit 22a3ea886eb7d1a11783af63caa7e8aefdb9eb8e
Author: Pierre-Yves Luyten <
[email protected]>
Date: Thu May 2 22:38:16 2013 +0200
mainToolbar::searchButton - Set toggle when populating
Otherwise the state will be inconsistent. Fixes #699505
src/bjb-main-toolbar.c | 4 ++++
src/bjb-search-toolbar.c | 6 ++++++
src/bjb-search-toolbar.h | 2 ++
src/bjb-window-base.c | 11 +++++++++++
src/bjb-window-base.h | 2 ++
5 files changed, 25 insertions(+)
commit dd64c5d21c9d7ec4303c39585cbf36e0a9dfe294
Author: Rafael Ferreira <
[email protected]>
Date: Wed May 1 15:20:25 2013 -0300
Updated Brazilian Portuguese translation
po/pt_BR.po | 76 +++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 44 insertions(+), 32 deletions(-)
commit 8023ae40e8ee570f1badc0ca7732517f89c0ac28
Author: A S Alam <
[email protected]>
Date: Wed May 1 20:28:48 2013 +0530
update Punjabi Translation
po/pa.po | 99 +++++++++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 63 insertions(+), 36 deletions(-)
commit 382c5549352f8959efa6c6e976be130bac3f985d
Author: Pierre-Yves Luyten <
[email protected]>
Date: Wed May 1 09:47:56 2013 +0200
noteBook : note_new : cleanup code
One func is enough and no need for DEFAULT_TITLE on libbiji side
Also fix 699247
src/bjb-editor-toolbar.c | 2 +-
src/bjb-main-toolbar.c | 2 +-
src/bjb-main-view.c | 2 +-
src/libbiji/biji-note-book.c | 47 +++++++++++++-------------------------------
src/libbiji/biji-note-book.h | 7 +------
5 files changed, 18 insertions(+), 42 deletions(-)
commit 5be22af4f4085eefb0d7bae1e3e0f7d233e291c6
Author: Pierre-Yves Luyten <
[email protected]>
Date: Wed May 1 08:21:24 2013 +0200
mainToolbar : make share button insensitive if note has no text
Fixes 699348
src/bjb-main-toolbar.c | 29 ++++++++++++++++++++++++++---
1 file changed, 26 insertions(+), 3 deletions(-)
commit 8cafc8b6065fe3f351ec944fcc1a63c026456cba
Author: Pierre-Yves Luyten <
[email protected]>
Date: Wed May 1 02:43:33 2013 +0200
emptyResuls: draw an empty state if no note found
src/bjb-controller.c | 18 +++++++++++++-----
src/bjb-main-toolbar.c | 3 ++-
src/bjb-window-base.c | 14 +++++++-------
3 files changed, 22 insertions(+), 13 deletions(-)
commit cd3a26813437139d5310141f1afce82344294d71
Author: Pierre-Yves Luyten <
[email protected]>
Date: Tue Apr 30 23:52:35 2013 +0200
SearchToolbar: now owned by window
mainview : clean up some code, window and window-controller have more control.
main view is now rather a simple widget.
src/bjb-main-toolbar.c | 14 ++---
src/bjb-main-view.c | 29 +----------
src/bjb-main-view.h | 4 --
src/bjb-search-toolbar.c | 12 +----
src/bjb-window-base.c | 132 ++++++++++++++++++++++++++++++-----------------
src/bjb-window-base.h | 5 ++
6 files changed, 97 insertions(+), 99 deletions(-)
commit ea606a6bd3b6c7054b5eea769d6949a3fd9284d3
Author: Ekaterina Gerasimova <
[email protected]>
Date: Tue Apr 30 19:27:36 2013 +0100
UI: Rename "List" to "Numbered List", bug 699347
src/bjb-main-toolbar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)