commit 983cffcfa5773f321c8f130d70cad2ad80450bdd Author: Philip Withnall Date: Sat Jul 28 12:33:46 2012 +0200 Release version 3.5.4 NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) commit 1cf1d966bacd6456087f684493da72648cf3c68c Author: Philip Withnall Date: Sun Jun 24 11:46:36 2012 +0100 eds: Use new folks API for Google address book system groups This removes the gigantic hack based on matching translatable strings across gettext domains, and instead uses a new API from libfolks 0.7.2. This requires EDS 3.5.2 at runtime (as it depends on a new vCard property being exported by the Google Contacts backend), so its dependency has been bumped as well. If the vCard property is not present, all Google contacts will be considered _not_ in the “My Contacts” address book. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=676383 configure.ac | 2 +- src/contacts-contact.vala | 14 +++++++------- src/contacts-esd-setup.c | 24 ------------------------ src/contacts-esd-setup.h | 1 - vapi/custom.vapi | 2 -- 5 files changed, 8 insertions(+), 35 deletions(-) commit e5ed6c66670e1a429ecc8403961a8f011e454c46 Author: Мирослав Николић Date: Sun Jul 22 12:42:37 2012 +0200 Updated Serbian translation po/sr.po | 290 ++++++++++++++++++-------------------------------------- po/sr@latin.po | 290 ++++++++++++++++++-------------------------------------- 2 files changed, 186 insertions(+), 394 deletions(-) commit 3453e7b94078150879a539dbc425f661f8acf4e5 Author: Ihar Hrachyshka Date: Sun Jul 15 14:10:37 2012 +0300 Updated Belarusian translation. po/be.po | 215 +++++++++++++++++++++++++------------------------------------ 1 files changed, 88 insertions(+), 127 deletions(-) commit f6ceee5eb106f0490299096b622b0eac6fa64211 Author: Alexander Shopov Date: Wed Jul 4 07:07:04 2012 +0300 Updated Bulgarian translation po/bg.po | 223 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 94 insertions(+), 129 deletions(-) commit 0cd331870d5dcc6a439711fe51f2302f63d33111 Author: Nguyễn Thái Ngọc Duy Date: Sun Jul 1 10:59:06 2012 +0700 Updated Vietnamese translation po/vi.po | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 3c768cc8cd88884a8b7486a5d85d50eec6486473 Author: Nguyễn Thái Ngọc Duy Date: Sun Jul 1 10:58:51 2012 +0700 po/vi: import from Damned Lies po/vi.po | 271 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 114 insertions(+), 157 deletions(-) commit 378ed4cc42dfe7f5d4919512deed02e4c32dcea5 Author: Alexander Larsson Date: Fri Jun 29 15:57:33 2012 +0200 Use DesktopFile rather than Title/Icon for the search provider This means we can skip the i18n stuff data/Makefile.am | 1 - po/POTFILES.in | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) commit e0a50295faa681188c8be80e8aadabbbb6605f7f Author: Alexander Larsson Date: Fri Jun 29 15:48:10 2012 +0200 Bump version for release configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 003d2a9dd24a111dc1bc142d6237eba186ee5679 Author: Alexander Larsson Date: Fri Jun 29 15:47:54 2012 +0200 Update for release NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 19751af1b8d810d0d1ca1772dff113a6766bcbeb Author: Florian Müllner Date: Tue Jun 19 23:39:06 2012 +0200 Add search provider for GNOME Shell GNOME Shell provides a DBus interface for external search provider implementations; add a small auto-activated service which implements that interface, to replace the Shell's built-in contact search with results provided directly by GNOME Contacts. https://bugzilla.gnome.org/show_bug.cgi?id=679002 configure.ac | 4 +- data/Makefile.am | 20 +++ data/gnome-contacts-search-provider.ini.in | 6 + data/org.gnome.Contacts.SearchProvider.service.in | 3 + po/POTFILES.in | 1 + src/Makefile.am | 13 ++ src/contacts-contact.vala | 44 ++++++- src/contacts-shell-search-provider.vala | 155 +++++++++++++++++++++ 8 files changed, 243 insertions(+), 3 deletions(-) commit 14c94fca74e35247a370be0956743d6eb5783e63 Author: Jeremy Whiting Date: Thu May 24 14:47:22 2012 -0600 Use folks PresenceDetail get_default_message_from_type. Remove presence_to_string. https://bugzilla.gnome.org/show_bug.cgi?id=676777 src/contacts-contact.vala | 26 +------------------------- 1 files changed, 1 insertions(+), 25 deletions(-) commit 42766c1f30ea1b313acbeaf23e149feaaec6c502 Author: Andika Triwidada Date: Thu Jun 28 23:21:50 2012 +0700 Updated Indonesian translation po/id.po | 676 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 447 insertions(+), 229 deletions(-) commit d891e08ff4e6eaae70012b44cf121a6bb7641ce3 Author: Florian Müllner Date: Tue Jun 26 23:12:11 2012 +0200 contacts: Pass store as parameter to create_primary_persona_from_store Contact currently references App in a couple of places, which means the class depends on pretty much any other class. In order to reuse the Contact class in the shell search provider (which will be a separate executable), reduce the Contact class' dependencies. https://bugzilla.gnome.org/show_bug.cgi?id=679002 src/contacts-contact.vala | 5 ++--- src/contacts-linking.vala | 2 +- src/contacts-new-contact-dialog.vala | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) commit 93c9ae6f2e389c6cd0a13b637177c5bcde8261ef Author: Florian Müllner Date: Tue Jun 26 22:55:25 2012 +0200 contact: Use our own store reference rather than the on in App Contact currently references App in a couple of places, which means the class depends on pretty much any other class. In order to reuse the Contact class in the shell search provider (which will be a separate executable), reduce the Contact class' dependencies. https://bugzilla.gnome.org/show_bug.cgi?id=679002 src/contacts-contact.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 72a7a5ccfde8bcc047a8ab6cdce7302efd97a464 Author: Florian Müllner Date: Tue Jun 26 22:54:52 2012 +0200 contact: Move get_eds_addressbooks() to App Contact currently references App in a couple of places, which means the class depends on pretty much any other class. In order to reuse the Contact class in the shell search provider (which will be a separate executable), reduce the Contact class' dependencies. https://bugzilla.gnome.org/show_bug.cgi?id=679002 src/contacts-app.vala | 14 +++++++++++++- src/contacts-contact.vala | 12 ------------ src/contacts-setup-window.vala | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) commit ca9d8bf63b4e75a570a0dfdb939d3a8b373b8b50 Author: Alexander Larsson Date: Mon Jun 25 11:21:04 2012 +0200 Update NEWS for release NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 81721d50f4d953eb48d1a98bb8c304a3ad10ebc3 Author: Alexander Larsson Date: Mon Jun 25 11:20:06 2012 +0200 Bump version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dd8a5e385b1708c717b49ba945b3ba99d27f6bb8 Author: Alexander Larsson Date: Mon Jun 25 11:19:11 2012 +0200 Bump eds/folks version requirements We need the new versions that have the new addressbook settings API. configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 3d202c1ed0a576da1b83521e11586b58b77a84e8 Author: Sasi Bhushan Boddepalli Date: Thu Jun 21 13:29:18 2012 +0530 Updated Telugu Translation po/te.po | 228 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 103 insertions(+), 125 deletions(-) commit b1fd21c045a3d9fb6f4eb40d0a5d25e26a1d66ba Author: Guillaume Desmottes Date: Wed Jun 20 14:17:07 2012 +0200 refresh ContactPane when the store is quiescent https://bugzilla.gnome.org/show_bug.cgi?id=678462 src/contacts-contact-pane.vala | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 90b3db14e9fae0aa448447ae913b2adf2d42e599 Author: Tom Tryfonidis Date: Tue Jun 19 19:23:20 2012 +0300 Updated Greek translation po/el.po | 218 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 113 insertions(+), 105 deletions(-) commit 19152e1acb0b74274d08a6bc64c340532f4c1800 Author: Alexander Larsson Date: Thu Jun 14 22:52:31 2012 +0200 Convert contacts to new EDS APIs This makes it compile and seems sane, but folks seems completely broken with the new EDS, so I can't actually test this. At least it builds now... src/contacts-app.vala | 8 +- src/contacts-esd-setup.c | 695 ++++++---------------------------------- src/contacts-esd-setup.h | 5 +- src/contacts-setup-window.vala | 12 +- vapi/custom.vapi | 8 +- 5 files changed, 101 insertions(+), 627 deletions(-) commit 710b004689dfaa55edfe421c65b3046f901503f8 Author: Khaled Hosny Date: Wed Jun 13 20:00:27 2012 +0200 Updated Arabic translation po/ar.po | 163 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 76 insertions(+), 87 deletions(-) commit 5a754c9e9d123a061df918301f947dca38336686 Author: Alexander Larsson Date: Thu Jun 7 10:50:04 2012 +0200 Require/build cheese correctly configure.ac | 2 ++ src/Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 1 deletions(-) commit 0ec72531f7aaebd9bf826b7d268c749eb98c8475 Author: Alexander Larsson Date: Mon Jun 4 13:45:36 2012 +0200 Update NEWS for release NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 02af984feb0ea943b923a083649a8e43b995596f Merge: 5eda582 6b69634 Author: Alexander Larsson Date: Mon Jun 4 13:41:54 2012 +0200 Import latest listbox '6b6963465e576012015eb70198599ad5aea81519' commit 6b6963465e576012015eb70198599ad5aea81519 Author: Guillaume Desmottes Date: Fri Jun 1 11:28:57 2012 +0200 add option to activate on double click egg-list-box.vala | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit f548c9de9958c0745d35da6c8d17c4dc05c68d69 Author: Guillaume Desmottes Date: Fri Jun 1 11:30:12 2012 +0200 fix style in button_{press,release}_event I hate mixing tabs and spaces... egg-list-box.vala | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 5eda582b89dd05db42cf4237e3c137fc3030a7ab Author: Kjartan Maraas Date: Wed May 30 13:46:22 2012 +0200 Updated Norwegian bokmål translation po/nb.po | 165 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 79 insertions(+), 86 deletions(-) commit a3671edbb2fcdea81dd9ab77dd2e24a28edb6929 Author: Marián Čavojský Date: Wed May 30 11:14:32 2012 +0200 Updated Slovak translation po/sk.po | 664 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 424 insertions(+), 240 deletions(-) commit 117d9e3c9e79292a4aa112d68604891eef4ad5eb Author: Guillaume Desmottes Date: Tue May 29 16:04:45 2012 +0200 cache the iter while iterating over the children The iter may be destroyed in the callback. egg-list-box.vala | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit b6523316334bf94bad7c4bb90c5d2f3960eeb008 Author: Wylmer Wang Date: Fri May 25 21:15:24 2012 +0800 update Simplified Chinese (zh_CN) translation po/zh_CN.po | 160 ++++++++++++++++++++++++++++------------------------------ 1 files changed, 77 insertions(+), 83 deletions(-) commit 6e5b00715cb28577fa18180bd0d62cc683e017bb Author: Alexander Larsson Date: Fri May 25 14:09:55 2012 +0200 Update separators when visibility changes. egg-list-box.vala | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 7ece2dfcb594c971ec18f819e54c32c6a7759ec8 Author: Alexander Larsson Date: Fri May 25 13:06:33 2012 +0200 Fix child_changed update_separator code When we move a child, three childrens separators may be affected. The moved child, the one after the new position, and the one *after* the previous position (as it got a new before). However, we were looking at the one before the previous location => bug. egg-list-box.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4f369213e334cbfaf74a57d2ae90745f9a7d483c Author: Alexander Larsson Date: Fri May 25 13:05:49 2012 +0200 Remove useless update_separator call on add When we add a child the only separators affected are the new child, and the one after that. egg-list-box.vala | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 369f6ee06f4c7ce6a463056c9229d5d23150f20a Author: Yaron Shahrabani Date: Fri May 25 10:31:39 2012 +0300 Updated Hebrew translation. po/he.po | 159 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 76 insertions(+), 83 deletions(-) commit b8e548a3174506cb3a2f71a1411ab61f1631aa70 Author: Bruno Brouard Date: Wed May 23 23:03:43 2012 +0200 Updated French translation po/fr.po | 161 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 77 insertions(+), 84 deletions(-) commit 4a94aaddbdafcadef4ee453b8534469024030023 Author: Matej Urbančič Date: Wed May 23 20:01:23 2012 +0200 Updated Slovenian translation po/sl.po | 171 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 81 insertions(+), 90 deletions(-) commit 2dc9d06b01e4ce6d11f6b2f1f58fcfbdc17a8413 Merge: e4b150a eb56153 Author: Alexander Larsson Date: Mon May 21 21:07:35 2012 +0200 Merge latest egg-list-box commit eb56153b25f6f66017e7c921dae98306aec3180e Author: Alexander Larsson Date: Mon May 21 14:40:57 2012 +0200 Test scrolled listbox not at top test-scrolled.vala | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit fbf0e164834c9093dc3553a05e5d8ebab6760a5a Author: Alexander Larsson Date: Mon May 21 14:39:57 2012 +0200 Support adjustments where the ListBox is not at top egg-list-box.vala | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit e7131454544952216536259a2c8764b758d6a184 Author: Alexander Larsson Date: Mon May 21 14:34:49 2012 +0200 Fix coordinates in size_allocate We should not add allocation.x/y to the child, as we are a window widget. egg-list-box.vala | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit a2d1672bf1baef4120f2c365320b42d472f2b350 Author: Alexander Larsson Date: Mon May 21 14:15:37 2012 +0200 Set background of GdkWindow egg-list-box.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3747eb152ddf0d679195f55a3593e5eb76f72913 Author: Alexander Larsson Date: Mon May 21 11:00:49 2012 +0200 Track and properly remove separator widget children We need to handle a separator child being destroyed any time, and we need to properly unparent them when the main child for it is removed. egg-list-box.vala | 35 ++++++++++++++++++++++++++++------- 1 files changed, 28 insertions(+), 7 deletions(-) commit 046b39990470a1448a5af3732a9be2797a9bf805 Author: Alexander Larsson Date: Mon May 21 11:00:21 2012 +0200 Clean up all .c files created from .vala files Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit b4ce5aa07fe081fc968c40bb90f8f0bc2a72e3f0 Author: Alexander Larsson Date: Mon May 21 10:58:54 2012 +0200 Fix up test-scrolled build Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2f3e856f91b8099d056c6626f860beccbe45f077 Author: Guillaume Desmottes Date: Mon May 21 09:50:33 2012 +0200 use GObject constructor Needed to be able to subclass to object in C. egg-list-box.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e4b150a2bbc07abcbee317981dc9d16d6c6e92ee Author: Fran Diéguez Date: Sun May 20 18:04:31 2012 +0200 Updated Galician translations po/gl.po | 163 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 78 insertions(+), 85 deletions(-) commit df38a057af1540074b1adf9c88c55c84f9b53054 Author: Guillaume Desmottes Date: Thu May 17 09:49:08 2012 +0200 upadte .gitignore .gitignore | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit b8c72df8ff4fef092738d5be5da71abdd6573a5f Author: Guillaume Desmottes Date: Thu May 17 09:37:20 2012 +0200 generate egg-list-box-uninstalled configure.ac | 2 +- egg-list-box-uninstalled.pc.in | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletions(-) commit f6cae2e8b46052299bbeeb5c47c84857a52862c0 Author: Guillaume Desmottes Date: Thu May 17 09:06:00 2012 +0200 Build a static library Easier to be use from C code. Makefile.am | 38 +++++++++++++++++++++++++++++++++----- 1 files changed, 33 insertions(+), 5 deletions(-) commit c25487f7c78aa207bdee4077517e0b789155ccec Author: Guillaume Desmottes Date: Wed May 16 17:27:07 2012 +0200 autogen.sh: add --no-configure option Needed when hooking autogen in the autogen of a super project. autogen.sh | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) commit c312b809d4345ff6f5d6084409136fe78e94a0a1 Author: Alexander Larsson Date: Wed May 16 14:53:49 2012 +0200 Use new ListBox.add_to_scrolled helper src/contacts-link-dialog.vala | 3 +-- src/contacts-list-pane.vala | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) commit bb9e41d6204ed5f0793ecea2d0dd70e9e30ea944 Merge: 661e6d4 736f1c9 Author: Alexander Larsson Date: Wed May 16 14:56:29 2012 +0200 Merge commit '736f1c9e3c5c8c539958532b3ea81b19fe822067' commit 736f1c9e3c5c8c539958532b3ea81b19fe822067 Author: Alexander Larsson Date: Wed May 16 14:44:05 2012 +0200 Add set_adjustment to the API instead of relying on focus_vadjustment Also, add a helper for adding to a GtkScrolledWindow egg-list-box.vala | 27 +++++++++++++++++---------- test-scrolled.vala | 2 +- 2 files changed, 18 insertions(+), 11 deletions(-) commit 09135fbb8f99d1c69d39069ed959959349bba43f Author: Alexander Larsson Date: Wed May 16 14:35:27 2012 +0200 Avoid updating separators while not visible This helps avoiding an O(n^2) add() loop where all child widgets are non-visible during child addition, so we its quite expensive to find the previous visible child. egg-list-box.vala | 26 ++++++++++++++++++-------- 1 files changed, 18 insertions(+), 8 deletions(-) commit 2e300a837a0bd4b4d1e38f06f9125a78518a1751 Author: Alexander Larsson Date: Wed May 16 14:05:18 2012 +0200 Initial version of test with scrolledwindow Makefile.am | 8 ++++- test-scrolled.vala | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+), 1 deletions(-) commit 661e6d465ceee51d27f283b2d11335c7b2bbe146 Author: Daniel Mustieles Date: Wed May 16 12:31:51 2012 +0200 Updated Spanish translation po/es.po | 166 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 80 insertions(+), 86 deletions(-) commit 8d7860761c382ffd2c123ee5d948acca051f3484 Author: Alexander Larsson Date: Wed May 16 12:14:28 2012 +0200 Make ChildInfo a class so we get rid of the by-value semantics We were comparing equality by value, etc, and we had to use "?" everywhere to work around value copying. Better just use a class. egg-list-box.vala | 103 +++++++++++++++++++++++++++------------------------- 1 files changed, 53 insertions(+), 50 deletions(-) commit 1c1809f01c2385b169192582d35758d810a0e2e0 Author: Alexander Larsson Date: Wed May 16 11:22:24 2012 +0200 Draw active child Also, make sure we only draw each child once, even if its in multiple states. egg-list-box.vala | 47 ++++++++++++++++++++++++++++++++++++----------- 1 files changed, 36 insertions(+), 11 deletions(-) commit cb626d6da80803cd7fddfb87c084087f72c1166c Author: Alexander Larsson Date: Wed May 16 11:22:13 2012 +0200 Add tracking of active child egg-list-box.vala | 44 ++++++++++++++++++++++++++++++++------------ 1 files changed, 32 insertions(+), 12 deletions(-) commit 3eba7f363efa457e0ee3f2c83eb07da70495f240 Author: Alexander Larsson Date: Wed May 16 11:21:10 2012 +0200 list-test: Add css to test prelight and active test-list.vala | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit cba7b3e35efc7be3e5dbb33aada95dd62373d474 Merge: 6de39ca 35e07a8 Author: Alexander Larsson Date: Tue May 15 14:18:38 2012 +0200 Split 'src/listbox/' into commit '35e07a8fc3a3e36176db529314d3cd7a4ec0db37' git-subtree-dir: src/listbox git-subtree-mainline: 6de39ca105da77e61e250d8dbcb1b7c027161144 git-subtree-split: 35e07a8fc3a3e36176db529314d3cd7a4ec0db37 commit 6de39ca105da77e61e250d8dbcb1b7c027161144 Author: Alexander Larsson Date: Mon May 14 11:58:45 2012 +0200 Properly escape strings passed to set_markup src/contacts-avatar-dialog.vala | 2 +- src/contacts-contact-pane.vala | 14 +++++++------- src/contacts-contact.vala | 2 +- src/contacts-link-dialog.vala | 6 +++--- src/contacts-setup-window.vala | 2 +- src/contacts-view.vala | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) commit 70da9cf9d3d1085921021dadd86bb251267bfbb6 Author: Alexander Larsson Date: Tue May 15 11:01:21 2012 +0200 Remove now unused Contacts.CellRendererShape src/Makefile.am | 1 - src/contacts-cell-renderer-shape.vala | 330 --------------------------------- 2 files changed, 0 insertions(+), 331 deletions(-) commit 35e07a8fc3a3e36176db529314d3cd7a4ec0db37 Author: Alexander Larsson Date: Tue May 15 14:10:28 2012 +0200 (split) Add ListBox.select_child method egg-list-box.vala | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 2432efa967b555bd297f203cd48b99f0753b3a57 Author: Alexander Larsson Date: Mon Feb 20 01:11:49 2012 +0100 Use Egg.ListBox for Contacts.View, not TreeView This lets us do e.g. separators, and we can drop a bunch of custom cell renderers and general fighting with TreeView src/Makefile.am | 1 + src/contacts-link-dialog.vala | 3 +- src/contacts-list-pane.vala | 4 +- src/contacts-view.vala | 553 +++++++++++++---------------------------- 4 files changed, 173 insertions(+), 388 deletions(-) commit 09c770f5148782e5538f6988273309ff63d74272 Author: Alexander Larsson Date: Tue May 15 14:10:28 2012 +0200 Add ListBox.select_child method src/listbox/egg-list-box.vala | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 4a398416711f19a0046007dfdbc299c4134d151a Merge: e7424b2 744851e Author: Alexander Larsson Date: Tue May 15 13:53:48 2012 +0200 Add 'src/listbox/' from commit '744851ea2dad9a26bddb952e6d85f28cb9c451af' git-subtree-dir: src/listbox git-subtree-mainline: e7424b256053c975ea1c7aaf0b7dfb30a6b4bde4 git-subtree-split: 744851ea2dad9a26bddb952e6d85f28cb9c451af commit e7424b256053c975ea1c7aaf0b7dfb30a6b4bde4 Author: Alexander Larsson Date: Mon May 14 16:19:57 2012 +0200 Delay showing of link hints to make scrolling faster Actually finding the matches takes some time which causes keynav to become pretty slow. src/contacts-app.vala | 2 +- src/contacts-contact-pane.vala | 31 +++++++++++++++++++++++-------- 2 files changed, 24 insertions(+), 9 deletions(-) commit ff91e2d45a3caac840e78c5cf25efbbc3a7e65c5 Author: Alexander Larsson Date: Fri May 11 16:49:21 2012 +0200 Update ContactPresense when persona set changes We might have added or removed a telepathy persona src/contacts-contact.vala | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 744851ea2dad9a26bddb952e6d85f28cb9c451af Author: Alexander Larsson Date: Tue May 15 12:21:43 2012 +0200 Initial import This is the inital version of the code from the gnome-contacts wip/sorted branch, just renamed and restructured to work standalone .gitignore | 43 +++ AUTHORS | 1 + COPYING | 481 ++++++++++++++++++++++++++++ INSTALL | 370 ++++++++++++++++++++++ Makefile.am | 25 ++ autogen.sh | 4 + configure.ac | 25 ++ egg-list-box.doap | 18 + egg-list-box.vala | 895 +++++++++++++++++++++++++++++++++++++++++++++++++++++ test-list.vala | 189 +++++++++++ 10 files changed, 2051 insertions(+), 0 deletions(-) commit 951cd42885d8e562a61bcc12cf915f1e6d38e536 Author: Guillaume Desmottes Date: Mon Apr 30 13:43:17 2012 +0200 fetch contact info of selected contact This ensures we'll display as much information as possible about the contact. https://bugzilla.gnome.org/show_bug.cgi?id=674392 src/contacts-view.vala | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 5f0a9b2b6923b662580296e308a505c0bd194313 Author: Guillaume Desmottes Date: Mon Apr 30 13:42:57 2012 +0200 Add Contact.fetch_contact_info() https://bugzilla.gnome.org/show_bug.cgi?id=674392 src/contacts-contact.vala | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 5a21167bd5403a79739b036ead9147daecd33512 Author: Tom Tryfonidis Date: Wed May 2 13:20:55 2012 +0300 Updated Greek translation po/el.po | 680 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 469 insertions(+), 211 deletions(-) commit c891fcc6fee853c45113519a366bee305d78e315 Author: Piotr Drąg Date: Mon Apr 30 16:21:20 2012 +0200 Correctly capitalize GNOME in gnome-contacts.doap gnome-contacts.doap | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 969490c941c2f7dbb5954661987e8b49e5230414 Author: Alexander Larsson Date: Mon Apr 30 14:12:49 2012 +0200 Remove non-working avatar setting in new contact dialog src/contacts-new-contact-dialog.vala | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit dfda1ee01e7c326696df6be233d560f3667cf55d Author: Giovanni Campagna Date: Wed Apr 18 20:01:08 2012 +0200 Fix retrieving Personal evo group name The code building the domain was always building odd (unstable) versions, and was not initializing the localedir appropriately. This resulted in "Personal" instead of the right group name and therefore did not recognize the system group. https://bugzilla.gnome.org/show_bug.cgi?id=674347 src/contacts-esd-setup.c | 9 +++++++-- src/main.vala | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) commit 99d0f223bec6e0d4475f99ce80f4ca2e4af28967 Author: Alexander Larsson Date: Mon Apr 30 13:59:02 2012 +0200 Require Gtk 3.4.0 (as we use API from it) configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ed464680f7144b1c48e345fe43a8e779cc036147 Author: Alexander Larsson Date: Mon Apr 30 13:54:04 2012 +0200 Support "." in facebook profile uris Reported by Laurent Bigonville Fixed bug #673459 src/contacts-contact.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9c08a34622ff9270e550887d6f6297dffe3d3969 Author: Yaron Shahrabani Date: Sun Apr 22 11:17:18 2012 +0300 Updated Hebrew translation. po/he.po | 191 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 110 insertions(+), 81 deletions(-) commit b11c2b9251402bbddb703b07847bf069a062308d Author: Bruno Brouard Date: Wed Apr 11 14:27:20 2012 +0200 Updated French translation po/fr.po | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 59ee7ba9b9ce7179489c8a4fd76cc14937d12f56 Author: Carles Ferrando Date: Wed Apr 11 00:08:47 2012 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 82a5a09e8284c68a13ef5ee38fd8877cab0d3a4d Author: Jordi Serratosa Date: Wed Apr 11 00:08:32 2012 +0200 [l10n] Fixes on Catalan translation po/ca.po | 41 +++++++++++++++++++++++------------------ 1 files changed, 23 insertions(+), 18 deletions(-) commit 84d30f053348c62e687c505a025dc1a533f853dd Author: Erick Pérez Castellanos Date: Sat Mar 31 10:38:05 2012 -0400 Improved flash. This might have some trouble with double displays. src/contacts-avatar-dialog.vala | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 8905ac364d21e77fe78afdd8088c38b3c194506f Author: Erick Pérez Castellanos Date: Thu Mar 29 18:16:03 2012 +0200 Added cheese flash effect to the act to taking the photo. src/contacts-avatar-dialog.vala | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) commit 5c990b42676aea13413fe55a0d7225a0119c35d2 Author: Erick Pérez Castellanos Date: Fri Feb 24 00:58:00 2012 -0500 Adding cheese-flash effect support. Old files from gnome-screenshot, not the ones from actual cheese since does involves more stuff. https://bugzilla.gnome.org/show_bug.cgi?id=657978 src/Makefile.am | 2 + src/cheese-flash.c | 215 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/cheese-flash.h | 52 +++++++++++++ vapi/custom.vapi | 9 ++ 4 files changed, 278 insertions(+), 0 deletions(-) commit a4ac6bf202c5a2dcced69ecb03a421aa4bbc551a Author: Erick Pérez Castellanos Date: Thu Mar 29 18:13:25 2012 +0200 Adding webcam support when setting new avatars. I think the implementation is kinda ugly because of those all if/endif. But I can think of other way of doing it. So far the testing for a webcam device is kinda hacky, but it works without too much hazard. The other detection method I can use is the one in cheese and that includes using gudev, and I didn't want to add a new dependency. src/contacts-avatar-dialog.vala | 101 ++++++++++++++++++++++++++++++++++++++- 1 files changed, 100 insertions(+), 1 deletions(-) commit e09da110d6ddbd9c1d8926eecc4424c8df9d70b7 Author: Erick Pérez Castellanos Date: Tue Feb 21 09:31:54 2012 -0500 Adding gstreamer support and Gst initialization in main. https://bugzilla.gnome.org/show_bug.cgi?id=657978 configure.ac | 12 ++++++++++++ src/Makefile.am | 9 +++++++++ src/main.vala | 4 ++++ 3 files changed, 25 insertions(+), 0 deletions(-) commit c0a3b476eff59cfa0e7d6ee9059077be5ce02816 Author: Erick Pérez Castellanos Date: Thu Mar 29 18:09:36 2012 +0200 Reorganizing views in AvatarDialog. Setting the widgets showing the differents views into a Gtk.Notebook for easy handling, and further adding of webcam photo shooting. src/contacts-avatar-dialog.vala | 108 +++++++++++++++++++++----------------- 1 files changed, 60 insertions(+), 48 deletions(-) commit 5409d5bdad15f69194948d1f27800f6293bb76ca Author: Alexander Larsson Date: Thu Mar 29 15:27:55 2012 +0200 bump to unstable version on master configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a8dfbf7472b7d184a68aae3f0f16ea92df2c97de Author: Alexander Larsson Date: Mon Mar 26 21:01:16 2012 +0200 Update NEWS for release NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit ebf01b692c765f63fe9fecbf4827fd4c9585835b Author: Alexander Larsson Date: Mon Mar 26 21:01:08 2012 +0200 Bump version to 3.4 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f68eb3a9a8459c5c3809917ec86e2c43ce064007 Author: Mako N Date: Sun Mar 25 16:10:45 2012 +0900 Updated Japanese translation. po/ja.po | 692 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 473 insertions(+), 219 deletions(-) commit 5381361061214510ca88c7e50e0173708aac66f8 Author: Bruno Brouard Date: Sat Mar 24 13:40:12 2012 +0100 Updated French translation po/fr.po | 618 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 406 insertions(+), 212 deletions(-) commit 26f751ceecdf2f0de78fd8697de15d1eeba783f8 Author: Muhammet Kara Date: Fri Mar 23 22:59:49 2012 +0200 [l10n]Updated Turkish translation po/tr.po | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) commit 3bdcb9c94e582c2cb5f5ce17dba92c3360a958d0 Author: Khaled Hosny Date: Fri Mar 23 18:00:06 2012 +0200 Review translation po/ar.po | 150 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 74 insertions(+), 76 deletions(-) commit e95ca209bee5492a5337844299199511d290a047 Author: Ibrahim Saed Date: Fri Mar 23 17:41:49 2012 +0200 Updated Arabic translation po/ar.po | 734 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 493 insertions(+), 241 deletions(-) commit 7bf473056ada1a24baae025cf48514fa58ca42a6 Author: Duarte Loreto Date: Thu Mar 22 00:30:23 2012 +0000 Updated Portuguese translation po/pt.po | 711 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 494 insertions(+), 217 deletions(-) commit 5dac80f9b88c7cf129eb258023c14d14f1ca23c2 Author: Antonio Fernandes C. Neto Date: Wed Mar 21 08:14:25 2012 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 287 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 141 insertions(+), 146 deletions(-) commit 33a414d67ab135a9e12784547d3d75887237ab7c Author: Alexander Larsson Date: Wed Mar 21 09:39:58 2012 +0100 Bump version to 3.3.92 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c7ef9761d3f2ae2e6706da27008241a7e8dee9c7 Author: Alexander Larsson Date: Wed Mar 21 09:39:40 2012 +0100 Update NEWS for release NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 4b60e9625d938c68972e983a0b6a7ec2a3a6b3aa Author: Carles Ferrando Date: Sun Mar 18 13:37:20 2012 +0100 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 676 ++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 464 insertions(+), 212 deletions(-) commit 4f8d8263f00470d5d78a3600976eebfa2cba70c2 Author: Pau Iranzo Date: Sun Mar 18 13:37:15 2012 +0100 [l10n] Updated Catalan translation po/ca.po | 676 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 464 insertions(+), 212 deletions(-) commit b37d266a599cdf090d9d8cb760b80c4a0a1517fb Author: Muhammet Kara Date: Sat Mar 17 13:25:36 2012 +0200 [l10n]Updated Turkish translation po/tr.po | 416 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 292 insertions(+), 124 deletions(-) commit 079d5e37130fab8f8a918caa47989adb04311c92 Author: Adam Matoušek Date: Fri Mar 16 20:29:19 2012 +0100 Updated Czech translation po/cs.po | 412 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 271 insertions(+), 141 deletions(-) commit bbb9a0fa31030f8dbb337fb855fa8141ddbf4a3d Author: Dr.T.Vasudevan Date: Thu Mar 15 12:14:58 2012 +0530 updated Tamil translation po/ta.po | 118 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 59 insertions(+), 59 deletions(-) commit 1407ae48a666bef398c4b9d2e9f5f111fb0683e7 Author: Dr.T.Vasudevan Date: Thu Mar 15 11:49:35 2012 +0530 updated Tamil translation po/ta.po | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) commit 5c86905e47673b4e0738d156fc988668824ee2a9 Author: Mario Blättermann Date: Wed Mar 14 22:31:03 2012 +0100 [l10n] Updated German translation po/de.po | 677 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 463 insertions(+), 214 deletions(-) commit e058b99d00d684e645052ea67901ff2b0f455bc4 Author: Akom Chotiphantawanon Date: Wed Mar 14 17:34:00 2012 +0700 Updated Thai translation. po/th.po | 402 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 281 insertions(+), 121 deletions(-) commit 7dca7ff91be09a5f6a3b63ff37ab00bb07328aba Author: Kris Thomsen Date: Wed Mar 14 10:34:06 2012 +0100 Updated Danish translation po/da.po | 145 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 74 insertions(+), 71 deletions(-) commit a42a638d5ed73fb13f377532495ba4f7875f90c0 Author: Anita Reitere Date: Wed Mar 14 00:52:36 2012 +0200 Updated Latvian translation. po/lv.po | 720 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 499 insertions(+), 221 deletions(-) commit 0cf14c8ebbd5b34af89af3c3711fdd2284d0034f Author: Bruce Cowan Date: Tue Mar 13 13:52:42 2012 +0000 Updated British English translation po/en_GB.po | 658 ++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 450 insertions(+), 208 deletions(-) commit 0f9103128e60b07ca851a535fb0b7f226df3d2d2 Author: Claudio Arseni Date: Tue Mar 13 01:03:29 2012 +0100 l10n: updated Italian translaion po/it.po | 673 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 459 insertions(+), 214 deletions(-) commit cf26b244ac233134ded38f85e1296c323b2e0113 Author: Timo Jyrinki Date: Mon Mar 12 11:02:52 2012 +0200 Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint po/fi.po | 430 ++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 268 insertions(+), 162 deletions(-) commit afb3c49b078a6ec38f5e905bd6556db48fbc71f4 Author: Kristjan SCHMIDT Date: Sun Mar 11 12:23:00 2012 +0100 Updated Esperanto translation po/eo.po | 674 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 460 insertions(+), 214 deletions(-) commit 9a3bcfedb2fa59648c5e2b46724707ea8e2b22d9 Author: Praveen Illa Date: Sun Mar 11 16:36:34 2012 +0530 Updated Telugu Translation po/te.po | 424 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 296 insertions(+), 128 deletions(-) commit 73c7a517e28d22f7b211aa550a753b734a0ca4ed Author: Piotr Drąg Date: Sat Mar 10 19:14:06 2012 +0100 Updated Polish translation po/pl.po | 606 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 399 insertions(+), 207 deletions(-) commit 3821156c7d401a82226443144f809bdb1d4cb789 Author: Arash Mousavi Date: Sat Mar 10 17:20:19 2012 +0330 Updated Persian Translation po/fa.po | 460 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 292 insertions(+), 168 deletions(-) commit dc1c14577125c3396138f2ea0208f0abc6178858 Author: Arash Mousavi Date: Sat Mar 10 12:47:34 2012 +0330 Updated Persian Translation po/fa.po | 515 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 302 insertions(+), 213 deletions(-) commit 9d7a1f5ae7aa7b60d0500c71b5e35838b39b1d05 Author: Seong-ho, Cho Date: Sat Mar 10 17:19:04 2012 +0900 Updated Korean translation po/ko.po | 609 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 398 insertions(+), 211 deletions(-) commit b66ec521e64d090901a1f84738d262e0ace9328d Author: Nguyễn Thái Ngọc Duy Date: Thu Mar 8 19:25:15 2012 +0700 Updated Vietnamese translation po/vi.po | 161 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 68 insertions(+), 93 deletions(-) commit f3cb7b8824bfa236b3754d3fb5b4ef5ca4bd3863 Author: Nguyễn Thái Ngọc Duy Date: Thu Mar 8 19:16:16 2012 +0700 po/vi: import from Damned Lies po/vi.po | 722 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 506 insertions(+), 216 deletions(-) commit c5197882550e475cb323decf1a1deddaa0a85bab Author: Aurimas Černius Date: Wed Mar 7 19:05:29 2012 +0200 Updated Lithuanian translation po/lt.po | 471 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 294 insertions(+), 177 deletions(-) commit 054e6faf68c729e31de43c914f51b6805305072f Author: Daniel Korostil Date: Wed Mar 7 10:31:48 2012 +0200 Uploaded Ukranian po/uk.po | 663 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 454 insertions(+), 209 deletions(-) commit 8cffae745629ba39f944d169d03a83bdbea5e213 Author: tuhaihe Date: Tue Mar 6 17:57:11 2012 +0800 update Simplified Chinese (zh_CN) translation po/zh_CN.po | 673 ++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 461 insertions(+), 212 deletions(-) commit fd120d2d6b025f7c2a17c8010f29f362ee773eca Author: Gabor Kelemen Date: Tue Mar 6 04:38:41 2012 +0100 Updated Hungarian translation po/hu.po | 659 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 449 insertions(+), 210 deletions(-) commit cbe46bb713d1ac5de5cd835142eacf033febb2fb Author: Alexander Larsson Date: Mon Mar 5 16:35:37 2012 +0100 Fix up deprecated vala method usage src/contacts-avatar-dialog.vala | 2 +- src/contacts-cell-renderer-shape.vala | 16 ++++++++-------- src/contacts-contact-pane.vala | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) commit 7d4fad24db31155e01518fad9ec9e382a8d2fbff Author: Alexander Larsson Date: Mon Mar 5 16:35:05 2012 +0100 Rename member to avoid conflict with Dialgo.add_button method src/contacts-avatar-dialog.vala | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit a928269918d598f4a687dfe64a9b4aa126e8bcab Author: Alexander Larsson Date: Mon Mar 5 16:34:38 2012 +0100 Fix some unused variable warnings src/contacts-app.vala | 2 +- src/contacts-contact-pane.vala | 4 ++-- src/contacts-new-contact-dialog.vala | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) commit 674e169e599368454e27bf614a0cba476f39ab0d Author: Alexander Larsson Date: Mon Mar 5 16:33:56 2012 +0100 Fix a bunch of warnings about exceptions src/contacts-avatar-dialog.vala | 16 ++++++++-------- src/contacts-contact.vala | 2 +- src/contacts-utils.vala | 14 +++++++++++--- 3 files changed, 20 insertions(+), 12 deletions(-) commit b1824897d4e0ecd9e5ffa16af05db7ad45cb596a Author: Alexander Larsson Date: Mon Mar 5 16:32:22 2012 +0100 Remove unnecessary model property that conflicted with Treeview.model src/contacts-view.vala | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit 386c92e405d2e5dd0f5f2f4148b02de0a4dc461c Author: Nilamdyuti Goswami Date: Mon Mar 5 20:51:04 2012 +0530 Assamese translation completed po/as.po | 729 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 488 insertions(+), 241 deletions(-) commit a75b0e754edf49edc8dcd0ecebf72e87b3616a50 Author: Alexander Larsson Date: Mon Mar 5 16:08:09 2012 +0100 Bump version to 3.3.91 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e97b1acb2f2391865f92471276e34b59583e4c75 Author: Alexander Larsson Date: Mon Mar 5 16:07:55 2012 +0100 Update NEWS for release NEWS | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 8f6d718d800c483d86748aa7eff83290c552ed9e Author: Alexander Larsson Date: Mon Mar 5 15:48:29 2012 +0100 Require a later telepathy-glib for the Call stuff configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a2ad45269ea05e97e1ff0a631c2875f3541cf315 Author: Alexander Larsson Date: Mon Mar 5 15:41:21 2012 +0100 Remove generated INSTALL file from git INSTALL | 365 --------------------------------------------------------------- 1 files changed, 0 insertions(+), 365 deletions(-) commit ebc13834efd5a4aec8a2b6a104b8c6a862cfeea8 Author: Inaki Larranaga Murgoitio Date: Sun Mar 4 12:16:56 2012 +0100 Updated Basque language po/eu.po | 163 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 103 insertions(+), 60 deletions(-) commit f1e36014c37e7c298f12694d98f4a2d243f260b7 Author: Inaki Larranaga Murgoitio Date: Sat Mar 3 19:56:47 2012 +0100 Updated Basque language po/eu.po | 651 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 442 insertions(+), 209 deletions(-) commit 3eae3e0501539c1d3de7c062abaaa591f79ba1d9 Author: Erick Pérez Castellanos Date: Fri Mar 2 11:13:54 2012 -0500 Fixing bug: Contacts displayed as online while he's not Bug: https://bugzilla.gnome.org/show_bug.cgi?id=671037 src/contacts-contact-pane.vala | 9 ++++++--- src/contacts-contact.vala | 7 ++++--- 2 files changed, 10 insertions(+), 6 deletions(-) commit 424c77f0b6fde97e2422b64b2d7326407913670d Author: Praveen Arimbrathodiyil Date: Fri Mar 2 21:49:34 2012 +0530 Malayalam translations by Jishnu po/LINGUAS | 1 + po/ml.po | 660 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 661 insertions(+), 0 deletions(-) commit cfa17e2cc6c6517211557f9c75513594be2af4cf Author: Yaron Shahrabani Date: Fri Mar 2 15:02:36 2012 +0200 Updated Hebrew translation. po/he.po | 67 +++++++++++++++++++++++-------------------------------------- 1 files changed, 25 insertions(+), 42 deletions(-) commit 21fece6d95116f16c4ec9b2f8f43fb42b2e746ae Author: Yaron Shahrabani Date: Fri Mar 2 14:44:14 2012 +0200 Updated Hebrew translation. po/he.po | 53 +++++++++++++++++++++++++++++------------------------ 1 files changed, 29 insertions(+), 24 deletions(-) commit ba0de04e1cbee48a087149015306e7969f641889 Author: Erick Pérez Castellanos Date: Thu Mar 1 09:39:59 2012 -0500 Fixing bug Crash when adding to My Contacts. https://bugzilla.gnome.org/show_bug.cgi?id=670880 src/contacts-linking.vala | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit e5a1dc64c1e18403a6a3192733d215a379db6caa Author: Guillaume Desmottes Date: Mon Feb 27 13:25:45 2012 +0100 Use Call API Since 3.3.90 Empathy now only ships empathy-call which implement the new Call API. https://bugzilla.gnome.org/show_bug.cgi?id=670869 src/contacts-utils.vala | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 6c5e0456fea53a3776a36b746298aa219cd3b766 Author: Alexander Larsson Date: Mon Feb 27 11:19:09 2012 +0100 Make linking other-to-other actually work Missed the !is_main case in the last commit src/contacts-contact.vala | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) commit 9d38224d24d4b6d8fd002f0089e67274be91a946 Author: Alexander Larsson Date: Mon Feb 27 11:04:04 2012 +0100 Support linking non-main contacts with other non-main contacts This is useful to link e.g. telepathy personas together which empathy wants since it dropped its link dialog. Its not as weird as linking two main contacts togethery, as you often have one main contacts and multiple other contacts, but they may very well be linked together in another sequence. src/contacts-contact.vala | 5 ++--- src/contacts-link-dialog.vala | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) commit 3897f37ce04d0873c8f10dfc357c35e418d34337 Author: Mattias Põldaru Date: Mon Feb 27 11:51:52 2012 +0200 [l10n] Updated Estonian translation po/et.po | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 938e2f6fa80bc48b343e0d71d2f23532fb301876 Author: Daniel Nylander Date: Sun Feb 26 18:07:20 2012 +0100 Updated Swedish translation po/sv.po | 688 ++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 474 insertions(+), 214 deletions(-) commit aec99e5343c4863089cbcb16c13e7ae8a4b62c29 Author: Ihar Hrachyshka Date: Sun Feb 26 13:02:43 2012 +0300 Updated Belarusian translation. po/be.po | 25 +++++++++++++++++++------ 1 files changed, 19 insertions(+), 6 deletions(-) commit adefdf1f56902a9eb645c1b8ed4a1223440dbc21 Author: Chao-Hsiung Liao Date: Sat Feb 25 10:48:38 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 93 ++++++++++++++++++++++++++++------------------------------ po/zh_TW.po | 93 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 90 insertions(+), 96 deletions(-) commit 0045a95f319c24f211428c7c7bed22e36b8899b3 Author: Yuri Myasoedov Date: Fri Feb 24 18:06:00 2012 +0400 Updated Russian translation po/ru.po | 208 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 104 insertions(+), 104 deletions(-) commit 43df68d6eb620e1e1694133c47178343270a11f7 Author: A S Alam Date: Fri Feb 24 07:00:31 2012 +0530 update Punjabi Translation po/pa.po | 715 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 494 insertions(+), 221 deletions(-) commit 51b05a9622a508546ab1b6b087209c22412e3181 Author: Kjartan Maraas Date: Thu Feb 23 18:52:10 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 62 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 40 insertions(+), 22 deletions(-) commit c8b1e8c9d7f140d8e13efa5102f5f47338d3c170 Author: Dr.T.Vasudevan Date: Thu Feb 23 14:19:58 2012 +0530 updated Tamil translation po/ta.po | 645 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 438 insertions(+), 207 deletions(-) commit 96e3b567cb89ed3bd4ef5c4403603fd586762100 Author: Alexander Shopov Date: Thu Feb 23 07:35:33 2012 +0200 Updated Bulgarian translation po/bg.po | 61 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 40 insertions(+), 21 deletions(-) commit 4cdac0976b69cc860430b10f1600932b84e21529 Author: Matej Urbančič Date: Tue Feb 21 22:29:08 2012 +0100 Updated Slovenian translation po/sl.po | 49 +++++++++++++++++++++++++++---------------------- 1 files changed, 27 insertions(+), 22 deletions(-) commit 39a03569b7435c3bc3bb956f76670544e7d4d1fc Author: Daniel Mustieles Date: Tue Feb 21 14:04:19 2012 +0100 Updated Spanish translation po/es.po | 61 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 33 insertions(+), 28 deletions(-) commit 81cc247dba1cb5980a1c64abffb2a4817f382bd8 Author: Fran Diéguez Date: Tue Feb 21 11:27:12 2012 +0100 Updated Galician translations po/gl.po | 163 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 91 insertions(+), 72 deletions(-) commit b8a4a1bdf251e9d418939383fb5bee0bfe8f2626 Author: Мирослав Николић Date: Tue Feb 21 09:43:35 2012 +0100 Updated Serbian translation po/sr.po | 65 ++++++++++++++++++++++++++++++------------------------- po/sr@latin.po | 65 ++++++++++++++++++++++++++++++------------------------- 2 files changed, 70 insertions(+), 60 deletions(-) commit 1812df122137807080fa7803e9d80472c7f04fd7 Author: Kenneth Nielsen Date: Mon Feb 20 23:09:54 2012 +0100 Updated Danish translation po/da.po | 414 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 290 insertions(+), 124 deletions(-) commit d82437098e668c4599c52d765013364ed51bc6b6 Author: Ihar Hrachyshka Date: Mon Feb 20 17:24:49 2012 +0300 Updated Belarusian translation. po/be.po | 77 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 43 insertions(+), 34 deletions(-) commit 981d1d280b4d5c0cd1875b2bb5d334c57aa9b65e Author: Alexander Larsson Date: Mon Feb 20 13:28:59 2012 +0100 Update NEWS NEWS | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 2fd096196801da2c33e3b39d38bf3daccad6769d Author: Alexander Larsson Date: Mon Feb 20 13:27:46 2012 +0100 Bump version number configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a61ac3ef6ab301874629d8ebf31070be79341e88 Author: Alexander Larsson Date: Mon Feb 20 13:17:23 2012 +0100 Switch to a new application icon data/gnome-contacts.desktop.in.in | 2 +- src/contacts-app.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 8698a9409380552a6ef63ffb0f7da6351e444c51 Author: Alexander Larsson Date: Mon Feb 20 13:00:48 2012 +0100 Make link messages somewhat cleaner src/contacts-app.vala | 9 +++++++-- src/contacts-contact-pane.vala | 5 ++--- src/contacts-link-dialog.vala | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) commit 52aa12b4d29701a5f3db6b662bc0de294188edac Author: Alexander Larsson Date: Mon Feb 20 11:39:02 2012 +0100 Remove weird padding after "Other Contacts" header in list src/contacts-view.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b5572d8fb35cc75300ebb0caa61cc24f455452f6 Author: Alexander Larsson Date: Sun Feb 19 16:16:26 2012 +0100 Combine View and ViewWidget src/contacts-link-dialog.vala | 9 +++------ src/contacts-list-pane.vala | 11 ++++------- src/contacts-view.vala | 23 +++++++++++------------ 3 files changed, 18 insertions(+), 25 deletions(-) commit fec18834c1d4389f776f11a48cbb9b5fefeed83c Author: Мирослав Николић Date: Mon Feb 20 10:53:28 2012 +0100 Updated Serbian translation po/sr.po | 88 +++++++++++++++++++++++++++++-------------------------- po/sr@latin.po | 88 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 92 insertions(+), 84 deletions(-) commit 2fe00de9013fb14b6764b647995fa507226addfc Author: Kjartan Maraas Date: Sun Feb 19 19:45:09 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 126 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 65 insertions(+), 61 deletions(-) commit ae1a6874d2c3abf52f99891d72ee5fe31740d930 Author: Mattias Põldaru Date: Sun Feb 19 12:23:07 2012 +0200 [l10n] Updated Estonian translation po/et.po | 24 ++++++++++++++---------- 1 files changed, 14 insertions(+), 10 deletions(-) commit 45b9a68b377e19642f5305abbf41465d1f13d5c7 Author: Ivaylo Valkov Date: Sun Feb 19 10:02:12 2012 +0200 Updated Bulgarian translation po/bg.po | 56 ++++++++++++++++++++++++-------------------------------- 1 files changed, 24 insertions(+), 32 deletions(-) commit 2ce0950caacfdbb2a3c8e9cd9cfebfe118c3fc45 Author: Yaron Shahrabani Date: Sat Feb 18 10:47:04 2012 +0200 Updated Hebrew translation. po/he.po | 217 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 125 insertions(+), 92 deletions(-) commit a0762a6ea1db68f954335bc2301a8bc89131439a Author: Chao-Hsiung Liao Date: Sat Feb 18 08:41:39 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 215 +++++++++++++++++++++++++++++++++++++---------------------- po/zh_TW.po | 213 +++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 269 insertions(+), 159 deletions(-) commit 259630825aae6436da915e6cd1a1981c2ef6e116 Author: Matej Urbančič Date: Fri Feb 17 21:45:15 2012 +0100 Updated Slovenian translation po/sl.po | 44 ++++++++++++++++++++++++-------------------- 1 files changed, 24 insertions(+), 20 deletions(-) commit 230738339a881894c7c1b352824b8293dd0433c3 Author: Daniel Mustieles Date: Thu Feb 16 17:29:25 2012 +0100 Updated Spanish translation po/es.po | 88 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 46 insertions(+), 42 deletions(-) commit 71937fe04de04540fb9dfbeb2510b783b77aaf3b Author: Alexander Larsson Date: Thu Feb 16 14:45:46 2012 +0100 Create new google personas in the "my contacts" group src/contacts-contact.vala | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) commit 67530e4d20017761230516735c7d34624cd57352 Author: Alexander Larsson Date: Thu Feb 16 14:32:02 2012 +0100 Centralize calls to add_persona_from_details to one place This way we can add custom code there. src/contacts-contact.vala | 5 +++++ src/contacts-linking.vala | 2 +- src/contacts-new-contact-dialog.vala | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) commit 2ae7f2f566bf7c68115d671da9a8ed09a4e00fc8 Author: Alexander Larsson Date: Thu Feb 16 14:18:41 2012 +0100 Add "Add to My Contacts" button. src/contacts-contact-pane.vala | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit 76b3ad5859fd4683c87466cb61bbd860a4b634dd Author: Alexander Larsson Date: Thu Feb 16 14:18:14 2012 +0100 Support linking with NULL to create a primary persona src/contacts-linking.vala | 30 +++++++++++++++++++----------- 1 files changed, 19 insertions(+), 11 deletions(-) commit fe2ab67a40d4bd4fc9b146a943d0c4e11903e574 Author: Alexander Larsson Date: Thu Feb 16 14:17:30 2012 +0100 Show a title for primary non-main contacts in content pane src/contacts-contact-pane.vala | 5 ++--- src/contacts-contact.vala | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) commit e6ba541188d556bf68c704a741064b13fe74e914 Author: Ivaylo Valkov Date: Thu Feb 16 07:17:08 2012 +0200 Updated Bulgarian translation po/bg.po | 121 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 66 insertions(+), 55 deletions(-) commit 4b698fd6c9a7257e817026b9a1bad440bf2e70db Author: Matej Urbančič Date: Wed Feb 15 20:55:22 2012 +0100 Updated Slovenian translation po/sl.po | 140 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 80 insertions(+), 60 deletions(-) commit 808d56294b4bc7d796c5f265f5146f33f29c4a70 Author: Ihar Hrachyshka Date: Wed Feb 15 21:57:22 2012 +0300 Updated Belarusian translation. po/be.po | 112 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 57 insertions(+), 55 deletions(-) commit d58268c7ee9c783a083f15eda5ea89d21be31463 Author: Daniel Mustieles Date: Wed Feb 15 13:00:33 2012 +0100 Updated Spanish translation po/es.po | 37 ++++++++++++++++++++++--------------- 1 files changed, 22 insertions(+), 15 deletions(-) commit 6e4a662421ae12f2f7c61faba375106aa63e855d Author: Alexander Larsson Date: Tue Feb 14 12:15:01 2012 +0100 Exit edit mode if clicking on non-editing widget src/contacts-contact-pane.vala | 29 ++++++++++++++++++++++------- 1 files changed, 22 insertions(+), 7 deletions(-) commit d85a6f8060c979ac050b3a17c72b74dd9880a541 Author: Alexander Larsson Date: Tue Feb 14 11:46:35 2012 +0100 Remove unused separator in search toolbar https://bugzilla.gnome.org/show_bug.cgi?id=669571 src/contacts-list-pane.vala | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 28e52349953ee92bc2d1c063231f3496dd8980b7 Author: Alexander Larsson Date: Tue Feb 14 11:44:35 2012 +0100 Minor layout fixes in avatar dialog https://bugzilla.gnome.org/show_bug.cgi?id=669561 src/contacts-avatar-dialog.vala | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) commit dc5257b008a136db2927430fab1ac1cfcbfa753e Author: Мирослав Николић Date: Tue Feb 14 11:36:24 2012 +0100 Updated Serbian translation po/sr.po | 122 ++++++++++++++++++++++++++++++-------------------------- po/sr@latin.po | 122 ++++++++++++++++++++++++++++++-------------------------- 2 files changed, 130 insertions(+), 114 deletions(-) commit 1b27124ccdaac949cbdd9e06f4cad00fbceb6dfc Author: Alexander Larsson Date: Tue Feb 14 11:18:37 2012 +0100 Try to left align avatar in content pane Its hard to left align the avatar in the content pane as its inside a button with theme-dependent size. We hack around it by creating a special row group for that row and setting no spacing after column 0. This doesn't quite get it right, but it looks better at least. src/contacts-contact-pane.vala | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit b300ca6fbbeab30f9732d8936d0551a63e4710a6 Author: Alexander Larsson Date: Tue Feb 14 11:18:21 2012 +0100 Add RowGroup.copy() src/contacts-row.vala | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit ee8d60105207cc990b323c0bf7d57e09a688e535 Author: Alexander Larsson Date: Tue Feb 14 11:16:25 2012 +0100 Mark frame buttons so that they are themed square src/contacts-contact-frame.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1011ed627d05ac2eb021e671ecaa2cb01edc8981 Author: Alexander Larsson Date: Mon Feb 13 17:17:18 2012 +0100 Change text of Add... button to New https://bugzilla.gnome.org/show_bug.cgi?id=669576 src/contacts-app.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 335912743f8c3de6a80ac6b7b1683fd05923fc2f Author: Daniel Mustieles Date: Mon Feb 13 17:14:36 2012 +0100 Updated Spanish translation po/es.po | 109 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 56 insertions(+), 53 deletions(-) commit d406bbeb94ae470be923d21e234531f2a807cb36 Author: Alexander Larsson Date: Mon Feb 13 17:08:44 2012 +0100 Always show call button and expand action buttons See https://bugzilla.gnome.org/show_bug.cgi?id=669556 src/contacts-contact-pane.vala | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) commit a7540074206281863fb03b5c8b1c9a1ccb01d96a Author: Alexander Larsson Date: Mon Feb 13 17:03:56 2012 +0100 Improvement in Add detail layout See https://bugzilla.gnome.org/show_bug.cgi?id=669560 src/contacts-contact-pane.vala | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6e003d0da5f7e8452f7a47cffd659028afa8c99f Author: Alexander Larsson Date: Mon Feb 13 16:39:12 2012 +0100 Fix some layout details in first run dialog. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=669555 src/contacts-setup-window.vala | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) commit b816bd5624db94f82ecfdd3aad5c09941dae9d89 Author: Yuri Myasoedov Date: Mon Feb 13 14:05:32 2012 +0400 Updated Russian translation po/ru.po | 427 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 302 insertions(+), 125 deletions(-) commit 4ef7885bccd3f454875f51f20d0fc6a450747b03 Author: Ivaylo Valkov Date: Mon Feb 13 07:23:08 2012 +0200 Updated Bulgarian translation po/bg.po | 147 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 86 insertions(+), 61 deletions(-) commit 83d5ad3456d851920d9bedc24d2dc400a3c4c9fc Author: Djavan Fagundes Date: Sun Feb 12 23:06:17 2012 -0200 Updated Brazilian Portuguese translation by Fábio Nogueira and myself po/pt_BR.po | 674 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 674 insertions(+), 0 deletions(-) commit 12e52c16e56bbf026795ac8dc8930bf5431799dc Author: Djavan Fagundes Date: Sun Feb 12 23:04:13 2012 -0200 Updated Brazilian Portuguese translation by Fábio Nogueira and myself po/pt_BR.po | 472 ----------------------------------------------------------- 1 files changed, 0 insertions(+), 472 deletions(-) commit dfc271023c75b6dba1ac60e33cf0481998de4d46 Author: Мирослав Николић Date: Sun Feb 12 20:36:50 2012 +0100 Updated Serbian translation po/sr.po | 51 +++++++++++++++++---------------------------------- po/sr@latin.po | 51 +++++++++++++++++---------------------------------- 2 files changed, 34 insertions(+), 68 deletions(-) commit 9e56509fdc962f615cc8a175b969f792c8ca9b30 Author: Ihar Hrachyshka Date: Sat Feb 11 22:36:41 2012 +0300 Updated Belarusian translation. po/be.po | 356 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 239 insertions(+), 117 deletions(-) commit 89ba09684da11e4e8f5f93547b59fb7de25866f2 Author: Priit Laes Date: Wed Feb 8 10:58:05 2012 +0200 [l10n] Added Estonian (et) to LINGUAS po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 74aebdc045feacba3dac01151aa06223fe940138 Author: Mattias Põldaru Date: Wed Feb 8 10:56:29 2012 +0200 [l10n] Updated Estonian translation po/et.po | 493 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 493 insertions(+), 0 deletions(-) commit d89aaf2d3301b63a41542bc7efdf52df2e5f0f2e Author: Erick Pérez Castellanos Date: Mon Feb 6 10:24:08 2012 -0500 Addig crop support to avatars. The crop operation is triggered when the picture selected as avatar is larger than 128 X 128 The widget UmCropArea is recreated everytime because it doesn't handle right resetting a new picture. There still missing to implement the update of the grid showing the avatars to included the new cropped picture. https://bugzilla.gnome.org/show_bug.cgi?id=657977 src/contacts-avatar-dialog.vala | 61 ++++++++++++++++++++++++++++++++++++-- src/contacts-contact-pane.vala | 2 +- 2 files changed, 58 insertions(+), 5 deletions(-) commit 66b6b5427d77b0579c403b0e7bdf72b051047ae9 Author: Erick Pérez Castellanos Date: Mon Feb 6 10:17:38 2012 -0500 Adding support for UmCropArea widget from gnome-control-center. src/Makefile.am | 2 + src/um-crop-area.c | 818 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/um-crop-area.h | 65 ++++ vapi/custom.vapi | 12 + 4 files changed, 897 insertions(+), 0 deletions(-) commit 6279247aae73b4d4de1148af1a6defbdfee6555d Author: Alexander Larsson Date: Tue Feb 7 15:13:00 2012 +0100 Don't edit uneditable rows src/contacts-contact-pane.vala | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit e2358950c363d22565cdc55b5cef4c402d1b17b2 Author: Fran Diéguez Date: Tue Feb 7 11:35:19 2012 +0100 Updated Galician translations po/gl.po | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) commit 909e3190b061a695a0f8c68c0dd78e4babb0f3c8 Author: Daniel Mustieles Date: Tue Feb 7 11:28:30 2012 +0100 Updated Spanish translation po/es.po | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) commit 48319ad0a777f3500df0bd041cef39be4a25c87f Author: Kjartan Maraas Date: Tue Feb 7 07:25:26 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fd0185eb2419d7dafbbfe34c3d00fded8ab35639 Author: Fran Diéguez Date: Mon Feb 6 23:39:38 2012 +0100 Updated Galician translations po/gl.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 46179930261dfa154a25ee44402396344d7ac316 Author: Мирослав Николић Date: Mon Feb 6 20:43:46 2012 +0100 Updated Serbian translation po/sr.po | 687 ++++++++++++++++++++++++++++++++++++++------------------ po/sr@latin.po | 687 ++++++++++++++++++++++++++++++++++++++------------------ 2 files changed, 936 insertions(+), 438 deletions(-) commit 847e1fb63489067786eb85628df35dc17d0d6f11 Author: Alexander Larsson Date: Mon Feb 6 15:23:09 2012 +0100 Dist a few more files src/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit c3cf8efc97c4b2b7e41c6f223793cd53c4f4b342 Author: Alexander Larsson Date: Mon Feb 6 15:19:45 2012 +0100 Bump version to 3.3.4 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9995e6c25f0fae3d13f98086986a4cd557e32247 Author: Alexander Larsson Date: Mon Feb 6 15:19:37 2012 +0100 Update NEWS for release NEWS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 3f8273d991ab72c4e0b8b15b5b181f7b9a7277e0 Author: Alexander Larsson Date: Mon Feb 6 12:47:51 2012 +0100 Add contacts-avatar-dialog.c to POTFILES.skip po/POTFILES.skip | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ec4c2fd4cc995487a2aa4b1bbb60f8339ed80a19 Author: Fran Diéguez Date: Sun Feb 5 22:45:30 2012 +0100 Updated Galician translations po/gl.po | 367 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 234 insertions(+), 133 deletions(-) commit 94174f90ec2849cc9b424a01ed362a3921c97086 Author: Kjartan Maraas Date: Sat Feb 4 12:37:02 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 58 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) commit 4d966f7f8f68d4aea82c46e44da017f86cf7e342 Author: Daniel Mustieles Date: Fri Feb 3 10:27:44 2012 +0100 Updated Spanish translation po/es.po | 129 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 65 insertions(+), 64 deletions(-) commit 3699913002b03587e1e542eb4a5c9a7e1357c7b7 Author: Tiffany Antopolski Date: Thu Feb 2 21:53:24 2012 -0500 po: Added en_CA.po and updated LINGUAS po/LINGUAS | 1 + po/en_CA.po | 636 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 637 insertions(+), 0 deletions(-) commit 191791ca68f8f3851d3c7795c24cf035706ab100 Author: Matej Urbančič Date: Thu Feb 2 20:53:10 2012 +0100 Updated Slovenian translation po/sl.po | 159 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 90 insertions(+), 69 deletions(-) commit 31f9d37f31a8cb8444f7888ed76cae76f8d9f76e Author: Alexander Larsson Date: Thu Feb 2 20:25:34 2012 +0100 Add style class to avatar frame This is needed for themeing src/contacts-avatar-dialog.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 934fb57707d4e533e80dc13af12ec398acc52c66 Author: Alexander Larsson Date: Thu Feb 2 20:09:49 2012 +0100 Use a dialog for avatar changing This is according to the new mockup po/POTFILES.in | 2 +- src/Makefile.am | 3 +- src/contacts-avatar-dialog.vala | 301 +++++++++++++++++++++++++++++++++++++++ src/contacts-avatar-menu.vala | 193 ------------------------- src/contacts-contact-frame.vala | 159 +++----------------- src/contacts-contact-pane.vala | 44 ++++--- src/contacts-utils.vala | 21 +++ src/memory-icon.vala | 88 ++++++++++++ 8 files changed, 462 insertions(+), 349 deletions(-) commit a9d80de6e68c9437b3e47cdba3cdac820ca26024 Author: Alexander Larsson Date: Thu Feb 2 14:37:35 2012 +0100 Link dialog: Keep avatar uptodate with changes src/contacts-link-dialog.vala | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 529ab5bd87de16893858185a86ffcd729f436f57 Author: Kjartan Maraas Date: Thu Feb 2 18:29:31 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 114 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 68 insertions(+), 46 deletions(-) commit 7b36456bf5a74e666a91fa4527d2662e02936907 Author: Alexander Larsson Date: Wed Feb 1 12:34:09 2012 +0100 Make sure saving is unset even on error src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 655544489810ece347a831bf73d1c91156353eac Author: Alexander Larsson Date: Wed Feb 1 12:21:31 2012 +0100 Revert avatar/fullname when editing fails src/contacts-contact-pane.vala | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit a0b2cbabdb2e8e045bba7049115aa4971cc92cff Author: Alexander Larsson Date: Wed Feb 1 12:16:21 2012 +0100 Report errors when editing fails src/contacts-app.vala | 14 ++++++++++++++ src/contacts-contact-pane.vala | 15 +++++++++------ 2 files changed, 23 insertions(+), 6 deletions(-) commit c45ce1c5567f95e9cb752b587c81b8284c33408f Author: Alexander Larsson Date: Wed Feb 1 12:03:20 2012 +0100 Revert back to real data on error setting property src/contacts-contact-pane.vala | 25 +++++++++++++++---------- 1 files changed, 15 insertions(+), 10 deletions(-) commit 6fb1c5228c72857b91235b91c56adcfecb15d44a Author: Daniel Mustieles Date: Tue Jan 31 17:48:32 2012 +0100 Updated Spanish translation po/es.po | 62 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 41 insertions(+), 21 deletions(-) commit a5bf094b46f72c7f583c7dd91542632e2137e255 Author: Alexander Larsson Date: Tue Jan 31 17:03:37 2012 +0100 Fix up app menu xml src/app-menu.ui | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 9ca35e6b76e3486435fe8bb775ff8af574928de2 Author: Gert Kulyk Date: Tue Jan 31 16:26:00 2012 +0100 Add message-context to some strings src/contacts-contact-pane.vala | 4 ++-- src/contacts-link-dialog.vala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit 44093d99b838a491de0b40971f097b5b734d61d8 Author: Gert Kulyk Date: Tue Jan 31 16:23:54 2012 +0100 Marks some strings for translation src/contacts-contact-pane.vala | 4 ++-- src/contacts-link-dialog.vala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) commit ddb1307a5ad226f1daa731a109ce638c5950c70f Author: Gert Kulyk Date: Tue Jan 31 16:21:40 2012 +0100 Fix -Werror=format-security issue src/contacts-new-contact-dialog.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d79a16e3405f377df0f028545dee75301f18b15e Author: Alexander Larsson Date: Tue Jan 31 16:19:09 2012 +0100 Hide the share button for now Noone knows what its supposed to do src/contacts-app.vala | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit e71f8b721555f55a662d28b055d931d7c612c136 Author: Ivaylo Valkov Date: Tue Jan 31 14:40:56 2012 +0200 Updated Bulgarian translation po/bg.po | 255 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 147 insertions(+), 108 deletions(-) commit 2331a626a20173c0eceefe9224617ce82fdb0242 Author: Daniel Mustieles Date: Sun Jan 29 21:04:57 2012 +0100 Updated Spanish translation po/es.po | 197 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 112 insertions(+), 85 deletions(-) commit 4d2da9a3a99c65db4c56eff99d3c9c6d622156ef Author: Chao-Hsiung Liao Date: Sun Jan 29 23:22:42 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 574 +++++++++++++++++++++++++++++++++++++---------------------- po/zh_TW.po | 574 +++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 714 insertions(+), 434 deletions(-) commit ca8062ebf6f7ed8de8b83dab687f2e7f0ab2a27b Author: Matej Urbančič Date: Sat Jan 28 21:46:45 2012 +0100 Updated Slovenian translation po/sl.po | 327 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 203 insertions(+), 124 deletions(-) commit 2f5e624af37037699f8ba52dc04c918e497624a8 Author: Kjartan Maraas Date: Sat Jan 28 15:49:39 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 172 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 97 insertions(+), 75 deletions(-) commit f7912dcf3fd46766e405922635800a9e160f714c Author: Yaron Shahrabani Date: Sat Jan 28 12:36:58 2012 +0200 Updated Hebrew translation. po/he.po | 363 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 241 insertions(+), 122 deletions(-) commit 48e551533d62926641d97e7e4e633b75c674b16b Author: Piotr Drąg Date: Fri Jan 27 20:48:41 2012 +0100 Updated POTFILES.in po/POTFILES.in | 4 +++- po/POTFILES.skip | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) commit b0b19005abc37900f7e8b8d002aa2c0e5ffaab7f Author: Alexander Larsson Date: Fri Jan 27 16:21:21 2012 +0100 Add first run dialog configure.ac | 2 + src/Makefile.am | 15 ++- src/contacts-app.vala | 42 +++++++- src/contacts-esd-setup.c | 45 +++++++- src/contacts-esd-setup.h | 5 + src/contacts-list-pane.vala | 54 +-------- src/contacts-setup-window.vala | 213 +++++++++++++++++++++++++++++++++ src/contacts-store.vala | 13 ++ src/org.gnome.Contacts.gschema.xml.in | 10 ++ vapi/custom.vapi | 6 + 10 files changed, 347 insertions(+), 58 deletions(-) commit 0db26f1d3147df745cb59ad27f568f25987ddb56 Author: Alexander Larsson Date: Fri Jan 27 15:54:28 2012 +0100 Move the App.app initialization to an earlier place src/contacts-app.vala | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 056f6ac24e838a78e875629d4f411df736b3331d Author: Alexander Larsson Date: Fri Jan 27 09:56:52 2012 +0100 Support showing the calendar src/contacts-contact-pane.vala | 3 +++ src/contacts-utils.vala | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 0 deletions(-) commit d4d7f7d4a86c9e6199695bb2f2057ff5481f96a4 Author: Erick Pérez Castellanos Date: Thu Jan 26 10:18:14 2012 -0500 Added undo for some link opeartions Added undo for link when happening through inline suggestions. Added undo when happening through link-to-my-contacts mode of the LinkDialog. Tthere's other possible approach, maybe prettier, it's passing the names of the linked contacts, needed for the notification, inside the LinkOperation object. That will need some judgement of the ancients, then will do. https://bugzilla.gnome.org/show_bug.cgi?id=668751 src/contacts-app.vala | 22 +++++++++++++++++++++- src/contacts-contact-pane.vala | 17 ++++++++++++----- src/contacts-link-dialog.vala | 26 ++++++++++++++++---------- 3 files changed, 49 insertions(+), 16 deletions(-) commit f4d2a20b40f9bb742cc356881b5f3366cf8c3b47 Author: Alexander Larsson Date: Thu Jan 26 18:03:18 2012 +0100 Drop the custom CSS, it now lives in gnome-themes-standard data/Makefile.am | 7 --- data/gnome-contacts.css | 127 ----------------------------------------------- src/contacts-app.vala | 9 --- 3 files changed, 0 insertions(+), 143 deletions(-) commit f8c7fe722d897989d9ce155a15632f85f898c5e2 Author: Alexander Larsson Date: Thu Jan 26 17:46:47 2012 +0100 Fix up app menu to new xml format src/app-menu.ui | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) commit b56aac3869f99e8775314ec8c59eeece3b4d3dea Author: Kjartan Maraas Date: Wed Jan 25 13:02:11 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 234 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 134 insertions(+), 100 deletions(-) commit b2d2eb729111e6fe6833fa5b498775db74843112 Author: Daniel Mustieles Date: Wed Jan 25 12:02:51 2012 +0100 Updated Spanish translation po/es.po | 224 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 130 insertions(+), 94 deletions(-) commit 018c277f094a40cdf4b24d7d4d6737496ab680f4 Author: Alexander Larsson Date: Tue Jan 24 16:21:53 2012 +0100 Mark app menu strings as translatable po/POTFILES.in | 1 + src/app-menu.ui | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) commit b95c9c928345fba18c1d25a2d576f0c3951a5bf2 Author: Alexander Larsson Date: Tue Jan 24 16:05:14 2012 +0100 Read app menu from resources configure.ac | 9 ++++++++- src/Makefile.am | 5 +++++ src/app-menu.ui | 11 +++++++++++ src/contacts-app.vala | 12 +----------- src/contacts.gresource.xml | 6 ++++++ vapi/custom.vapi | 5 ++++- 6 files changed, 35 insertions(+), 13 deletions(-) commit a4da7d1f277bfb564297ba9f7b776ab12b807d55 Author: Alexander Larsson Date: Tue Jan 24 16:04:51 2012 +0100 Update gitignore src/.gitignore | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 166756a29f77dd63f3a0ccd364a09f8b1d7b4cea Author: Alexander Larsson Date: Tue Jan 24 15:39:30 2012 +0100 Support deleting most contacts If *any* persona is removable we remove that. This generally means we unlink the rest. src/contacts-app.vala | 62 +++++++++++++++++++++------------------ src/contacts-contact-pane.vala | 14 +-------- src/contacts-contact.vala | 25 ++++++++++++++++ 3 files changed, 60 insertions(+), 41 deletions(-) commit aab7274ecb45680b1553105dcc9f21be946c9389 Author: Alexander Larsson Date: Tue Jan 24 15:13:21 2012 +0100 Remember "no" reponse to link suggestion src/contacts-contact-pane.vala | 2 +- src/contacts-contact.vala | 3 ++ src/contacts-store.vala | 70 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 1 deletions(-) commit 1eedecd19176fbf9e7a485aba379248546282711 Author: Alexander Larsson Date: Tue Jan 24 13:59:45 2012 +0100 Make sure we show the persona header at the right times We only hide the header for the first persona, and only if its primary. src/contacts-contact-pane.vala | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) commit e291633fb8f94334f5f0efc64f1530bd301662a4 Author: Alexander Larsson Date: Tue Jan 24 13:59:25 2012 +0100 Show non-other google personas before others src/contacts-contact.vala | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit b70a7ba8a573a52498a2202192bea7cfd5c81bea Author: Alexander Larsson Date: Tue Jan 24 11:18:35 2012 +0100 Use the new undo ability for undoing link src/contacts-link-dialog.vala | 17 ++--------------- 1 files changed, 2 insertions(+), 15 deletions(-) commit ddd4e8d0ac29e4de392f4f74ed5d0e0c1768b009 Author: Alexander Larsson Date: Tue Jan 24 11:18:21 2012 +0100 Add undo ability for link/unlink src/contacts-linking.vala | 159 +++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 145 insertions(+), 14 deletions(-) commit 796af7fa5ddcd437fad64b485a769e9dbffbdb0d Author: Alexander Larsson Date: Tue Jan 24 10:12:18 2012 +0100 Link dialog: Remove some unneeded code We always make the data span 3 columns, it doesn't matter that the 3rd column sometimes is empty. src/contacts-link-dialog.vala | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit ccf5e728130c4ad0f6b75ebbde45d877736eec0e Author: Alexander Larsson Date: Tue Jan 24 10:12:01 2012 +0100 Link dialog: Ellipsize long email and phone number lines src/contacts-link-dialog.vala | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 2a893a50ce16e77f0523e03b34dd536e01a2eb19 Author: Alexander Larsson Date: Tue Jan 24 10:06:09 2012 +0100 Link dialog: Make Link button non-expand with nice width We pack it into a buttonbox to make it get a decent minimal size src/contacts-link-dialog.vala | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 624f510d5d7455a9150911c0ea8bd0c439013d5f Author: Alexander Larsson Date: Tue Jan 24 10:05:01 2012 +0100 Clean up whitespace issues src/contacts-link-dialog.vala | 92 ++++++++++++++++++++-------------------- 1 files changed, 46 insertions(+), 46 deletions(-) commit f3de8cd3906be4e37d18bfbd39737c9fb4c7810f Author: Erick Pérez Castellanos Date: Mon Jan 23 14:53:16 2012 -0500 Added Link dialog according to the mockups. There some things here left till to work on, like handling when the link operation fail. Signed-off-by: Erick Pérez Castellanos https://bugzilla.gnome.org/show_bug.cgi?id=657945 src/contacts-link-dialog.vala | 103 +++++++++++++++++++++++++++++----------- 1 files changed, 74 insertions(+), 29 deletions(-) commit a7bbb7959d6453605ce8afdd1026810b0c0721e5 Author: Piotr Drąg Date: Tue Jan 24 14:02:22 2012 +0100 Don't mark empty string as translatable src/contacts-link-dialog.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0595064a66974a0efa5e890187b0fa30c8e3bc01 Author: Ivaylo Valkov Date: Tue Jan 24 07:16:12 2012 +0200 Updated Bulgarian translation po/bg.po | 241 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 139 insertions(+), 102 deletions(-) commit a607474143b297c1c9e4f1cca4d69de2e9519f58 Author: Alexander Larsson Date: Mon Jan 23 17:23:07 2012 +0100 Don't show fake personas anymore (now that we separate out my contacts) src/contacts-contact-pane.vala | 3 ++- src/contacts-contact.vala | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) commit 693b5e9bad51d1f4e3cd852f10eed56d61602ee0 Author: Alexander Larsson Date: Mon Jan 23 17:17:11 2012 +0100 Don't unlink as "edit mode" src/contacts-contact-pane.vala | 89 ++++++++++++++-------------------------- 1 files changed, 31 insertions(+), 58 deletions(-) commit f7f1593dbdaa87c537e6d86d12edaa610ab12397 Author: Alexander Larsson Date: Mon Jan 23 16:43:20 2012 +0100 Add inline suggestions This is only partially done. Also needs undo and support for the "no" button. data/gnome-contacts.css | 6 +++ src/contacts-contact-pane.vala | 74 ++++++++++++++++++++++++++++++++++++++++ src/contacts-contact.vala | 37 ++++++++++++++++++++ 3 files changed, 117 insertions(+), 0 deletions(-) commit e3e39b7c91661123c79ecd4004f523e41c2121f5 Author: Alexander Larsson Date: Mon Jan 23 16:42:31 2012 +0100 Remove multi select button src/contacts-app.vala | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) commit a20f039d13b52e89ea09fd3b927f24d60b57a2d3 Author: Alexander Larsson Date: Mon Jan 23 11:34:50 2012 +0100 Clean up the google hacks src/contacts-contact.vala | 60 ++++++++++++++++++++++++++++++--------------- 1 files changed, 40 insertions(+), 20 deletions(-) commit 13a86e086bb0225077bb1cb8c631282b070bae97 Author: Alexander Larsson Date: Mon Jan 23 11:20:05 2012 +0100 Show Google Circles personas better src/contacts-contact.vala | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) commit 4ebc38b0ceae363235e22cd58c4c9e4cd5551808 Author: Kjartan Maraas Date: Mon Jan 23 13:28:55 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 212 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 111 insertions(+), 101 deletions(-) commit f0467e9bfd0bfcc56605206c83f4596540d9c651 Author: Daniel Mustieles Date: Mon Jan 23 11:30:39 2012 +0100 Updated Spanish translation po/es.po | 132 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 70 insertions(+), 62 deletions(-) commit 53e14d6dfcc6907d51ad935fe028267d4c892819 Author: Alexander Larsson Date: Mon Jan 23 09:53:36 2012 +0100 Nicer name for non-My Contacts google persona stores src/contacts-contact-pane.vala | 2 +- src/contacts-contact.vala | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) commit 46fddce6d49b7329c31d9fee4d51addc17cb0ef4 Author: Alexander Larsson Date: Mon Jan 23 09:44:58 2012 +0100 Nicer name for google profile links src/contacts-contact.vala | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 1d5e545ced0be62350e1e6da6f4d0ee62737d7cb Author: Matej Urbančič Date: Sat Jan 21 21:02:29 2012 +0100 Updated Slovenian translation po/sl.po | 339 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 208 insertions(+), 131 deletions(-) commit fd5a1f19da29543522a8c188575a1a3ce9465be3 Author: Alexander Larsson Date: Fri Jan 20 16:12:03 2012 +0100 Make nonworking buttons insensitive for now src/contacts-app.vala | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit bb3119c53f7ec37177b679f75aa3873878de8824 Author: Alexander Larsson Date: Fri Jan 20 16:03:16 2012 +0100 More space at the top of the content pane src/contacts-contact-pane.vala | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 0f2804740106ce1b12dacd9c3ac46c2bd98af5f4 Author: Alexander Larsson Date: Fri Jan 20 15:56:36 2012 +0100 More spacing between name and presence status src/contacts-contact-pane.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 08ddc8b46d4ab71affdc40dbd5714898556c5701 Author: Alexander Larsson Date: Fri Jan 20 15:53:28 2012 +0100 Smaller name in contact pane src/contacts-contact-pane.vala | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 066539e1810bb782a93e305ac13261d883aeaf6a Author: Alexander Larsson Date: Fri Jan 20 15:50:26 2012 +0100 Default to wider window src/contacts-app.vala | 2 +- src/contacts-contact-pane.vala | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit 1a0c641173964715a37b6e45eae07b7ca9fd8a42 Author: Alexander Larsson Date: Fri Jan 20 15:38:38 2012 +0100 Allow wider content pane src/contacts-app.vala | 2 +- src/contacts-contact-pane.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 92a073cf643d7cb05bcbe6646555b02181dd41f3 Author: Alexander Larsson Date: Fri Jan 20 14:43:21 2012 +0100 Add padding on the left of icon in list view src/contacts-view.vala | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 4594a95d3f254704d5112426abc512c2df51401e Author: Alexander Larsson Date: Fri Jan 20 14:40:30 2012 +0100 Make padding between contacts 24 pixels as per mockups src/contacts-view.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ed85017f1e5d6f2b4e012d3846248b275fa63ac7 Author: Alexander Larsson Date: Fri Jan 20 14:36:31 2012 +0100 Make small avatars 54x54 as per the new design mockups src/contacts-contact.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cbff9bac369c423112946e0649366a006b4def87 Author: Alexander Larsson Date: Fri Jan 20 14:35:21 2012 +0100 Centralize small avatar size src/contacts-cell-renderer-shape.vala | 7 ++++--- src/contacts-contact.vala | 16 +++++++++------- src/contacts-link-dialog.vala | 2 +- src/contacts-view.vala | 2 +- 4 files changed, 15 insertions(+), 12 deletions(-) commit 8a49eb2a1ae6e8d150b24c501c95ef5b4b58865c Author: Alexander Larsson Date: Fri Jan 20 14:24:03 2012 +0100 Don't expand sidepane src/contacts-app.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 264053ddcb9099b757aafa209c3ecc1f6d3c85ad Author: Michael Biebl Date: Fri Jan 20 14:12:35 2012 +0100 Require eds 3.2 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 5280d3570b5511bd4c298bd4f54a23459825e1b0 Author: Erick Pérez Castellanos Date: Thu Jan 19 10:59:44 2012 -0500 Changing WrapMode of the Contacts' List name. As explained in the bug, the wrapping set to Pango.WrapMode.CHAR makes some texts look ugly, specially those names truncated at some middle character. So setting this to Pango.WrapMode.WORD_CHAR, works for names who can be splitted and when no space is availabe for he full word fallback to CHAR. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=663249 src/contacts-cell-renderer-shape.vala | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 51809486c38ec60e767fcef7e95749cd3d5b4f43 Author: Alexander Larsson Date: Fri Jan 20 12:16:26 2012 +0100 Work around issue with lost grab when displaying the search first time src/contacts-list-pane.vala | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) commit 317f5cdd5e327b2ad50f63dc59b006eb7600d297 Author: Alexander Larsson Date: Fri Jan 20 12:15:48 2012 +0100 Add grab_entry_focus_no_select util src/contacts-utils.vala | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 909b8d5b604be51a2b5a2f4155908f16e28cef9c Author: Alexander Larsson Date: Fri Jan 20 11:07:58 2012 +0100 Clean up notification and makes it animate We use two windows in GtkViewport style to animate the drop down. Also fixes some issues: * Don't use first draw to trigger, instead use visibility events which seems cleaner * Rename timeout signal to dismissed, because we need to actually delete the contact both on timeout and if manually dismissed * Also dismiss on destroy, as we want to delete if the window is closed while a notification is showing. * Use gdk_thread_add_timeout for correct threadsafety handling src/contacts-app.vala | 17 ++- src/gtk-notification.c | 354 ++++++++++++++++++++++++++++++++++++++++++------ src/gtk-notification.h | 2 +- vapi/custom.vapi | 2 +- 4 files changed, 326 insertions(+), 49 deletions(-) commit be4a26feb9b8e4f94c7f8d541660e2d4179af2df Author: Alexander Larsson Date: Thu Jan 19 17:05:57 2012 +0100 Use the new web-browser-symbolic src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 223a3aa8edb8c8423931adc5725003b54fdf2324 Author: Alexander Larsson Date: Thu Jan 19 14:43:02 2012 +0100 Rename all contacts custom css classes to contacts-* data/gnome-contacts.css | 24 ++++++++++++------------ src/contacts-avatar-menu.vala | 2 +- src/contacts-contact-frame.vala | 2 +- src/contacts-contact-pane.vala | 12 ++++++------ src/contacts-link-dialog.vala | 2 +- src/contacts-types.vala | 4 ++-- src/gtk-notification.c | 2 +- 7 files changed, 24 insertions(+), 24 deletions(-) commit 9f6eee599948942f329e66eba6f4f7088ed3ad85 Author: Alexander Larsson Date: Thu Jan 19 14:10:02 2012 +0100 Scroll reveal the search toolbar src/Makefile.am | 1 + src/contacts-list-pane.vala | 17 +++--- src/contacts-revealer.vala | 114 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 124 insertions(+), 8 deletions(-) commit cd2bb51e5ba293241d63d4b790809aff403ac3c2 Author: Marek Černocký Date: Thu Jan 19 13:14:14 2012 +0100 Updated Czech translation po/cs.po | 495 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 288 insertions(+), 207 deletions(-) commit 60d0f0e4399b5ef22f0189541d1056f367199db6 Author: Alexander Larsson Date: Thu Jan 19 11:55:07 2012 +0100 Move notifications to below the toolbar src/contacts-app.vala | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) commit c9c79e3dd4fa8cd59cdd507cb887c795f677583a Author: Alexander Larsson Date: Thu Jan 19 11:40:57 2012 +0100 Make non-"My Contacts" google contacts non-main instead of hidden src/contacts-contact.vala | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) commit a7e5a797950cec1acfde369a2bd4a09d73f94bac Author: Alexander Larsson Date: Thu Jan 19 11:39:43 2012 +0100 Rename the always visible contacts as "Main" rather than "primary" This is because we want to separate these contacts from the primary store, as some primary store contacts may be non-main, for instance the non-"My contacts" contacts in google. src/contacts-contact.vala | 28 ++++++++++++++++++++-------- src/contacts-link-dialog.vala | 6 +++--- src/contacts-list-pane.vala | 4 ++-- src/contacts-view.vala | 16 ++++++++-------- 4 files changed, 33 insertions(+), 21 deletions(-) commit 4bd1c99e09521d6204c9e2baa25ecc5155a08860 Author: Daniel Mustieles Date: Thu Jan 19 11:00:04 2012 +0100 Updated Spanish translation po/es.po | 138 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 72 insertions(+), 66 deletions(-) commit 79e243267ae1b7857eb572de70069ba85c481831 Author: Alexander Larsson Date: Wed Jan 18 21:03:04 2012 +0100 More edit styling fixes data/gnome-contacts.css | 6 +++--- src/contacts-contact-pane.vala | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) commit c3d2b038059a5e5e15c318b53a65571b8d2d52ec Author: Alexander Larsson Date: Wed Jan 18 20:59:17 2012 +0100 Get rid of box shadow in edit entries data/gnome-contacts.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f2438973a6a01efd62c46e39c032069ad4dcaec0 Author: Piotr Drąg Date: Wed Jan 18 20:54:50 2012 +0100 Add translator-credits to About dialog and correctly capitalize GNOME src/contacts-app.vala | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit e030f7dad1649c97d76d2d2fcf1e6bfe43e96cd6 Author: Alexander Larsson Date: Wed Jan 18 20:45:27 2012 +0100 Better styling of edit entries data/gnome-contacts.css | 9 +++++++-- src/contacts-contact-pane.vala | 8 ++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) commit d59f380c8dccc56deb691fca8533983169c0fe5f Author: Alexander Larsson Date: Wed Jan 18 20:28:06 2012 +0100 Make the search toolbar hidden by default src/contacts-app.vala | 23 +++++++++++++---------- src/contacts-list-pane.vala | 24 ++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 10 deletions(-) commit b14c4cee4309ca6254f7ea2b646ac4a7de8f46d1 Author: Alexander Larsson Date: Wed Jan 18 20:25:38 2012 +0100 Use the real keysym defines instead of keyval_from_name src/contacts-contact-pane.vala | 6 +++--- src/contacts-types.vala | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) commit 9f7bb19a9b00c9756e03ce5c0be3563881d701c5 Author: Alexander Larsson Date: Wed Jan 18 19:29:22 2012 +0100 Fix up styling to look more like mockups data/gnome-contacts.css | 34 ++++++++++++++++++++++++++++++---- src/contacts-app.vala | 1 + src/contacts-list-pane.vala | 2 +- 3 files changed, 32 insertions(+), 5 deletions(-) commit 7d886bac95a55e28d0cd76b7bc4fce6f9f6629e9 Author: Alexander Larsson Date: Wed Jan 18 19:28:56 2012 +0100 Add a ContactsWindow This is nice for e.g. css src/Makefile.am | 1 + src/contacts-app.vala | 4 ++-- src/contacts-window.vala | 26 ++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) commit c3a85b7471a85380ce72105a3823130539f083b0 Author: Alexander Larsson Date: Wed Jan 18 17:33:34 2012 +0100 Move partway to new link dialog design data/gnome-contacts.css | 8 --- src/contacts-link-dialog.vala | 131 ++++++++++++++++++++++------------------- src/contacts-view.vala | 4 + 3 files changed, 75 insertions(+), 68 deletions(-) commit 5bf2d38006b93981d9fb5897e1cef45cc522bf50 Author: Alexander Larsson Date: Wed Jan 18 17:33:15 2012 +0100 Break out Contact.format_persona_stores src/contacts-contact.vala | 12 ++++++++++++ src/contacts-view.vala | 9 +-------- 2 files changed, 13 insertions(+), 8 deletions(-) commit 46e8a24bbdf90d8011df0c243c203d1321019915 Author: Alexander Larsson Date: Wed Jan 18 16:38:11 2012 +0100 Css cleanups data/gnome-contacts.css | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) commit 69e45968d3182d42bff4bbb28cc91f9a65c3b460 Author: Alexander Larsson Date: Wed Jan 18 16:27:25 2012 +0100 Remove initial letter column Keep the internal first letter tracking for doing separators later. src/contacts-view.vala | 24 +----------------------- 1 files changed, 1 insertions(+), 23 deletions(-) commit c66f0fd9bb8a3d552185ae7f63cfbae47f9c0145 Author: Alexander Larsson Date: Wed Jan 18 16:20:31 2012 +0100 Minor cleanups src/contacts-view.vala | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) commit 6db272b4e8eb94bc3b808634e5fea664cceacfe0 Author: Alexander Larsson Date: Wed Jan 18 12:20:21 2012 +0100 Break out data comparison function src/contacts-view.vala | 46 +++++++++++++++++++++++++--------------------- 1 files changed, 25 insertions(+), 21 deletions(-) commit b53cd6208bdca75d721320311e4cf4c3f00faedd Author: Alexander Larsson Date: Wed Jan 18 12:09:03 2012 +0100 Do row spacing via padding, not CSS data/gnome-contacts.css | 4 --- src/contacts-cell-renderer-shape.vala | 35 +++++++++++++++++++------------- src/contacts-view.vala | 7 +++++- 3 files changed, 27 insertions(+), 19 deletions(-) commit c9d5a472c4f3945ba448eb5703a1522c1856e852 Author: Alexander Larsson Date: Wed Jan 18 11:31:39 2012 +0100 Fix editing rows in the UI src/contacts-clickable.vala | 22 +++++++++++---- src/contacts-contact-pane.vala | 55 +++++++++++++++++++++++++++++----------- 2 files changed, 56 insertions(+), 21 deletions(-) commit 5b867a421d3bf4e4f1acfab8ce460ee1d7b90a39 Author: Ivaylo Valkov Date: Wed Jan 18 06:59:45 2012 +0200 Updated Bulgarian translation po/bg.po | 483 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 282 insertions(+), 201 deletions(-) commit 37542b4cba7a0d13e0391048a9374212c8387408 Author: Kjartan Maraas Date: Tue Jan 17 18:17:33 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 30 +++++++++++++++++------------- 1 files changed, 17 insertions(+), 13 deletions(-) commit 01c93d9f7be75acec92ed436b3343b5234a20633 Author: Olav Vitters Date: Tue Jan 17 16:34:20 2012 +0100 Fix string format src/contacts-new-contact-dialog.vala | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit bd4b2f85923b0466018b7d84c363702b122c8e38 Author: Alexander Larsson Date: Tue Jan 17 16:20:18 2012 +0100 Minor css cleanup data/gnome-contacts.css | 13 +++++++++---- src/contacts-contact-pane.vala | 7 +++++-- 2 files changed, 14 insertions(+), 6 deletions(-) commit 1dbdbc5aa9105f6493478132b95ee901c1a44045 Author: Alexander Larsson Date: Tue Jan 17 16:11:24 2012 +0100 Fix build with latest vala src/contacts-linking.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2bdf0bbaa7f787eebcfa092f7f1fb7e691e8c54f Author: Alexander Larsson Date: Tue Jan 17 14:00:22 2012 +0100 Remove unused class contact-button from css data/gnome-contacts.css | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) commit c9a98a69e241588d35be8a35fcd8e446bc557f8a Author: Alexander Larsson Date: Tue Jan 17 13:19:25 2012 +0100 Update for release NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) commit 8860ac424dff342b20ad0da781fa3deb648aa155 Author: Daniel Mustieles Date: Tue Jan 17 12:52:25 2012 +0100 Updated Spanish translation po/es.po | 166 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 101 insertions(+), 65 deletions(-) commit 511c4c80a7b4b0f6e39b464ef0f3b2c3ecff8c81 Author: Alexander Larsson Date: Tue Jan 17 10:46:28 2012 +0100 Add menu style toolbar src/contacts-app.vala | 51 +++++++++++++++++++++++++++++++++++++----- src/contacts-list-pane.vala | 13 ----------- 2 files changed, 45 insertions(+), 19 deletions(-) commit 72b57b7f3cb7a8c351edcb8b36feb08594fd959a Author: Fran Diéguez Date: Tue Jan 17 01:41:57 2012 +0100 Updated Galician translations po/gl.po | 142 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 86 insertions(+), 56 deletions(-) commit 3ce389ce08241e4f4cc99fd564141d0124c69f6c Author: Kjartan Maraas Date: Mon Jan 16 17:17:59 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 154 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 92 insertions(+), 62 deletions(-) commit 0df476e229f8bb1db4769cc6735b39b8674d2dbe Author: Alexander Larsson Date: Mon Jan 16 16:59:24 2012 +0100 Support changing primary address book configure.ac | 3 +- src/contacts-app.vala | 90 +++++++++++++++++++++++++++++++++++++++- src/contacts-contact-pane.vala | 2 +- src/contacts-contact.vala | 28 ++++++++++++- src/contacts-esd-setup.c | 19 ++++++++ src/contacts-esd-setup.h | 1 + src/contacts-link-dialog.vala | 2 +- src/contacts-store.vala | 8 ++++ src/contacts-view.vala | 2 +- vapi/custom.vapi | 2 + 10 files changed, 150 insertions(+), 7 deletions(-) commit 2264be7b523ff75b31821f15a5f00d1636996efc Author: Alexander Larsson Date: Mon Jan 16 15:04:25 2012 +0100 Only show non-primary contacts when searching src/contacts-link-dialog.vala | 2 +- src/contacts-list-pane.vala | 6 +++ src/contacts-view.vala | 85 ++++++++++++++++++++++++++++++++++------- 3 files changed, 78 insertions(+), 15 deletions(-) commit c64975503b471e425890a63c39ef5c6ac36e9d6f Author: Alexander Larsson Date: Mon Jan 16 15:03:41 2012 +0100 Track is_primary on Contact src/contacts-contact.vala | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) commit 2fac200f05ee26e2ba96ad927babee6041734935 Author: Alexander Larsson Date: Fri Jan 13 15:54:53 2012 +0100 Add initial (trivial) application menu src/contacts-app.vala | 53 +++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 51 insertions(+), 2 deletions(-) commit e4684d19b4dbdbd44648916fcc588cbe7bf8d01e Author: Alexander Larsson Date: Fri Jan 13 15:54:08 2012 +0100 Vala fixed the binding for the INPUT_ONLY name, fix src/contacts-row.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 605c615c1d2e828f921f156eb1e7ef15ce5cc928 Author: Fran Diéguez Date: Sun Jan 15 00:50:07 2012 +0100 Updated Galician translations po/gl.po | 475 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 280 insertions(+), 195 deletions(-) commit 619220eb4c0dfbe75d9555d37d1720ca87103927 Author: Aurimas Černius Date: Sat Jan 14 00:19:33 2012 +0200 Updated Lithuanian translation po/lt.po | 511 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 302 insertions(+), 209 deletions(-) commit e843f655a3859e4475866e566d05e2ee1e7ff7f7 Author: Stas Solovey Date: Sat Jan 7 16:31:09 2012 +0400 Updated Russian translation po/ru.po | 457 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 250 insertions(+), 207 deletions(-) commit 70da7d9eef7c62572465c0b84c171be00f7b9620 Author: Timo Jyrinki Date: Sat Jan 7 12:41:23 2012 +0200 Updated Finnish translation. po/fi.po | 476 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 281 insertions(+), 195 deletions(-) commit 6b34706c67d161b70a708e7a0531e0c6de97c0cd Author: Jovan Naumovski Date: Fri Jan 6 02:16:21 2012 +0100 Added Macedonian translation. po/LINGUAS | 1 + po/mk.po | 526 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 527 insertions(+), 0 deletions(-) commit 95fcbbc4750c09672dc5d308497f8d45e9038f77 Author: Kris Thomsen Date: Tue Jan 3 12:12:39 2012 +0100 Updated Danish translation po/da.po | 477 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 281 insertions(+), 196 deletions(-) commit 83aa48dea717dff959ec60c3946d98bc0cf516a0 Author: Muhammet Kara Date: Sat Dec 31 17:19:09 2011 +0200 [l10n]Updated Turkish translation po/tr.po | 471 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 278 insertions(+), 193 deletions(-) commit f48ef1790d63112113d31919260f5c7e6d4e76f2 Author: Yaron Shahrabani Date: Fri Dec 30 11:38:08 2011 +0200 Updated Hebrew translation. po/he.po | 482 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 281 insertions(+), 201 deletions(-) commit 306edb81fae662ec9f1cb9fcf76d4c9ed19db38c Author: Akom Chotiphantawanon Date: Wed Dec 28 13:54:29 2011 +0700 Updated Thai translation po/th.po | 471 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 278 insertions(+), 193 deletions(-) commit abc1050548b35222f43eb0c70dbbfadc7ae8a36a Author: Praveen Illa Date: Tue Dec 27 22:41:06 2011 +0530 Updated Telugu Translation po/te.po | 481 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 280 insertions(+), 201 deletions(-) commit b61588c195029512c3fd7afdb7ea7eca070c853d Author: Ihar Hrachyshka Date: Fri Dec 23 21:55:36 2011 +0300 Updated Belarusian translation. po/be.po | 434 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 240 insertions(+), 194 deletions(-) commit 4cd3ef5606ea11d73f78a03535f5a1e034eeb642 Author: Alexander Larsson Date: Thu Dec 22 14:46:47 2011 +0100 Update for release NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 80d2dccbd80bebe76248e6730a7d69a7abdfc6b1 Author: Alexander Larsson Date: Thu Dec 22 14:43:23 2011 +0100 Slightly better formating of card Helps with bug #666505 src/contacts-contact-pane.vala | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit 4435232ea33e37fcc062c0412381553d17cd8a69 Author: Kjartan Maraas Date: Thu Dec 22 07:49:29 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 162 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 88 insertions(+), 74 deletions(-) commit 617263082d1ce84d9d0c07c275c91dd15c858d9b Author: Alexander Larsson Date: Tue Dec 20 23:02:19 2011 +0100 Set chat button icon based on presence See bug #666520 src/contacts-contact-pane.vala | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit 7f557f0f561aa7087bd98960ddb9a9966706b97d Author: Alexander Larsson Date: Tue Dec 20 22:55:33 2011 +0100 Switch to non-symbolic presence icons by default data/gnome-contacts.css | 16 -------------- src/contacts-cell-renderer-shape.vala | 11 +-------- src/contacts-contact.vala | 37 +++++++++++++++++++++++++++++++- 3 files changed, 37 insertions(+), 27 deletions(-) commit 1d6e59236c603b2a938e0bb5d190273d1c11ca94 Author: Alexander Larsson Date: Tue Dec 20 22:43:13 2011 +0100 Remove more unused code Based on patch by Erick Pérez Castellanos src/gtk-notification.c | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) commit 66ec7c5cded193847c7dde20917f119e5516730b Author: Alexander Larsson Date: Tue Dec 20 22:42:07 2011 +0100 Remove unused code src/gtk-notification.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit a53509c45e72ea6566e0cdcd6948363db357edd7 Author: Alexander Larsson Date: Tue Dec 20 22:36:45 2011 +0100 Properly free internal children when destroyed src/gtk-notification.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 0be7d1116600db320c29aa1c4126dcd3e1c2d078 Author: Alexander Larsson Date: Tue Dec 20 16:56:43 2011 +0100 Update to work with latest vala/glib src/contacts-avatar-menu.vala | 14 +++++++------- src/contacts-contact-frame.vala | 6 +++--- src/contacts-contact-pane.vala | 10 +++++----- src/contacts-menu-button.vala | 8 ++++---- src/contacts-new-contact-dialog.vala | 2 +- src/contacts-utils.vala | 4 ++-- 6 files changed, 22 insertions(+), 22 deletions(-) commit 337fe5ecdb1a43418d47d65552f1f8a092ba90ef Author: Alexander Larsson Date: Tue Dec 20 16:44:01 2011 +0100 Make card button a fixed size src/contacts-contact-pane.vala | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 570ceb747969b4b94d13a299b655a927aca20ffe Author: Alexander Larsson Date: Tue Dec 20 16:20:18 2011 +0100 Make notification a pure GtkBin and move the content packing to the vala code data/gnome-contacts.css | 3 +- src/contacts-app.vala | 25 +- src/gtk-notification.c | 865 ++++++++++++++++++++++++++--------------------- src/gtk-notification.h | 19 +- vapi/custom.vapi | 6 +- 5 files changed, 508 insertions(+), 410 deletions(-) commit 9cb77dc3fa472b46f4e238cc2a546d16f7198c95 Author: Alexander Larsson Date: Tue Dec 20 14:19:47 2011 +0100 Make GtkNotification a grid instead of a box Grid is the more modern widget, even though it doesn't make a difference as is, lets not use old stuff for new stuff. src/gtk-notification.c | 11 +++++------ src/gtk-notification.h | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) commit 0c1867b129ffc11ff3cdd9e57e9b5f5fa65f0acd Author: Alexander Larsson Date: Tue Dec 20 14:24:37 2011 +0100 Some more gtk+ style indentation fixes src/gtk-notification.c | 178 +++++++++++++++++++++++++----------------------- 1 files changed, 93 insertions(+), 85 deletions(-) commit e932b802c199fd3614bfad389fc02c9a5074c300 Author: Alexander Larsson Date: Tue Dec 20 14:12:53 2011 +0100 Make notifications more like mockup data/gnome-contacts.css | 6 ++ src/gtk-notification.c | 215 ++++++++++++++++++++++++++-------------------- 2 files changed, 127 insertions(+), 94 deletions(-) commit 507b4a03c31c6cd3095dcdd5c867d5346c4a17aa Author: Daniel Mustieles Date: Mon Dec 19 17:13:22 2011 +0100 Updated Spanish translation po/es.po | 187 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 92 insertions(+), 95 deletions(-) commit ee3469cbdc8a5e2b90455966166f74cb6d7384b1 Author: Alexander Larsson Date: Mon Dec 19 17:00:49 2011 +0100 Update for release NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 1e9c8630ea863ec758a197e67aeee4baff4b82ed Author: Alexander Larsson Date: Mon Dec 19 16:52:50 2011 +0100 Revert accidental commit *again* src/contacts-app.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1632c8b397519717db15521bfdd6651bb4a3d6e1 Author: Alexander Larsson Date: Mon Dec 19 16:25:39 2011 +0100 Nicer looking drop shadows data/gnome-contacts.css | 3 + src/contacts-app.vala | 2 +- src/gtk-notification.c | 172 +++++++++++++++++++++++++++++----------------- 3 files changed, 112 insertions(+), 65 deletions(-) commit 664d90ae91fc7f94ffca314818bd9b9c5dd1507b Author: Alexander Larsson Date: Mon Dec 19 16:10:50 2011 +0100 Revert accidental commit src/contacts-app.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0c19b82f25ec200a2538244ffaa15860980b6148 Author: Alexander Larsson Date: Mon Dec 19 16:01:08 2011 +0100 Push notification CSS to gnome-contacts.css data/gnome-contacts.css | 4 ++++ src/gtk-notification.c | 39 ++++++++++++++++++--------------------- 2 files changed, 22 insertions(+), 21 deletions(-) commit a8d2ad6ef7399181e2d1ae3b64c365ccd39fa2b4 Author: Alexander Larsson Date: Mon Dec 19 15:43:38 2011 +0100 No drop shadow at the top src/contacts-app.vala | 2 +- src/gtk-notification.c | 46 +++------------------------------------------- 2 files changed, 4 insertions(+), 44 deletions(-) commit 3d0635ecc1bd23c3655c815029a48eb35dd37ce8 Author: Erick Pérez Castellanos Date: Mon Dec 19 15:31:04 2011 +0100 Support undo for delete src/contacts-app.vala | 27 +++++++++++++++++++++++++-- src/contacts-contact-pane.vala | 8 ++++++-- 2 files changed, 31 insertions(+), 4 deletions(-) commit caac089f11b0066bbe9dab249bfc6ece832ead4b Author: Erick Pérez Castellanos Date: Mon Dec 19 15:30:37 2011 +0100 Add support for hiding contacts This is useful to emulate undoable delete src/contacts-contact.vala | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 5b4091ab73512094edc3fced192982f5e309bb37 Author: Erick Pérez Castellanos Date: Mon Dec 19 15:30:07 2011 +0100 Initial version of GtkNotification src/Makefile.am | 2 + src/gtk-notification.c | 530 ++++++++++++++++++++++++++++++++++++++++++++++++ src/gtk-notification.h | 58 ++++++ vapi/custom.vapi | 8 + 4 files changed, 598 insertions(+), 0 deletions(-) commit 24da24bc5ab31227fc81c9e63b3ee305ea83a127 Author: Alexander Larsson Date: Mon Dec 19 15:22:59 2011 +0100 Some whitespace cleanups src/contacts-contact.vala | 88 ++++++++++++++++++++++---------------------- 1 files changed, 44 insertions(+), 44 deletions(-) commit 7fdd39902a91df4bee7483399d248bb5f423a159 Author: Alexander Larsson Date: Mon Dec 19 15:11:30 2011 +0100 Add back support for link and delete src/contacts-contact-pane.vala | 48 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 48 insertions(+), 0 deletions(-) commit 85db14203696523bcf357a709a2d99b27f3fe2b1 Author: Alexander Larsson Date: Mon Dec 19 15:01:26 2011 +0100 Only steal button 1 in clickable src/contacts-clickable.vala | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) commit 2a80d5dbc97d24d31ff29840f0ce53b50471a7bc Author: Alexander Larsson Date: Mon Dec 19 14:07:48 2011 +0100 Keep avatar up to date with contact changes src/contacts-contact-pane.vala | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 8c037ecc076bb13d6ef5ec72107d553673705367 Author: Alexander Larsson Date: Mon Dec 19 13:52:54 2011 +0100 Make keep_widget_uptodate a Contects helper function src/contacts-contact-pane.vala | 7 ++----- src/contacts-contact.vala | 6 ++++++ 2 files changed, 8 insertions(+), 5 deletions(-) commit 764ff3f68000314692d0ddd84b41b6fdac728f8f Author: Alexander Larsson Date: Mon Dec 19 12:24:15 2011 +0100 Update display name in card when it changes src/contacts-contact-pane.vala | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 19e4100c6f65d18af4f41674c6ec8e16877d5962 Author: Alexander Larsson Date: Mon Dec 19 12:05:14 2011 +0100 Allow editing the name. src/contacts-contact-pane.vala | 83 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 81 insertions(+), 2 deletions(-) commit 1c00b8d6a39b1a2ef6cb892afe3ab9ff91c7fb55 Author: Alexander Larsson Date: Mon Dec 19 12:04:32 2011 +0100 Make enter/exit edit more signals so we don't have to derive always. src/contacts-contact-pane.vala | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit d6ff4b46243992b13e4cd98c8d46234f15ca70f2 Author: Alexander Larsson Date: Mon Dec 19 12:03:54 2011 +0100 Make sure to save outstanding edit row if we're showing a new contact src/contacts-contact-pane.vala | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit e8c3f4667bc6620e73f28d875d77ac4985ba6b70 Author: Alexander Larsson Date: Mon Dec 19 12:03:35 2011 +0100 Move grab_widget_later to Utils src/contacts-contact-pane.vala | 12 ++---------- src/contacts-utils.vala | 8 ++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) commit c05691ad111807011228bf96ce6d1cf851166729 Author: Alexander Larsson Date: Mon Dec 19 11:27:45 2011 +0100 Keep a reference to the card_grid row src/contacts-contact-pane.vala | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 6803bf41cc3bbf06e1a65decc50f8515a79d855a Author: Alexander Larsson Date: Mon Dec 19 11:27:03 2011 +0100 No need to pass window to clickable.unrealize src/contacts-clickable.vala | 2 +- src/contacts-contact-pane.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 39f13c46701b33779be57438c191827dc2f37d10 Author: Alexander Larsson Date: Mon Dec 19 11:26:42 2011 +0100 Use new generic child-has-focus tracking src/contacts-contact-pane.vala | 49 ++++++++------------------------------- 1 files changed, 10 insertions(+), 39 deletions(-) commit 6f38554599f4280e1ddaa52e231f459a737f5665 Author: Alexander Larsson Date: Mon Dec 19 11:26:05 2011 +0100 Add generic has_child_focus tracking helper to FieldRow src/contacts-contact-pane.vala | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) commit 71f201665f80c25bcb12574142190d41a045aa78 Author: Jorge González Date: Sun Dec 18 15:32:04 2011 +0100 Updated Spanish translation po/es.po | 493 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 288 insertions(+), 205 deletions(-) commit 5968c3513c5043a5e45ed4187c16d6d74c6b9ce8 Author: Kjartan Maraas Date: Sun Dec 18 12:49:24 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 423 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 225 insertions(+), 198 deletions(-) commit a897006d9e0fba2de8965d0d29898489db53da3d Author: Piotr Drąg Date: Sat Dec 17 20:45:10 2011 +0100 Updated POTFILES.in po/POTFILES.in | 2 ++ po/POTFILES.skip | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) commit e1a7229dd915b63cc0ad885cff454049d05f6547 Author: Matej Urbančič Date: Fri Dec 16 22:01:26 2011 +0100 Updated Slovenian translation po/sl.po | 459 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 250 insertions(+), 209 deletions(-) commit d90bfccde8f6b0ea233f107bb7428c638bae90d7 Author: Alexander Larsson Date: Fri Dec 16 19:06:37 2011 +0100 Support unlinking src/contacts-contact-pane.vala | 85 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 83 insertions(+), 2 deletions(-) commit 19f08ba61dc1ed39cf87d4764e0017b1b913d8a3 Author: Alexander Larsson Date: Fri Dec 16 18:38:15 2011 +0100 Push edit mode down to FieldRow This means we can also edit non-DataFieldRows, such as the title rows for personas src/contacts-contact-pane.vala | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) commit b12aa1985dff4413644737fc1f29e9ae3e80fa29 Merge: d35b772 629f518 Author: Alexander Larsson Date: Fri Dec 16 18:04:02 2011 +0100 Merge branch 'new-design' commit 629f518d74a1c629816651121910bdb1a30fecfc Author: Alexander Larsson Date: Fri Dec 16 18:01:08 2011 +0100 Remove unused contacts booleans src/contacts-contact-pane.vala | 2 -- src/contacts-contact.vala | 2 -- src/contacts-view.vala | 2 -- 3 files changed, 0 insertions(+), 6 deletions(-) commit 7bec500650317cda021d2f19f36738b9a64b6eec Author: Alexander Larsson Date: Fri Dec 16 18:00:42 2011 +0100 Support actually creating new contacts with the new contact dialog src/contacts-app.vala | 7 ++- src/contacts-new-contact-dialog.vala | 150 +++++++++++++++++++++++++++++++++- 2 files changed, 155 insertions(+), 2 deletions(-) commit 178ec657c230d15eff941e5b6f414b110e969c98 Author: Alexander Larsson Date: Fri Dec 16 16:42:06 2011 +0100 More work on New contact dialog src/contacts-new-contact-dialog.vala | 214 +++++++++++++++++++++++++++++----- 1 files changed, 187 insertions(+), 27 deletions(-) commit 2bf18494be4f8faa858d65bb9184108309e714c8 Author: Alexander Larsson Date: Fri Dec 16 16:41:48 2011 +0100 Allow setting TypeCombo state by specifying a string src/contacts-types.vala | 45 +++++++++++++++++++++++++++++++++++++++------ 1 files changed, 39 insertions(+), 6 deletions(-) commit 73f1898fdb00ba640a674d80e115589cf3f52534 Author: Alexander Larsson Date: Fri Dec 16 16:41:19 2011 +0100 Move postal subproperty arrays to Contact src/contacts-contact-pane.vala | 11 ++++------- src/contacts-contact.vala | 3 +++ 2 files changed, 7 insertions(+), 7 deletions(-) commit a7eb1cc0d7a9bdb011bf300cf69b372b2e23c969 Author: Alexander Larsson Date: Fri Dec 16 15:07:23 2011 +0100 Split out ContactsFrame to its own file src/Makefile.am | 1 + src/contacts-contact-frame.vala | 242 +++++++++++++++++++++++++++++++++++++++ src/contacts-contact-pane.vala | 221 ----------------------------------- 3 files changed, 243 insertions(+), 221 deletions(-) commit 8a386a35aa715961afd0eb3a6b8a859d0561ebd6 Author: Alexander Larsson Date: Fri Dec 16 14:54:14 2011 +0100 Split out avater menu to its own file src/Makefile.am | 1 + src/contacts-avatar-menu.vala | 193 ++++++++++++++++++++++++++++++++++++++++ src/contacts-contact-pane.vala | 172 ----------------------------------- 3 files changed, 194 insertions(+), 172 deletions(-) commit cf3cd1921752cb5aae9f7ee420a850a53dd57a9d Author: Alexander Larsson Date: Fri Dec 16 14:49:41 2011 +0100 Move new contacts dialog to its own file src/Makefile.am | 1 + src/contacts-app.vala | 3 +- src/contacts-contact-pane.vala | 3 -- src/contacts-new-contact-dialog.vala | 58 ++++++++++++++++++++++++++++++++++ 4 files changed, 61 insertions(+), 4 deletions(-) commit c69d43230afb891b3182b4eff005d63a57a4475d Author: Alexander Larsson Date: Fri Dec 16 14:28:20 2011 +0100 Add a title to the add detail window src/contacts-contact-pane.vala | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) commit 396158594fbfe040a3f15966bb246c09d1591df0 Author: Alexander Larsson Date: Fri Dec 16 14:24:00 2011 +0100 Use a label for the title in the select target dialog src/contacts-contact-pane.vala | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) commit 29fdf63aba55c9466c9c191a513ad7688214a83f Author: Alexander Larsson Date: Fri Dec 16 14:09:08 2011 +0100 Support calling in the UI src/contacts-contact-pane.vala | 82 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 82 insertions(+), 0 deletions(-) commit 1e195184c067d7b57d7f8a81e54c005692f0438a Author: Alexander Larsson Date: Fri Dec 16 13:12:59 2011 +0100 Support starting a chat src/contacts-contact-pane.vala | 93 ++++++++++++++++++++++++++++++++++------ 1 files changed, 79 insertions(+), 14 deletions(-) commit 21a678bfcedef2032cd572d4770676ccdbe2f9c3 Author: Alexander Larsson Date: Fri Dec 16 11:44:35 2011 +0100 Handle sensitivity for chat and call buttons src/contacts-contact-pane.vala | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) commit 1a9388250d9893d991910ec8c8cb57cf809c8939 Author: Alexander Larsson Date: Fri Dec 16 11:31:16 2011 +0100 Track email button sensitivity src/contacts-contact-pane.vala | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) commit a0955bae135b1987c34430035b0c5685f773b7cf Author: Alexander Larsson Date: Fri Dec 16 11:27:01 2011 +0100 Support sending emails src/contacts-contact-pane.vala | 85 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 85 insertions(+), 0 deletions(-) commit d1eb4a2315f7413bd9a9ad0bde19da0172e02a23 Author: Alexander Larsson Date: Fri Dec 16 10:50:23 2011 +0100 Support adding new details to personas src/contacts-contact-pane.vala | 147 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 146 insertions(+), 1 deletions(-) commit 39e1fd70e2789c82bbbedca6ade2b1b244f21ae2 Author: Alexander Larsson Date: Thu Dec 15 23:33:25 2011 +0100 Fix error introduced in the common DetailedFieldRow code Valac didn't properly support generics with g_object_new() src/contacts-contact-pane.vala | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) commit 0ffd18399c0d7fba57da3dfd3bdc941b9ccef896 Author: Alexander Larsson Date: Thu Dec 15 23:32:44 2011 +0100 Connect_after to entry to avoid error in spinbutton case src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fccc085f8cf736e78db26a3871cf0e7b9f83f436 Author: Alexander Larsson Date: Thu Dec 15 23:18:56 2011 +0100 Support birthdate editing src/contacts-contact-pane.vala | 87 +++++++++++++++++++++++++++++++++++++-- 1 files changed, 82 insertions(+), 5 deletions(-) commit 54fb62902dd8ee3cae1f662c88ec209bb42765d0 Author: Alexander Larsson Date: Thu Dec 15 23:18:06 2011 +0100 Add common helper for grab later src/contacts-contact-pane.vala | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit 56fa295f1a70ebfe94f46e24ceaa5212d533d94f Author: Alexander Larsson Date: Thu Dec 15 21:48:59 2011 +0100 Add support for not editing src/contacts-contact-pane.vala | 70 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 69 insertions(+), 1 deletions(-) commit 8dda6988b6280b86459e5457bc88b690903138a9 Author: Alexander Larsson Date: Thu Dec 15 21:34:10 2011 +0100 Add editing of addresses src/contacts-contact-pane.vala | 114 ++++++++++++++++++++++++++++++++++++---- 1 files changed, 104 insertions(+), 10 deletions(-) commit d9dcbdcd23f7497956b0af83265b657dbcfcf0c5 Author: Alexander Larsson Date: Thu Dec 15 19:37:52 2011 +0100 Make chat fields non-editable src/contacts-contact-pane.vala | 25 +++++++++++++++++++++---- 1 files changed, 21 insertions(+), 4 deletions(-) commit 904f33b5a81f132ab183684efa822b7397351873 Author: Alexander Larsson Date: Thu Dec 15 19:22:33 2011 +0100 Support editing nicknames src/contacts-contact-pane.vala | 40 ++++++++++++++++++++++++++++++++++------ 1 files changed, 34 insertions(+), 6 deletions(-) commit cd1b31806fdbda47081821f0af332f57a3acb5d2 Author: Alexander Larsson Date: Thu Dec 15 19:22:18 2011 +0100 Support editing phone fields src/contacts-contact-pane.vala | 35 +++++++++++++++++------------------ 1 files changed, 17 insertions(+), 18 deletions(-) commit 56453b9f47d720f957df205d8dcf634b978a8ca2 Author: Alexander Larsson Date: Thu Dec 15 19:06:15 2011 +0100 Generalize email row to work for all detailed string types src/contacts-contact-pane.vala | 31 ++++++++++++++++++------------- 1 files changed, 18 insertions(+), 13 deletions(-) commit 195b4b5af24f592e58f1b9e003848992d8d87238 Author: Alexander Larsson Date: Thu Dec 15 16:40:40 2011 +0100 When switching to custom type mode, ensure we don't loose focus Show and grab focus on the new widget before hiding the old focused widget. src/contacts-types.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bfc7e3a21a603957a8aeca49b7c2ccddb7cf3c04 Author: Alexander Larsson Date: Thu Dec 15 11:23:23 2011 +0100 Keep row focus on exit of edit mode if a child had focus src/contacts-contact-pane.vala | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 411176b3b0d763eb671a008daa557c3d28ea8121 Author: Alexander Larsson Date: Thu Dec 15 11:14:43 2011 +0100 Allow focus inside focusable FieldRows src/contacts-contact-pane.vala | 58 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 57 insertions(+), 1 deletions(-) commit d35b7720db43a83814a6a286ec64ddcf4b11194d Author: Marián Čavojský Date: Wed Dec 14 11:35:00 2011 +0100 Added Slovak translation po/LINGUAS | 1 + po/sk.po | 533 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 534 insertions(+), 0 deletions(-) commit 87f00927360c3d85d59125bee612f20fb92be623 Author: Alexander Larsson Date: Wed Dec 14 01:09:36 2011 +0100 Avoid warnings on row deletion src/contacts-contact-pane.vala | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 955f1ee8d225453b0d971ec824394b1304bbeb04 Author: Alexander Larsson Date: Wed Dec 14 01:06:33 2011 +0100 Allow activation of FieldRows src/contacts-contact-pane.vala | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit e582d923fc68c3a4d6985e8dc86d7544cbf51809 Author: Alexander Larsson Date: Wed Dec 14 00:41:00 2011 +0100 Allow for non-grabbing setup_entry_for_edit This is needed for e.g. addresses src/contacts-contact-pane.vala | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) commit 554dd144fd272475f448ea04567ea9deb80799fd Author: Alexander Larsson Date: Wed Dec 14 00:40:38 2011 +0100 Track for focus outside editing row => exit editing src/contacts-contact-pane.vala | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit e8fecbe3910c5194d7357f25a3e87abe5ab66a2e Author: Alexander Larsson Date: Wed Dec 14 00:39:56 2011 +0100 Make FieldRow redraw on allocate, since it draw focus rect now src/contacts-contact-pane.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d3e3f2aa02205adae25065081e7c6def204747bf Author: Alexander Larsson Date: Tue Dec 13 23:14:16 2011 +0100 Allow canceling editing by escape src/contacts-contact-pane.vala | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 95dbe1d51e7bd91c5c190fb62c8f4bb5568e4914 Author: Alexander Larsson Date: Tue Dec 13 23:00:18 2011 +0100 Centralize entry setup for edit mode src/contacts-contact-pane.vala | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) commit 33f034a30c70f5b4f88e8437be5780f263c36c24 Author: Alexander Larsson Date: Tue Dec 13 22:29:52 2011 +0100 Support edit emails src/contacts-contact-pane.vala | 41 ++++++++++++++++++++++++++++++++++++++- 1 files changed, 39 insertions(+), 2 deletions(-) commit 03aac95b23de8c6c8ab8734daeb859f615bcd9ea Author: Alexander Larsson Date: Tue Dec 13 22:29:10 2011 +0100 Avoid saving changes when exiting edit more if nothing changed src/contacts-contact-pane.vala | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) commit 3dd56d0ef6d6f1c2c0f29ad78c3a3aa533c994f6 Author: Alexander Larsson Date: Tue Dec 13 22:28:27 2011 +0100 Add helper to create entry + type combo src/contacts-contact-pane.vala | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) commit fe9fda29d928dfa28fa99922654d8f26c9adf240 Author: Alexander Larsson Date: Tue Dec 13 22:27:48 2011 +0100 Make throws more explicit src/contacts-contact.vala | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 87c750089daba6d3231ec3514fd9fa013a500494 Author: Alexander Larsson Date: Tue Dec 13 22:27:27 2011 +0100 Add support for is_modified checks on TypeCombo src/contacts-types.vala | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit e967f4598b56d483a2343d41ed3e8fbfdbbcea2b Author: Alexander Larsson Date: Tue Dec 13 15:05:31 2011 +0100 Allow non-saving exit from edit mode This can be used for e.g. ESC src/contacts-contact-pane.vala | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) commit 5b7bb9db2e9ee2e46bc1bca397f0969d265c58b9 Author: Alexander Larsson Date: Tue Dec 13 14:56:39 2011 +0100 Add remove row support src/contacts-contact-pane.vala | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit f686c4b4527dab69baef517b2479df64ff9b243f Author: Alexander Larsson Date: Tue Dec 13 14:41:42 2011 +0100 Actually save properties (just links for now) src/contacts-contact-pane.vala | 56 +++++++++++++++++++++++++++++++++++----- 1 files changed, 49 insertions(+), 7 deletions(-) commit c92e9d78b7dde09b84e6d786545b6eee47e468ae Author: Alexander Larsson Date: Tue Dec 13 14:41:20 2011 +0100 Support FakePersona in Contact.set_persona_property src/contacts-contact.vala | 47 ++++++++++++++++++++++++-------------------- 1 files changed, 26 insertions(+), 21 deletions(-) commit e6331521b56b01ef63ddda8cbf154d5ed97cb83a Author: Alexander Larsson Date: Tue Dec 13 14:20:02 2011 +0100 Move property name to FieldSet so we can use it to set values src/contacts-contact-pane.vala | 40 +++++++++++++--------------------------- 1 files changed, 13 insertions(+), 27 deletions(-) commit a8205fde058684ec68053286af400b127ed0a199 Author: Alexander Larsson Date: Tue Dec 13 12:51:46 2011 +0100 Initial work at edit mode. src/contacts-contact-pane.vala | 76 ++++++++++++++++++++++++++++++++++++++-- 1 files changed, 73 insertions(+), 3 deletions(-) commit 7022988e2deecf129d2fa5776ddf9ff2fcaf14e1 Author: Alexander Larsson Date: Tue Dec 13 12:40:13 2011 +0100 Add field_set to DataFieldRow src/contacts-contact-pane.vala | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 23fa13301f92cc2ee5323d459104eac0d8b6a046 Author: Alexander Larsson Date: Tue Dec 13 12:29:21 2011 +0100 Don't take string for pack_text (not used) src/contacts-contact-pane.vala | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit bdfa5e22a3dcf98448bbbb3a8f5c275072cbbb73 Author: Alexander Larsson Date: Tue Dec 13 12:28:10 2011 +0100 Prefix all packing helper in FieldRow with pack_ src/contacts-contact-pane.vala | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) commit ee89f86544bf7ae10c0fdc9adee0936ebfef059f Author: Alexander Larsson Date: Tue Dec 13 12:23:39 2011 +0100 Layout update in preparation for editing Rename Field to FieldSet Make each FieldSet have different type FieldRows, all derived from DataFieldRow for common virtuals src/contacts-contact-pane.vala | 633 +++++++++++++++++++++++++--------------- 1 files changed, 404 insertions(+), 229 deletions(-) commit 0d5ed5120d4c85f4e6cd5aa8445a2bda6cf8d03d Author: Alexander Larsson Date: Tue Dec 13 10:02:35 2011 +0100 Scroll content with focus src/contacts-contact-pane.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 19ea1fabb8e307229575d055e31d9602923f5805 Author: Alexander Larsson Date: Tue Dec 13 09:28:34 2011 +0100 Remove unnecessary margin of left in content We already have borders now src/contacts-contact-pane.vala | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 17df97d4dcf96ad7922483960c376cea0b73b2ca Author: Alexander Larsson Date: Tue Dec 13 09:25:45 2011 +0100 Support focus for field rows src/contacts-clickable.vala | 4 ++++ src/contacts-contact-pane.vala | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletions(-) commit 0a48e51a0d027d626a25fe56a56c497e77ee58d7 Author: Alexander Larsson Date: Tue Dec 13 08:55:11 2011 +0100 Don't propagate prelight and active states to row children src/contacts-contact-pane.vala | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit a5ba5123763f9b1457cadd6a44acee026a64bce6 Author: Alexander Larsson Date: Mon Dec 12 22:05:36 2011 +0100 Add Field.set_edit_mode (row) vfunc src/contacts-contact-pane.vala | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) commit ed914172ee87adf3e6ab637fb6ef58a61a1689b9 Author: Alexander Larsson Date: Mon Dec 12 21:15:24 2011 +0100 Add Row.get_children_at() src/contacts-row.vala | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit c19670be9f90a836a615a79404c985cdd8018e9c Author: Alexander Larsson Date: Mon Dec 12 21:08:49 2011 +0100 Add todo src/contacts-row.vala | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit d3cbf4ecad654d07b69f66168d75908feaf47c34 Author: Alexander Larsson Date: Mon Dec 12 16:58:03 2011 +0100 Allow multiple widgets per cell in a Row This is useful for edit mode, where we can add new widgets and hide the standard ones. src/contacts-row.vala | 57 +++++++++++++++++++++++++++++++------------------ 1 files changed, 36 insertions(+), 21 deletions(-) commit 0f47cf2d159b76d8e5532de8bd0c4baae5499dbb Author: Alexander Larsson Date: Mon Dec 12 16:31:59 2011 +0100 Add clickable and use it to support clickable rows src/Makefile.am | 1 + src/contacts-clickable.vala | 256 ++++++++++++++++++++++++++++++++++++++++ src/contacts-contact-pane.vala | 16 +++ src/contacts-row.vala | 2 +- 4 files changed, 274 insertions(+), 1 deletions(-) commit 53281ec6eed4d2bb9b0c70fa06ed7eab042d04ad Author: Alexander Larsson Date: Mon Dec 12 15:16:09 2011 +0100 Add input only window to row src/contacts-row.vala | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) commit cf246452e6d1565fcd4c2b0f83a11f411e28147b Author: Alexander Larsson Date: Mon Dec 12 14:11:35 2011 +0100 Fix issue with column spacing handling src/contacts-row.vala | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit f191602d433c49e613759985bf9280093975b79e Author: Alexander Larsson Date: Mon Dec 12 12:19:51 2011 +0100 Update everything when personas changes for the visible contact src/contacts-contact-pane.vala | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 66e75c8cc0364f79731dd5a8a803103fcc2bf37c Author: Alexander Larsson Date: Mon Dec 12 12:14:32 2011 +0100 Handle personas changing src/contacts-contact-pane.vala | 63 ++++++++++++++++++++++++++++++++++++++-- 1 files changed, 60 insertions(+), 3 deletions(-) commit c51cebe73b41fc498347c0df1f731cc1b2f7e0d6 Author: Alexander Larsson Date: Mon Dec 12 11:31:06 2011 +0100 Add Contact.personas_changed This only fires if the set of personas changes src/contacts-contact.vala | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) commit 9886288039b860471ff32b31428f19418e5ecaef Author: Alexander Larsson Date: Mon Dec 12 11:30:03 2011 +0100 Remove unused variable src/contacts-row.vala | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit ce260307820c29ddc3fe0e5b0d6251e505fb1fc3 Author: Alexander Larsson Date: Mon Dec 12 11:24:02 2011 +0100 Add presence_changed specific signal to use for presence monitoring only src/contacts-contact.vala | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 416a6fc9f4d7415f2aa14a108e4e1433a3cdf315 Author: Alexander Larsson Date: Mon Dec 12 11:11:01 2011 +0100 Separate out the common row stuff into rowgroup src/contacts-contact-pane.vala | 29 ++-- src/contacts-row.vala | 354 +++++++++++++++++++++------------------- 2 files changed, 204 insertions(+), 179 deletions(-) commit 1473c6327c39c3e8a3633a0eeeddefc0be8bf18d Author: Yaron Shahrabani Date: Sat Dec 10 10:41:37 2011 +0200 Updated Hebrew translation. po/he.po | 200 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 108 insertions(+), 92 deletions(-) commit 2202f1601f7def0811f986b35debe7865b4ad1c3 Author: Alexander Larsson Date: Fri Dec 9 14:45:59 2011 +0100 Remove now unused size group for borders src/contacts-contact-pane.vala | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 172267f0e49f0afbce5731973b9178bb054c42ec Author: Alexander Larsson Date: Fri Dec 9 14:44:18 2011 +0100 Add new Column.Row container to nicer handle the content pane This will also be useful later for the list. src/contacts-contact-pane.vala | 135 +++++++++-- src/contacts-row.vala | 489 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 551 insertions(+), 73 deletions(-) commit 8f3b03cdbc25455280e21b127adf1e5fd69ff676 Author: Matej Urbančič Date: Thu Dec 8 22:17:23 2011 +0100 Updated Slovenian translation po/sl.po | 197 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 100 insertions(+), 97 deletions(-) commit 8ab0d35a81e124a6dfc8a0b1b98df655011b6924 Author: Alexander Larsson Date: Thu Dec 8 11:20:01 2011 +0100 Rename ContactsRow to Row This will be more generally useful src/contacts-contact-pane.vala | 18 +++++++++--------- src/contacts-row.vala | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) commit 6f87cb1a9a2fcfe807bf428c8bfcbe63b4e21920 Author: Alexander Larsson Date: Thu Dec 8 11:17:56 2011 +0100 Split out row to its own file src/Makefile.am | 1 + src/contacts-contact-pane.vala | 66 ------------------------------ src/contacts-row.vala | 86 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+), 66 deletions(-) commit 3ef13029d4a87fe942313c43c13b4edba2e22b01 Author: Alexander Larsson Date: Thu Dec 8 11:17:37 2011 +0100 Remove now unused code src/Makefile.am | 1 - src/contacts-details-layout.vala | 169 -------------------------------------- 2 files changed, 0 insertions(+), 170 deletions(-) commit 0c6a67d3096c74981f77f03ce10bce9aab1cf742 Author: Alexander Larsson Date: Wed Dec 7 21:59:27 2011 +0100 Initial work on the new content-pane design src/contacts-contact-pane.vala | 1724 ++++++++++------------------------------ src/contacts-contact.vala | 4 +- 2 files changed, 425 insertions(+), 1303 deletions(-) commit efd60aeeb958930abf7e17d91ddd5a6684ee2087 Author: Alexander Larsson Date: Wed Dec 7 19:59:52 2011 +0100 Content pane is now grey, not white data/gnome-contacts.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9a25d58d320465de45c2547aae2ca25825987cc9 Author: Alexander Larsson Date: Wed Dec 7 17:58:11 2011 +0100 Don't show fake personas with fake persona stores These don't have any data or allow any data to be created. src/contacts-contact.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5e1eed9f99c3a28457cd0a1afe06631adf250ba1 Author: Alexander Larsson Date: Wed Dec 7 17:41:17 2011 +0100 Handle setups with null primary_store This happens for instance when the primary store is e.g. a goa store and something is broken with that setup src/contacts-contact.vala | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 42 insertions(+), 1 deletions(-) commit 78af92019b4f067122a8d4027b1ebac28ba9b246 Author: Alexander Larsson Date: Wed Dec 7 12:41:47 2011 +0100 Just show domain name as short for of links src/contacts-contact.vala | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit e5b885a7036bb23ebbe7064380f952fb8c3b839d Author: Alexander Larsson Date: Mon Dec 5 17:13:42 2011 +0100 Add Contact.get_personas_for_display src/contacts-contact.vala | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) commit f264c3675ad2fdf85fc1daad5d899c11f69035e8 Author: Daniel Mustieles Date: Fri Dec 2 18:15:25 2011 +0100 Updated Spanish translation po/es.po | 183 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 94 insertions(+), 89 deletions(-) commit b1f04c5c089aa501b34f5914481a2a5dc13028ae Author: Kjartan Maraas Date: Thu Dec 1 19:08:54 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 178 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 91 insertions(+), 87 deletions(-) commit 7c8d60dbc192d4c78b1f927cd61e52cb984cf6c8 Author: Praveen Illa Date: Tue Nov 29 23:17:58 2011 +0530 Updated Telugu Translation po/te.po | 212 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 114 insertions(+), 98 deletions(-) commit 744e00db092a20a525c160669d8b4565fc134042 Author: Alexander Larsson Date: Tue Nov 29 12:23:02 2011 +0100 Chain up to GApplication.startup() This fixes a warning message about this. src/contacts-app.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a3eaab0b0159adfc2131a541d58780c08ae6695e Author: Alexander Larsson Date: Tue Nov 29 12:10:56 2011 +0100 Hide google contacts not in My Contacts These contacts are autogenerated stuff which is not supposed to be visible in the UI. src/contacts-contact.vala | 8 ++++++++ src/contacts-esd-setup.c | 34 ++++++++++++++++++++++++++++++++++ src/contacts-esd-setup.h | 2 ++ vapi/custom.vapi | 4 ++++ 4 files changed, 48 insertions(+), 0 deletions(-) commit 9335c9b9bca029cdcb7a0ccd61ca0eb9427b5489 Author: Alexander Larsson Date: Tue Nov 29 11:40:29 2011 +0100 Make Contact.is_hidden a property getter and cache the value Its already semi-expensive to calculate and we're gonna add more stuff src/contacts-contact.vala | 17 ++++++++++++++++- src/contacts-store.vala | 2 +- src/contacts-view.vala | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) commit 5cb0e59e8462fc4532e3f354256a665675e402bf Author: Lucian Adrian Grijincu Date: Thu Nov 24 15:48:14 2011 +0200 Updated Romanian translation po/ro.po | 128 +++++++++++++++++++++++++------------------------------------ 1 files changed, 53 insertions(+), 75 deletions(-) commit 02272385f143613107e8618ecd9d1509df89ec27 Author: Lucian Adrian Grijincu Date: Sun Nov 20 21:53:46 2011 +0200 Added Romanian translation po/LINGUAS | 1 + po/ro.po | 501 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 502 insertions(+), 0 deletions(-) commit 3e6a33bceb03394a5ce314ce543552fdf3deecb6 Author: Akom Chotiphantawanon Date: Thu Nov 24 14:15:57 2011 +0700 Updated Thai translation. po/th.po | 191 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 101 insertions(+), 90 deletions(-) commit 7e83febfa60d67cbecca3d82470f9ee079e9e98a Author: Bruce Cowan Date: Sat Nov 12 07:54:59 2011 +0000 Updated British English translation po/en_GB.po | 105 +++++++++++++++++++++++++++++------------------------------ 1 files changed, 52 insertions(+), 53 deletions(-) commit 31137efba81dfb5065d624afe77ac3edbd375fa5 Author: Thomas Hindoe Paaboel Andersen Date: Sat Oct 22 15:25:08 2011 +0200 Delete variables no longer used here They were copied and used in contacts-app.vala in 281929b6dc551eb6c14be66217bbb4f9f75b6c8e https://bugzilla.gnome.org/show_bug.cgi?id=662456 src/main.vala | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) commit 2251808bcb69594d30556ff3457ddb277b40445c Author: Arash Mousavi Date: Mon Oct 24 01:58:06 2011 +0330 Updated Persian Translation po/fa.po | 228 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 115 insertions(+), 113 deletions(-) commit 437ae5f9edae74c215d0f1ed78e4091af09f82d9 Author: Alexander Larsson Date: Thu Oct 20 19:05:12 2011 +0200 Update version for release configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7fd3c3e745aeb3d5f822347356e14b613d3618b9 Author: Alexander Larsson Date: Thu Oct 20 19:04:57 2011 +0200 Update NEWS for release NEWS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit bd95f33b6778b89d9e6e94851b313b64f26289d0 Author: Alexander Larsson Date: Thu Oct 20 18:52:28 2011 +0200 Fake has_notes when we just set it, to avoid ui delay This means the dot is immediately set correctly, rather than after the async set call is finished. src/contacts-contact-pane.vala | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 234eed7ed11d4eb59088224b49fdaf6c64cea528 Author: Alexander Larsson Date: Thu Oct 20 18:19:32 2011 +0200 Don't crash if new linking persona doesn't support Names I've seen this in bugreports. Not sure how it could happen, but we should at least not crash. src/contacts-linking.vala | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 0873f1268ac62c4fb72d959dc0857db75bd553ff Author: Alexander Larsson Date: Thu Oct 20 18:00:55 2011 +0200 Add Unity to OnlyShowIn on request from Unity people. data/gnome-contacts.desktop.in.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 67dc3b72c70f0366f4614f12c4123c684f903396 Author: Alexander Larsson Date: Thu Oct 20 17:58:39 2011 +0200 Move contact pane right side border to inside the scrollbar This way we get some spacing between buttons and the scrollbar. src/contacts-contact-pane.vala | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit f8bacdb363ce5fff427cf190fcb06e15676dec7b Author: Michael Biebl Date: Sun Oct 2 18:17:26 2011 +0200 Add configure check for Gee https://bugzilla.gnome.org/show_bug.cgi?id=660702 configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f72dcd2a5fec6b5e51507f55c094560cade923d9 Author: Alexander Larsson Date: Thu Oct 20 16:57:09 2011 +0200 Display warnings if note save failed. src/contacts-contact-pane.vala | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 538581236be6ef6957c0a1ba289409f7edd56028 Author: Alexander Larsson Date: Thu Oct 20 12:31:50 2011 +0200 Ensure we make a copy of a list that can change over yield calls This fixes a crash when editing the name of a contact, which apparently changed the personas set for the contact. src/contacts-contact-pane.vala | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit b0b361f7439ab47a6fc11b00a125d6438e2e1aef Author: Alexander Larsson Date: Thu Oct 20 12:31:39 2011 +0200 Remove leftover debug spew src/contacts-esd-setup.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit ff1f9b5c029eba930beefdfc3e449abdd6e7b390 Author: Alexander Larsson Date: Thu Oct 20 12:03:48 2011 +0200 Fix nice names for eds contact stores This fixes the name of the store for e.g. google contacts. po/POTFILES.in | 1 + src/contacts-contact.vala | 9 +++------ src/contacts-esd-setup.c | 27 +++++++++++++++++++++++++++ src/contacts-esd-setup.h | 1 + vapi/custom.vapi | 2 ++ 5 files changed, 34 insertions(+), 6 deletions(-) commit e681740b15b2c78edc9c4f50907225d840df81ad Author: Alexander Larsson Date: Tue Oct 18 15:13:00 2011 +0200 Update for release NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 061623cd57734de31a273f9f206588b58d18d41f Author: Alexander Larsson Date: Tue Oct 18 15:12:49 2011 +0200 Update to 3.2.1 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7f0f90b207258deacf82dde80144ed515ebc2ca0 Author: Bruce Cowan Date: Sun Oct 16 14:40:30 2011 +0100 Updated British English translation po/en_GB.po | 214 +++++++++++++++++++++++++++++++--------------------------- 1 files changed, 114 insertions(+), 100 deletions(-) commit c36a9a9275cda447b85d5907c11230e100449227 Author: Abderrahim Kitouni Date: Mon Oct 10 16:45:26 2011 +0100 Updated Arabic translation po/ar.po | 320 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 206 insertions(+), 114 deletions(-) commit 12d507834d903f8c0e4a074fab11ff8a2b65d165 Author: Muhammet Kara Date: Mon Oct 10 09:41:21 2011 +0300 Updated Turkish translation po/tr.po | 204 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 98 insertions(+), 106 deletions(-) commit f6471cc12ef8adfcea859e0996b2528cabc66157 Author: Wouter Bolsterlee Date: Sat Oct 8 01:35:39 2011 +0200 New Dutch translation by Wouter Bolsterlee po/LINGUAS | 1 + po/nl.po | 470 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 471 insertions(+), 0 deletions(-) commit 55c3c684192b139e60aaf3464ae9e2d2a4d6f48b Author: Nguyễn Thái Ngọc Duy Date: Sat Oct 1 10:42:24 2011 +1000 Updated Vietnamese translation po/vi.po | 91 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 40 insertions(+), 51 deletions(-) commit 1257ddf19036b7beb252c417b7d95b085d9a3b4d Author: Nguyễn Thái Ngọc Duy Date: Sat Oct 1 10:35:06 2011 +1000 vi.po: import from Damned Lies po/vi.po | 374 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 284 insertions(+), 90 deletions(-) commit 63abdf67ff07e46712925e181d2d009b53a1ef37 Author: Tiffany Antopolski Date: Fri Sep 30 18:31:14 2011 +0200 Updated Esperanto translation po/eo.po | 481 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 346 insertions(+), 135 deletions(-) commit 498e0b6853baa2c95b23caff1fba30bbc396e809 Author: Daniel Korostil Date: Wed Sep 28 03:46:26 2011 +0300 Uploaded Ukranian po/uk.po | 351 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 261 insertions(+), 90 deletions(-) commit 59639d4963cba36fed6e8b2da84737d4e43a9468 Author: Funda Wang Date: Wed Sep 28 02:09:29 2011 +0200 fix string format src/contacts-app.vala | 4 ++-- src/contacts-contact-pane.vala | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) commit 93defcf956a5f3091ba1c349d1373fae824286fa Author: Aron Xu Date: Tue Sep 27 17:02:00 2011 +0000 Update Simplified Chinese translation. po/zh_CN.po | 205 ++++++++++++++++++++++++++++++---------------------------- 1 files changed, 106 insertions(+), 99 deletions(-) commit 8cdb5397b94ed71a8bddcd21e0dc12f412e75d6e Author: Timo Jyrinki Date: Tue Sep 27 09:35:22 2011 +0300 Add Finnish translation. po/LINGUAS | 1 + po/fi.po | 469 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 470 insertions(+), 0 deletions(-) commit e8858f9914bceaf6a6aeaac15329d6a148c66265 Author: Alexander Larsson Date: Mon Sep 26 15:13:51 2011 +0200 Bump version to 3.2.0.1 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 52bfa3a6f8687a310ca4dd564236a4075c79860c Author: Alexander Larsson Date: Mon Sep 26 15:13:43 2011 +0200 Update for release NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit cc6422a1a39d936eadd98d734c289aa70d4f38bc Author: Alexander Larsson Date: Mon Sep 26 14:48:06 2011 +0200 Work around changes in how folks marks its eds addressbooks Folks used to uave the relative uri as the eds store id, but now switched to uid. https://bugzilla.gnome.org/show_bug.cgi?id=660125 src/contacts-contact.vala | 2 +- src/contacts-esd-setup.c | 7 +++++++ src/contacts-esd-setup.h | 1 + vapi/custom.vapi | 2 ++ 4 files changed, 11 insertions(+), 1 deletions(-) commit 5889a060678a5224745d6a3d838840af4d0c55b6 Merge: f69bfee fe21748 Author: Guillaume Desmottes Date: Mon Sep 26 14:46:07 2011 +0200 Merge branch 'call-660121' commit f69bfee337b6d9241a489ea381340209fad71bc1 Author: Carles Ferrando Date: Mon Sep 26 14:23:48 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 362 +++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 267 insertions(+), 95 deletions(-) commit fe2174815dc5b6d1f86616248fade2a98037d593 Author: Guillaume Desmottes Date: Mon Sep 26 13:45:18 2011 +0200 start_call_with_account: set Empathy.AudioVideo as preferred handler Empathy.Call only handle Call channels, Empathy.AudioVideo is the one handling StreamedMedia channels. https://bugzilla.gnome.org/show_bug.cgi?id=660121 src/contacts-utils.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 09e567375a9c2d22dfaacf44b38d394e058afa76 Author: Alexander Larsson Date: Mon Sep 26 10:48:27 2011 +0200 Update for release NEWS | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit b7ab2becacccb90a603473051dcd3a3085b31ad3 Author: Alexander Larsson Date: Mon Sep 26 10:48:17 2011 +0200 Bump version to 3.2.0 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d0ec5ffa489d3ce9ba43a7ed954ab98cf8ddb1d2 Author: Hermien Bos Date: Mon Sep 26 09:00:50 2011 +0200 New translation for Afrikaans (af) po/LINGUAS | 1 + po/af.po | 481 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 482 insertions(+), 0 deletions(-) commit 4ef561d9e4c9cfadf8325dc80a9c700b63b0b418 Author: Manoj Kumar Giri Date: Mon Sep 26 11:27:21 2011 +0530 Added Oriya Language into the List po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6becf1c82a07d688314d1ae1303149895f27d0e1 Author: Manoj Kumar Giri Date: Mon Sep 26 11:26:53 2011 +0530 Updated Oriya Translation po/or.po | 472 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 472 insertions(+), 0 deletions(-) commit 45e3f7f929d4407c5eb88c70d1be976d14e002d7 Author: Hajime Taira Date: Sun Sep 25 22:12:51 2011 +0900 Added new Japanese translation po/LINGUAS | 1 + po/ja.po | 469 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 470 insertions(+), 0 deletions(-) commit b4c783b7b917e6a998d28d3db50d6c1684e5c7e1 Author: Ivaylo Valkov Date: Sun Sep 25 14:52:22 2011 +0300 Updated Bulgarian translation po/bg.po | 200 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 104 insertions(+), 96 deletions(-) commit fd6611da9ca6f94a61dd268c643979a3b2528c6c Author: Andika Triwidada Date: Sun Sep 25 14:32:09 2011 +0700 Updated Indonesian translation po/id.po | 244 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 128 insertions(+), 116 deletions(-) commit 99600842564cb6811d5323861bfe85a1d201e746 Author: Cheng-Chia Tseng Date: Sun Sep 25 14:37:46 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 241 ++++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 241 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 244 insertions(+), 238 deletions(-) commit 2e1ace34a221587229ac9b00e5e3bc19dedfdd07 Author: Aurimas Černius Date: Sat Sep 24 00:55:07 2011 +0300 Updated Lithuanian translation po/lt.po | 216 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 112 insertions(+), 104 deletions(-) commit a1ea60015097c66b0b8932564dcea13f2d041f8d Author: Seong-ho, Cho Date: Sat Sep 24 06:17:49 2011 +0900 Updated Korean translation po/ko.po | 354 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 262 insertions(+), 92 deletions(-) commit ecd8671b3b356114f9dfb7abe07b6cfb12b5dca5 Author: Inaki Larranaga Murgoitio Date: Fri Sep 23 17:52:56 2011 +0200 Added Basque language po/LINGUAS | 1 + po/eu.po | 470 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 471 insertions(+), 0 deletions(-) commit b311fdf9c778f4a0c3cc6274d2c877313cd7f5db Author: Yaron Shahrabani Date: Fri Sep 23 10:27:19 2011 +0300 Updated Hebrew translation. po/he.po | 348 ++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 239 insertions(+), 109 deletions(-) commit c2070ae52a38a7899946ae7dc8faaf2059202533 Author: Bruno Brouard Date: Thu Sep 22 21:45:41 2011 +0200 Updated French translation po/fr.po | 204 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 106 insertions(+), 98 deletions(-) commit 0214ba92d7b03fceabfc8e2febf9be4cec9ab017 Author: Bruno Brouard Date: Thu Sep 22 21:41:10 2011 +0200 Revert "Updated French translation" I messed up ! This reverts commit 0e55ca0bfaa7e882371f270fc88a5abcf319ce38. po/fr.po | 339 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 229 insertions(+), 110 deletions(-) commit 0e55ca0bfaa7e882371f270fc88a5abcf319ce38 Author: Bruno Brouard Date: Thu Sep 22 21:38:02 2011 +0200 Updated French translation po/fr.po | 339 ++++++++++++++++++++------------------------------------------ 1 files changed, 110 insertions(+), 229 deletions(-) commit f57efbfce7b10dbfcbbc0d45a14f7939a0ea2c08 Author: Gil Forcada Date: Thu Sep 22 19:41:28 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 200 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 104 insertions(+), 96 deletions(-) commit d05ca703df3fb3dd8437bd6329eb18d63bec93b4 Author: Daniel Nylander Date: Thu Sep 22 16:42:50 2011 +0200 Updated Swedish translation po/sv.po | 225 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 111 insertions(+), 114 deletions(-) commit a22caa2c96942fcff63623f7506cee49349fd95e Author: Kris Thomsen Date: Thu Sep 22 16:06:34 2011 +0200 Updated Danish translation po/da.po | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) commit 8789367d01df3e10a2f557584f82d191c278a275 Author: Sweta Kothari Date: Thu Sep 22 17:06:42 2011 +0530 Updated Gujarati Translations po/gu.po | 250 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 132 insertions(+), 118 deletions(-) commit 914dd6cc55605ce14264081f776134d76cc75a73 Author: Nilamdyuti Goswami Date: Thu Sep 22 12:16:01 2011 +0200 Add Assamese translation po/LINGUAS | 1 + po/as.po | 496 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 497 insertions(+), 0 deletions(-) commit 0019ded857c44ad91f3536a5d3e45c8bdf64884e Author: Alexander Larsson Date: Thu Sep 22 08:19:24 2011 +0200 Convert birthdays to local time Folks store dates as UTC, but birthdays are typically in "local" time, which the eds backend converted to UTC. We need to convert back to avoid sometimes showing the date offset. https://bugzilla.gnome.org/show_bug.cgi?id=659642 src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit cbf6a7e8f33f61a61298f57b57eff1e3e109f1d8 Author: Kjartan Maraas Date: Thu Sep 22 10:07:30 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 201 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 105 insertions(+), 96 deletions(-) commit a336219096a0ea32170f071fe9c6f9aab84ed069 Author: Piotr Drąg Date: Wed Sep 21 20:42:59 2011 +0200 Updated Polish translation po/pl.po | 45 +++++++++++++++++++++++---------------------- 1 files changed, 23 insertions(+), 22 deletions(-) commit f5a1688d16369df1ea455f3512c27f7014c7c7f2 Author: Kris Thomsen Date: Wed Sep 21 17:55:08 2011 +0200 Updated Danish translation po/da.po | 367 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 269 insertions(+), 98 deletions(-) commit 3f524dd975ace825ac8c2f932075c532f4cef64f Author: Cosimo Cecchi Date: Tue Sep 20 13:30:21 2011 -0400 contact-pane: close the error dialogs on response Contact pane error dialogs should close when you press OK. Also, make them modal to the window. https://bugzilla.gnome.org/show_bug.cgi?id=659627 src/contacts-contact-pane.vala | 33 +++++++++++++++++++++------------ 1 files changed, 21 insertions(+), 12 deletions(-) commit 15eb2215c3f63c3efd2393f973372d73c3cea3f6 Author: Cosimo Cecchi Date: Tue Sep 20 13:16:24 2011 -0400 app: add Ctrl+S and Ctrl+F keybindings to focus the search entry https://bugzilla.gnome.org/show_bug.cgi?id=659624 src/contacts-app.vala | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit a46a7c398e37b322188099a453228d153de12a97 Author: Cosimo Cecchi Date: Tue Sep 20 13:14:33 2011 -0400 app: add a Ctrl+Q keybinding for Quit https://bugzilla.gnome.org/show_bug.cgi?id=659624 src/contacts-app.vala | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit 672310688dea5a10002b68a4e38d0290afd989e9 Author: Alexander Larsson Date: Wed Sep 21 10:42:22 2011 +0200 Fix GtkGrid spacing GtkGrid swapped behaviour with set_column_spacing and set_row_spacing, this updates our use of these to the new behaviour. https://bugzilla.gnome.org/show_bug.cgi?id=659632 src/contacts-contact-pane.vala | 2 +- src/contacts-contact.vala | 2 +- src/contacts-details-layout.vala | 6 +++--- src/contacts-link-dialog.vala | 6 +++--- src/contacts-list-pane.vala | 2 +- src/contacts-menu-button.vala | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) commit 22143e4d06355ba9acbb23e0a9a76185e82445f9 Author: Djavan Fagundes Date: Wed Sep 21 10:23:40 2011 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 210 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 107 insertions(+), 103 deletions(-) commit 5c1b846979e924384e55015612d02d8aebaf9acc Author: ipraveen Date: Wed Sep 21 18:11:05 2011 +0530 Added Telugu Translation po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 214a12dfb7f8ec4dd52808622088b9aec9876bbe Author: ipraveen Date: Wed Sep 21 18:09:56 2011 +0530 Updated Telugu Translation po/te.po | 473 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 473 insertions(+), 0 deletions(-) commit dc7350d1f41e43e6e2eb080ab7d1c7e41f71cfdf Author: Gabor Kelemen Date: Wed Sep 21 02:59:01 2011 +0200 Updated Hungarian translation po/hu.po | 186 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 97 insertions(+), 89 deletions(-) commit 6e87b9033454df449fa97fa891b579ac85b237ed Author: Duarte Loreto Date: Wed Sep 21 00:51:39 2011 +0100 Updated Portuguese translation po/pt.po | 187 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 98 insertions(+), 89 deletions(-) commit d8d471210f3a5aa2fc2f8b9979d03e7711ba692d Author: Мирослав Николић Date: Tue Sep 20 21:44:46 2011 +0200 Updated Serbian translation po/sr.po | 382 ++++++++++++++++++++++++++++++++++++-------------------- po/sr@latin.po | 382 ++++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 488 insertions(+), 276 deletions(-) commit 78607f8b3a89d968fecc792434496a854a18f115 Author: Rudolfs Mazurs Date: Tue Sep 20 22:09:01 2011 +0300 Updated Latvian translation. po/lv.po | 193 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 100 insertions(+), 93 deletions(-) commit 4a427663ce5bcacf55c6b81f81717d3a605f77a0 Author: Mario Blättermann Date: Tue Sep 20 20:42:09 2011 +0200 [l10n] Updated German translation po/de.po | 189 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 98 insertions(+), 91 deletions(-) commit 617514f2b3b7395a2c2d39487c7ed4a001f0cc73 Author: Matej Urbančič Date: Tue Sep 20 13:07:38 2011 +0200 Updated Slovenian translation po/sl.po | 194 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 102 insertions(+), 92 deletions(-) commit 21a956e15022dccb8c6e949f4242800ce9ad5680 Author: Alexander Larsson Date: Tue Sep 20 12:30:07 2011 +0200 Bump version to 0.1.5.2 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d917f28a3af5ae464991d1bd67b088b525bc2428 Author: Alexander Larsson Date: Tue Sep 20 12:29:53 2011 +0200 Update for release NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 0a4695db5ce7ceaafc5bb2ff8230d751fb33f84f Author: Alexander Larsson Date: Tue Sep 20 11:34:48 2011 +0200 Don't create new contacts empty (google doesn't allow that) We reuse the "Contact Name" string for full name in order to get some field set. This is sort of a workaround. Long term we should probably not create the folks persona until some fields are added. https://bugzilla.gnome.org/show_bug.cgi?id=659560 src/contacts-contact-pane.vala | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 2a6781207f81ad513623f38681a372e2de6c0e8a Author: Alexander Larsson Date: Tue Sep 20 11:10:04 2011 +0200 Mark GOA source as default if there is no default https://bugzilla.gnome.org/show_bug.cgi?id=659049 src/contacts-esd-setup.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 14cd79f109cbe6b933eb7a2045624e5c06ad3e26 Author: Yuri Myasoedov Date: Tue Sep 20 11:50:13 2011 +0400 Updated Russian translation po/ru.po | 198 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 103 insertions(+), 95 deletions(-) commit 3d917ac89f9a3aecc1bfc7b26d587e346b34d556 Author: Alexander Larsson Date: Tue Sep 20 09:38:59 2011 +0200 Update NEWS and configure for 0.1.5.1 release NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) commit 72a63a735a0e1824071516363d94ece2271d5ac2 Author: Alexander Larsson Date: Tue Sep 20 09:37:58 2011 +0200 Fix build, vala couldn't handle .h files src/Makefile.am | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 42add275f4d063781bd46416fb4dd98fee0a27c9 Author: A S Alam Date: Tue Sep 20 07:28:04 2011 +0530 update Punjabi Translation po/pa.po | 190 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 98 insertions(+), 92 deletions(-) commit d58e925efdd06bb6b78cafe095a1382fd7cbc492 Author: Milo Casagrande Date: Mon Sep 19 22:21:10 2011 +0200 [l10n] Updated Italian translation po/it.po | 185 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 96 insertions(+), 89 deletions(-) commit f98c89ebea968a18f6fc61371c267c4c5591aa8f Author: Rudolfs Mazurs Date: Mon Sep 19 23:02:33 2011 +0300 Updated Latvian translation. po/lv.po | 155 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 74 insertions(+), 81 deletions(-) commit 8fa51edb82650266ced1f628f1dc9358fbf49806 Author: Ihar Hrachyshka Date: Mon Sep 19 22:01:26 2011 +0300 Updated Belarusian translation. po/be.po | 188 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 99 insertions(+), 89 deletions(-) commit 616df284ad23b119f557534bfb0e36010669651b Author: Marek Černocký Date: Mon Sep 19 20:07:01 2011 +0200 Updated Czech translation po/cs.po | 204 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 109 insertions(+), 95 deletions(-) commit 94de1b7c330d3b4a049558a26c61733eb69126f8 Author: Fran Dieguez Date: Mon Sep 19 17:24:17 2011 +0200 Updated Galician translations po/gl.po | 191 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 99 insertions(+), 92 deletions(-) commit 3c5a35be25ca232d78542ea407bc9271a18789f4 Author: Alexander Larsson Date: Mon Sep 19 16:49:32 2011 +0200 dist contacts-esd-setup.h src/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a3b0389ebb8b6752fa3ba9538b88d382df3151d1 Author: Alexander Larsson Date: Mon Sep 19 16:48:25 2011 +0200 Update version to 0.1.5 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a0063a2b5af11488ffe31f1db92270eabb9344cb Author: Alexander Larsson Date: Mon Sep 19 16:48:14 2011 +0200 Update for release NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 92f4046564d6aa964d92893c5a6e559808c4470d Author: Daniel Mustieles Date: Mon Sep 19 16:11:00 2011 +0200 Updated Spanish translation po/es.po | 191 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 99 insertions(+), 92 deletions(-) commit 8b5cd85563df9add0b4d2bd5ad61af504841892d Author: Dr.T.Vasudevan Date: Mon Sep 19 19:24:36 2011 +0530 updated Tamil translation po/ta.po | 185 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 96 insertions(+), 89 deletions(-) commit 8fa1d50cfd4a16df3c716a19dcba840777a00e8e Author: Piotr Drąg Date: Mon Sep 19 15:50:53 2011 +0200 Updated Polish translation po/pl.po | 192 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 100 insertions(+), 92 deletions(-) commit 70aeaf50e2be64d10c8bd29c6108d9386d4777d6 Author: Alexander Larsson Date: Mon Sep 19 15:45:47 2011 +0200 Add header to link suggestions src/contacts-view.vala | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit c6f7e49b12e6b05eb03a66fb6695d7277360ddea Author: Alexander Larsson Date: Mon Sep 19 14:33:07 2011 +0200 Fix warning about uninitialized out param src/contacts-contact.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c63cbab0a1e9da6bc64555122a68c6092570da0d Author: Alexander Larsson Date: Mon Sep 19 14:32:35 2011 +0200 Ifdef out some debug code src/contacts-linking.vala | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 7a497ecdb1950f7ab4e374955b29b73546be0af2 Author: Alexander Larsson Date: Mon Sep 19 14:16:58 2011 +0200 Don't use deprecated is_writeable property Replacement is is_persona_store src/contacts-contact-pane.vala | 2 +- src/contacts-contact.vala | 6 +++--- src/contacts-linking.vala | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) commit 07694769ca6861d665ad387243e44e48804413b9 Author: Alexander Larsson Date: Mon Sep 19 14:02:46 2011 +0200 Make each link have its own label in edit mode Fixes #659222 src/contacts-contact-pane.vala | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 8b2fb475ec5b67436988f549abc907f07d54226e Author: Alexander Larsson Date: Mon Sep 19 13:06:04 2011 +0200 Layout: Instead of expanding buttons expand contents This fixes the resize behaviour when there is more than one button. Fixes bug #659094 src/contacts-details-layout.vala | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) commit 7edd070f198fe6a97027aa0dbdd8248c29cc619a Author: Alexander Larsson Date: Mon Sep 19 12:57:36 2011 +0200 Always put a the contact frame in a togglebutton so that it gets the same size Without this we get a different layout in editing mode. Fixes bug #659170 src/contacts-contact-pane.vala | 97 ++++++++++++++++++++++------------------ 1 files changed, 54 insertions(+), 43 deletions(-) commit d8286352bb6a53953de2502d1e6694478d1e23eb Author: Alexander Larsson Date: Mon Sep 19 12:06:48 2011 +0200 Use extra rows for padding between suggestions and rest This is better than assigning height to some random other row, and it also allows us to implement headers. src/contacts-view.vala | 123 ++++++++++++++++++++++++++++++++++++----------- 1 files changed, 94 insertions(+), 29 deletions(-) commit 9c5c9fb042631660b8fe065f9f581e247b834aa5 Author: Alexander Larsson Date: Mon Sep 19 11:10:09 2011 +0200 Don't use multiple listview columns in ContactsView If we use normal cell packing we can later hide cells and create headers src/contacts-view.vala | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) commit 49b498471c8b5f3c7485cdba601249c7110f64cd Author: Alexander Larsson Date: Mon Sep 19 10:58:13 2011 +0200 Require later glib that has g_unichar_fully_decompose configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a5395105282cee41b1ac46b8fc09bff1a3156ca8 Author: Alexander Larsson Date: Mon Sep 19 10:57:59 2011 +0200 Require stable vala (0.14.0) configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 50e9008dcc59651005f150f159a57f62214e16de Author: Alexandre Franke Date: Mon Sep 19 11:47:42 2011 +0200 Update French translation po/fr.po | 126 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 65 insertions(+), 61 deletions(-) commit 483058a5134f7e97ffc1bbe2feaf52f833b574da Author: Gabor Kelemen Date: Mon Sep 19 02:54:53 2011 +0200 Updated Hungarian translation po/hu.po | 336 +++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 248 insertions(+), 88 deletions(-) commit b8775820e5018258a1616f312a5e4b08f577896d Author: Simos Xenitellis Date: Sun Sep 18 22:22:36 2011 +0300 l10n: Updated Greek translation for gnome-contacts po/el.po | 128 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 64 insertions(+), 64 deletions(-) commit f4ad6143b6449da56be33ff7881ffbcca1a4c004 Author: Ioannis Zamboukas Date: Sun Sep 18 22:16:59 2011 +0300 l10n: Added Greek translation for gnome-contacts po/LINGUAS | 1 + po/el.po | 462 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 463 insertions(+), 0 deletions(-) commit 35ff9f25181b6fa8a7e1afc4211ed8c3304ce160 Author: Daniel Nylander Date: Sun Sep 18 19:32:59 2011 +0200 Updated Swedish translation po/sv.po | 140 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 72 insertions(+), 68 deletions(-) commit a30b296e9df86f1f95a52cc9bc64f8ae086e5fdb Author: Philip Withnall Date: Sun Sep 18 17:01:00 2011 +0100 contact-pane: Comment out an unused variable It pertains to things which haven't been implemented yet. src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bb8a2ff61b864a3c4e3df10add1234d7ecee219b Author: Jorge González Date: Sun Sep 18 17:03:41 2011 +0200 Updated Spanish translation po/es.po | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) commit f18752814eef733d11309b4cc8b3f04a40e78dca Author: Jorge González Date: Sun Sep 18 16:58:01 2011 +0200 Updated Spanish translation po/es.po | 136 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 71 insertions(+), 65 deletions(-) commit 738d734cf2c095424f83f8d0ccde513a4e72674c Author: Muhammet Kara Date: Sun Sep 18 16:26:46 2011 +0300 Updated Turkish translation po/tr.po | 353 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 264 insertions(+), 89 deletions(-) commit adcb6bc4d57ee293c19b49f03440c01f78f112d7 Author: Ihar Hrachyshka Date: Sun Sep 18 16:19:42 2011 +0300 Updated Belarusian translation (some fixes after manual testing). po/be.po | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit ea664b888ab854fcf5d6913152ef995431a4e3d6 Author: Wolfgang Stöggl Date: Sun Sep 18 14:59:59 2011 +0200 [l10n] Updated German translation po/de.po | 308 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 203 insertions(+), 105 deletions(-) commit 6f6d3fc9688b457f13fd6d59e771239013f9662b Author: Dr.T.Vasudevan Date: Sun Sep 18 14:07:17 2011 +0530 updated Tamil translation po/ta.po | 136 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 70 insertions(+), 66 deletions(-) commit a5f9111816fe3cd73837bb6bc83bf1c6f53139ad Author: Alexander Shopov Date: Sun Sep 18 11:02:42 2011 +0300 Updated Bulgarian translation po/bg.po | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) commit cbec8202de1d5be81bd9535642f9b5fbdb806888 Author: A S Alam Date: Sun Sep 18 01:14:29 2011 +0530 update Punjabi Translation po/pa.po | 147 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 71 insertions(+), 76 deletions(-) commit 5ca12e84c10cf1f63cf5d346fc9a004978be634d Author: Philip Withnall Date: Sat Sep 17 20:26:08 2011 +0100 build: Remove redundant uses of AC_SUBST PKG_CHECK_MODULES already substitutes the _CFLAGS and _LIBS variables. configure.ac | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 3171c111a4bf1347d491c5afc5b1326c0ca6beed Author: Philip Withnall Date: Sat Sep 17 20:25:29 2011 +0100 build: Don't implicitly list contacts-esd-setup.[ch] in CLEANFILES src/Makefile.am | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) commit 019dffabcaf116d80b7b0790d99b6cafa665d48a Author: Aron Xu Date: Sat Sep 17 15:41:44 2011 +0000 Update simplified Chinese translation. po/zh_CN.po | 364 +++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 256 insertions(+), 108 deletions(-) commit 673fbc82ad34001822f1f32068977406586ef7d0 Author: Gil Forcada Date: Sat Sep 17 16:36:08 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 347 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 255 insertions(+), 92 deletions(-) commit c887495617f738be116321feb34bfc63459817ca Author: Matej Urbančič Date: Sat Sep 17 12:18:01 2011 +0200 Updated Slovenian translation po/sl.po | 363 ++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 262 insertions(+), 101 deletions(-) commit ba61e85929d5edd60444d4524603365a14dcd654 Author: Kjartan Maraas Date: Sat Sep 17 11:41:47 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 138 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 71 insertions(+), 67 deletions(-) commit 6799a65d2cb3bbcacc8a0337d795c31e1ca29a6b Author: Yuri Myasoedov Date: Sat Sep 17 12:36:15 2011 +0400 Updated Russian translation po/ru.po | 143 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 73 insertions(+), 70 deletions(-) commit 61de463f4d6efca79026419899d9217834badbab Author: Duarte Loreto Date: Sat Sep 17 01:02:10 2011 +0100 Updated Portuguese translation po/pt.po | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) commit 62a27e844559f66d8a4cfe3caa47a226ba5a8357 Author: Milo Casagrande Date: Fri Sep 16 21:40:34 2011 +0200 [l10n] Updated Italian translation po/it.po | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 deletions(-) commit 02721441271f2b2a886036a6489f255fb353195d Author: Alexander Larsson Date: Fri Sep 16 14:41:44 2011 +0200 Initial cut at suggested links src/contacts-link-dialog.vala | 10 ++++++ src/contacts-view.vala | 70 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 73 insertions(+), 7 deletions(-) commit f58949acf13a02b1234403c4d5e974e5cf77bcea Author: Alexander Larsson Date: Fri Sep 16 13:59:42 2011 +0200 Add separation to all ContactsViewWidget instances This means we get some distance between rows also in the link dialog data/gnome-contacts.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 29b74c4859136d75632bea2b59fc6d651d346bc0 Author: Flamarion Jorge Date: Fri Sep 16 09:31:24 2011 -0300 Updated Brazilian Portuguese translation. Reviewed by Henrique P. Machado and myself. po/pt_BR.po | 351 +++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 258 insertions(+), 93 deletions(-) commit faf598904fb8f0cb919e82c157f46dba6fac56de Author: Ihar Hrachyshka Date: Thu Sep 15 22:23:46 2011 +0300 Updated Belarusian translation. po/be.po | 136 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 70 insertions(+), 66 deletions(-) commit 027d942d2e93d179dbde775ce9a805394479f805 Author: Fran Dieguez Date: Thu Sep 15 21:04:05 2011 +0200 Updated Galician translations po/gl.po | 136 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 70 insertions(+), 66 deletions(-) commit 51d287ac233979d79611f3754cacb90ffaa1c3b3 Author: Piotr Drąg Date: Thu Sep 15 20:13:07 2011 +0200 Updated Polish translation po/pl.po | 136 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 70 insertions(+), 66 deletions(-) commit e29dea2ea1a4d3aeda167d712d0482c236f75274 Author: Alexander Larsson Date: Thu Sep 15 19:53:03 2011 +0200 Change name of exit editing button "Close" is a bit confusing as it doesn't close the app, we use Back to Contact instead. String addition with acks from i18n team. src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 58b9b5333235284233c36e2d741131764fde2e70 Author: Akom Chotiphantawanon Date: Thu Sep 15 21:33:35 2011 +0700 Updated Thai translation. po/th.po | 343 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 250 insertions(+), 93 deletions(-) commit 54cea45ee475d3efcb4e00a7f27d9f4da561e70d Author: Alexander Larsson Date: Thu Sep 15 12:30:53 2011 +0200 Forgot contacts-esd-setup.h src/contacts-esd-setup.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 90f9ff8b9ee6134f519978d6ce4d6eb9cbe1e52f Author: Duarte Loreto Date: Thu Sep 15 08:11:23 2011 +0100 Updated Portuguese translation po/LINGUAS | 1 + po/pt.po | 456 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 457 insertions(+), 0 deletions(-) commit 17b95c0fd59cdea4f65efedf21e6dd916afb57cd Author: Ivaylo Valkov Date: Thu Sep 15 07:22:03 2011 +0300 Updated Bulgarian translation po/LINGUAS | 1 + po/bg.po | 457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 458 insertions(+), 0 deletions(-) commit d5a521280444c4b9d6063581fad3268bee8f6a42 Author: Luca Ferretti Date: Thu Sep 15 00:51:50 2011 +0200 l10n: add it to LINGUAS po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d9da24503ec7c9ff4cfecca4720613ba48895841 Author: Claudio Arseni Date: Thu Sep 15 00:44:55 2011 +0200 l10n: Added Italian translation po/it.po | 457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 457 insertions(+), 0 deletions(-) commit 229258e7188824520c70955f421e899661901293 Author: Alexander Larsson Date: Wed Sep 14 22:05:01 2011 +0200 Don't leak source_list src/contacts-esd-setup.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 9216717296f4471084b820008c22be6b0e8dd5dd Author: Alexander Larsson Date: Wed Sep 14 22:04:30 2011 +0200 Use the eds helpers to create the local addressbook src/contacts-esd-setup.c | 142 ++++++++++++++++++++++++++++++++-------------- 1 files changed, 100 insertions(+), 42 deletions(-) commit 7dac82b69c55788797e35572ec2698ac127e3303 Author: Aurimas Černius Date: Wed Sep 14 20:28:21 2011 +0300 Updated Lithuanian translation po/lt.po | 324 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 183 insertions(+), 141 deletions(-) commit 33a8d11171b607d67843033ab77d0f77ba3d0c4c Author: Xandru Armesto Date: Wed Sep 14 17:00:54 2011 +0200 Added asturian language po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit bf209edf60c370737c7014f8ce4f538495e66cbe Author: Xandru Armesto Date: Wed Sep 14 17:00:38 2011 +0200 Updated asturian translation po/ast.po | 470 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 470 insertions(+), 0 deletions(-) commit 1d50bccf2f96243197601d8d2e307f5872dd9d4a Author: Alexander Larsson Date: Wed Sep 14 16:03:36 2011 +0200 Change desktop file so we're in the Accessories category data/gnome-contacts.desktop.in.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d143dda13f4268ded7cb2d7cc574d2206a0303a2 Author: Alexander Larsson Date: Wed Sep 14 15:51:48 2011 +0200 Don't show fake primary personas if there is a writeable eds persona There really is no need to have the fake primary persona when you're editing something that has a full scale editable eds persona anyway, it just looks confusing. src/contacts-contact.vala | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit ec4f6663a5b20450dc3a58e132c390857ea433f1 Author: Alexander Larsson Date: Wed Sep 14 15:51:16 2011 +0200 Don't use FakePersona.maybe_create_for when not needed We know there is no primary, so just create it src/contacts-contact.vala | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit bed8da135ee296875d7c1b2118f304802139530d Author: Alexander Larsson Date: Wed Sep 14 15:22:41 2011 +0200 Add code from evolution to create e-d-s accounts as needed This fixes bug #658532 configure.ac | 6 +- src/Makefile.am | 1 + src/contacts-app.vala | 1 + src/contacts-esd-setup.c | 484 ++++++++++++++++++++++++++++++++++++++++++++++ vapi/custom.vapi | 6 + 5 files changed, 497 insertions(+), 1 deletions(-) commit d66c34d11399c582774b0dd882ce410bbe0ca330 Author: Alexander Larsson Date: Wed Sep 14 15:22:09 2011 +0200 Don't ignore all *.c files as we want to add some src/.gitignore | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) commit aaf66ea9a21374a0b61f929b659c49d8448bba02 Author: Alexander Larsson Date: Tue Sep 13 17:19:59 2011 +0200 Use canonical not compat decomposition src/contacts-utils.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 39b2359803eceed96151cbe9f930f921880618a0 Author: Alexander Larsson Date: Tue Sep 13 17:13:36 2011 +0200 Remove accents etc when searching Fixes bug #658050 src/contacts-contact.vala | 6 +++--- src/contacts-link-dialog.vala | 2 +- src/contacts-list-pane.vala | 2 +- src/contacts-utils.vala | 30 ++++++++++++++++++++++++++++++ vapi/custom.vapi | 6 ++++++ 5 files changed, 41 insertions(+), 5 deletions(-) commit f55875d91b97ac7a8b51fdc584a83cb7dc19781b Author: Alexander Larsson Date: Tue Sep 13 16:17:00 2011 +0200 Add and use is_set helper to check for non-empty strings src/contacts-contact-pane.vala | 29 +++++++------------ src/contacts-contact.vala | 61 +++++++++++++++------------------------ src/contacts-utils.vala | 7 ++++ 3 files changed, 42 insertions(+), 55 deletions(-) commit 7489db0b54500b2df024f18325475cdcbe71da75 Author: Alexander Larsson Date: Tue Sep 13 16:08:14 2011 +0200 Support roles as secondary strings src/contacts-contact-pane.vala | 14 ++++++++--- src/contacts-contact.vala | 45 ++++++++++++++++++++++++++++++++-------- 2 files changed, 46 insertions(+), 13 deletions(-) commit d546e6d9caa0a80b942b639988c6bfdce5fc704b Author: Dr.T.Vasudevan Date: Tue Sep 13 14:40:55 2011 +0530 updated Tamil translation po/ta.po | 263 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 152 insertions(+), 111 deletions(-) commit bdc01e8fec64ceac36423844d4ef7807ce29adbe Author: Daniel Nylander Date: Mon Sep 12 19:38:03 2011 +0200 Updated Swedish translation po/sv.po | 279 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 161 insertions(+), 118 deletions(-) commit 2071f8a817f9251e90be46a4a4cb6e310f8dfa09 Author: Alexandre Franke Date: Tue Sep 6 12:10:23 2011 +0200 Add French translation po/LINGUAS | 1 + po/fr.po | 458 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 459 insertions(+), 0 deletions(-) commit de0fff4613510ae00731f2f8dca88de0285b280d Author: Rudolfs Mazurs Date: Sun Sep 11 23:38:16 2011 +0300 Updated Latvian translation. po/lv.po | 348 ++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 259 insertions(+), 89 deletions(-) commit eea759a17f188fd0707ed66ba62df509334c306a Author: Jorge González Date: Sun Sep 11 11:02:41 2011 +0200 Updated Spanish translation po/es.po | 36 +++++++++++++++++------------------- 1 files changed, 17 insertions(+), 19 deletions(-) commit 5aef543857d040cc7eb7af66f4f7bd27bc57c583 Author: Alexander Larsson Date: Fri Sep 9 16:10:21 2011 +0200 Make maintiner mode enabled by default See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/ configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8ebf2ffc3e07c9cbbbdaac8b4ccd28a584775d3f Author: Javier Jardón Date: Fri Sep 9 12:40:50 2011 +0100 Use upstream gettext instead the glib one https://bugzilla.gnome.org/show_bug.cgi?id=658647 autogen.sh | 1 + configure.ac | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) commit b79ed4738bc715ccd5dc186d12a239727f2d7f80 Author: A S Alam Date: Fri Sep 9 19:42:08 2011 +0530 update PunjabiTranslation po/pa.po | 1074 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 680 insertions(+), 394 deletions(-) commit 2b3cb4d0bbd547633216965317e884d3a1b824ff Author: Alexander Larsson Date: Fri Sep 9 15:21:19 2011 +0200 Use individual_can_replace_at_split helper src/contacts-store.vala | 17 +++++------------ 1 files changed, 5 insertions(+), 12 deletions(-) commit 2370fb850fc62621a19475aeb178f2d008456936 Author: Alexander Larsson Date: Fri Sep 9 15:18:00 2011 +0200 Make master-at-join on the contact, not on the persona Turns out we the old individual doesn't have its personas left at replace time, so we store the master-at-join bit on the contact. src/contacts-linking.vala | 7 +++---- src/contacts-store.vala | 9 +++------ 2 files changed, 6 insertions(+), 10 deletions(-) commit cb48efa20d8717b7eef57819c6c9e91e27663823 Author: Alexander Larsson Date: Fri Sep 9 14:17:25 2011 +0200 New method to pick best replacement on join src/contacts-linking.vala | 7 +++++-- src/contacts-store.vala | 44 ++++++++++++++++++++++++++++++++++---------- 2 files changed, 39 insertions(+), 12 deletions(-) commit 7be346196da627b9d7e6165cf7cc5497b80a86b0 Author: Alexander Larsson Date: Fri Sep 9 12:16:12 2011 +0200 Always add names to newly created personas src/contacts-linking.vala | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 9b92cb193f3331736ce0a3bddd0586bde46b55be Author: Alexander Larsson Date: Fri Sep 9 12:08:46 2011 +0200 Fix split handling in individuals_changed We must always keep the contact alive, only apply the contacts-new-contact data in the case of an actual split (i.e. more than one replacement). Its often the case that we get multiple one-to-one replacements before the actual split happens. src/contacts-store.vala | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit a157fa41e0a67109171e67e069cc8a545bcb145b Author: Alexander Larsson Date: Fri Sep 9 11:40:38 2011 +0200 Ensure contacts-new-contact is always unset on persona Without this we can get leftovers from an old unlink operation src/contacts-linking.vala | 2 ++ src/contacts-store.vala | 1 - 2 files changed, 2 insertions(+), 1 deletions(-) commit 46b3dda1f904458cbd7d552c88ae9c203ec60847 Author: Alexander Larsson Date: Fri Sep 9 11:16:38 2011 +0200 Don't make unlink button sensitive if there is only one persona src/contacts-link-dialog.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit dba15782380669c587a0b2f6dea50f117d184c97 Author: Alexander Larsson Date: Fri Sep 9 11:13:45 2011 +0200 Reimplement link_personas using PersonaAttributes src/contacts-linking.vala | 319 ++++++++++----------------------------------- 1 files changed, 68 insertions(+), 251 deletions(-) commit e782402d5c9aa6b6234a764fd23c6394841ca1b7 Author: Alexander Larsson Date: Thu Sep 8 21:37:07 2011 +0200 Don't unnecessarily create a main persona If for instance there is only only one persona left, there is no need to relink it src/contacts-linking.vala | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit ac136fd82c2eb4355db44591d704b2a5e0a75c46 Author: Alexander Larsson Date: Thu Sep 8 21:23:54 2011 +0200 Handle an uncommon case in individuals_change It may be that all personas we see have contacts-new-contact for some weird reason. Handle this nicely src/contacts-store.vala | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit d0ca3521caab462fbaf36f392978c1ff5d5d7e84 Author: Alexander Larsson Date: Thu Sep 8 21:22:11 2011 +0200 Add support for unlinking src/contacts-link-dialog.vala | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 6ea6f1eb7bd697dac7c9de54a084942dc80d8e9c Author: Alexander Larsson Date: Thu Sep 8 21:21:41 2011 +0200 Better picking of the replacement when an individual is split src/contacts-store.vala | 55 ++++++++++++++++++++++++++++++++-------------- 1 files changed, 38 insertions(+), 17 deletions(-) commit 44e73d7851a0803a43acadbb1e3c816d1dbf0a22 Author: Alexander Larsson Date: Thu Sep 8 18:33:03 2011 +0200 Initial cut at unlinking algorithm src/contacts-linking.vala | 473 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 473 insertions(+), 0 deletions(-) commit a5be4423cc1118fce29fe8a994334e930588ca23 Author: Alexander Larsson Date: Thu Sep 8 10:57:49 2011 +0200 Move all linking code to a separate file src/Makefile.am | 1 + src/contacts-contact.vala | 247 ------------------------------------- src/contacts-link-dialog.vala | 4 +- src/contacts-linking.vala | 268 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 271 insertions(+), 249 deletions(-) commit ff0c75e69ee27865308920eeff2feddd369963f0 Author: Rajesh Ranjan Date: Fri Sep 9 15:06:51 2011 +0530 hindi add po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d82d4f2ba57cbbf8e6d07044c0471c62fc7c4a22 Author: Rajesh Ranjan Date: Fri Sep 9 15:03:58 2011 +0530 hindi added po/hi.po | 461 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 461 insertions(+), 0 deletions(-) commit caadb50eebeced5d5dbf3bf6d30ff04e07d847d8 Author: Andika Triwidada Date: Fri Sep 9 13:47:49 2011 +0700 Updated Indonesian translation po/id.po | 356 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 237 insertions(+), 119 deletions(-) commit 792934895de5e75882c95ae152d4ddecdb736a66 Author: Piotr Drąg Date: Thu Sep 8 20:52:32 2011 +0200 Added Polish translation po/LINGUAS | 1 + po/pl.po | 461 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 462 insertions(+), 0 deletions(-) commit 53a3428ad8911ba328e4ca140907c19e1c7e2b06 Author: A S Alam Date: Thu Sep 8 21:54:58 2011 +0530 update PunjabiTranslation po/pa.po | 998 +++++++++++++++++++++++++++++++++++++++++++------------------- 1 files changed, 693 insertions(+), 305 deletions(-) commit 673f784ba9613b915d6bc7108aed37c5256b9220 Author: Marek Černocký Date: Thu Sep 8 08:29:19 2011 +0200 Updated Czech translation po/cs.po | 269 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 150 insertions(+), 119 deletions(-) commit 739a19d9ecbd1bbcb6d4b7f80e2a91197692fbb5 Author: Fran Dieguez Date: Thu Sep 8 00:07:55 2011 +0200 Updated galician translations po/gl.po | 116 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 60 insertions(+), 56 deletions(-) commit a536b8ac29dbcc989768f8c78e6d7de866a2453b Author: Stas Solovey Date: Wed Sep 7 19:27:41 2011 +0400 Updated Russian translation po/ru.po | 303 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 190 insertions(+), 113 deletions(-) commit 2b7b0e513ebcb9e0ca8a8471de4ebcc7ca4490b1 Author: Bruce Cowan Date: Wed Sep 7 13:35:31 2011 +0100 Add British English translation po/LINGUAS | 1 + po/en_GB.po | 457 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 458 insertions(+), 0 deletions(-) commit b5fd868c7155157e4607c140cd147af07fd6e6cb Author: Sweta Kothari Date: Wed Sep 7 12:26:07 2011 +0530 Added LINGUAS & Updated Gujarati Translations po/LINGUAS | 1 + po/gu.po | 457 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 458 insertions(+), 0 deletions(-) commit 5f38c10674a4455681fc6fac01cea4a2c4f1e769 Author: Ihar Hrachyshka Date: Wed Sep 7 01:48:28 2011 +0300 Updated Belarusian translation. po/be.po | 269 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 155 insertions(+), 114 deletions(-) commit 2ead66de667f6b4d06c9b6ecf1e43d29a7405b20 Author: Kjartan Maraas Date: Tue Sep 6 22:03:22 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 259 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 150 insertions(+), 109 deletions(-) commit a369ca53da2367fb613f6705d78d6ceae983e32f Author: Jorge González Date: Tue Sep 6 20:04:28 2011 +0200 Updated Spanish translation po/es.po | 120 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 62 insertions(+), 58 deletions(-) commit 1d5752b70db97ba72e5dc4314626f3a61f41ec26 Author: Alexander Larsson Date: Tue Sep 6 16:45:56 2011 +0200 Update for 0.1.4.1 NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) commit 55d2077f8e11ac09a82183904603a4cf3c4be8be Author: Alexander Larsson Date: Tue Sep 6 16:18:44 2011 +0200 Handle null returns from get_parameter_values src/contacts-contact-pane.vala | 36 +++++++++++++++++++++--------------- 1 files changed, 21 insertions(+), 15 deletions(-) commit 50a4838a9808c83d29772ca83f7369b99106b6dc Author: Alexander Larsson Date: Tue Sep 6 15:41:40 2011 +0200 Make context clearer for Link text src/contacts-link-dialog.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d6cd8cce3e1dfe23ba24339c7298a044375ad504 Author: Alexander Larsson Date: Tue Sep 6 14:45:38 2011 +0200 Different C_ binding workaround This doesn't break when the binding is in vala i hope src/contacts-contact-pane.vala | 5 ++++- src/contacts-link-dialog.vala | 6 +++++- vapi/custom.vapi | 6 ------ 3 files changed, 9 insertions(+), 8 deletions(-) commit 456e1c254751fc0bf0c737b5797655cf3bee04a6 Author: Alexander Larsson Date: Tue Sep 6 14:15:05 2011 +0200 Bump version to 0.1.4 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d222818ea93e7dc7d45e76a19f5f0f9d74259226 Author: Alexander Larsson Date: Tue Sep 6 14:14:48 2011 +0200 Update NEWS for release NEWS | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 24a41292f81c8bea3a8019f76a69a0bc5e94af84 Author: Alexander Larsson Date: Tue Sep 6 14:10:05 2011 +0200 Require folks >= 0.6.1.1 This is the git master version, which will be released as folks 0.6.2 later today. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dd460467d6b1eba8efbbf968ed410c1e241d75c1 Author: Alexander Larsson Date: Tue Sep 6 13:46:35 2011 +0200 Display persona stores in link dialog src/contacts-cell-renderer-shape.vala | 55 +++++++++++++++++---------------- src/contacts-link-dialog.vala | 2 +- src/contacts-view.vala | 41 +++++++++++++++++++++--- 3 files changed, 65 insertions(+), 33 deletions(-) commit 4f1f0210923a1b8de25a78ccea114c518b1dd942 Author: Alexander Larsson Date: Tue Sep 6 13:28:46 2011 +0200 Implement contact linking This really only works for cases where there is no primary persona in either of the two contacts. Otherwise it will fail due to folks bug #656689. I hope it will start working when that is fixed though. src/contacts-contact.vala | 247 +++++++++++++++++++++++++++++++++++++++++ src/contacts-link-dialog.vala | 7 +- src/contacts-store.vala | 1 + 3 files changed, 252 insertions(+), 3 deletions(-) commit 3fe3f776ab08688881d54415a42e3cea3fff0fc8 Author: Alexander Larsson Date: Tue Sep 6 13:25:55 2011 +0200 Fix unhandled exception warning src/contacts-contact-pane.vala | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) commit 0c0c99e3678688670e421ca588417bf3473fd097 Author: Alexander Larsson Date: Tue Sep 6 13:06:56 2011 +0200 Don't show contact itself in link dialog src/contacts-link-dialog.vala | 1 + src/contacts-view.vala | 11 +++++++++++ 2 files changed, 12 insertions(+), 0 deletions(-) commit 46ecf4bdc80a5f5cf48aa6a38ed09f65acbc3d3a Author: Alexander Larsson Date: Tue Sep 6 12:26:18 2011 +0200 Wait at least 0.5 seconds for a quiescent state before showing window This is required right now as quiescent is kinda broken, but it also makes sense in case some store is very very slow. src/contacts-app.vala | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit dc9370e6c06f264f1b31411ef04b8dd186637235 Author: Alexander Larsson Date: Mon Sep 5 22:03:04 2011 +0200 New implementation of individuals_changed_detailed This should work better, but i still get one case of Contact.from_individual returning NULL src/contacts-store.vala | 54 +++++++++++++++++++++++++++------------------- 1 files changed, 32 insertions(+), 22 deletions(-) commit d6fe28dc29be29a8c813c60d1f393c1bc075fbb3 Author: Alexander Larsson Date: Mon Sep 5 21:40:02 2011 +0200 Fix typo in individuals_changes src/contacts-store.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ca97681de3596e814f2d61c6feb19a57c0193ea5 Author: Chao-Hsiung Liao Date: Tue Sep 6 19:22:21 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 243 ++++++++++++++++++++++++++++++++++++----------------------- po/zh_TW.po | 243 ++++++++++++++++++++++++++++++++++++----------------------- 2 files changed, 298 insertions(+), 188 deletions(-) commit aef3956a57bcf31964bd88fa46ef39d8c08b4a9e Author: Arash Mousavi Date: Tue Sep 6 15:11:56 2011 +0430 Updated Persian translation po/fa.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 499b9df7ba011bc97eb31cc1b07628b816ca6853 Author: Arash Mousavi Date: Tue Sep 6 15:09:55 2011 +0430 Updated Persian translation po/fa.po | 368 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 270 insertions(+), 98 deletions(-) commit 682ec64d3748457fa3e507b013b246fbd254e140 Author: Alexander Larsson Date: Mon Sep 5 21:25:14 2011 +0200 Make sure we handle the case where multiple individuals are replaced by a new src/contacts-store.vala | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit fe528b2f3e377db35a409b3260490e9c9c435c13 Author: Jorge González Date: Mon Sep 5 20:37:55 2011 +0200 Updated Spanish translation po/es.po | 59 +++++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 39 insertions(+), 20 deletions(-) commit 1eeb3b8e810eab802f89eed3f466a6a1182fb46a Author: Fran Dieguez Date: Mon Sep 5 15:23:16 2011 +0200 Updated galician translations po/gl.po | 88 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 54 insertions(+), 34 deletions(-) commit 0e7a1434afbf979935d93c3224f734c06c4582e4 Author: Alexander Larsson Date: Mon Sep 5 14:24:44 2011 +0200 Add support for department, manager and assistance (readonly) src/contacts-contact-pane.vala | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) commit b5314b09eb75681c423ae2ac45ce2bafc8909ee4 Author: Alexander Larsson Date: Mon Sep 5 14:11:28 2011 +0200 Remove leftover debug hack src/contacts-app.vala | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 9b14f59ee54b61722dbf035a9e995d0ecc19e121 Author: Alexander Larsson Date: Mon Sep 5 14:09:03 2011 +0200 Add read-only support for Role info src/contacts-app.vala | 1 + src/contacts-contact-pane.vala | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 0 deletions(-) commit 697614460619e4eeb5b2f39958c49f725ac2faf7 Author: Jorge González Date: Mon Sep 5 14:00:10 2011 +0200 Updated Spanish translation po/es.po | 50 +++++++++++++++++++++++++++----------------------- 1 files changed, 27 insertions(+), 23 deletions(-) commit c26e5e34ae9e025b9699d6f81495aa8c8c93bbe2 Author: Alexander Larsson Date: Mon Sep 5 13:47:48 2011 +0200 Add read-only birthday field support Helps bug 657972 src/contacts-contact-pane.vala | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 6d209bb7bb140bdcbcebe568cacda6918336474d Author: Alexander Larsson Date: Mon Sep 5 13:47:29 2011 +0200 Reordered alias field to be after nickname src/contacts-contact-pane.vala | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) commit 99ca8d8f252dfca9663f067de808a791a87db384 Author: Jorge González Date: Mon Sep 5 13:14:46 2011 +0200 Updated Spanish translation po/es.po | 222 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 118 insertions(+), 104 deletions(-) commit 6f44ccd372a6d91c4d95e4689e510bab6b153763 Author: Alexander Larsson Date: Mon Sep 5 12:42:03 2011 +0200 Use new individuals_changed_detailed signal src/contacts-store.vala | 59 ++++++++++++++++------------------------------ 1 files changed, 21 insertions(+), 38 deletions(-) commit 185fcc059c9e023b36e4e67b516a73d900e8b55a Author: Fran Dieguez Date: Mon Sep 5 12:16:48 2011 +0200 Updated galician translations po/gl.po | 181 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 101 insertions(+), 80 deletions(-) commit 7854acb481cf415bb0c68aa2d400f77820a0ce90 Author: Alexander Larsson Date: Mon Sep 5 11:47:22 2011 +0200 Use quiescent rather than timeout to know when to initially show window src/contacts-app.vala | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 1e61d0d3f8ed3e273c2a53072c4583fdfcb95f77 Author: Alexander Larsson Date: Mon Sep 5 11:45:12 2011 +0200 Show error dialog if email not found src/contacts-app.vala | 34 ++++++++++++---------------------- src/contacts-store.vala | 8 -------- 2 files changed, 12 insertions(+), 30 deletions(-) commit 8687a4ddc16d31cad2cdb22f048cf113fa990ffc Author: Alexander Larsson Date: Mon Sep 5 11:42:07 2011 +0200 Show warning if id to show isn't found src/contacts-app.vala | 34 ++++++++++++---------------------- src/contacts-store.vala | 36 +++++++++++++++++++++++++++++++----- 2 files changed, 43 insertions(+), 27 deletions(-) commit 9f93c36e42eb928b535ce99767573abb99cf5bce Author: Alexander Larsson Date: Mon Sep 5 11:41:22 2011 +0200 Add quiescent signal/property to store src/contacts-store.vala | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 67b13b610210be12d5c210229f160835cbcd57b2 Author: Jorge González Date: Mon Sep 5 10:54:25 2011 +0200 Updated Spanish translation po/es.po | 94 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 49 insertions(+), 45 deletions(-) commit 23490d371a066a45f8b4e5aa845b7bed0444eaa7 Author: Frédéric Péters Date: Sun Sep 4 11:45:11 2011 +0200 Replace FSF address by a reference to its website https://bugzilla.gnome.org/show_bug.cgi?id=652934 COPYING | 3 +-- src/contacts-app.vala | 3 +-- src/contacts-cell-renderer-shape.vala | 3 +-- src/contacts-contact-pane.vala | 3 +-- src/contacts-contact.vala | 3 +-- src/contacts-details-layout.vala | 3 +-- src/contacts-link-dialog.vala | 3 +-- src/contacts-list-pane.vala | 3 +-- src/contacts-menu-button.vala | 3 +-- src/contacts-store.vala | 3 +-- src/contacts-types.vala | 3 +-- src/contacts-utils.vala | 3 +-- src/contacts-view.vala | 3 +-- src/main.vala | 3 +-- 14 files changed, 14 insertions(+), 28 deletions(-) commit bb2f80fea8958f1fac325ccfc4968f82806fe782 Author: Alexander Larsson Date: Mon Sep 5 10:49:55 2011 +0200 Make non-working link/unlink button insensitive src/contacts-link-dialog.vala | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 27deed34423ef92bea3c974f172c5388ba036222 Author: Alexander Larsson Date: Mon Sep 5 10:45:37 2011 +0200 Don't unnecessarily create primary persona to set note If a contact doesn't have a primary persona but still lets you edit notes, we don't need to create a primary persona. Fixes bug #657966 src/contacts-contact-pane.vala | 25 ++++++++++++++++++------- 1 files changed, 18 insertions(+), 7 deletions(-) commit d04215a315a3c55b5109f6022db3cfd911bf9980 Author: Alexander Larsson Date: Mon Sep 5 10:29:39 2011 +0200 Ensure UI strings are translated src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 05d276eca9f786ac02a2625e4991a94e413fa598 Author: Alexander Larsson Date: Mon Sep 5 10:28:52 2011 +0200 Add context for "Link" messages This is used differently in different places. Fixes bug #658082 src/contacts-contact-pane.vala | 3 ++- src/contacts-link-dialog.vala | 3 ++- vapi/custom.vapi | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) commit f57386e135413ebc92a8f3b35ae6a08d27279e8c Author: Fran Dieguez Date: Sun Sep 4 19:01:38 2011 +0200 Updated galician translations po/gl.po | 173 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 95 insertions(+), 78 deletions(-) commit 2919530f2e3fb0aff31933790035df604a5e1080 Author: Aurimas Černius Date: Sun Sep 4 19:06:10 2011 +0300 Updated lithuanian translation po/lt.po | 224 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 141 insertions(+), 83 deletions(-) commit a95fc7c65d2fb92e282a95f03f8006ca79b00a2d Author: Philip Withnall Date: Sun Sep 4 14:19:52 2011 +0100 contact: Don't copy an array of unknown length This typically results in a crash due to using an uninitialised variable for the array length (and everything goes downhill from there). See: bgo#612664. src/contacts-contact.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 905be191b68d474824237e2fe38a62cf252ae4f1 Author: Marek Černocký Date: Sun Sep 4 11:23:58 2011 +0200 Updated Czech translation po/cs.po | 287 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 205 insertions(+), 82 deletions(-) commit 9d6c2ec6f9c2cbf46ca0d16e598f4c407cdbe14c Author: Chao-Hsiung Liao Date: Sun Sep 4 08:37:31 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 206 ++++++++++++++++++++++++++++++++++++---------------------- po/zh_TW.po | 206 ++++++++++++++++++++++++++++++++++++---------------------- 2 files changed, 256 insertions(+), 156 deletions(-) commit 5bf9f547da62314adc66a565da436c743a321cc5 Author: Abderrahim Kitouni Date: Sun Aug 28 17:48:27 2011 +0100 Added Arabic translation po/LINGUAS | 1 + po/ar.po | 367 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 368 insertions(+), 0 deletions(-) commit d57380bddd2c014928e9ac6f0caaeaf98f53c597 Author: Kjartan Maraas Date: Sat Sep 3 13:50:33 2011 +0200 Added Norwegian bokmål translation po/nb.po | 155 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 88 insertions(+), 67 deletions(-) commit 6ab8d195d1b9c26af05f10739ef8449af8bf982a Author: Raul Gutierrez Segales Date: Sat Sep 3 10:42:19 2011 +0100 Handle exceptions when preparing accounts and checking caps src/contacts-store.vala | 35 +++++++++++++++++++++++------------ 1 files changed, 23 insertions(+), 12 deletions(-) commit 461395e64fd49846384bb87f3befb553162a5c94 Author: Philip Withnall Date: Thu Sep 1 19:31:50 2011 +0100 Bug 657991 — Use asynchronous property setters Port the contact pane to use the new asynchronous property setters in folks. This isn't as tidy as it should be: ideally each editing widget constructor would take an async delegate which it calls to set the appropriate property values in folks. However, async. delegates aren't supported yet by Vala (see: bgo#604827). Therefore we have to make do with a big switch statement on the property names. :-( Closes: bgo#657991 src/contacts-contact-pane.vala | 16 +++++---- src/contacts-contact.vala | 70 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 78 insertions(+), 8 deletions(-) commit 15e7562bca1578f3c71f0a737e2d67d6c97d9bc0 Author: Ihar Hrachyshka Date: Fri Sep 2 21:12:13 2011 +0300 Updated Belarusian translation. po/be.po | 212 ++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 132 insertions(+), 80 deletions(-) commit e4843290df2a97701bd5bb0851edca51d900a1e7 Author: Dr.T.Vasudevan Date: Fri Sep 2 20:04:07 2011 +0530 Added ta translation po/LINGUAS | 1 + po/ta.po | 418 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 419 insertions(+), 0 deletions(-) commit d212f7599af2d315822d66764d4fd27ca8f08284 Author: Daniel Nylander Date: Thu Sep 1 22:25:30 2011 +0200 Updated Swedish translation po/sv.po | 160 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 91 insertions(+), 69 deletions(-) commit d962a89fbdcced1e8967e889cc971d92713baa87 Author: Jorge González Date: Thu Sep 1 19:44:32 2011 +0200 Updated Spanish translation po/es.po | 830 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 427 insertions(+), 403 deletions(-) commit 4420b4d8cd15a4dfc191ce963212beb649bb14da Author: Alexander Larsson Date: Thu Sep 1 19:06:52 2011 +0200 Support sort by value for field details src/contacts-contact.vala | 33 ++++++++++++++++++++++----------- 1 files changed, 22 insertions(+), 11 deletions(-) commit 8a96362f31e4f11c35510fbeefb98eac0879af6a Author: Alexander Larsson Date: Thu Sep 1 15:15:38 2011 +0200 Display Alias for IM personas src/contacts-contact-pane.vala | 29 +++++++++++++++++++++++++---- 1 files changed, 25 insertions(+), 4 deletions(-) commit bb3a540baf3432472f62cbdbf3e5729d0057eacb Author: Alexander Larsson Date: Thu Sep 1 15:01:41 2011 +0200 Make sure we set original-text on the entry when updating the name src/contacts-contact-pane.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b7ab7d5522ae6048811f0104aa4cbe5e95843169 Author: Alexander Larsson Date: Thu Sep 1 15:01:29 2011 +0200 Mark string as translatable src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ff5b8e0e0530cc91ceeb303fa5233f325c45427e Author: Alexander Larsson Date: Thu Sep 1 15:01:09 2011 +0200 Add editing support for nicknames src/contacts-contact-pane.vala | 116 ++++++++++++++++++++++++++++++++++++--- 1 files changed, 107 insertions(+), 9 deletions(-) commit 20fd6f210f6d13d88388c44283aefc7983767472 Author: Alexander Larsson Date: Thu Sep 1 14:59:35 2011 +0200 Add popup signal to menu button src/contacts-menu-button.vala | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 60a29c1d043bfb4cb9d762f2e72532ae15b6bc6f Author: Alexander Larsson Date: Thu Sep 1 14:14:03 2011 +0200 Display nickname in contacts display (unless already visible) src/contacts-contact-pane.vala | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit a0ddea49ba715ce5abdadf46eb000943f7a0c097 Author: Alexander Larsson Date: Thu Sep 1 14:06:02 2011 +0200 Split out DetailsLayout to a separate file src/Makefile.am | 1 + src/contacts-contact-pane.vala | 151 --------------------------------- src/contacts-details-layout.vala | 173 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 174 insertions(+), 151 deletions(-) commit c164789298247202475dd406f49d542c872e0649 Author: Alexander Larsson Date: Thu Sep 1 13:46:44 2011 +0200 Centralize secondary string on card handling src/contacts-contact-pane.vala | 15 +++------------ src/contacts-contact.vala | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 12 deletions(-) commit 36cd971b2cbf313c61aff8daaa2503c398b4f7aa Author: Daniel Nylander Date: Thu Sep 1 15:37:43 2011 +0200 Updated Swedish translation po/sv.po | 220 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 127 insertions(+), 93 deletions(-) commit f67ac13cde5f83fabcfc7fad59eb29b456baa450 Author: Fran Dieguez Date: Wed Aug 31 22:19:56 2011 +0200 Updated galician translations po/gl.po | 194 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 114 insertions(+), 80 deletions(-) commit 2f0129414ba46eadf00f4ff53940ab8c331aef0b Author: Kjartan Maraas Date: Wed Aug 31 21:30:20 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 184 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 105 insertions(+), 79 deletions(-) commit 6c65fee607b2b849169ee34e071d99c527b13edf Author: Jorge González Date: Wed Aug 31 19:11:01 2011 +0200 Updated Spanish translation po/es.po | 795 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 402 insertions(+), 393 deletions(-) commit d4ba1729691379f30dc035b3498db761d7035f17 Author: Alexander Larsson Date: Wed Aug 31 16:43:17 2011 +0200 Support deleting pure eds personas src/contacts-contact-pane.vala | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) commit 50e64f5f68e0ca1809b7eac79781aed7550f8b53 Author: Alexander Larsson Date: Wed Aug 31 16:10:54 2011 +0200 Fix up typo in last commit src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit be9145c9b2b42ae552be38f2c03623bd36a6ee40 Author: Alexander Larsson Date: Wed Aug 31 15:52:56 2011 +0200 Scroll to newly focused edit widgets src/contacts-contact-pane.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c2025507d3942b7fe8c8a07f38f45c6b84d7285d Author: Alexander Larsson Date: Wed Aug 31 15:29:02 2011 +0200 Grab focus on newly added edit details src/contacts-contact-pane.vala | 120 ++++++++++++++++++++++------------------ 1 files changed, 67 insertions(+), 53 deletions(-) commit 96b9c452700121ad7a7a848a507d731761482e6b Author: Alexander Larsson Date: Wed Aug 31 15:17:37 2011 +0200 Implement browsing file for avatar src/contacts-contact-pane.vala | 76 +++++++++++++++++++++++++++++++++++++-- 1 files changed, 72 insertions(+), 4 deletions(-) commit 60d577fc5de8aca42e877408ceaa57ab6e3e5a2b Author: Alexander Larsson Date: Wed Aug 31 15:16:59 2011 +0200 Add custom wrapper of GnomeDesktopThumbnailFactory Seems gnome-desktop-3.0 doesn't have a vapi file yet. configure.ac | 1 + src/Makefile.am | 3 ++- vapi/Makefile.am | 6 ++---- vapi/custom.vapi | 18 ++++++++++++++++++ 4 files changed, 23 insertions(+), 5 deletions(-) commit 01004bc7cfd0ad590a853be120bbb1895ff02888 Author: Alexander Larsson Date: Wed Aug 31 12:41:14 2011 +0200 Allow escape key to cancel custom type entry src/contacts-types.vala | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 7517a29c1ef132aee4947aed7e07cda604070158 Author: Alexander Larsson Date: Wed Aug 31 12:31:28 2011 +0200 Don't allow empty custom types src/contacts-types.vala | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) commit d840146727ee1ac42786238434ef127b834139f2 Author: Alexander Larsson Date: Wed Aug 31 12:11:10 2011 +0200 Show persona store name in link dialog src/contacts-link-dialog.vala | 25 +++++++++++++++++++------ 1 files changed, 19 insertions(+), 6 deletions(-) commit b29376971dcb7c0068478f972a97e8881348283d Author: Alexander Larsson Date: Wed Aug 31 11:16:03 2011 +0200 Update avatar on existing personas if possible We don't want to add a local persona unnecessarily src/contacts-contact-pane.vala | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) commit 5098bc1bf0e681576f75302a0894ab6b8674e5fa Author: Alexander Larsson Date: Wed Aug 31 11:07:39 2011 +0200 Set full name on all writable personas if any first If there is none we still create a new persona src/contacts-contact-pane.vala | 43 +++++++++++++++++++++++++++++++++++++-- 1 files changed, 40 insertions(+), 3 deletions(-) commit 9dc9f8e25f3295e5cc7d625ac9d666d67b1d4579 Author: Alexander Larsson Date: Wed Aug 31 11:06:32 2011 +0200 Use a bool on Contact to detect unedited new contacts This seems cleaner and means we don't have to keep track of a specific persona that is edited or not. src/contacts-contact-pane.vala | 5 +++-- src/contacts-contact.vala | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) commit 281929b6dc551eb6c14be66217bbb4f9f75b6c8e Author: Alexander Larsson Date: Tue Aug 30 13:59:27 2011 +0200 Use GtkApplication to get a unique instance src/contacts-app.vala | 76 ++++++++++++++++++++++++++++++++++++++++++++++-- src/main.vala | 29 ++----------------- 2 files changed, 75 insertions(+), 30 deletions(-) commit be9eb4cf76a07808e4caa9858e93cbce389328b1 Author: Alexander Larsson Date: Tue Aug 30 10:52:14 2011 +0200 Make ContactsApp not a Window this is in preparation for GtkApplication support src/contacts-app.vala | 18 +++++++++++------- src/contacts-link-dialog.vala | 2 +- src/main.vala | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) commit 424a844cceb8d51df735dda63322b5cd2970480d Author: Jorge González Date: Tue Aug 30 19:00:05 2011 +0200 Updated Spanish translation po/es.po | 177 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 99 insertions(+), 78 deletions(-) commit bf938343d2d38a9c01f9b42e1b3817e2fac253ac Author: Stas Solovey Date: Tue Aug 30 20:16:11 2011 +0400 Fixed and updated Russian translation po/ru.po | 229 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 142 insertions(+), 87 deletions(-) commit 6242a614cc38e3bd05e479b43e3ec400383070a8 Author: Alexander Larsson Date: Mon Aug 29 16:46:38 2011 +0200 Update POTFILES.skip po/POTFILES.skip | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit bfd84b97946bf12c8edb300fdfd2ae7b615215e2 Author: Alexander Larsson Date: Mon Aug 29 16:44:11 2011 +0200 Add missing files to POFILES.in po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 46b0765c2027cdfe133ecc9263c27b289f1ae4b6 Author: Alexander Larsson Date: Mon Aug 29 16:40:04 2011 +0200 Bump version to 0.1.3 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 96b49f7bbdee49325f1ef289e31d71cc29d96330 Author: Alexander Larsson Date: Mon Aug 29 16:39:44 2011 +0200 Update NEWS for release NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 4690cf0c9e994d29bd2f2847f2bfb46ba8fb2a9e Author: Alexander Larsson Date: Mon Aug 29 16:38:00 2011 +0200 Require folks 0.6.1 This is needed for a bunch of recent fixes. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 838bcbd851e7094da43f3ab6662970712840c23f Author: Alexander Larsson Date: Mon Aug 29 16:29:43 2011 +0200 Some tweaks of link dialog layout data/gnome-contacts.css | 8 ++++++++ src/contacts-link-dialog.vala | 32 +++++++++++++++++--------------- 2 files changed, 25 insertions(+), 15 deletions(-) commit 5c750399e52dbb7d768baa58a230243d47ddc068 Author: Alexander Larsson Date: Mon Aug 29 16:16:58 2011 +0200 Display nicer looking empty right hand side src/contacts-contact-pane.vala | 33 +++++++++++++++++++++++++++++---- 1 files changed, 29 insertions(+), 4 deletions(-) commit c49f6283af10b48a7d2e0ce5ac250921e0d0932b Author: Alexander Larsson Date: Mon Aug 29 15:57:55 2011 +0200 Nicer borders in main window data/gnome-contacts.css | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit d088060cfbf4f0e23fa363bcc2165d5e53f9f9c3 Author: Alexander Larsson Date: Mon Aug 29 15:34:38 2011 +0200 Show some name for the new contact in the list before one is set src/contacts-contact-pane.vala | 3 +++ src/contacts-contact.vala | 1 + src/contacts-view.vala | 5 ++++- 3 files changed, 8 insertions(+), 1 deletions(-) commit de22e763b91e327e955e75ce103a72561562bc8a Author: Alexander Larsson Date: Mon Aug 29 15:16:37 2011 +0200 Always select the new contact when editing it src/contacts-app.vala | 4 +++- src/contacts-contact-pane.vala | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) commit e62c84ae3387dec6a1ba8d694f216565c1d4b121 Author: Alexander Larsson Date: Mon Aug 29 15:16:02 2011 +0200 Make it possible to not send changes when selecting contact src/contacts-list-pane.vala | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit dd71159a54fe02b99ad4709bf4159ffa4f0b8246 Author: Alexander Larsson Date: Mon Aug 29 15:02:16 2011 +0200 Add Contact Name label for new contacts src/contacts-contact-pane.vala | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 58035cff0a2bb2c9ea32bddf61260e97334c74dc Author: Alexander Larsson Date: Mon Aug 29 15:01:56 2011 +0200 Make sure we don't remove new personas src/contacts-contact-pane.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit ef7432c28975ca83aa10265403412ea5f133d964 Author: Alexander Larsson Date: Mon Aug 29 14:38:59 2011 +0200 Make Delete menu item insensitive for now and remove Send... src/contacts-contact-pane.vala | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 1ea654fa14f0ac1dc407bbb1c2880cc499078f1b Author: Alexander Larsson Date: Mon Aug 29 12:18:31 2011 +0200 Fix exception warnings src/contacts-contact-pane.vala | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) commit 2a3d02c19526ea9e941af9e975819ae713974776 Author: Raul Gutierrez Segales Date: Sat Aug 27 20:11:48 2011 +0100 Add Call icon for regular IM contacts We need to find a different icon for this and also add support for video. We should actually check with the Design folks how to expose the different options (audio, audio and video, etc). src/contacts-contact-pane.vala | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 45628385319b59f042c1dffa01270bc00e97b647 Author: Raul Gutierrez Segales Date: Sat Aug 27 20:09:38 2011 +0100 Add is_callable () method to Contacts This is a helper to know we can do regular audio calls over some IM proto with the contact. src/contacts-contact.vala | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 44 insertions(+), 1 deletions(-) commit 0767f457d527bd6ebb88b9445674ec76aad03a88 Author: Raul Gutierrez Segales Date: Sat Aug 27 16:53:56 2011 +0100 Add support to make calls If the contact has a phone number and if we have an account that supports the tel URI (i.e.: it can make calls), we enable calling the contact. src/contacts-contact-pane.vala | 11 ++++++++++ src/contacts-store.vala | 41 ++++++++++++++++++++++++++++++++++++++++ src/contacts-utils.vala | 28 +++++++++++++++++++++++++++ 3 files changed, 80 insertions(+), 0 deletions(-) commit 479a0e404ec1f6fce925efd32fa8506e1a94f1e9 Author: Chao-Hsiung Liao Date: Mon Aug 29 19:19:30 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 211 ++++++++++++++++++++++++++++++++++++++--------------------- po/zh_TW.po | 211 ++++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 270 insertions(+), 152 deletions(-) commit e109a5403ccdad67759ae48893863a6b361bedde Author: Alexander Larsson Date: Mon Aug 29 12:05:24 2011 +0200 Print a warning if we fail to load an avatar src/contacts-contact.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6f8f80aab6f38669c2c5d365767ec0c41de5eddf Author: Alexander Larsson Date: Mon Aug 29 12:05:01 2011 +0200 Make sure we reconnect to the individual notify if the individual changes src/contacts-contact.vala | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit f524ed3bb0576754caf670f8b0500fb892e5d17d Author: Alexander Larsson Date: Mon Aug 29 11:19:52 2011 +0200 Add -lm to link line src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 664a7adec7297025fcc78c39b718297457d43d0f Author: Kjartan Maraas Date: Sun Aug 28 19:20:26 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 133 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 69 insertions(+), 64 deletions(-) commit ff4f6406f277a9ed7f7a8763d91bc465fd971029 Author: Fran Dieguez Date: Sun Aug 28 17:54:41 2011 +0200 Updated galician translations po/gl.po | 153 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 80 insertions(+), 73 deletions(-) commit 7a3a352301e6287048853c0b1aad19488076bd5e Author: Abduxukur Abdurixit Date: Sun Aug 28 16:23:18 2011 +0200 Added UG translation po/ug.po | 285 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 178 insertions(+), 107 deletions(-) commit c4be1b855fd064221366869dce96be94dad0df46 Author: Mario Blättermann Date: Sun Aug 28 13:58:25 2011 +0200 [l10n] Updated German translation po/de.po | 222 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 144 insertions(+), 78 deletions(-) commit 54a6f7a309ea1a44657451e9ff2bac229a50d65a Author: Jorge González Date: Sun Aug 28 10:17:33 2011 +0200 Updated Spanish translation po/es.po | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-) commit 96f9734f0e2ccee74e7d8e5f00d6ead4ecceb7c7 Author: Jorge González Date: Sun Aug 28 10:08:17 2011 +0200 Updated Spanish translation po/es.po | 170 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 87 insertions(+), 83 deletions(-) commit b60f93bc2d8a2e7ea465063fd5b76c33e28d4701 Author: Aurimas Černius Date: Sat Aug 27 14:56:37 2011 +0300 Updated Lithuanian translation po/lt.po | 239 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 152 insertions(+), 87 deletions(-) commit a6e4af25dccc8623ccf750698f0e65544b295d06 Author: Daniel Mustieles Date: Fri Aug 26 21:18:27 2011 +0200 Updated Spanish translation po/es.po | 137 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 70 insertions(+), 67 deletions(-) commit aad23ace1e5afc0c5723ad1806943b1fff40d27a Author: Alexander Larsson Date: Fri Aug 26 16:29:02 2011 +0200 Actually set avatars src/contacts-contact-pane.vala | 26 +++++++++++++++++++++----- 1 files changed, 21 insertions(+), 5 deletions(-) commit 74d9d64774efcf67aca9a752f54d712e6c8a7977 Author: Alexander Larsson Date: Fri Aug 26 16:14:06 2011 +0200 Add avatar picker data/gnome-contacts.css | 22 ++++ src/contacts-contact-pane.vala | 225 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 242 insertions(+), 5 deletions(-) commit 57ac906554e55f05a6604253b7af77b269a57e78 Author: Ihar Hrachyshka Date: Fri Aug 26 16:54:25 2011 +0300 Added Belarusian translation. po/LINGUAS | 1 + po/be.po | 360 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 361 insertions(+), 0 deletions(-) commit 8f11190d9d77004d1f8422ec58fae4ce5fb2b5e2 Author: Alexander Larsson Date: Fri Aug 26 14:15:31 2011 +0200 Add add detail menus for all personas that have a writable field src/contacts-contact-pane.vala | 55 ++++++++++++++++++++++++---------------- src/contacts-contact.vala | 5 +++ 2 files changed, 38 insertions(+), 22 deletions(-) commit 615415aa390d4c1499f1c70e050d2ce4ea5c5e4c Author: Alexander Larsson Date: Fri Aug 26 12:42:30 2011 +0200 Set full name using FakePersonas src/contacts-contact-pane.vala | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) commit 2dcea088fce70de30c78a36e72f2ff49f831178f Author: Alexander Larsson Date: Fri Aug 26 12:28:22 2011 +0200 Don't set full-name in FakePersona twice If its manually set already, don't set it automatically src/contacts-contact.vala | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 5e5a4de0bb58484a59ac649f8aeeed56e67a5537 Author: Alexander Larsson Date: Fri Aug 26 12:27:14 2011 +0200 Make FakePersona.make_real_and_set take a GValue instead of Object This way we can also use it for strings later src/contacts-contact-pane.vala | 38 ++++++++++++++++---------------------- src/contacts-contact.vala | 6 +++--- 2 files changed, 19 insertions(+), 25 deletions(-) commit 543bdc238c7d23518cd586d282004fb26d065d16 Author: Alexander Larsson Date: Fri Aug 26 11:16:33 2011 +0200 Save notes via FakePersona src/contacts-contact-pane.vala | 46 ++++++++++++++++++++------------------- 1 files changed, 24 insertions(+), 22 deletions(-) commit 6f1ff2b587ec85315b5516ae99d37341c32d00b4 Author: Alexander Larsson Date: Fri Aug 26 11:15:52 2011 +0200 Add Contact.persona_has_writable_property helper src/contacts-contact.vala | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 273c595f2f5450c7f1f904903c4c4ce5d95e5cd1 Author: Alexander Larsson Date: Fri Aug 26 11:15:02 2011 +0200 Make FakePersona not take store constructor argument It really only works for primary store anyway. src/contacts-contact.vala | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit a4e15b7b34bfecad9941e6b099773d5717f9e1b3 Author: Kjartan Maraas Date: Fri Aug 26 12:30:06 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 150 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 76 insertions(+), 74 deletions(-) commit 3cc4ff7ef7243b628c07a24c5d4c018d5e0719c0 Author: Alexander Larsson Date: Fri Aug 26 10:54:05 2011 +0200 Don't leave leftover empty contacts when creating new one and not editing src/contacts-contact-pane.vala | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 6b2e9b3f4cb1b5f17e4bacdcd3d2eaf5a056bbaa Author: Alexander Larsson Date: Fri Aug 26 10:53:53 2011 +0200 Show card when editing notes src/contacts-contact-pane.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit c00e377aec5197b6207142a33e94accf044f62f5 Author: Alexander Larsson Date: Fri Aug 26 10:22:06 2011 +0200 Add some empty fields to empty fake persona src/contacts-contact-pane.vala | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 62f68a14ecef0c7ebd9228cc79eed309c506b205 Author: Alexander Larsson Date: Fri Aug 26 10:13:08 2011 +0200 Make card on the right look like mockup src/contacts-contact-pane.vala | 7 +++++-- src/contacts-contact.vala | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) commit 0febcb5ddf32751780b9ed9dc5df512ffe40ed0f Author: Alexander Larsson Date: Fri Aug 26 08:44:33 2011 +0200 Add comments about tricky behaviour and fix warnings src/contacts-contact.vala | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 333799fada0fcf084e53e18d21cb3a21d1074c1a Author: Alexander Larsson Date: Fri Aug 26 08:37:37 2011 +0200 Handle exception in Gtk.init_with_args src/main.vala | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit a6e9650a5292040cdec3824a4d569e653eb5b436 Author: Alexander Larsson Date: Fri Aug 26 08:34:58 2011 +0200 Fix warning src/contacts-cell-renderer-shape.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit f2bc032d09f40297994163cc7dead4fa3a448ff9 Author: Alexander Larsson Date: Thu Aug 25 22:35:29 2011 +0200 Set the full name to something nice when creating new primary store personas src/contacts-contact.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3521b3304f961f6bd27df9c735e81217286e8466 Author: Alexander Larsson Date: Thu Aug 25 22:31:16 2011 +0200 Don't show im addresses in edit mode that are used for linking src/contacts-contact-pane.vala | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 1fd7775678bdf27ddfc4b080c3cbdd0794206a34 Author: Alexander Larsson Date: Thu Aug 25 22:25:07 2011 +0200 Remove unnecessary !empty check src/contacts-contact-pane.vala | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-) commit 82a0aab0434804e954df5aeb63f58c1716a10ea7 Author: Alexander Larsson Date: Thu Aug 25 22:03:10 2011 +0200 Handle race condition in FakePersona conversion If we get multiple requests to make real and set a property on a fake persona we queue them all up for when there is a real persona. src/contacts-contact-pane.vala | 3 ++- src/contacts-contact.vala | 31 +++++++++++++++++++++++++------ 2 files changed, 27 insertions(+), 7 deletions(-) commit 0162e22503e146caee5323adb3943a2d818254a3 Author: Alexander Larsson Date: Thu Aug 25 21:42:12 2011 +0200 Do fake => real persona conversion in place This avoids re-creating widgetry and thus messing with the ui state (i.e. focus or whatnot). src/contacts-contact-pane.vala | 23 ++++++++--------------- src/contacts-contact.vala | 11 +++++++++++ 2 files changed, 19 insertions(+), 15 deletions(-) commit 22350343dc5373b2f1804a078b2645d459ddfe71 Author: Alexander Larsson Date: Thu Aug 25 21:16:28 2011 +0200 Break out the updating of the persona button to a separate function We do this so that we can update them in-place src/contacts-contact-pane.vala | 117 +++++++++++++++++++++++---------------- 1 files changed, 69 insertions(+), 48 deletions(-) commit 415d595aaf763af230fc2de6849bc9d1c766676a Author: Alexander Larsson Date: Thu Aug 25 21:15:43 2011 +0200 No need to make top_grid a class member src/contacts-contact-pane.vala | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 9898eeb69de98b73a440c514751d1ed889a78285 Author: Alexander Larsson Date: Thu Aug 25 21:03:41 2011 +0200 Fix error due to missing nullable type src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c0a43a23a6b60717949c068723f690229d473c55 Author: Alexander Larsson Date: Thu Aug 25 16:19:08 2011 +0200 Use canonical property names to ensure that we get notifications as needed src/contacts-contact-pane.vala | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 2c1139beff4666aa525a421cd3ebbaf1447233fc Author: Alexander Larsson Date: Thu Aug 25 15:27:37 2011 +0200 Centralize construction of the various types of edit widgetry src/contacts-contact-pane.vala | 130 +++++++++++++++++++++++---------------- 1 files changed, 77 insertions(+), 53 deletions(-) commit 04be66365b4114a367c1415f9a9c1054e3eb0bec Author: Alexander Larsson Date: Thu Aug 25 14:52:43 2011 +0200 Pass around the layout object in edit helpers src/contacts-contact-pane.vala | 113 +++++++++++++++++++++++----------------- 1 files changed, 66 insertions(+), 47 deletions(-) commit 79a5ef2e33bb10cf14998da0d3e26443298092e3 Author: Alexander Larsson Date: Thu Aug 25 14:36:34 2011 +0200 Remove DetailLayout support for state saving We now always append new rows. State saving was really to messy to handle going back to some point inbetween various groups. Instead we'll use one layout per group. src/contacts-contact-pane.vala | 90 ++++++++++----------------------------- 1 files changed, 23 insertions(+), 67 deletions(-) commit 89aaa4af7bdceb86ca03255973af95ac325bf0eb Author: Alexander Larsson Date: Thu Aug 25 13:45:27 2011 +0200 Fix sizing of the list in the link dialog src/contacts-link-dialog.vala | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit fb1071edf64070fbcfc2c773efff1794a79f55b1 Author: Alexander Larsson Date: Thu Aug 25 13:39:20 2011 +0200 Fix 100% cpu use redrawing changing the style from draw caused a loop in the expose handling. src/contacts-menu-button.vala | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) commit b30c902bf5676d2458d2d25cf8c9316d23092fc1 Author: Alexander Larsson Date: Thu Aug 25 10:00:25 2011 +0200 Use a separate grid+layout for the card, drop the stable row hack src/contacts-contact-pane.vala | 42 ++++++++++++++++++++++----------------- 1 files changed, 24 insertions(+), 18 deletions(-) commit 9a6704fd35adc11dbc3d5055cd4bbbfe59d28592 Author: Alexander Larsson Date: Thu Aug 25 09:49:07 2011 +0200 Use separate detail layout for the add detail button This separation makes it easier to update just the data part of the edit view src/contacts-contact-pane.vala | 55 +++++++++++++++++++++++++++++---------- 1 files changed, 41 insertions(+), 14 deletions(-) commit eb2825669ac9071e9d9d05f96915537ee44230a4 Author: Alexander Larsson Date: Thu Aug 25 09:45:20 2011 +0200 Make sure to repaint the ControlFrame when its content changes src/contacts-contact-pane.vala | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 5106f9c1c485934fdc86e65be65363179626e8e4 Author: Alexander Larsson Date: Thu Aug 25 09:32:29 2011 +0200 Fix ignoring of keyfile personas src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit eedee765b5fe56138d6c5ac1d59bfc65d57ca565 Author: Cosimo Cecchi Date: Wed Aug 24 17:28:25 2011 -0400 menu-button: reset styles when adding classes for the active state This ensures the new style classes changes get picked up by the render operation. src/contacts-menu-button.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 411dcde6f08688c8c94553bf8deedb7a874d01a3 Author: Alexander Larsson Date: Wed Aug 24 22:39:03 2011 +0200 Only show the persona buttons in editing when there is more than one src/contacts-contact-pane.vala | 40 ++++++++++++++++++++++++---------------- 1 files changed, 24 insertions(+), 16 deletions(-) commit b61a4c446a373dce54f5dd0bd0da291ee9a35856 Author: Alexander Larsson Date: Wed Aug 24 22:19:56 2011 +0200 Sort persona tabs in a stable sort order src/contacts-contact-pane.vala | 2 +- src/contacts-contact.vala | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletions(-) commit 609500978eecd68a823564998873883a3092c0e3 Author: Alexander Larsson Date: Wed Aug 24 21:00:47 2011 +0200 Always pretend in the UI that every individual has a persona on the primary store This means its easy to add new fields in the UI. Unfortunately there are some hacks in the implementation to work around issues with the current folks API, but it seems to work for now. src/contacts-contact-pane.vala | 35 +++++++++++++++++++++++++++++++++-- src/contacts-contact.vala | 31 +++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 2 deletions(-) commit a0732a6ed41201a2476bce6b44ccf7634159a97c Author: Alexander Larsson Date: Wed Aug 24 21:00:11 2011 +0200 Implement ensure_primary_persona src/contacts-contact-pane.vala | 5 +++-- src/contacts-contact.vala | 28 ++++++++++++++++++++++++---- 2 files changed, 27 insertions(+), 6 deletions(-) commit 3d4361509be514133b083a72f9264cae3d5ab583 Author: Alexander Larsson Date: Wed Aug 24 15:51:29 2011 +0200 Try to detect when a individual is replaces with another and reuse the contact src/contacts-contact.vala | 12 ++++++++++++ src/contacts-store.vala | 40 +++++++++++++++++++++++++++++++++++++--- 2 files changed, 49 insertions(+), 3 deletions(-) commit 0b40bae4ab7d490eacfc8643d3e34424139a5dff Author: Alexander Larsson Date: Wed Aug 24 15:50:14 2011 +0200 Queue Contacts change on individual.personas_changed src/contacts-contact.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2eaf2f941e1e75c61492898bd0a77286766f1639 Author: Alexander Larsson Date: Wed Aug 24 10:40:55 2011 +0200 Update editing_persona when switching persona src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ff75961bb8cfa0eba5658a72e45ae176a64c69e5 Author: Alexander Larsson Date: Wed Aug 24 10:40:13 2011 +0200 Centralize property setting when editing This sets up the stage for handling fake personas src/contacts-contact-pane.vala | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) commit 6d1fd196f404806f421ca495002fff43582df49a Author: Alexander Larsson Date: Wed Aug 24 10:23:09 2011 +0200 writable store is always primary store, clean up APIs src/contacts-contact-pane.vala | 8 ++++---- src/contacts-contact.vala | 22 +++++++++------------- 2 files changed, 13 insertions(+), 17 deletions(-) commit 6b77f94146aa15d0c4aff4ec176598a9da9cc198 Author: Alexander Larsson Date: Wed Aug 24 09:39:35 2011 +0200 Make default size of right hand pane larger (430px) as per mockups src/contacts-app.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6a5f433bb68146f0a8e8a57683680aed80f3087a Author: Alexander Larsson Date: Wed Aug 24 09:37:56 2011 +0200 Make list pane less wide (now 315 px) as per mockup src/contacts-list-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f999ff3cdf1384889ddb7970adb94383a809e363 Author: Alexander Larsson Date: Wed Aug 24 09:37:40 2011 +0200 Add 4 more pixels between contacts in list data/gnome-contacts.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a9120dcb29d47b81898e10d73e5efdbea613baa1 Author: Alexander Larsson Date: Wed Aug 24 09:37:20 2011 +0200 Remove unncessary wrap_width from cell renderer src/contacts-cell-renderer-shape.vala | 52 ++++++++++++++------------------- src/contacts-view.vala | 3 +- 2 files changed, 23 insertions(+), 32 deletions(-) commit a52b259a1873257651626448a338fc28bf6a1c57 Author: Fran Dieguez Date: Wed Aug 24 21:14:39 2011 +0200 Updated Galician translations po/gl.po | 194 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 123 insertions(+), 71 deletions(-) commit c692aca312b79bcee9555bc78dbc2dfe6a1ae651 Author: Daniel Mustieles Date: Wed Aug 24 20:00:15 2011 +0200 Updated Spanish translation po/es.po | 149 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 85 insertions(+), 64 deletions(-) commit a587bace741196fd5c56bb3685dc3203283a0b27 Author: Kjartan Maraas Date: Wed Aug 24 18:58:19 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 146 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 83 insertions(+), 63 deletions(-) commit c5cbcdf34fe5c3263543d5a7c00be8a57683d426 Author: Daniel Nylander Date: Wed Aug 24 08:54:53 2011 +0200 Updated Swedish translation po/sv.po | 224 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 142 insertions(+), 82 deletions(-) commit 9050a95792a2d830fc6b61fedf8914b27fa2d2eb Author: Мирослав Николић Date: Tue Aug 23 19:55:07 2011 +0200 Added Serbian translation po/LINGUAS | 2 + po/sr.po | 369 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sr@latin.po | 369 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 740 insertions(+), 0 deletions(-) commit 8717c59bf30c1f5a1d2208570ce472c25afb397d Author: Alexander Larsson Date: Tue Aug 23 14:48:05 2011 +0200 Fix up spacing in links details in edit mode src/contacts-contact-pane.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 4f51373bbbc1f3bb77d018e926512704b21d9f6d Author: Alexander Larsson Date: Tue Aug 23 14:38:53 2011 +0200 Add nicer looking entries for postal addresses data/gnome-contacts.css | 15 +++++++++++++++ src/contacts-contact-pane.vala | 24 +++++++++++++++++++++--- 2 files changed, 36 insertions(+), 3 deletions(-) commit 7e7ce8520b2598f9d65e35d5b4dcc5ab0822f0c1 Author: Alexander Larsson Date: Tue Aug 23 14:19:48 2011 +0200 Style editing widgets like the mockups data/gnome-contacts.css | 17 +++++++++++++++++ src/contacts-contact-pane.vala | 2 ++ src/contacts-types.vala | 2 ++ 3 files changed, 21 insertions(+), 0 deletions(-) commit 59815202323a42fc0f51edaa54de121ff801a638 Author: Alexander Larsson Date: Tue Aug 23 13:34:01 2011 +0200 Make persona buttons look like mockup in edit mode data/gnome-contacts.css | 7 +-- src/contacts-contact-pane.vala | 91 +++++++++++++++++++++++++--------------- 2 files changed, 60 insertions(+), 38 deletions(-) commit dca1579dd639267596c50e83dbf79b911abb4eea Author: Alexander Larsson Date: Tue Aug 23 11:40:57 2011 +0200 Use nicer persona store names src/contacts-contact-pane.vala | 2 +- src/contacts-contact.vala | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletions(-) commit 57480101736e40236561e0baa90dcae755a3baf7 Author: Alexander Larsson Date: Tue Aug 23 11:40:38 2011 +0200 Break out format_im_service from format_im_name src/contacts-contact.vala | 47 ++++++++++++++++++++++++++------------------ 1 files changed, 28 insertions(+), 19 deletions(-) commit 30f040a9de76a4699b4cc38d86a9907470685cc7 Author: Alexander Larsson Date: Tue Aug 23 10:51:39 2011 +0200 Resize label on edit icon to fit src/contacts-contact-pane.vala | 30 ++++++++++++++++++++++-------- 1 files changed, 22 insertions(+), 8 deletions(-) commit 58c02ed901f380f25a32f1a937e35d778f979548 Author: Alexander Larsson Date: Tue Aug 23 10:43:12 2011 +0200 Move round rect helpers to Utils src/contacts-contact.vala | 54 ++------------------------------------------ src/contacts-utils.vala | 48 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 51 deletions(-) commit 3d69f965fe9fc22a3c26b80047ec1c5e50756014 Author: Alexander Larsson Date: Tue Aug 23 09:46:04 2011 +0200 Remove leftover css cruft from old contact frame design data/gnome-contacts.css | 12 ------------ src/contacts-contact-pane.vala | 6 ++---- 2 files changed, 2 insertions(+), 16 deletions(-) commit 316e5bc2316f3e28b510f1a64036e8b2acbe093c Author: Alexander Larsson Date: Mon Aug 22 16:48:36 2011 +0200 Make right hand side card display more like new mockup src/contacts-contact-pane.vala | 7 ++++--- src/contacts-contact.vala | 12 +++++++----- 2 files changed, 11 insertions(+), 8 deletions(-) commit e346ddf3c0bd5a1b23e52486733a1ebd37269768 Author: Alexander Larsson Date: Mon Aug 22 16:37:45 2011 +0200 Update list view to look like new mockups src/contacts-cell-renderer-shape.vala | 199 +++++++++++++++++++------------- src/contacts-view.vala | 2 +- 2 files changed, 119 insertions(+), 82 deletions(-) commit e40f49a47845651ebdc6765e2e904df7f5dfb7d3 Author: Alexander Larsson Date: Mon Aug 22 14:23:31 2011 +0200 Use symbolic fallback avatar as per mockups src/contacts-contact.vala | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) commit 2a9917e5dbcb6dc65d63fb74acfe610099e24828 Author: Alexander Larsson Date: Mon Aug 22 14:05:02 2011 +0200 Initial move towards new contact display src/contacts-contact.vala | 20 ++++++-------------- src/contacts-view.vala | 1 + 2 files changed, 7 insertions(+), 14 deletions(-) commit 6071650467d439bbc0bc77b280088de0bfaf916b Author: Alexander Larsson Date: Mon Aug 22 12:58:23 2011 +0200 Don't show offline status in the contacts pane src/contacts-contact.vala | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 4c0f92211b187a1d2da3ff9daa2c14cb51bf647c Author: Alexander Larsson Date: Mon Aug 22 12:50:04 2011 +0200 Remove unnecessary padding in toolbar src/contacts-list-pane.vala | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) commit 9a0ae2d0da389668a371b8c86361c37dcf63401f Author: Alexander Larsson Date: Mon Aug 22 11:18:11 2011 +0200 Add initial display for empty contacts db src/contacts-list-pane.vala | 68 +++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 65 insertions(+), 3 deletions(-) commit 19010482b0b984d06487a41c5a1bd76fb31904d5 Author: Alexander Larsson Date: Mon Aug 22 11:17:21 2011 +0200 Add Contact.Store.is_empty () This takes hidden internals into account considering them not in the store. src/contacts-store.vala | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 73cefa8bf16360847447231a2859d0e456bfb67b Author: Alexander Larsson Date: Mon Aug 22 11:16:48 2011 +0200 Add tiny delay to window show so we don't see the initial population of the list view src/main.vala | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 3ca86753b5a60b223bb02b98d49cd33d9e535757 Author: Alexander Larsson Date: Mon Aug 22 10:41:16 2011 +0200 Break out the internal filtering to Contact src/contacts-contact.vala | 25 +++++++++++++++++++++++++ src/contacts-view.vala | 21 +-------------------- 2 files changed, 26 insertions(+), 20 deletions(-) commit e58c9a37cf1936a406f61a98e12dbbee4c97fc74 Author: Alexander Larsson Date: Fri Aug 19 14:37:58 2011 +0200 Make labels bold in contact pane src/contacts-contact-pane.vala | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b6ef5ad57ee838858d127003c8780c34621fc4a0 Author: Kjartan Maraas Date: Sun Aug 21 21:45:06 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 174 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 103 insertions(+), 71 deletions(-) commit ab0cb7a5d6a4eb53be9b14594e75d914bdeb949e Author: Stas Solovey Date: Sun Aug 21 12:04:05 2011 +0400 Fixed Russian translation po/ru.po | 46 ++++++++++++++++++---------------------------- 1 files changed, 18 insertions(+), 28 deletions(-) commit 6b1050f8152181b7949e57587f0fe5466faa64c0 Author: A S Alam Date: Sun Aug 21 09:19:51 2011 +0530 update Punjabi Translation po/pa.po | 189 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 115 insertions(+), 74 deletions(-) commit e4c2a2612a43965f45df40f65b148da90fd54ed3 Author: Den V. Kaftaev Date: Sat Aug 20 12:18:05 2011 +0400 Updated Russian translation po/ru.po | 214 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 132 insertions(+), 82 deletions(-) commit 36bf655d8e11f58620f7f5036bd9eb6d49e5c8c0 Author: Andika Triwidada Date: Fri Aug 19 06:33:04 2011 +0700 Updated Indonesian translation po/id.po | 372 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 228 insertions(+), 144 deletions(-) commit 8b4cc7e22cdb54cba149489fbbfda8c156c0daa0 Author: Yaron Shahrabani Date: Thu Aug 18 23:57:16 2011 +0300 Updated Hebrew translation. po/he.po | 186 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 113 insertions(+), 73 deletions(-) commit 198cb00682761961c74ba7cf42d7c7744d57c0e3 Author: Alexander Larsson Date: Thu Aug 18 22:52:26 2011 +0200 Revert some leftovers from last commit configure.ac | 1 - src/Makefile.am | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-) commit 4576f2aa119f7b26661e11d97c3706670fd70953 Author: Alexander Larsson Date: Thu Aug 18 22:50:11 2011 +0200 Slight cleanup of avatar handling configure.ac | 1 + src/Makefile.am | 2 +- src/contacts-contact-pane.vala | 12 ++++---- src/contacts-contact.vala | 52 +++++++++++++++++++++------------------ src/contacts-view.vala | 2 +- 5 files changed, 37 insertions(+), 32 deletions(-) commit 9ed5741b168f79955c7261fd0dd0c542613bcc65 Author: Alexander Larsson Date: Wed Aug 17 22:38:19 2011 +0200 Make link dialog look more like new mockup src/contacts-link-dialog.vala | 155 +++++++++++++++++++++++++--------------- 1 files changed, 97 insertions(+), 58 deletions(-) commit db60c6d95791c55c8c31d73b62e043413cba1273 Author: Alexander Larsson Date: Wed Aug 17 22:38:03 2011 +0200 Add get_display_name_for_persona helper src/contacts-contact.vala | 35 ++++++++++++++++++++++++++++++++++- 1 files changed, 34 insertions(+), 1 deletions(-) commit 749f82f885f62602a5c8e8960e9d29b482b1db64 Author: Alexander Larsson Date: Wed Aug 17 17:07:25 2011 +0200 Initial crude link dialog src/Makefile.am | 1 + src/contacts-contact-pane.vala | 7 ++- src/contacts-link-dialog.vala | 169 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 176 insertions(+), 1 deletions(-) commit 7d45c18854a216a41be0bf6468beca49da2750e3 Author: Alexander Larsson Date: Wed Aug 17 13:50:37 2011 +0200 Split out TreeView from list pane into its own widget src/contacts-list-pane.vala | 90 ++++-------------------------------------- src/contacts-view.vala | 91 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+), 82 deletions(-) commit e3670a24767dc34cab84357158edc097e95f143c Author: Alexander Larsson Date: Wed Aug 17 13:10:47 2011 +0200 Split out cell renderer to its own file src/Makefile.am | 1 + src/contacts-cell-renderer-shape.vala | 299 +++++++++++++++++++++++++++++++++ src/contacts-list-pane.vala | 277 ------------------------------ 3 files changed, 300 insertions(+), 277 deletions(-) commit d62e0780ac63a5202faffc0c8863a6a921d470e6 Author: Alexander Larsson Date: Wed Aug 17 11:49:47 2011 +0200 Split out the view from Store This way we can allow multiple views of the same store, with different filtering. src/Makefile.am | 1 + src/contacts-contact.vala | 13 ++- src/contacts-list-pane.vala | 12 ++- src/contacts-store.vala | 233 ++++-------------------------------------- src/contacts-view.vala | 239 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 274 insertions(+), 224 deletions(-) commit 152dcd845a4bea879d35dbb2ae662366237cd389 Author: Alexander Larsson Date: Wed Aug 17 10:39:32 2011 +0200 Add a multi-value back reference from Contact This is used to get the ContactData from the contact in the store, allowing us to use the same contact in multiple stores. src/contacts-contact.vala | 35 +++++++++++++++++++++++++++++++++++ src/contacts-store.vala | 7 +++---- 2 files changed, 38 insertions(+), 4 deletions(-) commit a719007e822d2071b3aefdba62342d0e1aaa4bee Author: Daniel Mustieles Date: Wed Aug 17 01:45:52 2011 +0200 Updated Spanish translation po/es.po | 175 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 104 insertions(+), 71 deletions(-) commit 7907d6ea74229a1e1f8438f232eff90c804230e4 Author: Alexander Larsson Date: Tue Aug 16 22:16:09 2011 +0200 Support adding new postal addresses src/contacts-contact-pane.vala | 41 ++++++++++++++++++++++++++------------- 1 files changed, 27 insertions(+), 14 deletions(-) commit e4a0cbeda1739544b76e55014db4231fbbd158f0 Author: Alexander Larsson Date: Tue Aug 16 21:47:05 2011 +0200 Show availibility via phone by using an icon Icons scale better and don't mix weirdly with custom away messages. Closes bug #653824 src/contacts-contact.vala | 24 +++++++++++++++++------- src/contacts-list-pane.vala | 20 +++++++++++--------- 2 files changed, 28 insertions(+), 16 deletions(-) commit 7b76e5a003c3cb90d385193c41a1f7c56e332074 Author: Alexander Larsson Date: Tue Aug 16 21:43:00 2011 +0200 Make Contacts.CellRendererShape use a struct for shapes This way we can extend it with more than the icon name. src/contacts-list-pane.vala | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) commit 3b8584c49f0941680f79ba4dab8cda8ad856da77 Author: Alexander Larsson Date: Tue Aug 16 16:44:52 2011 +0200 Make postal address editing work src/contacts-contact-pane.vala | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) commit dae1ea569cd45806e929ea9d69f55769b873f67f Author: Alexander Larsson Date: Tue Aug 16 16:33:08 2011 +0200 Change how editing state is stored and fix up sorting We now always create a new FieldDetail object for the editing sets and change that one instead of creating new ones. That makes editing simpler and makes remove work after a detail has changed. We also change the way sort works to be nicer. src/contacts-contact-pane.vala | 126 +++++++++++---------------------------- src/contacts-contact.vala | 63 ++++++++++---------- src/contacts-types.vala | 14 +++-- 3 files changed, 74 insertions(+), 129 deletions(-) commit 101049eedd2a836a7cd33765b3a12b04530f61de Author: Alexander Larsson Date: Tue Aug 16 15:29:57 2011 +0200 Initial cut at implementing postal editing src/contacts-contact-pane.vala | 63 +++++++++++++++++++++++++-------------- 1 files changed, 40 insertions(+), 23 deletions(-) commit 53328f0eb6bcd5d4fdf8bfa9d84d3dd2e0f77676 Author: Fran Dieguez Date: Tue Aug 16 19:07:59 2011 +0200 Updated Galician translations po/gl.po | 154 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 81 insertions(+), 73 deletions(-) commit b018bee1c7616b8171a45b0e13802349c9851d10 Author: Kjartan Maraas Date: Tue Aug 16 16:43:38 2011 +0200 Updated Norwegian bokmål translation. po/nb.po | 154 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 81 insertions(+), 73 deletions(-) commit 99c208f5ede7e804ee3fe119d5b97f2cb69970ff Author: Alexander Larsson Date: Tue Aug 16 11:55:47 2011 +0200 Bump version to 0.1.2 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit efb18294c93f446820aef7a471dc44d05668fd75 Author: Alexander Larsson Date: Tue Aug 16 11:55:36 2011 +0200 Update NEWS for release NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit b35388544d2c46f8b44b10315deafbebb7dbac50 Author: Alexander Larsson Date: Tue Aug 16 11:03:08 2011 +0200 Clean up initial letter handling We put the code in a shared place and handle empty names better src/contacts-contact.vala | 9 +++++++++ src/contacts-list-pane.vala | 5 +++-- src/contacts-store.vala | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) commit 86da7dabe94bbd5d0eaa2e812f3eb52581d331ce Author: Alexander Larsson Date: Tue Aug 16 10:43:33 2011 +0200 Require folks 0.6.0 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6154e67372746e0beaa7c106ded217f2c58be421 Author: Alexander Larsson Date: Tue Aug 16 10:40:44 2011 +0200 Fix up for API changes in folks 0.6.0 src/contacts-contact-pane.vala | 110 ++++++++++++++++++++++------------------ src/contacts-contact.vala | 27 ++++++---- src/contacts-types.vala | 25 ++++----- 3 files changed, 88 insertions(+), 74 deletions(-) commit 6844698aa193edb1602763be46c920a24173c764 Author: Chao-Hsiung Liao Date: Sat Aug 13 15:28:54 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 84 ++++++++++++++++++++++++++++++++-------------------------- po/zh_TW.po | 84 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 92 insertions(+), 76 deletions(-) commit a97dbfcf7c853b1ba866f1f78ade709c551c912b Author: Daniel Mustieles Date: Wed Aug 10 13:27:19 2011 +0200 Updated Spanish translation po/es.po | 92 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 50 insertions(+), 42 deletions(-) commit c2954dcde016cf4d9ec08e611c1caaae4330bdbe Author: Alexander Larsson Date: Tue Aug 9 12:54:54 2011 +0200 Support show contact by email src/contacts-app.vala | 28 ++++++++++++++++++++++++++++ src/contacts-contact.vala | 9 +++++++++ src/contacts-store.vala | 8 ++++++++ src/main.vala | 5 +++++ 4 files changed, 50 insertions(+), 0 deletions(-) commit b3bbb079f82600546c073aaf3718b13232a61c86 Author: Alexander Larsson Date: Tue Aug 9 12:32:49 2011 +0200 Add initial cut at show individual id src/contacts-app.vala | 28 ++++++++++++++++++++++++++++ src/contacts-list-pane.vala | 9 +++++++++ src/contacts-store.vala | 14 ++++++++++++++ src/main.vala | 12 +++++++++++- 4 files changed, 62 insertions(+), 1 deletions(-) commit 025f48332edc2f82b1d5f01a90a09c5874e3f6ac Author: Alexander Larsson Date: Tue Aug 9 12:30:07 2011 +0200 Add added/changed/removed signals to ContactsStore src/contacts-store.vala | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) commit 1391f2af315e8270eeb5bda04476b444cd0b4c55 Author: Akom Chotiphantawanon Date: Tue Aug 9 16:16:55 2011 +0700 Added Thai translation. po/LINGUAS | 1 + po/th.po | 302 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 303 insertions(+), 0 deletions(-) commit e49364b30102c720319473579c1e6efc3a799ae7 Author: Philip Withnall Date: Sat Aug 6 16:19:09 2011 +0200 Folks' AvatarDetails.avatar is now a LoadableIcon rather than a File. Closes: bgo#655213 src/contacts-contact-pane.vala | 12 ++++++------ src/contacts-contact.vala | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) commit 61331176c5b980f7fc0af33c33fb144fcf5e897e Author: Daniel Korostil Date: Thu Aug 4 19:20:07 2011 +0300 Added uk translation po/LINGUAS | 1 + po/uk.po | 303 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 304 insertions(+), 0 deletions(-) commit 8525ce89321b711b458e1e8e8990c565de4b8a11 Author: Ngô Chin Date: Wed Aug 3 20:54:37 2011 +0700 Added Vietnamese translation po/LINGUAS | 1 + po/vi.po | 302 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 303 insertions(+), 0 deletions(-) commit 855fdb36aac80b412624b84370e7e59074573ec4 Author: Paul Gölz Date: Sat Jul 30 21:33:25 2011 +0200 [l10n] Updated German translation po/de.po | 334 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 185 insertions(+), 149 deletions(-) commit 4cbbce069951728fefd176a4df14e4b063c9b1f9 Author: Seong-ho, Cho Date: Sun Jul 31 04:03:03 2011 +0900 Add Korean translation po/LINGUAS | 1 + po/ko.po | 302 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 303 insertions(+), 0 deletions(-) commit f4d00e35f0f1e72546f44b3efec9cadbb2e48d0e Author: Yuri Myasoedov Date: Sat Jul 30 22:47:40 2011 +0400 Added Russian translation po/LINGUAS | 1 + po/ru.po | 307 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 308 insertions(+), 0 deletions(-) commit c9e0b2c14bc35c63bc541b9a850db8ce9fdd6923 Author: Gil Forcada Date: Sat Jul 30 17:53:43 2011 +0200 [l10n]Minor fixes on Catalan translation po/ca.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit ea680163288774c6905607c077ef347d397c5391 Author: Chao-Hsiung Liao Date: Fri Jul 29 16:12:41 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/LINGUAS | 2 + po/zh_HK.po | 301 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/zh_TW.po | 301 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 604 insertions(+), 0 deletions(-) commit 218bd4f55e65ded801c632d47fe12f50081c233f Author: Djavan Fagundes Date: Wed Jul 27 18:01:22 2011 -0300 Added Brazilian Portuguese translation by Luiz Vieira and Enrico Nicoletto po/LINGUAS | 1 + po/pt_BR.po | 303 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 304 insertions(+), 0 deletions(-) commit 9da5bfe3ebaa017dfe66c37834f58fe211ce49a0 Author: Gil Forcada Date: Sat Jul 23 18:13:08 2011 +0200 [l10n]Added Catalan (Valencian) translation po/LINGUAS | 1 + po/ca@valencia.po | 302 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 303 insertions(+), 0 deletions(-) commit b6cfd06345f91321cc89ddea192eee005b1051ee Author: Gil Forcada Date: Sat Jul 23 18:13:00 2011 +0200 [l10n]Added Catalan translation po/LINGUAS | 1 + po/ca.po | 303 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 304 insertions(+), 0 deletions(-) commit 21e1c12a775a6e4d784272fc29a5bb05c2d436a5 Author: Marek Černocký Date: Wed Jul 20 08:36:35 2011 +0200 Czech translation po/cs.po | 304 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 304 insertions(+), 0 deletions(-) commit c91fcb1839e22146a5814a64a76f216eb6f7938a Author: Marek Černocký Date: Wed Jul 20 08:36:21 2011 +0200 Added Czech language po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 52a6582dd229389fee13892652ef9ea9d85d8630 Author: Kjartan Maraas Date: Mon Jul 18 13:36:10 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 315 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 189 insertions(+), 126 deletions(-) commit 00985e02af037ef479e1e8bf43152ce9385fe366 Author: A S Alam Date: Sat Jul 16 15:05:05 2011 +0530 Added Punjabi Translation and Update LUNGUAS file po/LINGUAS | 1 + po/pa.po | 305 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 306 insertions(+), 0 deletions(-) commit 237576fc193f421f080066b25ed202df7e3fb3e1 Author: Aurimas Černius Date: Sat Jul 16 22:19:49 2011 +0300 Updated Lithuanian translation po/lt.po | 281 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 203 insertions(+), 78 deletions(-) commit 7138391379e30e3ae5ae48bb1ce432cb988e1798 Author: Kris Thomsen Date: Wed Jul 13 23:04:13 2011 +0200 Updated Danish translation po/da.po | 308 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 308 insertions(+), 0 deletions(-) commit cba6ac74be2faf6aa7b0b47e840b244dcc448e51 Author: Kenneth Nielsen Date: Wed Jul 13 23:04:13 2011 +0200 Added da to list of languages po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 63bf4a2f33bb4969cb600bb4278d01ddc1ca645b Author: Rudolfs Mazurs Date: Tue Jul 12 16:33:59 2011 +0300 Added Latvian translation. po/LINGUAS | 1 + po/lv.po | 304 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 305 insertions(+), 0 deletions(-) commit 1c584a4ec0305f5eb7473007ef2f4ee9b247b67e Author: Muhammet Kara Date: Thu Jul 7 23:57:45 2011 +0300 [l10n]Updated Turkish translation po/tr.po | 252 +++++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 186 insertions(+), 66 deletions(-) commit 2549fbecffc65347fd46a15c178409f4a31efbd3 Author: Arash Mousavi Date: Fri Jul 8 05:26:21 2011 +0430 Added Persian translation po/fa.po | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 922a7b8cec4ba438153b0d9af5367ccbb23fef15 Author: Arash Mousavi Date: Fri Jul 8 05:23:04 2011 +0430 Added Persian translation po/LINGUAS | 1 + po/fa.po | 318 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 319 insertions(+), 0 deletions(-) commit b38654f7c9b1498b6b257fe5a06c9565901bd30a Author: Abduxukur Abdurixit Date: Thu Jul 7 17:34:02 2011 +0200 Added UG translation po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a1bc522f42ec5d2326076a830dd42c8d8a309c4d Author: Abduxukur Abdurixit Date: Thu Jul 7 16:32:19 2011 +0200 Added UG translation po/ug.po | 310 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 310 insertions(+), 0 deletions(-) commit f0d91a22911f88077ff2aca3f17791374325fc3a Author: Gabor Kelemen Date: Tue Jul 5 23:44:39 2011 +0200 Fix an ugly Hungarian translation error po/hu.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1f056a3997972b49bea80c6fa668b2328aa6647d Author: Gabor Kelemen Date: Tue Jul 5 23:37:09 2011 +0200 Added hu to LINGUAS po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 368428d097d828a7882db0a21f0a4510a5a59d9c Author: Gabor Kelemen Date: Tue Jul 5 23:36:46 2011 +0200 Added Hungarian translation by n0m4dm4n po/hu.po | 304 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 304 insertions(+), 0 deletions(-) commit a74ac5a344454ba27553d2946f65e0839a8ebce1 Author: lainme Date: Mon Jul 4 19:45:58 2011 +0800 update zh_CN translation po/zh_CN.po | 279 ++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 202 insertions(+), 77 deletions(-) commit 30e0fe9451d2ae0449bb29afaa7f9f87bd31343a Author: Fran Dieguez Date: Sun Jul 3 18:01:17 2011 +0200 Updated Galician translations po/gl.po | 320 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 183 insertions(+), 137 deletions(-) commit a19a51e683b4af01ea0b4e8149c7e740ab33d4e6 Author: Matej Urbančič Date: Sat Jul 2 20:32:02 2011 +0200 Updated Slovenian translation po/sl.po | 336 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 193 insertions(+), 143 deletions(-) commit 2e7e4a1124f7066107e2ca42603cb10d95992a73 Author: Yaron Shahrabani Date: Sat Jul 2 17:13:36 2011 +0300 Added Hebrew translation. po/LINGUAS | 1 + po/he.po | 305 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 306 insertions(+), 0 deletions(-) commit 064765345bb05b14749d691d388178eb4ee861d3 Author: Daniel Nylander Date: Sat Jul 2 14:23:25 2011 +0200 Updated Swedish translation po/sv.po | 240 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 157 insertions(+), 83 deletions(-) commit 1c6bff4efdeeff15004e682f34d6eb3c8b910ab9 Author: Jorge González Date: Sat Jul 2 07:02:47 2011 +0200 Updated Spanish translation po/es.po | 281 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 153 insertions(+), 128 deletions(-) commit 1761c7739d230419bec04b8807d8e116d5185c03 Author: Daniel Mustieles Date: Fri Jul 1 15:36:31 2011 +0200 Updated Spanish translation po/es.po | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 54 insertions(+), 11 deletions(-) commit 63c7c449b6a6d9895c80cca64681e4fbfd324d5c Author: Alexander Larsson Date: Fri Jul 1 15:29:43 2011 +0200 Bump version to 0.1.1 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit dd71c674faf9951423b9395d2c92a06f5cfe7cf8 Author: Alexander Larsson Date: Fri Jul 1 15:29:33 2011 +0200 Update NEWS for release NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 5db3a2b9da5803a98ba9f9f2e92d7a57988877ab Author: Alexander Larsson Date: Fri Jul 1 15:14:00 2011 +0200 update POTFILES.* po/POTFILES.in | 3 ++- po/POTFILES.skip | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) commit 92d5e5050071fcf87bed0c54298f26d09736fde2 Author: Alexander Larsson Date: Fri Jul 1 15:12:44 2011 +0200 Grab focus on the name entry when creating a new user src/contacts-contact-pane.vala | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 733724700ae189a3c6337606245bad0bd92ca8a3 Author: Alexander Larsson Date: Fri Jul 1 15:05:50 2011 +0200 Initial cut at name editing src/contacts-contact-pane.vala | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) commit 9be41a49d5446a6cda05810c0103913a32918846 Author: Alexander Larsson Date: Fri Jul 1 14:27:34 2011 +0200 Initial cut at new contact src/contacts-app.vala | 1 + src/contacts-contact-pane.vala | 92 ++++++++++++++++++++++++++++++---------- src/contacts-store.vala | 8 ++++ 3 files changed, 78 insertions(+), 23 deletions(-) commit ea081611e3ea73a1300ce3bbc33769f712ec83dc Author: Alexander Larsson Date: Fri Jul 1 14:22:40 2011 +0200 Add static member for the global app instance src/contacts-app.vala | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit aff67f956475b4210501445cd57f04ca9aa79cae Author: Alexander Larsson Date: Fri Jul 1 11:10:54 2011 +0200 Fix some unhandled exception warnings src/contacts-contact-pane.vala | 14 +++++++++----- src/contacts-list-pane.vala | 8 ++++++-- 2 files changed, 15 insertions(+), 7 deletions(-) commit c264d1fb10325d6374498be806a47bfd11c29353 Author: Alexander Larsson Date: Fri Jul 1 10:49:14 2011 +0200 Support adding details src/contacts-contact-pane.vala | 94 +++++++++++++++++++++++++++++++++------ 1 files changed, 79 insertions(+), 15 deletions(-) commit 8f2a47d9c2947b4280facb8414f606e6507a4a0d Author: Alexander Larsson Date: Fri Jul 1 10:42:09 2011 +0200 Support saving and loading state in a layout object This is useful to insert stuff in a previous spot src/contacts-contact-pane.vala | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) commit 2dd9888ca4022ea3eca42c64366fc828eee0eab6 Author: Alexander Larsson Date: Fri Jul 1 10:41:11 2011 +0200 Add Utils.grid_insert_row_after This is needed to insert things in the middle of a grid src/contacts-utils.vala | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) commit fcb0f0ca21c720a2edf27f87c0014400405e4c4d Author: Alexander Larsson Date: Fri Jul 1 10:40:42 2011 +0200 Add Utils.add_menu_item src/contacts-contact-pane.vala | 12 +++--------- src/contacts-utils.vala | 7 +++++++ 2 files changed, 10 insertions(+), 9 deletions(-) commit 5f595bf89b26de98e8c93b251819e6b1de423325 Author: Alexander Larsson Date: Fri Jul 1 08:58:22 2011 +0200 Make not yet working remove buttons insensitive src/contacts-contact-pane.vala | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit eefc94f8c7590b56c31de5133c392810936a48c9 Author: Alexander Larsson Date: Fri Jul 1 08:49:27 2011 +0200 Support editing urls src/contacts-contact-pane.vala | 65 ++++++++++++++++++++++++++++----------- 1 files changed, 46 insertions(+), 19 deletions(-) commit 43ec25c8609b4e47df5eaa78e3c5a59bd734ce79 Author: Daniel Mustieles Date: Fri Jul 1 10:11:55 2011 +0200 Updated Spanish translation po/es.po | 223 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 101 insertions(+), 122 deletions(-) commit 469315039f4cf643e92454236fcd4c4d9a47cdc4 Author: Daniel Nylander Date: Fri Jul 1 09:42:40 2011 +0200 Updated Swedish translation po/sv.po | 231 ++++++++++++++++++++++++++++---------------------------------- 1 files changed, 103 insertions(+), 128 deletions(-) commit b176966f468f58e2dcede47e2ae77a365a3aa9d4 Author: Alexander Larsson Date: Thu Jun 30 15:58:42 2011 +0200 Implement remove for contacts details src/contacts-contact-pane.vala | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) commit de222ab40a367117e4399f0bcfb11396f4183caa Author: Alexander Larsson Date: Thu Jun 30 15:29:15 2011 +0200 Initial cut at saving the notes Really complex and doesn't actually work yet with current code. Problems: 1) eds doesn't support notes setting 2) linking API makes it hard to create necessary persona to write in (#653728) src/contacts-contact-pane.vala | 127 +++++++++++++++++++++++++++++++-------- src/contacts-contact.vala | 28 +++++++++ 2 files changed, 129 insertions(+), 26 deletions(-) commit 3f97ea3f44716edd3f7911cd422d6c7102daaf63 Author: Alexander Larsson Date: Thu Jun 30 15:28:55 2011 +0200 Save the store in the Contact src/contacts-contact.vala | 4 +++- src/contacts-store.vala | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) commit 659d4dbf69af1c5e04a6c29d83c8e085607f7d5c Author: Alexander Larsson Date: Thu Jun 30 10:20:37 2011 +0200 Move store to app and pass down to list and contact panes src/contacts-app.vala | 6 ++++-- src/contacts-contact-pane.vala | 5 ++++- src/contacts-list-pane.vala | 5 ++--- 3 files changed, 10 insertions(+), 6 deletions(-) commit 8218001101caab72d02bdc75612d750a987b1d4f Author: Alexander Larsson Date: Wed Jun 29 13:37:20 2011 +0200 Move the aggregator into the contacts store src/contacts-list-pane.vala | 15 --------------- src/contacts-store.vala | 13 +++++++++++++ 2 files changed, 13 insertions(+), 15 deletions(-) commit 171c6b9f3312c5ab32891103bed2beb46261e095 Author: Alexander Larsson Date: Wed Jun 29 11:40:24 2011 +0200 Initial setup for nicer link text for known uris src/contacts-contact-pane.vala | 4 +--- src/contacts-contact.vala | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) commit 1517b161375e1bb00787dd6768c57952b356122c Author: Alexander Larsson Date: Wed Jun 29 10:39:09 2011 +0200 Properly remove style classes when presence state changes src/contacts-contact.vala | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) commit f9f3e24e1ef3c06905afce1b42ef91f084a1771a Author: Alexander Larsson Date: Wed Jun 29 10:35:46 2011 +0200 Add presence colors to im buttons src/contacts-contact.vala | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit c94a998d873efd449afefbcf839404674d9dcef6 Author: Alexander Larsson Date: Wed Jun 29 10:29:20 2011 +0200 Remove placeholder text from search entry src/contacts-list-pane.vala | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 67f71a90bd463a436786cc92a8beaf4c2c0cd719 Author: Alexander Larsson Date: Wed Jun 29 10:29:03 2011 +0200 Display (via phone) darker when selected src/contacts-list-pane.vala | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 4234e30c34db5e761d6e9d24ada22e2dbd151c1a Author: Alexander Larsson Date: Wed Jun 29 09:44:06 2011 +0200 Nicer im presence in the list pane We now show custom away messages, via phone annotation and color on the im status. src/contacts-list-pane.vala | 27 +++++++++++++++++++++++---- 1 files changed, 23 insertions(+), 4 deletions(-) commit cc21627c60aecbf3f978c75b500707a9a4f8c853 Author: Travis Reitter Date: Tue Jun 28 10:09:25 2011 -0700 Don't crash if a contact has no client types. src/contacts-contact.vala | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 39b99352e7c29395bb3b6512b7b1ea7f4c83f9e1 Author: Travis Reitter Date: Mon Jun 27 21:15:44 2011 -0700 Don't assume Tpf.Personas always contain a TpContact. Since Folks added a cache, Tpf.Personas aren't guaranteed to contain a TpContact. Helps: bgo#653602 - Gnome Contacts shouldn't assume TpfPersonas contain valid TpContacts src/contacts-contact.vala | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit d1e6da92a1fa184f9c33dcfe985b265c2320fce4 Author: Kjartan Maraas Date: Tue Jun 28 22:52:31 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 209 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 93 insertions(+), 116 deletions(-) commit 2ea011d950b55b2e327b22191d2fa290389589a4 Author: Aurimas Černius Date: Tue Jun 28 20:17:26 2011 +0300 Added Lithuanian translation. po/LINGUAS | 1 + po/lt.po | 194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 195 insertions(+), 0 deletions(-) commit 8017ff04a5bbcca1df2fbc6fa5e0f35061369a13 Author: Alexander Larsson Date: Tue Jun 28 08:14:54 2011 +0200 Implement a new cell renderer to use for the listview src/contacts-list-pane.vala | 278 +++++++++++++++++++++++++++++++++++++++---- 1 files changed, 253 insertions(+), 25 deletions(-) commit 221fb1f52fcaac9b0474ec9abc9db5f133925220 Author: Alexander Larsson Date: Tue Jun 28 10:44:02 2011 +0200 Make add button wider src/contacts-list-pane.vala | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit e78a5770f8dd0988d0ba0b77c6a0b3cd707a63c7 Author: Alexander Larsson Date: Tue Jun 28 10:26:56 2011 +0200 Put the avatar frames in grids so that the frame doesn't expand src/contacts-contact-pane.vala | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit a352d36db37c54139172920e56c5927a42ad3e92 Author: Alexander Larsson Date: Tue Jun 28 10:06:59 2011 +0200 Fix up colors of entry images data/gnome-contacts.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 92b39ecc13ef7c145cd5578e8ef27c1b4177a02c Author: Alexander Larsson Date: Tue Jun 28 09:56:57 2011 +0200 Make edit image button nicer and have fallback avatar data/gnome-contacts.css | 2 ++ src/contacts-contact-pane.vala | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) commit 8b04bb90d5fbfe33e59d58b963b871c3681729ce Author: Alexander Larsson Date: Tue Jun 28 09:48:12 2011 +0200 Show fallback avatar in contact pane too src/contacts-contact-pane.vala | 2 +- src/contacts-contact.vala | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) commit 47aae22e1f1d81322f54a4fdb3851964f7f46a13 Author: Alexander Larsson Date: Tue Jun 28 09:45:02 2011 +0200 Fix up framing of contacts in listview src/contacts-contact.vala | 75 ++++++++++++++++++++++++++++++++++----------- 1 files changed, 57 insertions(+), 18 deletions(-) commit 8be65ccd246fd3f2a1a1156b98618cfd6ee57406 Author: Alexander Larsson Date: Tue Jun 28 09:17:13 2011 +0200 Fix up contact button rendering data/gnome-contacts.css | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit d20ce12991f37bb815badbadbe673a2d1b6ad772 Author: Alexander Larsson Date: Tue Jun 28 09:16:55 2011 +0200 Fix up layout of image frame in panel data/gnome-contacts.css | 6 +- src/contacts-contact-pane.vala | 123 ++++++++++++++++++++++++++------------- 2 files changed, 85 insertions(+), 44 deletions(-) commit 37248b6b27e56fdb4218110d9c8034e356a6eb57 Author: Alexander Larsson Date: Mon Jun 27 12:19:29 2011 +0200 Add row separation to list pane data/gnome-contacts.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 6dba1950bc68e74b59db2275617bf46c0f60f1da Author: Alexander Larsson Date: Mon Jun 27 12:11:45 2011 +0200 Make full name larger src/contacts-contact-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9e62b7315edd41844a573ba26a776000d8c86d11 Author: Alexander Larsson Date: Mon Jun 27 12:11:04 2011 +0200 Ellipsize more contacts details This makes sure the window doesn't expand with long data strings. src/contacts-contact-pane.vala | 7 +++++++ src/contacts-contact.vala | 5 ++++- 2 files changed, 11 insertions(+), 1 deletions(-) commit 7a7b3f985d692195c6d71fcd50d396be7d15ceb5 Author: Alexander Larsson Date: Mon Jun 27 12:04:00 2011 +0200 Less wide index column src/contacts-list-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a9d68c0e4b3285421131b46ea04d9c5933740101 Author: Alexander Larsson Date: Mon Jun 27 12:01:30 2011 +0200 Better sizeing of window New minimum is 700x510, and we ellipsize all detail fields so that we may actually fit in that. src/contacts-app.vala | 2 +- src/contacts-contact-pane.vala | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletions(-) commit b982778ef1931e6a07f0513708b216a5102e7028 Author: Alexander Larsson Date: Mon Jun 27 11:48:07 2011 +0200 Slightly better list pane sizing, still not as per mockup though src/contacts-list-pane.vala | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) commit 712240b29ce54262d5c77c7974d1393a8b1fd31e Author: Aron Xu Date: Sun Jun 26 09:29:53 2011 +0000 Add Simplified Chinese translation. po/LINGUAS | 1 + po/zh_CN.po | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 191 insertions(+), 0 deletions(-) commit ade488cc5e7aaa931823f9f64b3ff2dec0c7601f Author: Muhammet Kara Date: Sun Jun 26 03:42:23 2011 +0300 Updated Turkish translation file header po/tr.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9b32857793c86f67015d4a6e9d5f18b19e694fb4 Author: Muhammet Kara Date: Sun Jun 26 00:59:38 2011 +0300 Added Turkish translation po/LINGUAS | 1 + po/tr.po | 191 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 192 insertions(+), 0 deletions(-) commit 3e7dc5e4ca8a0764eede1f475f277995df199e6e Author: Alexander Larsson Date: Thu Jun 23 21:06:20 2011 +0200 Document the entry sizeing src/contacts-types.vala | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 1d36ccd2759ab5a47e0c5e1335a2fea3c4ffa919 Author: Alexander Larsson Date: Thu Jun 23 21:04:05 2011 +0200 Make the TypeCombo expand properl src/contacts-contact-pane.vala | 2 ++ src/contacts-types.vala | 4 ++++ 2 files changed, 6 insertions(+), 0 deletions(-) commit 9d50b9b25d1945d91015ffcd852726cc450d8286 Author: Alexander Larsson Date: Thu Jun 23 20:13:50 2011 +0200 Fix up issues with OTHER and custom types src/contacts-types.vala | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) commit 2b0c3e7128afcee8ada10f69e9933f7b3611e18c Author: Alexander Larsson Date: Thu Jun 23 19:47:21 2011 +0200 Implement type editing src/contacts-contact-pane.vala | 28 +++++++++++++- src/contacts-types.vala | 80 ++++++++++++++++++++++++++++++++++----- 2 files changed, 96 insertions(+), 12 deletions(-) commit 03f9e4a27c779ef6b85c7ef95a7c644b4251abca Author: Alexander Larsson Date: Thu Jun 23 18:09:51 2011 +0200 Initial cut at editing emails and phone nrs src/contacts-contact-pane.vala | 65 ++++++++++++++++++++++++++++++++++----- 1 files changed, 56 insertions(+), 9 deletions(-) commit 0fc34f2e1f8d9aa2c729d9acbd3220121fad4d33 Author: Alexander Larsson Date: Thu Jun 23 15:02:35 2011 +0200 Move TypeCombo to end of source file src/contacts-types.vala | 160 +++++++++++++++++++++++----------------------- 1 files changed, 80 insertions(+), 80 deletions(-) commit 8e79e279d18d4265fd948b403ac2932eae92ba87 Author: Alexander Larsson Date: Thu Jun 23 15:02:01 2011 +0200 Reuse the generic InitData src/contacts-types.vala | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) commit f5930b4a568495884fb69b02691d57d466f8a277 Author: Alexander Larsson Date: Thu Jun 23 14:57:53 2011 +0200 clean up typeset handling We now handle multiple standard vcard types to map to the same one (which is needed for HOME VOICE vs HOME for phones) and we handle custom names with the same name as a pre-existing standard type to re-use the standard type. Also, not all standard types are availible in the default dropdown src/contacts-types.vala | 301 +++++++++++++++++++++++++++-------------------- 1 files changed, 174 insertions(+), 127 deletions(-) commit 4dd5dd5a31cc5cafe787c5b49b944a4b4e940cc0 Author: Alexander Larsson Date: Thu Jun 23 14:57:13 2011 +0200 Add helper to get first item in a container src/contacts-utils.vala | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit efe695ac141655a0519be245d108f773fc49beb0 Author: Alexander Larsson Date: Wed Jun 22 14:35:23 2011 +0200 Add all custom labels seen to the TypeSet src/contacts-contact.vala | 8 ++++++++ src/contacts-types.vala | 7 +++++++ 2 files changed, 15 insertions(+), 0 deletions(-) commit 51fa1d843a74a1768eddbf5b1099bf1ac7d97ec1 Author: Alexander Larsson Date: Wed Jun 22 12:45:14 2011 +0200 Reindent contacts store code src/contacts-store.vala | 417 +++++++++++++++++++++++------------------------ 1 files changed, 208 insertions(+), 209 deletions(-) commit c293a451b0e51db8fa38e8f078db3538c1092ba6 Author: Alexander Larsson Date: Wed Jun 22 12:41:42 2011 +0200 Display more of the edit ui src/contacts-contact-pane.vala | 69 +++++++++++++++++++++++++++------------ 1 files changed, 48 insertions(+), 21 deletions(-) commit 3fc2c391048912bc73cdd5cf013f606cc8d279fd Author: Alexander Larsson Date: Wed Jun 22 12:18:34 2011 +0200 New field sort order (not yet done) src/contacts-contact.vala | 28 ++++++++++------------------ 1 files changed, 10 insertions(+), 18 deletions(-) commit 5b4edf481a64f19dcf0216f61a5c5b1f68eafb44 Author: Alexander Larsson Date: Wed Jun 22 12:18:10 2011 +0200 Remove unused code src/contacts-types.vala | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit 2574080b1f994b29a5f00cb3a26121bd769387bf Author: Alexander Larsson Date: Wed Jun 22 12:04:25 2011 +0200 Initial work on TypeCombo widget src/contacts-contact-pane.vala | 12 ++- src/contacts-types.vala | 163 ++++++++++++++++++++++++++++++++++++--- 2 files changed, 158 insertions(+), 17 deletions(-) commit b637375e89738db129a262a97244b7d89404ea18 Author: Alexander Larsson Date: Tue Jun 21 14:16:07 2011 +0200 TypeSet: Break out data lookup from display name generation src/contacts-types.vala | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 deletions(-) commit b770181c5814e293b91ae649dc9933deb7bca6b3 Author: Alexander Larsson Date: Tue Jun 21 14:00:51 2011 +0200 Extract field type sets into its own file src/Makefile.am | 1 + src/contacts-contact-pane.vala | 8 +- src/contacts-contact.vala | 146 ----------------------------------- src/contacts-types.vala | 164 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 169 insertions(+), 150 deletions(-) commit 19de1bb75fb1815f3a8d489c7a4630ed590937ee Author: Alexander Larsson Date: Tue Jun 21 11:07:07 2011 +0200 Clean up edit display code src/contacts-contact-pane.vala | 95 +++++++++++++++++++--------------------- 1 files changed, 45 insertions(+), 50 deletions(-) commit f00d01831672e303be27449c5655316051f4e857 Author: Alexander Larsson Date: Tue Jun 21 11:01:07 2011 +0200 Show persona display name on image when editing data/gnome-contacts.css | 5 +++++ src/contacts-contact-pane.vala | 30 ++++++++++++++++++++++++++---- 2 files changed, 31 insertions(+), 4 deletions(-) commit 62cc2e0be4d863d8069564279eedeb819c16f2a9 Author: Alexander Larsson Date: Tue Jun 21 10:04:00 2011 +0200 Make sure we create the desktop file in configure configure.ac | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 2ab337e011b3e72aac07bdabad660a23fd0a59e2 Author: Alexander Larsson Date: Tue Jun 21 09:57:04 2011 +0200 Revert accidental commit of test code src/contacts-store.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9ac85db9ca9a7830907ec4469c0c502d25fe7eba Author: Matthias Clasen Date: Mon Jun 20 19:29:54 2011 -0400 Add an desktop file This has come up in Fedora package review, so better to get started on it. Jimmac has promised a real icon coming soon. data/Makefile.am | 16 +++++++++++++--- data/gnome-contacts.desktop.in.in | 9 +++++++++ po/POTFILES.in | 1 + po/POTFILES.skip | 1 + 4 files changed, 24 insertions(+), 3 deletions(-) commit 933027e465cce8bca0b1caa96ad5b69ab90c3e05 Author: Alexander Larsson Date: Mon Jun 20 16:48:11 2011 +0200 Initial work at edit mode This just displays the personas so far and is not very useful yet. data/gnome-contacts.css | 13 +++ src/contacts-contact-pane.vala | 220 +++++++++++++++++++++++++++++++++++----- src/contacts-store.vala | 2 +- 3 files changed, 208 insertions(+), 27 deletions(-) commit 69dcbc1f750837457ac8543e76f54764e99cc7c0 Author: Alexander Larsson Date: Mon Jun 20 14:52:44 2011 +0200 Fix display of "empty" postal addresses src/contacts-contact-pane.vala | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit f562fe863126ec31919cd1458a7e2040eee9d099 Author: Mario Blättermann Date: Mon Jun 20 19:51:03 2011 +0200 [l10n] Added German translation po/LINGUAS | 1 + po/de.po | 269 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 270 insertions(+), 0 deletions(-) commit 0f374c23cb979b08cfb94a2d7906c5fea6c1b58a Author: Fran Diéguez Date: Mon Jun 20 13:40:29 2011 +0200 Added galician translations po/LINGUAS | 1 + po/gl.po | 263 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 264 insertions(+), 0 deletions(-) commit 108e609572ee311d8dd18c95789565abafc445cf Author: Alexander Larsson Date: Mon Jun 20 11:12:03 2011 +0200 Require valac 0.13 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 42a13a0e46dbf6df7b26c42b6ec2a0be190c4537 Author: Alexander Larsson Date: Mon Jun 20 09:44:55 2011 +0200 Change autoconf req to 2.67 We don't need 2.68 as far as i know, and some people don't have it yet: https://bugzilla.gnome.org/show_bug.cgi?id=652652 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 49d0de001d215faedf8203d5273c4299417a6960 Author: Daniel Nylander Date: Mon Jun 20 09:02:07 2011 +0200 Updated Swedish translation po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 70ae1c3dd2edbcf74820141faa0814158cd518cc Author: Daniel Nylander Date: Mon Jun 20 09:01:58 2011 +0200 Updated Swedish translation po/sv.po | 269 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 269 insertions(+), 0 deletions(-) commit bcdcd31c79b539f39b59fc64d2d9cd3ba37e3e18 Author: Matej Urbančič Date: Sun Jun 19 21:41:07 2011 +0200 Updated Slovenian translation po/sl.po | 158 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 82 insertions(+), 76 deletions(-) commit f2635f7c451690ec34891c1ed74c62e22dc040f6 Author: Kjartan Maraas Date: Sun Jun 19 18:02:40 2011 +0200 Add nb po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6e33cfd24a0f11356c43c1176d2d1e09e7bb0403 Author: Kjartan Maraas Date: Sun Jun 19 18:02:33 2011 +0200 Add Norwegian bokmål translation po/nb.po | 261 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 261 insertions(+), 0 deletions(-) commit dffaf1503264af1f1c5153b175735caf25f68e9c Author: Andika Triwidada Date: Sun Jun 19 18:46:45 2011 +0700 Added Indonesian translation po/LINGUAS | 1 + po/id.po | 268 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 269 insertions(+), 0 deletions(-) commit 7498b862a94f7e501714e0ddc314d2789a450bfa Author: Daniel Mustieles Date: Sun Jun 19 11:53:52 2011 +0200 Added Spanish translation po/LINGUAS | 1 + po/es.po | 263 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 264 insertions(+), 0 deletions(-) commit 1c9b297689a1f43d04bc4d9cd17ce4e4d36365c8 Author: Kristjan SCHMIDT Date: Sat Jun 18 16:25:23 2011 +0200 Add Esperanto translation po/LINGUAS | 1 + po/eo.po | 262 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 263 insertions(+), 0 deletions(-) commit 8166abf9ddf17f6e0eaca4ec8c7e5f1a2c80e867 Author: Alexander Larsson Date: Fri Jun 17 16:49:24 2011 +0200 Move tracking of presence to Contact src/contacts-contact.vala | 159 ++++++++++++++++++++++++-------------------- 1 files changed, 87 insertions(+), 72 deletions(-) commit 1c50be63394b11c969bb248acb4ae4d318ff63aa Author: Alexander Larsson Date: Fri Jun 17 16:03:50 2011 +0200 Show notification when copying address to clipboard configure.ac | 3 ++- src/contacts-contact-pane.vala | 25 +++++++++++++++++++++++++ src/main.vala | 1 + 3 files changed, 28 insertions(+), 1 deletions(-) commit 2c60c6f096a857d3a5309de54a021f0658d65c8e Author: Alexander Larsson Date: Fri Jun 17 13:43:20 2011 +0200 Add clear icon for the entry src/contacts-list-pane.vala | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 530df97e9c52638113647fd265bc5770fec4de11 Author: Alexander Larsson Date: Fri Jun 17 13:37:45 2011 +0200 Don't immediately search, wait 300msec first src/contacts-list-pane.vala | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) commit cf6c103df0b53ea1c6f96722ceab8c43aa3c7e2f Author: Alexander Larsson Date: Fri Jun 17 13:03:03 2011 +0200 Remove Alias from details src/contacts-contact-pane.vala | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) commit e54d42409dfe35a206a05a6ee0fbbe6d3deca8a5 Author: Alexander Larsson Date: Thu Jun 16 19:22:30 2011 +0200 Add colors to presence widgets data/gnome-contacts.css | 16 ++++++++++++++++ src/contacts-contact.vala | 26 ++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 0 deletions(-) commit 8aba1c55a65a7a2f112cf2172cde6c27a2d17e45 Author: Alexander Larsson Date: Thu Jun 16 18:36:10 2011 +0200 Fix size of contacts frame data/gnome-contacts.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 261e5260972b9c49bc7d2e95de6440a73c31f2a7 Author: Alexander Larsson Date: Thu Jun 16 17:32:15 2011 +0200 Sync entry text with gnome-shell overview search src/contacts-list-pane.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0de1ae2c5d31df7b7137539d0e42ded9e48dd2e4 Author: Alexander Larsson Date: Thu Jun 16 17:29:36 2011 +0200 Filter out link local xmpp contacts src/contacts-store.vala | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) commit 518777f7ce503be9b0cc25511260707e8f5b8b25 Author: Alexander Larsson Date: Thu Jun 16 15:58:40 2011 +0200 Don't show the user as a contact src/contacts-store.vala | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 318bfda16bd8c3a8ce3730bc23547420a9a49190 Author: Alexander Larsson Date: Thu Jun 16 15:50:50 2011 +0200 Automatically filter out pure keyfile personas src/contacts-store.vala | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 98846ec4d75527f182c56b11006fb84dffb876b3 Author: Alexander Larsson Date: Thu Jun 16 13:47:58 2011 +0200 Track phone status on im presence src/contacts-contact.vala | 168 ++++++++++++++++++++++++++++++++------------- 1 files changed, 121 insertions(+), 47 deletions(-) commit cab25e22339ce35fb8e66b14de83ccad470086de Author: Alexander Larsson Date: Thu Jun 16 13:47:29 2011 +0200 Fix up im type name src/contacts-contact.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9f8d2133e3a2e288e7c1b6071bae9884f8243ec5 Author: Alexander Larsson Date: Thu Jun 16 13:46:30 2011 +0200 Always clear old widgets when contact changes src/contacts-contact-pane.vala | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 8e9e57d77fca6997d77727ddaa92c77eb551c8e0 Author: Matej Urbančič Date: Tue Jun 14 18:46:18 2011 +0200 Added sl for Slovenian translation po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 31de3fb85aa202d8edd61a9813ad7dda8618db22 Author: Matej Urbančič Date: Tue Jun 14 18:38:51 2011 +0200 Added Slovenian translation po/sl.po | 272 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 272 insertions(+), 0 deletions(-) commit 576a317fc448f3a2ab1981e366f0df8112696848 Author: Alexander Larsson Date: Tue Jun 14 14:24:22 2011 +0200 Unowned makes no sense for pointer types src/contacts-contact.vala | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit bda0f4621df692b2ab74da9e216069d691873a52 Author: Alexander Larsson Date: Tue Jun 14 13:50:19 2011 +0200 Update to latest vala types src/contacts-app.vala | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a73265615de83476b971e7f161ecd85a962874d9 Author: Philip Withnall Date: Tue Jun 14 10:55:26 2011 +0100 Minor translatable string fixes src/contacts-contact-pane.vala | 2 +- src/contacts-contact.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 085e0beacd706c589489ec0b94f7178915df9c74 Author: Alexander Larsson Date: Mon Jun 13 15:29:40 2011 +0200 Update POTFILES.* po/POTFILES.in | 7 +++++++ po/POTFILES.skip | 4 ++++ 2 files changed, 11 insertions(+), 0 deletions(-)