commit 5ae5f2e57d6f88138bbfbbf56edf3b84592f3c19 Author: Erick Pérez Castellanos Date: Wed Jul 24 01:13:33 2013 -0400 SetupWindow: use new AccountsList widget src/contacts-setup-window.vala | 197 +++++++++-------------------------------- 1 file changed, 44 insertions(+), 153 deletions(-) commit 3e7ad72f18b9bce85b5be9aae46e66fe98f98299 Author: Erick Pérez Castellanos Date: Wed Jul 24 01:12:45 2013 -0400 AccountsList: reworked flow, refactore code Renamed to AccountsList to match the filename Reorgnized the file a bit Prepared to use in SetupWindow src/contacts-accounts-list.vala | 80 ++++++++++++++++++++++++----------------- src/contacts-app.vala | 3 +- 2 files changed, 50 insertions(+), 33 deletions(-) commit 693ee080bfb9913552046bcb47ca1df43764094c Author: Erick Pérez Castellanos Date: Tue Jul 23 01:02:31 2013 -0400 Fixes: casting and debug sentences removed Minor size adjustments src/contacts-accounts-list.vala | 13 +++++-------- src/contacts-app.vala | 3 +-- 2 files changed, 6 insertions(+), 10 deletions(-) commit 1588affa42bfd75fd5e6e7f52c25825f475d3020 Author: Erick Pérez Castellanos Date: Tue Jul 23 01:01:42 2013 -0400 Change Address Book dialog reworked src/contacts-app.vala | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) commit b216f43231a56eba471df49721ca5ab89741b5ad Author: Erick Pérez Castellanos Date: Tue Jul 23 00:35:50 2013 -0400 Set primary store with the new AccontsList widget Reworked "Change Address Book" to show not only the provider of the account, but some of its details. .gitignore | 1 + src/Makefile.am | 1 + src/contacts-accounts-list.vala | 160 ++++++++++++++++++++++++++++++++++++++++ src/contacts-app.vala | 79 ++++---------------- 4 files changed, 178 insertions(+), 63 deletions(-) commit 0a0d5c9c62c8d09b17bb90a55960ee1cfcf0262a Author: Erick Pérez Castellanos Date: Fri Jul 19 14:35:46 2013 -0400 ContactsEditor: Address field editor not cropped GtkGrid doesn't support nth-child pseudo classes Moved Address to use GtkBox instead Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=704531 src/contacts-contact-editor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit af3811b1d50603898e9dc05e6fd9ba53d4d002dd Author: Erick Pérez Castellanos Date: Fri Jul 19 09:34:44 2013 -0400 In-app notification: ellipsize long contact name Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=704529 src/contacts-app.vala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 612d9286149e2d181bcfeb41e41d452edb49d330 Author: Erick Pérez Castellanos Date: Fri Jul 19 09:17:43 2013 -0400 ContactsEditor: update widgets alignment and spacing src/contacts-contact-editor.vala | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit fce026008c41019fad1730a289e0aba74d12ecd4 Author: Erick Pérez Castellanos Date: Thu Jul 18 13:24:57 2013 -0400 ContactsEditor: name entry maintain proper size Name entry maintain proper size with when adding new info Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=704451 src/contacts-contact-editor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ea07b4a8d27594babd78cbf77c28e56e844cfd6e Author: Erick Pérez Castellanos Date: Mon Jul 15 14:51:00 2013 -0400 Updated doap file gnome-contacts.doap | 7 +++++++ 1 file changed, 7 insertions(+) commit d2735236b2858e7dbf78c4e60af24e4333e5e65b Author: Benjamin Steinwender Date: Fri Jul 12 00:34:21 2013 +0200 Updated German translation po/de.po | 236 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 119 insertions(+), 117 deletions(-) commit 6396f2bd1071ea33946e2e2a08627b0338c56f29 Author: Erick Pérez Castellanos Date: Thu Jul 11 12:16:22 2013 -0400 Bump version to 3.9.4 for release configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9170b722e925baa98cc5b264203f6d4c1a9e3158