]> git.0d.be Git - empathy.git/log
empathy.git
12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Fri, 2 Sep 2011 17:59:27 +0000 (20:59 +0300)]
Updated Belarusian translation.

12 years agoUse format-justify-fill everywhere
Emilio Pozuelo Monfort [Fri, 2 Sep 2011 11:43:29 +0000 (12:43 +0100)]
Use format-justify-fill everywhere

https://bugzilla.gnome.org/show_bug.cgi?id=657843

12 years agoLogWindow: fix toolbar icons
Emilio Pozuelo Monfort [Thu, 1 Sep 2011 10:18:08 +0000 (11:18 +0100)]
LogWindow: fix toolbar icons

https://bugzilla.gnome.org/show_bug.cgi?id=657843

12 years agolog-window: align the account chooser and search widget
Guillaume Desmottes [Thu, 1 Sep 2011 14:01:37 +0000 (16:01 +0200)]
log-window: align the account chooser and search widget

Center the account chooser and align the search widget to the right of the
toolbar.

https://bugzilla.gnome.org/show_bug.cgi?id=657842

12 years agoempathy_connection_can_*_personas: check if connection is connected
Guillaume Desmottes [Tue, 30 Aug 2011 08:44:02 +0000 (10:44 +0200)]
empathy_connection_can_*_personas: check if connection is connected

https://bugzilla.gnome.org/show_bug.cgi?id=657266

12 years agoFixes a segfault in empathy-individual-store.c
Cosimo Alfarano [Wed, 31 Aug 2011 16:28:35 +0000 (17:28 +0100)]
Fixes a segfault in empathy-individual-store.c

When a contact cannot be obtained from an individual, icon_name and
contact will be NULL, leading to g_hash_table_lookup for a NULL-value,
segfaulting.

Although there's probably an underlying error somewhere, the NULL case
should be handled, being a valid return value for the method;

https://bugzilla.gnome.org/show_bug.cgi?id=657914

12 years agoUpdated Tamil translation
Dr.T.Vasudevan [Fri, 2 Sep 2011 10:34:03 +0000 (16:04 +0530)]
Updated Tamil translation

12 years agoUpdated Tamil translation
Dr.T.Vasudevan [Fri, 2 Sep 2011 00:10:36 +0000 (05:40 +0530)]
Updated Tamil translation

12 years agoUpdated Lithuanian translation
Aurimas Černius [Thu, 1 Sep 2011 20:08:32 +0000 (23:08 +0300)]
Updated Lithuanian translation

12 years agoUpdated Russian translation
Yuri Myasoedov [Thu, 1 Sep 2011 19:41:58 +0000 (23:41 +0400)]
Updated Russian translation

12 years agobuild: fix typo in configure summary
Cosimo Cecchi [Mon, 22 Aug 2011 16:08:46 +0000 (12:08 -0400)]
build: fix typo in configure summary

Geocode support uses geocode-glib, not geoclue.

https://bugzilla.gnome.org/show_bug.cgi?id=657087

12 years agoUpdated Swedish translation
Daniel Nylander [Thu, 1 Sep 2011 10:47:59 +0000 (12:47 +0200)]
Updated Swedish translation

12 years agoUpdated Brazilian Portuguese translation.
Antonio Fernandes C. Neto [Thu, 1 Sep 2011 03:34:18 +0000 (23:34 -0400)]
Updated Brazilian Portuguese translation.

12 years agoMerge branch 'timezones-656189'
Danielle Madeley [Thu, 1 Sep 2011 01:00:08 +0000 (11:00 +1000)]
Merge branch 'timezones-656189'

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 31 Aug 2011 19:24:27 +0000 (21:24 +0200)]
Updated Norwegian bokmål translation

12 years agoCorrect grouping in the hostname regexp
Sjoerd Simons [Wed, 31 Aug 2011 14:14:15 +0000 (15:14 +0100)]
Correct grouping in the hostname regexp

