commit d9a6fe118829510ff15603e5b02fe60d8c1b3332 Author: Erick Pérez Castellanos Date: Thu Jul 11 12:07:57 2013 -0400 contacts-view: hide selectors on window first show src/contacts-view.vala | 1 + 1 file changed, 1 insertion(+) commit 05d086e6abef9df39c2f9628827b2e9745155fa3 Author: Jonh Wendell Date: Wed Jul 10 16:09:14 2013 -0300 Sync cheese-flash.[ch] And properly modify callers to the new API. Old code was creating a window with the size of the screen. Thus, when taking a photo, the gnome-shell panel was then "hidden" by this big window. This has been fixed in "upstream" cheese, so, grab the latest code and make small modifications to fit the new API. https://bugzilla.gnome.org/show_bug.cgi?id=702177 src/cheese-flash.c | 244 ++++++++++++++++++++++++++++------------ src/cheese-flash.h | 35 ++++-- src/contacts-avatar-dialog.vala | 6 +- vapi/custom.vapi | 4 +- 4 files changed, 200 insertions(+), 89 deletions(-) commit 64243a9d75900cff2d85edb7342a0f1c5d28eec0 Author: Trần Ngọc Quân Date: Sat Jul 6 18:04:28 2013 +0700 Updated Vietnamese translation po/vi.po | 159 ++++++++++++++------------------------------------------------- 1 file changed, 34 insertions(+), 125 deletions(-) commit 7c1916171052658907d185adee25e9f040b5367f Author: Nguyễn Thái Ngọc Duy Date: Sat Jul 6 18:02:19 2013 +0700 po/vi: import from Damned Lies po/vi.po | 203 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 107 insertions(+), 96 deletions(-) commit eddd43232a4930a807f4cc24ead713f4b11902cf Author: Matthias Clasen Date: Tue Jul 2 11:27:48 2013 -0400 Add a man page This is admittedly pretty minimal. https://bugzilla.gnome.org/show_bug.cgi?id=703470 Makefile.am | 5 ++++ configure.ac | 18 ++++++++++++++ man/Makefile.am | 21 ++++++++++++++++ man/gnome-contacts.xml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 110 insertions(+) commit 80bf29a68f7b5a48cd9269c73dd8605e2e676467 Author: Akom Chotiphantawanon Date: Tue Jul 2 16:31:24 2013 +0700 Updated Thai translation po/th.po | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) commit 3d1d831f75ae07337438ad23e62140bed136d4ee Author: Victor Ibragimov Date: Mon Jul 1 17:31:19 2013 +0500 Tajik translation updated po/tg.po | 203 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 106 insertions(+), 97 deletions(-) commit c08d8ae93f157034654ebd0a71ad8d2bdacd043f Author: Georges Basile Stavracas Neto Date: Sun Jun 30 08:41:45 2013 -0300 Update Brazilian Portuguese translation po/pt_BR.po | 194 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 102 insertions(+), 92 deletions(-) commit 9b90494e7d27a22775017c4dcff1380241b49c00 Author: Marek Černocký Date: Wed Jun 26 19:00:39 2013 +0200 Updated Czech translation po/cs.po | 82 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 43 insertions(+), 39 deletions(-) commit 0cfbd4721b5e6c2ec3b8194b4991961c828ed3bb Author: Erick Pérez Castellanos Date: Tue Jun 25 08:20:09 2013 -0400 Removed LocalGtk namespace and vapi bindings Cleaned custom.vapi file since ListBox bindings exists already in vala:master branch src/contacts-linked-accounts-dialog.vala | 1 - src/contacts-view.vala | 1 - vapi/custom.vapi | 48 -------------------------------- 3 files changed, 50 deletions(-) commit b95b6065435a8ca50f436349c22b313512c75188 Author: Kjartan Maraas Date: Thu Jun 20 10:25:15 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 82 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 43 insertions(+), 39 deletions(-) commit 5f3633480738b63652d1c3979bf07d91ddba006a Author: Daniel Mustieles Date: Thu Jun 13 18:11:16 2013 +0200 Updated Spanish translation po/es.po | 81 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 42 insertions(+), 39 deletions(-) commit a8d9ab91d0b6d25340d3fb71f28eb0cae9499154 Author: Alexander Larsson Date: Wed Jun 12 11:34:57 2013 +0200 Remove egg-list-box src/Makefile.am | 8 +- src/listbox/.gitignore | 49 - src/listbox/AUTHORS | 1 - src/listbox/COPYING | 481 ---- src/listbox/ChangeLog | 0 src/listbox/INSTALL | 370 ---- src/listbox/Makefile.am | 124 -- src/listbox/NEWS | 0 src/listbox/README | 0 src/listbox/autogen.sh | 18 - src/listbox/configure.ac | 28 - src/listbox/egg-flow-box-uninstalled.pc.in | 12 - src/listbox/egg-flow-box.c | 3322 ---------------------------- src/listbox/egg-flow-box.h | 119 - src/listbox/egg-list-box-accessible.c | 191 -- src/listbox/egg-list-box-accessible.h | 55 - src/listbox/egg-list-box-uninstalled.pc.in | 12 - src/listbox/egg-list-box.c | 2094 ------------------ src/listbox/egg-list-box.doap | 18 - src/listbox/egg-list-box.h | 79 - src/listbox/eggflowbox.vapi | 48 - src/listbox/egglistbox.vapi | 55 - src/listbox/test-flow-box.c | 559 ----- src/listbox/test-focus.c | 181 -- src/listbox/test-list.vala | 203 -- src/listbox/test-scrolled.vala | 104 - src/listbox/test-sel.c | 22 - 27 files changed, 1 insertion(+), 8152 deletions(-) commit e09f7510e04742b0358fac8b584067b5e4b8c771 Author: Alexander Larsson Date: Wed Jun 12 11:29:50 2013 +0200 LinkedAccountsDialog: Convert to GtkListBox Pretty trivial, although we need to change the CSS to get the white background. src/contacts-linked-accounts-dialog.vala | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 40108664a56e5615a60722e678d6340ae81192a3 Author: Alexander Larsson Date: Wed Jun 12 11:26:55 2013 +0200 View: Convert from EggListBox to GtkListBox This is a straight conversion, plus we use the new placeholder frame to show a label when the search filters everything. src/contacts-list-pane.vala | 2 +- src/contacts-view.vala | 174 ++++++++++++++++++++++---------------------- 2 files changed, 89 insertions(+), 87 deletions(-) commit a695204f9d9d421bd7c7e19a5d33c54459bff1f9 Author: Alexander Larsson Date: Wed Jun 12 11:25:33 2013 +0200 custom.vapi: Add GtkListBox bindings This is not in vala yet. vapi/custom.vapi | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) commit abc5ba448de899ec502497dca93860298e784633 Author: Alexander Larsson Date: Wed Jun 12 11:25:16 2013 +0200 configure: Require Gtk 3.9.1 This is for GtkListBox