]> git.0d.be Git - empathy.git/log
empathy.git
13 years agoDon't enclose trivial blocks in {}.
Travis Reitter [Fri, 9 Jul 2010 21:25:14 +0000 (14:25 -0700)]
Don't enclose trivial blocks in {}.

13 years agoUse explicit '!= NULL' for pointer boolean expressions.
Travis Reitter [Fri, 9 Jul 2010 21:17:15 +0000 (14:17 -0700)]
Use explicit '!= NULL' for pointer boolean expressions.

13 years agoCut obsolete comment.
Travis Reitter [Fri, 9 Jul 2010 20:55:46 +0000 (13:55 -0700)]
Cut obsolete comment.

13 years agoSimplify validation.
Travis Reitter [Fri, 9 Jul 2010 20:55:23 +0000 (13:55 -0700)]
Simplify validation.

13 years agoTake advantage of tp_clear_object().
Travis Reitter [Fri, 9 Jul 2010 20:54:16 +0000 (13:54 -0700)]
Take advantage of tp_clear_object().

13 years agoWe already know that this contact is a FolksIndividual if it isn't NULL, so simplify...
Travis Reitter [Fri, 9 Jul 2010 20:34:20 +0000 (13:34 -0700)]
We already know that this contact is a FolksIndividual if it isn't NULL, so simplify the conditional.

13 years agoStick with the term 'contact' instead of adding 'individual'.
Travis Reitter [Fri, 9 Jul 2010 20:21:29 +0000 (13:21 -0700)]
Stick with the term 'contact' instead of adding 'individual'.

13 years agoUpdate copyright notice.
Travis Reitter [Fri, 9 Jul 2010 20:17:32 +0000 (13:17 -0700)]
Update copyright notice.

13 years agoFix alignment.
Travis Reitter [Thu, 8 Jul 2010 18:51:53 +0000 (11:51 -0700)]
Fix alignment.

13 years agoDon't leak references to the contacts returned from empathy_contact_dup_from_folks_in...
Travis Reitter [Thu, 8 Jul 2010 18:46:00 +0000 (11:46 -0700)]
Don't leak references to the contacts returned from empathy_contact_dup_from_folks_individual().

13 years agoAdd 'dup' to the names of empathy_contact_from_folks_individual() and folks_individua...
Travis Reitter [Thu, 8 Jul 2010 18:34:35 +0000 (11:34 -0700)]
Add 'dup' to the names of empathy_contact_from_folks_individual() and folks_individual_from_empathy_contact() to make it clear that the return value has been referenced.

13 years agoSimplify empathy_folks_individual_contains_contact().
Travis Reitter [Thu, 8 Jul 2010 18:18:20 +0000 (11:18 -0700)]
Simplify empathy_folks_individual_contains_contact().

13 years agoAdd comments for the new Individual/Contact utility functions.
Travis Reitter [Thu, 8 Jul 2010 18:11:55 +0000 (11:11 -0700)]
Add comments for the new Individual/Contact utility functions.

13 years agoUse the gio async pattern for fetching Individuals' avatars
Travis Reitter [Thu, 8 Jul 2010 18:01:02 +0000 (11:01 -0700)]
Use the gio async pattern for fetching Individuals' avatars

13 years agoReduce line length.
Travis Reitter [Thu, 8 Jul 2010 03:19:48 +0000 (20:19 -0700)]
Reduce line length.

13 years agoTake advantage of the tp_clear_* utility functions.
Travis Reitter [Thu, 8 Jul 2010 03:16:46 +0000 (20:16 -0700)]
Take advantage of the tp_clear_* utility functions.

13 years agoCut misinformed comment about a potential race condition.
Travis Reitter [Thu, 8 Jul 2010 02:54:58 +0000 (19:54 -0700)]
Cut misinformed comment about a potential race condition.

13 years agoCreate a constructor for PixbufAvatarFromIndividualClosure.
Travis Reitter [Thu, 8 Jul 2010 02:46:05 +0000 (19:46 -0700)]
Create a constructor for PixbufAvatarFromIndividualClosure.

13 years agoClarify that toggling a group in the EmpathyContactWidget actually toggles it.
Travis Reitter [Thu, 8 Jul 2010 02:28:27 +0000 (19:28 -0700)]
Clarify that toggling a group in the EmpathyContactWidget actually toggles it.