Correctly group our subregexp otherwise hostnames like the following
won't be recognized due to the way things expand:
  a.com
  example.c-om

12 years agoCallWindow: make video buttons unsensitive when video not supported
Emilio Pozuelo Monfort [Wed, 31 Aug 2011 08:20:28 +0000 (09:20 +0100)]
CallWindow: make video buttons unsensitive when video not supported

If we're calling an audio-only contact, make the camera buttons
unsensitive.

https://bugzilla.gnome.org/show_bug.cgi?id=656871

12 years agoremove released flag
Guillaume Desmottes [Wed, 31 Aug 2011 08:24:20 +0000 (10:24 +0200)]
remove released flag

12 years agoprepare 3.1.90.1
Guillaume Desmottes [Wed, 31 Aug 2011 07:52:58 +0000 (09:52 +0200)]
prepare 3.1.90.1

12 years agobuild: use an autoconf macro to get to -lm
Frédéric Péters [Wed, 31 Aug 2011 07:34:12 +0000 (09:34 +0200)]
build: use an autoconf macro to get to -lm

12 years agoUse g_date_time_new_from_unix_local() to read timestamps from logger
Danielle Madeley [Wed, 31 Aug 2011 03:13:16 +0000 (13:13 +1000)]
Use g_date_time_new_from_unix_local() to read timestamps from logger

g_date_time_new_from_unix_local() reads a Unix timestamp (which is defined
to be in UTC) and sets the timezone for the GDateTime to be the local timezone.
Thus when we format it, we get times in local time.

g_date_time_new_from_unix_utc() is not correct, because it sets the timezone
to UTC.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=656189
12 years agoUpdated Spanish translation
Jorge González [Tue, 30 Aug 2011 16:59:52 +0000 (18:59 +0200)]
Updated Spanish translation

12 years agoCallWindow: destroy the preview clone when restarting the pipeline
Emilio Pozuelo Monfort [Tue, 30 Aug 2011 15:02:53 +0000 (16:02 +0100)]
CallWindow: destroy the preview clone when restarting the pipeline

https://bugzilla.gnome.org/show_bug.cgi?id=656886

12 years agoDon't update presence on session changes if the Shell is running
Guillaume Desmottes [Tue, 30 Aug 2011 11:25:35 +0000 (13:25 +0200)]
Don't update presence on session changes if the Shell is running

The Shell does it for us.

https://bugzilla.gnome.org/show_bug.cgi?id=656631

12 years agofix typo
Guillaume Desmottes [Tue, 30 Aug 2011 11:57:01 +0000 (13:57 +0200)]
fix typo

12 years agobuild: remove -enumtypes rules
Frédéric Péters [Tue, 30 Aug 2011 10:54:10 +0000 (12:54 +0200)]
build: remove -enumtypes rules

12 years agobuild: add -lm where required
Frédéric Péters [Tue, 30 Aug 2011 10:53:34 +0000 (12:53 +0200)]
build: add -lm where required

12 years agoDon't set presence to offline when Shell is running
Guillaume Desmottes [Tue, 30 Aug 2011 10:10:23 +0000 (12:10 +0200)]
Don't set presence to offline when Shell is running

https://bugzilla.gnome.org/show_bug.cgi?id=656632

12 years agoCallWindow: don't spit unnecessary criticals
Emilio Pozuelo Monfort [Tue, 30 Aug 2011 09:37:29 +0000 (10:37 +0100)]
CallWindow: don't spit unnecessary criticals

There's no guarantee that an actor has an allocation all the time,
so gracefully handle the case when it doesn't.

https://bugzilla.gnome.org/show_bug.cgi?id=656911

12 years agoSave the video preview position in gsettings
Emilio Pozuelo Monfort [Tue, 30 Aug 2011 08:00:06 +0000 (09:00 +0100)]
Save the video preview position in gsettings

And place it in the last used position when starting a new call.

https://bugzilla.gnome.org/show_bug.cgi?id=656889

