commit 2b22b27a716427e7f1bc4d3399b8ae4841970179 Author: Erick Pérez Castellanos Date: Sun Aug 18 01:09:52 2013 -0400 window: respect show called on quiescent signal handler The better should be for the application to load immediately and show the user the contacts are loading somehow src/contacts-app.vala | 5 ----- src/contacts-window.ui | 4 ++-- src/contacts-window.vala | 2 ++ 3 files changed, 4 insertions(+), 7 deletions(-) commit 8eaf9defff57b3d2880acb25c444e4e6eced4734 Author: Erick Pérez Castellanos Date: Sun Aug 18 00:16:51 2013 -0400 Contacts.App: display contact name after done editing src/contacts-app.vala | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 93d65a893752dbb5e697bf3fc273eca5c8a237b9 Author: Erick Pérez Castellanos Date: Sat Aug 17 22:31:34 2013 -0400 AccountsList: change look hard-disk-drive icon is used as a replacement src/contacts-accounts-list.vala | 66 ++++++++++++++++++++++++++++++----------- src/contacts-esd-setup.c | 46 ++++++++++++++++++++++++++++ vapi/custom.vapi | 2 ++ 3 files changed, 96 insertions(+), 18 deletions(-) commit dfe43327cfceaba0f2d88705353c02d730544f17 Author: Daniel Mustieles Date: Mon Aug 19 11:42:54 2013 +0200 Updated Spanish translation po/es.po | 178 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 92 insertions(+), 86 deletions(-) commit 78b5fb5577102d93dec63188bfd14252731b5c93 Author: Erick Pérez Castellanos Date: Sat Aug 17 17:25:14 2013 -0400 build: bump folks required version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 00a8535101c8e6ab26d01fed59b608978773057a Author: Yosef Or Boczko Date: Sat Aug 17 23:56:40 2013 +0300 Bump gtk+ and valac required for Gtk.HeaderBar.set_show_close_button (). https://bugzilla.gnome.org/show_bug.cgi?id=706092 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 12f65e6b7f72c3d9b188e580dc336c564f53fd2a Author: Yosef Or Boczko Date: Sat Aug 17 22:05:08 2013 +0300 Contacts.Window: fix the look of add button https://bugzilla.gnome.org/show_bug.cgi?id=706092 src/contacts-window.ui | 2 ++ 1 file changed, 2 insertions(+) commit a9312a9d0edd51478263e018432e3f3296496a55 Author: Erick Pérez Castellanos Date: Sat Aug 17 14:41:43 2013 -0400 ContactPane: refine select of Select a contact Added css class to match the mockup Added some margin_bottom to the box as hack to try and center vertically the watermark Note: This one requires of a patch against gnome-themes-standard src/contacts-contact-pane.vala | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) commit 69b63120df87ba191409ffb47efed98782688e40 Author: Erick Pérez Castellanos Date: Sat Aug 17 11:52:52 2013 -0400 colors: fixed background Fixed background color in Contacts.List Fixed background color in "Select a contact" view Fixes bug: https://bugzilla.gnome.org/show_bug.cgi?id=705972 src/contacts-contact-pane.vala | 4 ++++ src/contacts-list-pane.vala | 1 - src/contacts-view.vala | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) commit d1fc6a4289cc370ee9e22aacf798268e39cfe9c2 Author: Matej Urbančič Date: Sat Aug 17 16:11:02 2013 +0200 Updated Slovenian translation po/sl.po | 344 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 184 insertions(+), 160 deletions(-) commit 8b475e780c4d41d5fc147f821fe7babab52b5a12 Author: Victor Ibragimov Date: Sat Aug 17 12:51:41 2013 +0500 Tajik translation updated po/tg.po | 71 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 36 insertions(+), 35 deletions(-) commit c204893c0c1002a46d885236690b2f1a06ac061f Author: Piotr Drąg Date: Sat Aug 17 01:26:47 2013 +0200 Updated POTFILES.in po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit 55cd0e90029430b1dd3d12ba8bf309a5fb7a08b2 Author: Erick Pérez Castellanos Date: Thu Aug 15 21:51:18 2013 -0400 Change Address Book dialog: add Cancel button src/contacts-app.vala | 9 +++++++++ 1 file changed, 9 insertions(+) commit 44cace05477faea3b12be70fab163e3715dc10cf Author: Erick Pérez Castellanos Date: Thu Aug 15 21:39:51 2013 -0400 Contacts.App: display the selected contact name src/contacts-app.vala | 1 + 1 file changed, 1 insertion(+) commit 3fdc7abedc7decf85a5481bcccdc74b91cb6b6f4 Author: Erick Pérez Castellanos Date: Thu Aug 15 21:28:56 2013 -0400 Contacts.App: simplify contacts showing path src/contacts-app.vala | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit 74320d3f41251891581eb0eee22b6743a602b9ee Author: Erick Pérez Castellanos Date: Thu Aug 15 21:24:23 2013 -0400 Contacts.ListPane: show all contacts by default src/contacts-list-pane.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b3fab8ffb5dacea61c98d998fb40826ee3b33fbf Author: Erick Pérez Castellanos Date: Thu Aug 15 21:24:06 2013 -0400 Contacts.Store: use IndividualAggregator.dup () The default constructor has been deprecated src/contacts-store.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 42d90effb5f301c05d02348ac2f8ae6b0dfe93f3 Author: Erick Pérez Castellanos Date: Thu Aug 15 21:17:50 2013 -0400 Contacts.Window: use template for composited widgets configure.ac | 1 + src/Makefile.am | 4 +- src/contacts-window.ui | 133 +++++++++++++++++++++++++++++++++++++++++++++ src/contacts-window.vala | 67 +++++------------------ src/contacts.gresource.xml | 3 +- 5 files changed, 152 insertions(+), 56 deletions(-) commit 0ce4fc0ef5fe5308e82714d20fe0920ac493e2c7 Author: Piotr Drąg Date: Fri Aug 16 17:30:10 2013 +0200 Updated POTFILES.in and POTFILES.skip po/POTFILES.in | 4 +--- po/POTFILES.skip | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) commit 83281fad020aad02eeb20ace0b97315f539906bf Author: Victor Ibragimov Date: Fri Aug 16 18:44:51 2013 +0500 Tajik translation updated po/tg.po | 167 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 85 insertions(+), 82 deletions(-) commit c336c29de44c6c8f1c833beddf55bb598ab66e93 Author: Chao-Hsiung Liao Date: Fri Aug 16 12:58:41 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 163 ++++++++++++++++++++++++++++++------------------------------ po/zh_TW.po | 163 ++++++++++++++++++++++++++++++------------------------------ 2 files changed, 164 insertions(+), 162 deletions(-) commit 9522763c48542391513f702b6995ad732875a84a Author: Erick Pérez Castellanos Date: Thu Aug 15 15:07:57 2013 -0400 Contacts.AccountList: fix some issues, match the mockups src/contacts-accounts-list.vala | 37 ++++++++++--------------------------- src/contacts-setup-window.vala | 2 +- 2 files changed, 11 insertions(+), 28 deletions(-) commit 1929c64a8970c102bc45f300891fe6a0a0ba2582 Author: Erick Pérez Castellanos Date: Thu Aug 15 12:58:05 2013 -0400 Contacts.Pane: draw a frame around the avatar Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=699462 src/contacts-contact-sheet.vala | 2 ++ 1 file changed, 2 insertions(+) commit 6e8656ec552891f00bbe4ac2892c619e14029a90 Author: Erick Pérez Castellanos Date: Thu Aug 15 12:56:31 2013 -0400 Contacts.ListPane: revert split between all and main contacts We finally decide this can be confusing, eventually we will migrate to a per account subsets src/app-menu.ui | 13 ------------- src/contacts-app.vala | 10 ---------- src/contacts-list-pane.vala | 13 ++++--------- 3 files changed, 4 insertions(+), 32 deletions(-) commit 767dacd69468532359dc6f6003ac5819da5c6b09 Author: Erick Pérez Castellanos Date: Thu Aug 15 11:22:56 2013 -0400 Contacts.Window: make more chrome internal src/contacts-app.vala | 31 ++++++++----------------------- src/contacts-window.vala | 30 +++++++++++++++++++++--------- 2 files changed, 29 insertions(+), 32 deletions(-) commit 98d507e0f966370c1c5b9473c20fc32e9e278d0b Author: Erick Pérez Castellanos Date: Thu Aug 15 11:11:15 2013 -0400 Contacts.Window: add main overlay for notifications src/contacts-app.vala | 23 +++++++++-------------- src/contacts-window.vala | 15 +++++++++++++++ 2 files changed, 24 insertions(+), 14 deletions(-) commit ffdef3783d3ae505234455a1439e157290bfa23f Author: Erick Pérez Castellanos Date: Thu Aug 15 11:03:11 2013 -0400 Contacts.Window: hide toolbars from Contacts.App src/contacts-app.vala | 12 ++++++------ src/contacts-window.vala | 21 ++++++++++++++++++++- 2 files changed, 26 insertions(+), 7 deletions(-) commit acf581bcf50e84bb438295f09b0a7af55944532a Author: Erick Pérez Castellanos Date: Thu Aug 15 11:02:42 2013 -0400 Contacts.Window: hide more UI details src/contacts-app.vala | 14 ++++---------- src/contacts-window.vala | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 10 deletions(-) commit 91df965f36dcc8825fc3181a6eb73abeadfbeab8 Author: Erick Pérez Castellanos Date: Thu Aug 15 02:14:25 2013 -0400 contacts-header-bar: fix style Dropped double frames Changed Separator for border on the right of the left-header-bar src/contacts-contact-pane.vala | 8 +++----- src/contacts-window.vala | 3 +-- 2 files changed, 4 insertions(+), 7 deletions(-) commit a23002e7d70c18e3862a0717a72bff46fedeeadc Author: Erick Pérez Castellanos Date: Thu Aug 15 00:19:32 2013 -0400 left-header-bar: use proper title in selection-mode src/contacts-app.vala | 6 ++++++ src/contacts-list-pane.vala | 4 ++++ 2 files changed, 10 insertions(+) commit b446dc65a097511b4372fe616fbd738de87cb9b8 Author: Erick Pérez Castellanos Date: Thu Aug 15 00:18:42 2013 -0400 Contacts.Window: reworks titlebar Move UI code into Contacts.Window Change Gd.MainToolbar for Gtk.HeaderBar Use new Gtk.Window.set_titlebar functionality. Remove Overlay:get-child-position signal handler hack src/contacts-app.vala | 141 +++++++++++++++-------------------------------- src/contacts-window.vala | 61 +++++++++++++++++++- 2 files changed, 101 insertions(+), 101 deletions(-) commit d6b1159d8fa9e6b6c968a94ed04f808101a29cb5 Author: Akom Chotiphantawanon Date: Sat Aug 10 12:15:44 2013 +0700 Updated Thai translation. po/th.po | 202 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 106 insertions(+), 96 deletions(-) commit db219966e99a5c6416f53ff8fa005853c7195643 Author: Philip Withnall Date: Sun Aug 4 10:57:25 2013 +0200 Bug 705431 — Replace MemoryIcon with GBytesIcon This bumps the GLib dependency to 2.37.6. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=705431 configure.ac | 2 +- src/Makefile.am | 1 - src/contacts-avatar-dialog.vala | 9 ++++- src/memory-icon.vala | 88 ----------------------------------------- 4 files changed, 8 insertions(+), 92 deletions(-) commit ab0bba0f2a6d7eeb1c125e6abb7c69ec5fca88df Author: Erick Pérez Castellanos Date: Sun Aug 4 12:06:32 2013 -0400 AccountsList: hooked to ContactsStore signal for update Updated contacts-setup-window and change address book dialog to use the change notification and update the accounts list there src/contacts-app.vala | 5 +++++ src/contacts-setup-window.vala | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 4cdd94011fa672c582ec5fcd19272f00f1554dcc Author: Erick Pérez Castellanos Date: Sun Aug 4 12:04:39 2013 -0400 ContactsStore: add eds backend changes notification Added ContactsStore:eds_persona_store_changed signal to notify of a change in the eds backend src/contacts-store.vala | 13 +++++++++++++ 1 file changed, 13 insertions(+) commit b1b9eb20bc19c2c611c68eeac7499d80a2faca2b Author: Aurimas Černius Date: Thu Aug 8 23:00:25 2013 +0300 Updated Lithuanian translation po/lt.po | 280 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 145 insertions(+), 135 deletions(-) commit cad7acbb2c0bd3245756ce1d4a709eb68c36346a Author: Kjartan Maraas Date: Thu Aug 8 20:46:18 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 196 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 103 insertions(+), 93 deletions(-) commit a4c79d600706d9e9e354eb49adbb494a6f3442a9 Author: Daniel Mustieles Date: Thu Aug 8 11:14:55 2013 +0200 Updated Spanish translation po/es.po | 207 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 109 insertions(+), 98 deletions(-) commit cd390f6481da7b01ac1b9813f7f4a94a5028b6f8 Author: Victor Ibragimov Date: Wed Aug 7 20:35:56 2013 +0500 Tajik translation updated po/tg.po | 201 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 107 insertions(+), 94 deletions(-) commit 5f524f9d2a9e701937838b786acb1ca94d49f0b7 Author: Chao-Hsiung Liao Date: Wed Aug 7 12:41:13 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 14 +++++--------- po/zh_TW.po | 14 +++++--------- 2 files changed, 10 insertions(+), 18 deletions(-) commit 93686b019f5d7192f1d8f43ed71a2e93e746143f Author: Chao-Hsiung Liao Date: Tue Aug 6 19:45:05 2013 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 306 +++++++++++++++++++++++++++++++++--------------------------- po/zh_TW.po | 306 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 338 insertions(+), 274 deletions(-) commit f80a778130dcd18681d06bc6ad16b6eb1d3657fa Author: Rafael Ferreira Date: Mon Aug 5 22:25:59 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 262 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 141 insertions(+), 121 deletions(-) commit fe979da442b394a78ceac88e767e64ae44020a40 Author: Marek Černocký Date: Sun Aug 4 21:56:01 2013 +0200 Updated Czech translation po/cs.po | 215 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 103 insertions(+), 112 deletions(-) commit 375b52251480037b9d5051decc8c6ec12fb2852b Author: Philip Withnall Date: Sun Aug 4 10:14:00 2013 +0200 Fix copying of delegates by explicitly marking transfers as owned This fixes some compiler warnings. src/contacts-contact.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit fe2d87f17a038f3ed490af95b7612c6a8140b113 Author: Philip Withnall Date: Sun Aug 4 10:01:24 2013 +0200 Remove unused method src/contacts-linking.vala | 4 ---- 1 file changed, 4 deletions(-) commit af2bba449cec925b68a862999f4943297e8faf3b Author: Philip Withnall Date: Sun Aug 4 10:00:40 2013 +0200 Fix potential use of unset variables We should set the ‘out’ variables in all branches. src/contacts-contact-pane.vala | 6 ++++++ 1 file changed, 6 insertions(+) commit 3c65c778e0d4a34e4b5fcfb3e1b87649e4b4df92 Author: Philip Withnall Date: Sun Aug 4 09:59:54 2013 +0200 Fix use of deprecated libgee API src/contacts-contact-editor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 315cc421837174670f75e26d4e020b3bc3d20840 Author: Philip Withnall Date: Sun Aug 4 09:59:05 2013 +0200 Fix implicit shadowing of a parent class’ method in ContactsContactEditor Explicitly shadow it using the ‘new’ keyword instead. This eliminates a compiler warning. src/contacts-contact-editor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d22b23e88d4b80f52eab4ea6e19e9f0aeb84df6f Author: Philip Withnall Date: Sun Aug 4 09:58:46 2013 +0200 Fix use of deprecated libfolks API src/contacts-contact-editor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8f135689efb1bd24839f24f6e6aff02ad68e196b Author: Philip Withnall Date: Sun Aug 4 09:58:05 2013 +0200 Remove use of GtkStock Replace with literal button labels and mnemonics. src/contacts-app.vala | 8 ++++---- src/contacts-avatar-dialog.vala | 6 +++--- src/contacts-new-contact-dialog.vala | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) commit fe2fa59bf2cd0cc072ee08e982dd2a301f8065f6 Author: Philip Withnall Date: Sun Aug 4 09:57:13 2013 +0200 Catch some unhandled errors and print warnings It may be desirable to propagate these errors further (to the UI), but printing warnings will do for now. src/contacts-app.vala | 10 +++++++--- src/contacts-contact-sheet.vala | 6 +++++- src/contacts-linking.vala | 19 ++++++++++++++++--- 3 files changed, 28 insertions(+), 7 deletions(-) commit a79acbdfdf2294d67d8539b7d1d2d79c9142f3ae Author: Philip Withnall Date: Sun Aug 4 09:56:40 2013 +0200 Remove unused variables src/contacts-app.vala | 1 - src/contacts-contact.vala | 2 -- src/contacts-list-pane.vala | 1 - src/contacts-setup-window.vala | 2 -- src/contacts-view.vala | 1 - 5 files changed, 7 deletions(-) commit 2037d8f1a38adde26216e71aca1e25367011b181 Author: Philip Withnall Date: Sun Aug 4 09:55:48 2013 +0200 Fix passing null to a non-nullable function parameter src/contacts-app.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit ce2df7cd3f95aee8c5886b2f09816929d3c7c3d0 Author: Akom Chotiphantawanon Date: Fri Aug 2 20:36:27 2013 +0700 Updated Thai translation. po/th.po | 115 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 62 insertions(+), 53 deletions(-) commit fbbf5ad86bb6c783bb02aba6d3d71028c6106e05 Author: Fran Diéguez Date: Fri Aug 2 11:47:44 2013 +0200 Updated Galician translations po/gl.po | 128 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 71 insertions(+), 57 deletions(-) commit fefe7592de32f207504df873a94a9aac593c3fbb Author: Yaron Shahrabani Date: Wed Jul 31 09:46:12 2013 +0300 Updated Hebrew translation. po/he.po | 195 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 98 insertions(+), 97 deletions(-) commit 4682188087184c2879ad89a4a49705ecd8cf5cbe Author: Kjartan Maraas Date: Tue Jul 30 20:06:02 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 101 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 46 insertions(+), 55 deletions(-) commit 1beedb6392d46ef38f1e416476c0314d63b3e359 Author: Erick Pérez Castellanos Date: Mon Jul 29 11:59:13 2013 -0400 Bump version to 3.9.5 for release configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c4124ed6906c7e885af114819f76d6701de0f0eb Author: Erick Pérez Castellanos Date: Mon Jul 29 09:07:39 2013 -0400 Update NEWS for release NEWS | 5 +++++ 1 file changed, 5 insertions(+) commit 4e8a15885e9a973b39957a7b26793512306d3240 Author: Erick Pérez Castellanos Date: Mon Jul 29 09:04:36 2013 -0400 Update NEWS from 3.8.x releases NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) commit c6c655d24335c9bff5d5d13a73c474d79ed84127 Author: Erick Pérez Castellanos Date: Mon Jul 29 10:18:43 2013 -0400 Updated libgd module libgd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b4e50600f994500087db6e4440e92b9a4d9c9405 Author: Victor Ibragimov Date: Fri Jul 26 16:10:09 2013 +0100 Tajik translation updated po/tg.po | 126 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 68 insertions(+), 58 deletions(-) commit ad3f09a97b1e90d23a96a128a2c2019d93e0f698 Author: Daniel Mustieles Date: Thu Jul 25 13:21:19 2013 +0200 Updated Spanish translation po/es.po | 123 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 67 insertions(+), 56 deletions(-) commit 594fcc7ec0ea5c6f4f31779f1eaaf21493f55c1a Author: Marek Černocký Date: Wed Jul 24 22:38:33 2013 +0200 Updated Czech translation po/cs.po | 122 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 66 insertions(+), 56 deletions(-) commit 6bdca8d87568b7664989fe303235086920f25fee Author: Piotr Drąg Date: Wed Jul 24 20:21:42 2013 +0200 Updated POTFILES.in and POTFILES.skip po/POTFILES.in | 1 + po/POTFILES.skip | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)