13 years agoUse explicit boolean expressions for if-conditionals, according to Telepathy style.
Travis Reitter [Thu, 8 Jul 2010 02:22:15 +0000 (19:22 -0700)]
Use explicit boolean expressions for if-conditionals, according to Telepathy style.

13 years agoAdd the empathy-individual-* files to POTFILES.in
Travis Reitter [Wed, 7 Jul 2010 15:10:12 +0000 (08:10 -0700)]
Add the empathy-individual-* files to POTFILES.in

13 years agoHold a reference to the contact we're adding as an individual
Philip Withnall [Tue, 6 Jul 2010 13:40:35 +0000 (14:40 +0100)]
Hold a reference to the contact we're adding as an individual

In empathy_individual_manager_add_from_contact(), we must hold a reference to
the contact we're adding throughout the entire async process, or the TpHandle
which represents the contact could get unreffed and destroyed. This causes
the new contact to get lost.

13 years agoAdd some more validation when sorting the contact list.
Travis Reitter [Tue, 6 Jul 2010 19:23:13 +0000 (12:23 -0700)]
Add some more validation when sorting the contact list.

13 years agoFix setting favourites from the contact editing dialogue
Philip Withnall [Fri, 2 Jul 2010 11:11:06 +0000 (12:11 +0100)]
Fix setting favourites from the contact editing dialogue

13 years agoAllow changing of individuals' aliases
Philip Withnall [Fri, 2 Jul 2010 11:00:55 +0000 (12:00 +0100)]
Allow changing of individuals' aliases

13 years agoRe-enable changing individuals' groups
Philip Withnall [Fri, 2 Jul 2010 10:29:05 +0000 (11:29 +0100)]
Re-enable changing individuals' groups

This introduces a hacky function to return the individual for a given
EmpathyContact, which should go away once we break the assumption that
individuals are 1:1 with contacts.

13 years agoBump libfolks requirement.
Travis Reitter [Thu, 1 Jul 2010 17:23:37 +0000 (10:23 -0700)]
Bump libfolks requirement.

13 years agoFix trivial casting error.
Travis Reitter [Thu, 1 Jul 2010 17:23:25 +0000 (10:23 -0700)]
Fix trivial casting error.

13 years agoSupport removing groups
Philip Withnall [Thu, 1 Jul 2010 16:03:59 +0000 (17:03 +0100)]
Support removing groups

13 years agoFix some referencing bugs with the IndividualStore and IndividualView
Philip Withnall [Thu, 1 Jul 2010 13:26:04 +0000 (14:26 +0100)]
Fix some referencing bugs with the IndividualStore and IndividualView

13 years agoRe-implement file sending with drag and drop
Philip Withnall [Wed, 30 Jun 2010 14:37:33 +0000 (15:37 +0100)]
Re-implement file sending with drag and drop

13 years agoRemove unused EmpathyIndividualManager instances from the individual menu
Philip Withnall [Wed, 30 Jun 2010 14:26:03 +0000 (15:26 +0100)]
Remove unused EmpathyIndividualManager instances from the individual menu

13 years agoRemove an unused connection to the telepathy-logger service
Philip Withnall [Wed, 30 Jun 2010 13:53:49 +0000 (14:53 +0100)]
Remove an unused connection to the telepathy-logger service

13 years agoBump required version of libfolks for API change.
Travis Reitter [Tue, 29 Jun 2010 22:22:48 +0000 (15:22 -0700)]
Bump required version of libfolks for API change.

13 years agoSync up with the libfolks replacement of folks_individual_aggregator_get_members().
Travis Reitter [Mon, 28 Jun 2010 22:56:44 +0000 (15:56 -0700)]
Sync up with the libfolks replacement of folks_individual_aggregator_get_members().

13 years agoCut outdated comment.
Travis Reitter [Mon, 28 Jun 2010 21:57:39 +0000 (14:57 -0700)]
Cut outdated comment.

13 years agoTake advantage of favourites being a hard requirement and add stubs for adding/removi...
Travis Reitter [Sat, 26 Jun 2010 18:56:13 +0000 (11:56 -0700)]
Take advantage of favourites being a hard requirement and add stubs for adding/removing individuals as favourites.

13 years agoHide/show groups as necessary when their members change.
Travis Reitter [Sat, 26 Jun 2010 18:43:42 +0000 (11:43 -0700)]
Hide/show groups as necessary when their members change.