12 years agodon't create the status icon if GNOME Shell is running
Guillaume Desmottes [Wed, 19 Jan 2011 09:58:48 +0000 (10:58 +0100)]
don't create the status icon if GNOME Shell is running

https://bugzilla.gnome.org/show_bug.cgi?id=631944

12 years agoremove released flag
Guillaume Desmottes [Mon, 29 Aug 2011 14:51:57 +0000 (16:51 +0200)]
remove released flag

12 years agocoding style fix
Guillaume Desmottes [Mon, 29 Aug 2011 14:37:22 +0000 (16:37 +0200)]
coding style fix

12 years agoprepare 3.1.90
Guillaume Desmottes [Mon, 29 Aug 2011 14:19:45 +0000 (16:19 +0200)]
prepare 3.1.90

12 years agoMerge branch 'account-widget-657616'
Guillaume Desmottes [Mon, 29 Aug 2011 13:49:12 +0000 (15:49 +0200)]
Merge branch 'account-widget-657616'

12 years agocontact list: optimize loading contacts
Alban Crequy [Thu, 25 Aug 2011 15:46:25 +0000 (16:46 +0100)]
contact list: optimize loading contacts

The previous algorithm was O(n^2) with the number of contacts. Each contact can
be in several groups, so when a contact is added or updated, we iterated over
all the contact list to find the rows representing the contact. When connecting
to an account and getting all the contacts, this was too slow.

The groups are stored in the GtkTreeStore and suffer from the same problem: to
look for a group, it needed to iterate on all contacts.

The new algorithm maintains a hash from the contact to the list of rows
representing it, and another hash from the group to the row representing it.

On Empathy 2.30.2 when tested on MeeGo with 300 contacts, loading the contacts
is faster: roughly 9 seconds before the patch, 3 seconds after.

On Empathy 3.1.5, it seems to load in background so I don't know how to measure
the time lost in GtkTreeStore. But before the patch, GProf says 23% is lost in
individual_store_find_contact_foreach(), and after the patch it is not visible
anymore. And "time" says we win 5s of CPU when starting+quitting Empathy:

      Before the patch:        After the patch:
      real    0m23.485s        real    0m23.460s
      user    0m13.805s        user    0m8.305s
      sys     0m0.308s         sys     0m0.316s

https://bugzilla.gnome.org/show_bug.cgi?id=657086

12 years agoaccount-widget-local-xmpp: put all the labels in a GtkSizeGroup
Guillaume Desmottes [Mon, 29 Aug 2011 13:00:01 +0000 (15:00 +0200)]
account-widget-local-xmpp: put all the labels in a GtkSizeGroup

https://bugzilla.gnome.org/show_bug.cgi?id=657616

12 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Mon, 29 Aug 2011 11:11:50 +0000 (19:11 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

12 years agoUpdated Spanish translation
Jorge González [Mon, 29 Aug 2011 11:04:22 +0000 (13:04 +0200)]
Updated Spanish translation

12 years agocontact-widget: use the day-selected sig to update birthday
Guillaume Desmottes [Mon, 29 Aug 2011 08:29:18 +0000 (10:29 +0200)]
contact-widget: use the day-selected sig to update birthday

Having to double click on a day to update it was really confusing and most
people (including me!) were just thinking that was not working.

12 years agoAllow to call phone number of contacts
Guillaume Desmottes [Fri, 26 Aug 2011 08:59:14 +0000 (10:59 +0200)]
Allow to call phone number of contacts

https://bugzilla.gnome.org/show_bug.cgi?id=650112

12 years agoadd EmpathyAccountSelectorDialog
Guillaume Desmottes [Fri, 26 Aug 2011 12:53:01 +0000 (14:53 +0200)]
add EmpathyAccountSelectorDialog

Dialog asking user to pick an account from a pre-defined list.

https://bugzilla.gnome.org/show_bug.cgi?id=650112

12 years agoexport empathy_account_has_uri_scheme_tel()
Guillaume Desmottes [Fri, 26 Aug 2011 09:15:11 +0000 (11:15 +0200)]
export empathy_account_has_uri_scheme_tel()

https://bugzilla.gnome.org/show_bug.cgi?id=650112

12 years agochatroom_manager_parse_chatroom: check account path is valid
Guillaume Desmottes [Mon, 29 Aug 2011 09:32:36 +0000 (11:32 +0200)]
chatroom_manager_parse_chatroom: check account path is valid

https://bugzilla.gnome.org/show_bug.cgi?id=657362

12 years agoUpdated galician translations
Fran Dieguez [Sun, 28 Aug 2011 15:52:27 +0000 (17:52 +0200)]
Updated galician translations

12 years ago[l10n] Updated German translation
Mario Blättermann [Sun, 28 Aug 2011 11:52:41 +0000 (13:52 +0200)]
[l10n] Updated German translation

12 years agoUpdated Russian translation
Yuri Myasoedov [Fri, 26 Aug 2011 19:51:38 +0000 (23:51 +0400)]
Updated Russian translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 26 Aug 2011 19:24:31 +0000 (21:24 +0200)]
Updated Spanish translation

12 years agoDon't leak FDs when loading avatars.
Will Thompson [Fri, 26 Aug 2011 12:48:57 +0000 (13:48 +0100)]
Don't leak FDs when loading avatars.

Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
12 years agoMove the 'Show previous conversation' menu entry
Guillaume Desmottes [Fri, 26 Aug 2011 10:19:08 +0000 (12:19 +0200)]
Move the 'Show previous conversation' menu entry

It used to be right in the middle of actions on the contact.

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Fri, 26 Aug 2011 10:07:16 +0000 (12:07 +0200)]
Updated Norwegian bokmål translation

12 years agoFix unclear string in avatar chooser
Milo Casagrande [Thu, 25 Aug 2011 20:11:40 +0000 (22:11 +0200)]
Fix unclear string in avatar chooser

* Fix an unclear error string in the avatar chooser
  when saving camera taken image to file.
  Fixes bug #657166

12 years agoUpdated Belarusian translation.
Ihar Hrachyshka [Thu, 25 Aug 2011 16:14:14 +0000 (19:14 +0300)]
Updated Belarusian translation.

12 years agoConfigure: produce useful dependency errors
Will Thompson [Thu, 25 Aug 2011 15:26:30 +0000 (16:26 +0100)]
Configure: produce useful dependency errors

I discovered that PKG_CHECK_MODULES sets a variable if the dependencies
aren't found containing the message it would have died with if you
hadn't specified ACTION-IF-NOT-FOUND. So this gives us better output,
without breaking opportunistically adding Call (etc.) support (as I
did).

12 years agoRevert "configure: simplify error path in --enable-call"
Will Thompson [Thu, 25 Aug 2011 15:17:11 +0000 (16:17 +0100)]
Revert "configure: simplify error path in --enable-call"

This reverts commit a7c8e72c9c4daa5a4830bad4ab6baa500106b3b4. It
accidentally made not specifying an option equivalent to --enable-call.

12 years agoconfigure: simplify error path in --enable-call
Will Thompson [Thu, 25 Aug 2011 14:20:58 +0000 (15:20 +0100)]
configure: simplify error path in --enable-call

PKG_CHECK_MODULES raises a fatal error if you don't specify an
ACTION-IF-NOT-FOUND, telling the developer which modules are missing. So
we can simplify the configure script *and* give a more helpful error
message.

12 years agoUpdated Brazilian Portuguese translation.
Og B. Maciel [Thu, 25 Aug 2011 13:13:53 +0000 (09:13 -0400)]
Updated Brazilian Portuguese translation.

12 years agosrc: install empathy-main-window-menubar.ui
Raluca Elena Podiuc [Thu, 25 Aug 2011 10:02:12 +0000 (13:02 +0300)]
src: install empathy-main-window-menubar.ui