13 years agoReplace the IndividualView's setup function with a more-conventional constructed...
Travis Reitter [Sat, 26 Jun 2010 18:33:44 +0000 (11:33 -0700)]
Replace the IndividualView's setup function with a more-conventional constructed function.

13 years agoCatch up with convention for getting the view's model.
Travis Reitter [Sat, 26 Jun 2010 18:25:31 +0000 (11:25 -0700)]
Catch up with convention for getting the view's model.

13 years agoFollow the new tree store insertion convention used by the contact list store in...
Travis Reitter [Sat, 26 Jun 2010 18:22:05 +0000 (11:22 -0700)]
Follow the new tree store insertion convention used by the contact list store in the individual store.

13 years agoFinish adding favourites support
Philip Withnall [Fri, 25 Jun 2010 12:48:43 +0000 (13:48 +0100)]
Finish adding favourites support

13 years agoSupport contact removal
Travis Reitter [Thu, 24 Jun 2010 03:12:42 +0000 (20:12 -0700)]
Support contact removal

13 years agoSupport contact adding
Travis Reitter [Tue, 22 Jun 2010 15:43:18 +0000 (08:43 -0700)]
Support contact adding

13 years agoUse the new FolksFavourite interface for favourites support
Philip Withnall [Wed, 23 Jun 2010 15:46:38 +0000 (16:46 +0100)]
Use the new FolksFavourite interface for favourites support

13 years agoFixes from merging master
Philip Withnall [Wed, 23 Jun 2010 15:46:26 +0000 (16:46 +0100)]
Fixes from merging master

13 years agoAvoid potential segfaults if there are no contacts on the first pass.
Travis Reitter [Tue, 22 Jun 2010 15:43:53 +0000 (08:43 -0700)]
Avoid potential segfaults if there are no contacts on the first pass.

13 years agoAdd a note about future work to be done after we break the 1:1 FolksIndividual:TpCont...
Travis Reitter [Wed, 16 Jun 2010 00:23:01 +0000 (17:23 -0700)]
Add a note about future work to be done after we break the 1:1 FolksIndividual:TpContact relationship.

13 years agoRe-add the audio and video call menu items in the call-activated handler.
Travis Reitter [Tue, 15 Jun 2010 23:42:29 +0000 (16:42 -0700)]
Re-add the audio and video call menu items in the call-activated handler.

13 years agoSupport the contact list tooltip
Travis Reitter [Tue, 15 Jun 2010 23:39:10 +0000 (16:39 -0700)]
Support the contact list tooltip

13 years agoRe-implement the context menu for Individuals
Travis Reitter [Wed, 16 Jun 2010 01:29:03 +0000 (18:29 -0700)]
Re-implement the context menu for Individuals

13 years agoDon't crash if a row gets deleted before being expanded.
Travis Reitter [Mon, 14 Jun 2010 16:37:49 +0000 (09:37 -0700)]
Don't crash if a row gets deleted before being expanded.

13 years agoFix the formatting of some calls to g_object_set()
Travis Reitter [Sat, 12 Jun 2010 23:20:24 +0000 (16:20 -0700)]
Fix the formatting of some calls to g_object_set()

13 years agoBack-port better solution for incorrect-groups-expanded problem.
Travis Reitter [Sat, 12 Jun 2010 23:08:57 +0000 (16:08 -0700)]
Back-port better solution for incorrect-groups-expanded problem.

13 years agoImplement avatar support.
Travis Reitter [Fri, 11 Jun 2010 20:22:38 +0000 (13:22 -0700)]
Implement avatar support.

13 years agoBase the contact list around libfolks metacontacts. Not yet to feature-parity
Travis Reitter [Fri, 28 May 2010 23:13:51 +0000 (16:13 -0700)]
Base the contact list around libfolks metacontacts. Not yet to feature-parity
with mainline Empathy.

13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Tue, 20 Jul 2010 11:37:13 +0000 (19:37 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

13 years agoGtkNotebookPage no longer exists in GTK+ 3
Danielle Madeley [Thu, 15 Jul 2010 07:34:20 +0000 (17:34 +1000)]
GtkNotebookPage no longer exists in GTK+ 3

13 years agoFixed headers in galician translation file
Fran Diéguez [Sun, 18 Jul 2010 16:18:55 +0000 (18:18 +0200)]
Fixed headers in galician translation file

13 years agoFixed headers in galician translation file
Fran Diéguez [Sun, 18 Jul 2010 16:18:08 +0000 (18:18 +0200)]
Fixed headers in galician translation file

13 years ago[l10n] Updated Estonian translation
Mattias Põldaru [Sun, 18 Jul 2010 12:16:44 +0000 (15:16 +0300)]
[l10n] Updated Estonian translation

13 years agoUpdated Spanish translation
Jorge González [Sun, 18 Jul 2010 10:51:32 +0000 (12:51 +0200)]
Updated Spanish translation

13 years agoUpdate Simplified Chinese translation.
Aron Xu [Sat, 17 Jul 2010 07:37:54 +0000 (15:37 +0800)]
Update Simplified Chinese translation.

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 16 Jul 2010 12:49:11 +0000 (15:49 +0300)]
Updated Hebrew translation.