empathy-main-window-menubar.ui was added in this commit:

   1ad15d157971b6550cb11787a03463e891d29364 is the first bad commit
   commit 1ad15d157971b6550cb11787a03463e891d29364
   Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
   Date:   Tue Aug 23 14:08:18 2011 +0200

      Move main window's UI manager to its own UI file

      Glade doesn't support GtkUIManager so it was impossible to edit
      the main window at all because of that.

But was not marked to be installed.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=657271

12 years agoUpdated Galician translations
Fran Dieguez [Wed, 24 Aug 2011 19:18:03 +0000 (21:18 +0200)]
Updated Galician translations

12 years agoUpdated Spanish translation
Daniel Mustieles [Wed, 24 Aug 2011 17:51:34 +0000 (19:51 +0200)]
Updated Spanish translation

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 24 Aug 2011 16:52:00 +0000 (18:52 +0200)]
Updated Norwegian bokmål translation

12 years agoDo not auto-accept publish requests if contact is not subscribed
Xavier Claessens [Wed, 24 Aug 2011 09:25:11 +0000 (11:25 +0200)]
Do not auto-accept publish requests if contact is not subscribed

Fixes bug #657173

12 years agoaccount-widget-sip: add option to mark account as being able to call phones
Guillaume Desmottes [Wed, 24 Aug 2011 11:53:05 +0000 (13:53 +0200)]
account-widget-sip: add option to mark account as being able to call phones

https://bugzilla.gnome.org/show_bug.cgi?id=657220

12 years agowidget-sip: load/save file in Glade
Guillaume Desmottes [Wed, 24 Aug 2011 08:34:56 +0000 (10:34 +0200)]
widget-sip: load/save file in Glade

No change has been done, this is just to keep commits simpler.

https://bugzilla.gnome.org/show_bug.cgi?id=657220

12 years agoaccount-widget: add empathy_account_widget_get_settings()
Guillaume Desmottes [Wed, 24 Aug 2011 11:52:23 +0000 (13:52 +0200)]
account-widget: add empathy_account_widget_get_settings()

https://bugzilla.gnome.org/show_bug.cgi?id=657220

12 years agoaccount-settings: add API to set 'tel' in the URISchemes property of the account
Guillaume Desmottes [Wed, 24 Aug 2011 11:51:12 +0000 (13:51 +0200)]
account-settings: add API to set 'tel' in the URISchemes property of the account

https://bugzilla.gnome.org/show_bug.cgi?id=657220

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 24 Aug 2011 14:13:21 +0000 (16:13 +0200)]
Updated Norwegian bokmål translation

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Wed, 24 Aug 2011 09:12:33 +0000 (12:12 +0300)]
Updated Hebrew translation.

12 years agoUpdated Swedish translation
Daniel Nylander [Wed, 24 Aug 2011 07:15:00 +0000 (09:15 +0200)]
Updated Swedish translation

12 years agolibempathy-gtk: Explicitly close the input stream used for reading avatars
Philip Withnall [Tue, 23 Aug 2011 22:42:52 +0000 (23:42 +0100)]
libempathy-gtk: Explicitly close the input stream used for reading avatars

Due to a missing unref in GIO, the input stream is leaked by GFileIcon, so
if we rely on its FD being implicitly closed when the stream is finalised,
we'll end up leaking (lots of) file descriptors.