13 years agoavoid segfault in event_manager_add (#624462)
Marc-Antoine Perennou [Thu, 15 Jul 2010 17:32:10 +0000 (19:32 +0200)]
avoid segfault in event_manager_add (#624462)

Check if approval is not NULL before trying to modify it

13 years ago[i18n] Updated German translation
Mario Blättermann [Thu, 15 Jul 2010 19:41:58 +0000 (21:41 +0200)]
[i18n] Updated German translation

13 years agoTune settings for the updated x264enc element
Sjoerd Simons [Fri, 9 Jul 2010 17:35:05 +0000 (18:35 +0100)]
Tune settings for the updated x264enc element

13 years agoAdded gl to DOC_LINGUAS
Fran Diéguez [Wed, 14 Jul 2010 19:02:19 +0000 (21:02 +0200)]
Added gl to DOC_LINGUAS

13 years agoUpdated Galician translations for docs
Fran Diéguez [Wed, 14 Jul 2010 18:58:53 +0000 (20:58 +0200)]
Updated Galician translations for docs

13 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Cheng-Chia Tseng [Wed, 14 Jul 2010 12:05:15 +0000 (20:05 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

13 years agoDisable /query and /msg commands for now (#624268)
Guillaume Desmottes [Wed, 14 Jul 2010 09:32:02 +0000 (11:32 +0200)]
Disable /query and /msg commands for now (#624268)

This avoid to crash while bug 623682 hasn't been fixed.

13 years agoMerge branch 'debug-av-599166'
Guillaume Desmottes [Wed, 14 Jul 2010 09:21:07 +0000 (11:21 +0200)]
Merge branch 'debug-av-599166'

13 years agoremove released flag
Guillaume Desmottes [Tue, 13 Jul 2010 11:43:50 +0000 (13:43 +0200)]
remove released flag

13 years agoprepare 2.31.5.1
Guillaume Desmottes [Tue, 13 Jul 2010 10:40:11 +0000 (12:40 +0200)]
prepare 2.31.5.1

13 years agodisplay the clock rate of the codec as well
Guillaume Desmottes [Tue, 13 Jul 2010 07:34:44 +0000 (09:34 +0200)]
display the clock rate of the codec as well

13 years agolibnm_glib.pc has been renamed to lib-glib.pc (#624202)
Laurent Bigonville [Tue, 13 Jul 2010 07:07:36 +0000 (09:07 +0200)]
libnm_glib.pc has been renamed to lib-glib.pc (#624202)

13 years agoUpdated Galician translations
Fran Diéguez [Tue, 13 Jul 2010 00:51:31 +0000 (02:51 +0200)]
Updated Galician translations

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Tue, 13 Jul 2010 00:32:19 +0000 (03:32 +0300)]
Updated Hebrew translation.

13 years agoremove released flag
Guillaume Desmottes [Mon, 12 Jul 2010 18:37:22 +0000 (20:37 +0200)]
remove released flag

13 years agoprepare 2.31.5 release
Guillaume Desmottes [Mon, 12 Jul 2010 18:03:52 +0000 (20:03 +0200)]
prepare 2.31.5 release

13 years agoadd GTK+ flags when building tests
Guillaume Desmottes [Mon, 12 Jul 2010 18:25:20 +0000 (20:25 +0200)]
add GTK+ flags when building tests

13 years agopreferences: coding style fix
Guillaume Desmottes [Mon, 12 Jul 2010 18:18:09 +0000 (20:18 +0200)]
preferences: coding style fix

13 years agomain-window: coding style fix
Guillaume Desmottes [Mon, 12 Jul 2010 18:18:01 +0000 (20:18 +0200)]
main-window: coding style fix

13 years agoempathy-log-window: coding style fixes
Guillaume Desmottes [Mon, 12 Jul 2010 18:17:49 +0000 (20:17 +0200)]
empathy-log-window: coding style fixes

13 years agoempathy-contact-list-view: coding style fix
Guillaume Desmottes [Mon, 12 Jul 2010 18:17:33 +0000 (20:17 +0200)]
empathy-contact-list-view: coding style fix

13 years agoadd empathy-av.c to POTFILES.in
Guillaume Desmottes [Mon, 12 Jul 2010 18:03:41 +0000 (20:03 +0200)]
add empathy-av.c to POTFILES.in

13 years agoreset codecs when call is disconnected
Guillaume Desmottes [Mon, 12 Jul 2010 15:54:56 +0000 (17:54 +0200)]
reset codecs when call is disconnected

13 years agocall-window: display receiving codecs
Guillaume Desmottes [Mon, 12 Jul 2010 15:16:37 +0000 (17:16 +0200)]
call-window: display receiving codecs

13 years agocall-handler: add audio/video recv codecs properties
Guillaume Desmottes [Mon, 12 Jul 2010 15:16:23 +0000 (17:16 +0200)]
call-handler: add audio/video recv codecs properties

13 years agocall-window: Add 'details' pane containing encoding codecs (#599166)
Guillaume Desmottes [Mon, 12 Jul 2010 10:56:55 +0000 (12:56 +0200)]
call-window: Add 'details' pane containing encoding codecs (#599166)

The details pane has been inspired from totem's 'Properties' pane.

13 years agocall-handler: add send audio/video codec properties
Guillaume Desmottes [Mon, 12 Jul 2010 10:15:34 +0000 (12:15 +0200)]
call-handler: add send audio/video codec properties

13 years agobump telepathy-farsight dep
Guillaume Desmottes [Fri, 9 Jul 2010 13:52:47 +0000 (15:52 +0200)]
bump telepathy-farsight dep

The API to get the TpStream object has been added in this version.

13 years agoempathy-accounts.1: document --if-needed
Guillaume Desmottes [Thu, 8 Jul 2010 12:25:55 +0000 (14:25 +0200)]
empathy-accounts.1: document --if-needed

13 years agoempathy-accounts.1: --import has been removed
Guillaume Desmottes [Thu, 8 Jul 2010 12:22:48 +0000 (14:22 +0200)]
empathy-accounts.1: --import has been removed

13 years agoimport empathy-accounts manpage from Debian
Guillaume Desmottes [Thu, 8 Jul 2010 12:19:54 +0000 (14:19 +0200)]
import empathy-accounts manpage from Debian

Thanks to Laurent Bigonville for this man page.

13 years agosync empathy manpage with Debian package
Guillaume Desmottes [Thu, 8 Jul 2010 12:16:18 +0000 (14:16 +0200)]
sync empathy manpage with Debian package

13 years agoFix a memory leak in EmpathyAvatar (#624054)
Philip Withnall [Sat, 10 Jul 2010 16:19:32 +0000 (17:19 +0100)]
Fix a memory leak in EmpathyAvatar (#624054)

The avatar filename was being leaked.

13 years agoFix activating [ ] Enabled with the keyboard.
Will Thompson [Fri, 9 Jul 2010 17:39:48 +0000 (18:39 +0100)]
Fix activating [ ] Enabled with the keyboard.

The GtkToggleButton::released signal has been deprecated since Gtk+ 2.8.
And, is also wrong, because there are other ways to change the state of
this button besides using your mouse.

Fixes bug #623972.

Toggled-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
13 years agoempathy_status_icon_new: always call status_icon_set_visibility
Guillaume Desmottes [Fri, 9 Jul 2010 12:39:54 +0000 (14:39 +0200)]
empathy_status_icon_new: always call status_icon_set_visibility

Seems calling gtk_widget_show() doesn't mark the window as active right away.
This code used to work fine before but doesn't since we replace
empathy_main_window_show() by empathy_main_window_dup().

13 years agoempathy_status_icon_new: don't ignore hide_contact_list (#623937)
Guillaume Desmottes [Fri, 9 Jul 2010 12:38:57 +0000 (14:38 +0200)]
empathy_status_icon_new: don't ignore hide_contact_list (#623937)

That's a regression introduced when we switch to GSettings.