As well as fixing the unref in GIO (see: bgo#657206), we now explicitly
close the input stream so that even if the stream object is leaked, the FD
isn't.

Closes: bgo#656682
12 years agomain-window.ui: load and save the file in Glade
Guillaume Desmottes [Tue, 23 Aug 2011 13:01:45 +0000 (15:01 +0200)]
main-window.ui: load and save the file in Glade

No change has been made, this is just to reduce the size of diff in future
commits.

12 years agoMove main window's UI manager to its own UI file
Guillaume Desmottes [Tue, 23 Aug 2011 12:08:18 +0000 (14:08 +0200)]
Move main window's UI manager to its own UI file

Glade doesn't support GtkUIManager so it was impossible to edit the main window at all
because of that.

12 years agomain-window: remove the throbber tooltip
Guillaume Desmottes [Tue, 23 Aug 2011 13:59:08 +0000 (15:59 +0200)]
main-window: remove the throbber tooltip

Clicking on it doesn't open the accounts dialog any more.

https://bugzilla.gnome.org/show_bug.cgi?id=657105

12 years agogeocode: fix uninitialized variable (-Werror=uninitialized)
Alban Crequy [Tue, 23 Aug 2011 12:58:21 +0000 (13:58 +0100)]
geocode: fix uninitialized variable (-Werror=uninitialized)

12 years agoAdd a configure option for GProf
Alban Crequy [Mon, 22 Aug 2011 15:57:52 +0000 (16:57 +0100)]
Add a configure option for GProf

It should help to investigate
https://bugzilla.gnome.org/show_bug.cgi?id=657086

12 years agoMerge branch 'search-bar'
Jonny Lamb [Tue, 23 Aug 2011 08:31:28 +0000 (09:31 +0100)]
Merge branch 'search-bar'

12 years agowidget-irc: quit message entry shouldn't be invisible
Guillaume Desmottes [Tue, 23 Aug 2011 08:13:53 +0000 (10:13 +0200)]
widget-irc: quit message entry shouldn't be invisible

https://bugzilla.gnome.org/show_bug.cgi?id=657104

12 years agoUpdated Dutch translation by Wouter Bolsterlee
Wouter Bolsterlee [Mon, 22 Aug 2011 20:15:14 +0000 (22:15 +0200)]
Updated Dutch translation by Wouter Bolsterlee

12 years agosearch-bar: shorten labels to just Next & Previous
Jonny Lamb [Mon, 22 Aug 2011 15:51:01 +0000 (16:51 +0100)]
search-bar: shorten labels to just Next & Previous

The verb, "Find", is already present on the left of the entry.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agosearch-bar: use smaller icons
Jonny Lamb [Mon, 22 Aug 2011 15:50:51 +0000 (16:50 +0100)]
search-bar: use smaller icons

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agosearch-bar: make close button non-important stock gtk-close
Jonny Lamb [Mon, 22 Aug 2011 15:25:49 +0000 (16:25 +0100)]
search-bar: make close button non-important stock gtk-close

This has the much nicer side-effect that if it gets thrown off the
side because it doesn't have enough room, the icon and label will be
shown in the expander.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agosearch-bar: move close button to RHS
Jonny Lamb [Mon, 22 Aug 2011 15:25:02 +0000 (16:25 +0100)]
search-bar: move close button to RHS

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agoEmpathyChatWindow: Set "im.received" on notification so gnome-shell can ignore it
Xavier Claessens [Mon, 22 Aug 2011 14:16:20 +0000 (16:16 +0200)]
EmpathyChatWindow: Set "im.received" on notification so gnome-shell can ignore it

12 years agocontact_set_avatar_from_tp_contact: don't crash if we failed to load the avatar
Guillaume Desmottes [Mon, 22 Aug 2011 13:11:22 +0000 (15:11 +0200)]
contact_set_avatar_from_tp_contact: don't crash if we failed to load the avatar

https://bugzilla.gnome.org/show_bug.cgi?id=656829

12 years agoMove live search to top of Contact list
Guillaume Desmottes [Mon, 22 Aug 2011 11:02:42 +0000 (13:02 +0200)]
Move live search to top of Contact list

https://bugzilla.gnome.org/show_bug.cgi?id=656999

12 years agoFreenode has added 6697 to the list of SSL ports
Debarshi Ray [Tue, 15 Feb 2011 15:28:09 +0000 (17:28 +0200)]
Freenode has added 6697 to the list of SSL ports

The list of servers and port numbers for Freenode are given at:
http://freenode.net/irc_servers.shtml

Fixes: https://bugzilla.gnome.org/642385
12 years agoremove released flag
Guillaume Desmottes [Mon, 22 Aug 2011 10:09:19 +0000 (12:09 +0200)]
remove released flag

12 years agoadd empathy-webkit-utils.c to POTFILES.in
Guillaume Desmottes [Mon, 22 Aug 2011 10:04:27 +0000 (12:04 +0200)]
add empathy-webkit-utils.c to POTFILES.in

12 years agoprepare 3.1.5.1
Guillaume Desmottes [Mon, 22 Aug 2011 09:50:35 +0000 (11:50 +0200)]
prepare 3.1.5.1

12 years agoDon't assume that all FolksIndividuals have a corresponding EmpathyContact.
Travis Reitter [Tue, 28 Jun 2011 04:29:31 +0000 (21:29 -0700)]
Don't assume that all FolksIndividuals have a corresponding EmpathyContact.

Closes: bgo#653599 - Empathy shouldn't assume all TpfPersonas contain a
valid TpContact

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agoDon't assume that all TpfPersonas contain valid TpContacts
Travis Reitter [Mon, 27 Jun 2011 21:31:25 +0000 (14:31 -0700)]
Don't assume that all TpfPersonas contain valid TpContacts

Helps: bgo#653599 - Empathy shouldn't assume all TpfPersonas contain a
valid TpContact

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
12 years agoMerge remote-tracking branch 'pochu/preview-position'
Jonny Lamb [Mon, 22 Aug 2011 08:02:54 +0000 (09:02 +0100)]
Merge remote-tracking branch 'pochu/preview-position'

12 years agoMerge remote-tracking branch 'pochu/request-message'
Jonny Lamb [Mon, 22 Aug 2011 08:01:59 +0000 (09:01 +0100)]
Merge remote-tracking branch 'pochu/request-message'

12 years agoUpdate Simplified Chinese translation.
Aron Xu [Sun, 21 Aug 2011 15:57:31 +0000 (15:57 +0000)]
Update Simplified Chinese translation.

12 years agoHide the request message entry if it can't be used
Emilio Pozuelo Monfort [Wed, 8 Jun 2011 08:55:08 +0000 (09:55 +0100)]
Hide the request message entry if it can't be used

https://bugzilla.gnome.org/show_bug.cgi?id=656934

12 years agoEmpathyContactListFlags: add _MESSAGE_ADD flag
Emilio Pozuelo Monfort [Wed, 8 Jun 2011 08:54:30 +0000 (09:54 +0100)]
EmpathyContactListFlags: add _MESSAGE_ADD flag

https://bugzilla.gnome.org/show_bug.cgi?id=656934

12 years agoSet the scrolled window shadow type to Etched in
Emilio Pozuelo Monfort [Mon, 6 Jun 2011 16:13:32 +0000 (17:13 +0100)]
Set the scrolled window shadow type to Etched in

https://bugzilla.gnome.org/show_bug.cgi?id=656934

12 years agoAllow to specify the subscription request message
Emilio Pozuelo Monfort [Wed, 1 Jun 2011 16:26:36 +0000 (17:26 +0100)]
Allow to specify the subscription request message

https://bugzilla.gnome.org/show_bug.cgi?id=656934

12 years agoCallWindow: correctly position the preview when dragging
Emilio Pozuelo Monfort [Fri, 19 Aug 2011 19:01:43 +0000 (20:01 +0100)]
CallWindow: correctly position the preview when dragging

https://bugzilla.gnome.org/show_bug.cgi?id=656887

12 years agoFix call-event.h detection
Laurent Bigonville [Fri, 19 Aug 2011 12:55:25 +0000 (14:55 +0200)]
Fix call-event.h detection

Correctly set the LDFLAGS from EMPATHY_LDFLAGS so AC_CHECK_HEADER can
find call-event.h

https://bugzilla.gnome.org/show_bug.cgi?id=656908