]> git.0d.be Git - empathy.git/log
empathy.git
14 years agoWhen no video is received or sent we show contacts' avatars instead of showing
Jonathan Tellier [Wed, 20 May 2009 17:49:02 +0000 (13:49 -0400)]
When no video is received or sent we show contacts' avatars instead of showing
black widgets.

14 years agoMerge branch 'ft_ipv4'
Cosimo Cecchi [Fri, 12 Jun 2009 10:04:42 +0000 (12:04 +0200)]
Merge branch 'ft_ipv4'

14 years agoDrop PORT access control support for now
Cosimo Cecchi [Fri, 12 Jun 2009 09:55:52 +0000 (11:55 +0200)]
Drop PORT access control support for now

14 years agoAdd spinning throbber to EmpathyMapView
Pierre-Luc Beaudoin [Thu, 11 Jun 2009 22:25:14 +0000 (18:25 -0400)]
Add spinning throbber to EmpathyMapView

OSM servers can be slow at times, the user
can now know that data is loading

14 years agoUpdated Hebrew translation
Mark Krapivner [Thu, 11 Jun 2009 20:09:47 +0000 (23:09 +0300)]
Updated Hebrew translation

14 years agoAdd doc for empathy_avatar_new()
Xavier Claessens [Thu, 11 Jun 2009 18:21:30 +0000 (20:21 +0200)]
Add doc for empathy_avatar_new()

14 years agoUpdate copyright to 2008-2009
Xavier Claessens [Thu, 11 Jun 2009 18:03:15 +0000 (20:03 +0200)]
Update copyright to 2008-2009

14 years agoMove g_object_unref to dispose instead of finalize
Xavier Claessens [Thu, 11 Jun 2009 18:02:48 +0000 (20:02 +0200)]
Move g_object_unref to dispose instead of finalize

14 years agoInclude empathy-theme-adium.c/h in tarballs even if webkit is not installed
Xavier Claessens [Thu, 11 Jun 2009 17:58:00 +0000 (19:58 +0200)]
Include empathy-theme-adium.c/h in tarballs even if webkit is not installed

14 years agoCorrectly parse %time% if a format is provided
Xavier Claessens [Thu, 11 Jun 2009 17:47:57 +0000 (19:47 +0200)]
Correctly parse %time% if a format is provided

14 years agoRemove trailing space
Xavier Claessens [Thu, 11 Jun 2009 17:47:46 +0000 (19:47 +0200)]
Remove trailing space

14 years agoNew webkit needs an URI as basedir for webkit_web_view_load_html_string.
Xavier Claessens [Thu, 11 Jun 2009 15:44:56 +0000 (17:44 +0200)]
New webkit needs an URI as basedir for webkit_web_view_load_html_string.

14 years agoDo not use empathy_contact_equal(), we can now compare pointers directly.
Xavier Claessens [Thu, 11 Jun 2009 12:04:28 +0000 (14:04 +0200)]
Do not use empathy_contact_equal(), we can now compare pointers directly.

14 years agoAdd Adium theme support in the configure summary
Xavier Claessens [Thu, 11 Jun 2009 12:04:02 +0000 (14:04 +0200)]
Add Adium theme support in the configure summary

14 years agoSupport /me command and fix crash if smiley are not enabled
Xavier Claessens [Fri, 20 Feb 2009 18:29:52 +0000 (19:29 +0100)]
Support /me command and fix crash if smiley are not enabled

14 years agoFix build error due to wrong rebase
Xavier Claessens [Fri, 20 Feb 2009 18:28:57 +0000 (19:28 +0100)]
Fix build error due to wrong rebase

14 years agoPort to new API
Xavier Claessens [Fri, 20 Feb 2009 17:14:24 +0000 (18:14 +0100)]
Port to new API

14 years agoUpdate pyhton bindings
Xavier Claessens [Sat, 29 Nov 2008 23:44:14 +0000 (00:44 +0100)]
Update pyhton bindings

14 years agoAdd EmpathyThemeAdium to the API doc.
Xavier Claessens [Sat, 29 Nov 2008 23:24:41 +0000 (00:24 +0100)]
Add EmpathyThemeAdium to the API doc.

14 years agoWebKit is expecting an absolute path to a file name as the last parameter of webkit_w...
Xavier Claessens [Thu, 6 Nov 2008 09:25:24 +0000 (10:25 +0100)]
WebKit is expecting an absolute path to a file name as the last parameter of webkit_web_view_load_html_string.  But adding a extra / at the end of
the path works also fine (patch to be attached).

14 years agoDelete useless file
Xavier Claessens [Mon, 3 Nov 2008 23:21:52 +0000 (00:21 +0100)]
Delete useless file

14 years ago - Implement remaining functions on EmpathyThemeAdium.
Xavier Claessens [Mon, 3 Nov 2008 23:21:13 +0000 (00:21 +0100)]
 - Implement remaining functions on EmpathyThemeAdium.
 - Fix refcounting of EmpathySmileyManager, avoid double free in its finalize.
 - Create our own context menu on EmpathyThemeAdium.

14 years agoFix a warning when the ADIUM_PATH gconf key is unset.
Xavier Claessens [Mon, 3 Nov 2008 23:20:39 +0000 (00:20 +0100)]
Fix a warning when the ADIUM_PATH gconf key is unset.

14 years agoAdd whitespace to respect coding style
Xavier Claessens [Mon, 3 Nov 2008 23:18:11 +0000 (00:18 +0100)]
Add whitespace to respect coding style

14 years agoDon't escape message before detecting smileys otherwise some won't be detected.
Xavier Claessens [Sun, 20 Jul 2008 18:14:05 +0000 (20:14 +0200)]
Don't escape message before detecting smileys otherwise some won't be detected.

14 years agoCleanup little things
Xavier Claessens [Sat, 19 Jul 2008 07:43:05 +0000 (09:43 +0200)]
Cleanup little things

14 years agoUse a default Template.html if not provided by the theme.
Xavier Claessens [Fri, 18 Jul 2008 22:09:13 +0000 (00:09 +0200)]
Use a default Template.html if not provided by the theme.

14 years agoCorrectly escape message body so html tags are not interpreted by webkit.
Xavier Claessens [Fri, 18 Jul 2008 19:52:25 +0000 (21:52 +0200)]
Correctly escape message body so html tags are not interpreted by webkit.

14 years agoAdd a path property on EmpathyThemeAdium and ge the adium-path gconf key in EmpathyTh...
Xavier Claessens [Fri, 18 Jul 2008 18:59:59 +0000 (20:59 +0200)]
Add a path property on EmpathyThemeAdium and ge the adium-path gconf key in EmpathyThemeManager.

14 years agoAdd some #ifdef HAVE_WEBKIT
Xavier Claessens [Fri, 18 Jul 2008 17:50:45 +0000 (19:50 +0200)]
Add some #ifdef HAVE_WEBKIT

14 years agoQuick check if the theme path is OK.
Xavier Claessens [Fri, 18 Jul 2008 17:45:53 +0000 (19:45 +0200)]
Quick check if the theme path is OK.

14 years agoAdd UI in the preference dialog to select the path to adium theme
Xavier Claessens [Thu, 17 Jul 2008 20:19:43 +0000 (22:19 +0200)]
Add UI in the preference dialog to select the path to adium theme

14 years agoAdd a tooltip on smileys with the text it hides
Xavier Claessens [Thu, 17 Jul 2008 13:24:44 +0000 (15:24 +0200)]
Add a tooltip on smileys with the text it hides

14 years agoOpen URI when they are clicked in webkit
Xavier Claessens [Thu, 17 Jul 2008 13:10:28 +0000 (15:10 +0200)]
Open URI when they are clicked in webkit

14 years agoReorganise a bit the body parsing and add support for URL
Xavier Claessens [Thu, 17 Jul 2008 10:29:38 +0000 (12:29 +0200)]
Reorganise a bit the body parsing and add support for URL

14 years agoFix a typo in a comment
Xavier Claessens [Thu, 17 Jul 2008 09:18:37 +0000 (11:18 +0200)]
Fix a typo in a comment

14 years agoAdd support for smileys with adium themes
Xavier Claessens [Thu, 17 Jul 2008 09:07:12 +0000 (11:07 +0200)]
Add support for smileys with adium themes

14 years agorename ready to page_loaded, it explains better what it does.
Xavier Claessens [Thu, 17 Jul 2008 08:32:34 +0000 (10:32 +0200)]
rename ready to page_loaded, it explains better what it does.

14 years agoAdd path in EmpathySmiley
Xavier Claessens [Thu, 17 Jul 2008 08:28:50 +0000 (10:28 +0200)]
Add path in EmpathySmiley

14 years agoUpdate for more recent webkit
Xavier Claessens [Wed, 16 Jul 2008 20:45:27 +0000 (22:45 +0200)]
Update for more recent webkit

14 years agoFallback if ContentNext or Outgoing are missing.
Xavier Claessens [Wed, 16 Jul 2008 18:26:03 +0000 (20:26 +0200)]
Fallback if ContentNext or Outgoing are missing.

14 years agoOops, remove stupid debug g_print
Xavier Claessens [Wed, 16 Jul 2008 18:13:34 +0000 (20:13 +0200)]
Oops, remove stupid debug g_print

14 years agoDon't load SVG icons because webkit can't load them
Xavier Claessens [Wed, 16 Jul 2008 18:12:36 +0000 (20:12 +0200)]
Don't load SVG icons because webkit can't load them

14 years agoAdd the filename in EmpathyAvatar and fallback to stock_person
Xavier Claessens [Wed, 16 Jul 2008 18:05:08 +0000 (20:05 +0200)]
Add the filename in EmpathyAvatar and fallback to stock_person

14 years agoSupport for custom time format
Xavier Claessens [Wed, 16 Jul 2008 16:32:47 +0000 (18:32 +0200)]
Support for custom time format

14 years agoAdd initial adium theme support: Load the template and append messages.
Xavier Claessens [Wed, 16 Jul 2008 14:45:29 +0000 (16:45 +0200)]
Add initial adium theme support: Load the template and append messages.

14 years agoEmpathyThemeAdium inherit from WebkitWebView and not GtkTextView.
Xavier Claessens [Tue, 15 Jul 2008 19:11:58 +0000 (21:11 +0200)]
EmpathyThemeAdium inherit from WebkitWebView and not GtkTextView.

14 years agoCompile EmpathyThemeAdium only if webkit is installed
Xavier Claessens [Tue, 15 Jul 2008 18:56:45 +0000 (20:56 +0200)]
Compile EmpathyThemeAdium only if webkit is installed

14 years agoAdd skelet of Adium theme using webkit.
Xavier Claessens [Tue, 15 Jul 2008 16:56:34 +0000 (18:56 +0200)]
Add skelet of Adium theme using webkit.

14 years agoFix compile warning
Pierre-Luc Beaudoin [Thu, 11 Jun 2009 14:30:49 +0000 (10:30 -0400)]
Fix compile warning

14 years agoGet author for bug fixes
Xavier Claessens [Thu, 11 Jun 2009 13:23:56 +0000 (15:23 +0200)]
Get author for bug fixes

14 years agoUpdated Spanish translation
Jorge Gonzalez [Thu, 11 Jun 2009 12:31:38 +0000 (14:31 +0200)]
Updated Spanish translation

14 years agosrc/Makefile.am: actually enable warning CFLAGS
Guillaume Desmottes [Thu, 11 Jun 2009 12:14:46 +0000 (13:14 +0100)]
src/Makefile.am: actually enable warning CFLAGS

14 years agoempathy-call-window: remove unused variables
Guillaume Desmottes [Thu, 11 Jun 2009 12:22:34 +0000 (13:22 +0100)]
empathy-call-window: remove unused variables

14 years agoimport im-meanwhile from Pidgin
Guillaume Desmottes [Wed, 10 Jun 2009 11:54:34 +0000 (12:54 +0100)]
import im-meanwhile from Pidgin

14 years agoadd sametime profile (#562981)
Guillaume Desmottes [Wed, 10 Jun 2009 11:39:08 +0000 (12:39 +0100)]
add sametime profile (#562981)

14 years agoempathy-accounts-dialog: move back the 'Create' button on the right
Guillaume Desmottes [Thu, 11 Jun 2009 10:21:02 +0000 (11:21 +0100)]
empathy-accounts-dialog: move back the 'Create' button on the right

14 years agoempathy-accounts-dialog: Use radio buttons instead of a checkbox for the 'reuse exist...
Guillaume Desmottes [Wed, 10 Jun 2009 15:03:29 +0000 (16:03 +0100)]
empathy-accounts-dialog: Use radio buttons instead of a checkbox for the 'reuse existing account' UI

14 years agoempathy-accounts-dialog: change title to 'Add Account' as we can reuse an existing...
Guillaume Desmottes [Wed, 10 Jun 2009 14:46:31 +0000 (15:46 +0100)]
empathy-accounts-dialog: change title to 'Add Account' as we can reuse an existing one (#548707)

14 years agoUpdated Spanish translation
Jorge Gonzalez [Thu, 11 Jun 2009 07:32:43 +0000 (09:32 +0200)]
Updated Spanish translation

14 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Wed, 10 Jun 2009 08:13:07 +0000 (10:13 +0200)]
Updated Norwegian bokmål translation.

14 years agoGeoclue doesn't like NONE as an accuracy level
Pierre-Luc Beaudoin [Mon, 8 Jun 2009 22:37:47 +0000 (18:37 -0400)]
Geoclue doesn't like NONE as an accuracy level

Possibly a bug in Geoclue, but passing COUNTRY instead of NONE as
the minimum accuracy required gives better results (ie more providers
are possible).

14 years agoMerge branch 'ft-error-confusion'
Will Thompson [Tue, 9 Jun 2009 18:08:23 +0000 (19:08 +0100)]
Merge branch 'ft-error-confusion'

14 years agoCorrectly propagate Provide/Accept errors
Will Thompson [Tue, 9 Jun 2009 17:34:35 +0000 (18:34 +0100)]
Correctly propagate Provide/Accept errors

Previously, if myerr was set as well as error, myerr was cleared, but
not set to a copy of error. So then the function continued as normal,
and crashed.

Also, having checked if myerr is set, we should probably log the message
from that, rather than from the (possibly NULL) error. :)

14 years agoMerge commit 'jtellier/call-window-redial-button'
Guillaume Desmottes [Tue, 9 Jun 2009 13:34:48 +0000 (14:34 +0100)]
Merge commit 'jtellier/call-window-redial-button'

14 years agoAdded a "Redial" button to the call window.
Jonathan Tellier [Thu, 7 May 2009 19:13:04 +0000 (15:13 -0400)]
Added a "Redial" button to the call window.

14 years agocontact_get_avatar_filename: remove unused priv pointer
Guillaume Desmottes [Tue, 9 Jun 2009 13:07:35 +0000 (14:07 +0100)]
contact_get_avatar_filename: remove unused priv pointer

14 years agocontact_get_avatar_filename: use empathy_contact_get_id instead of priv->id directly
Guillaume Desmottes [Tue, 9 Jun 2009 12:56:10 +0000 (13:56 +0100)]
contact_get_avatar_filename: use empathy_contact_get_id instead of priv->id directly

priv->id is not supposed to be set for not log contacts so the avatar
cache was broken for all TpContact.

14 years agoRemove outstanding operations before dispatching them
Will Thompson [Tue, 9 Jun 2009 10:29:07 +0000 (11:29 +0100)]
Remove outstanding operations before dispatching them

Fixes #585231

14 years agoDocument the purpose of outstanding_channels
Will Thompson [Tue, 9 Jun 2009 10:28:25 +0000 (11:28 +0100)]
Document the purpose of outstanding_channels

14 years agoBreak after deleting current item in chatroom list
Will Thompson [Mon, 8 Jun 2009 21:39:56 +0000 (22:39 +0100)]
Break after deleting current item in chatroom list

When I signed off, Empathy exploded. l was 0x33, which oddly enough was
secretly not the address of a GList. :-) I think what happened is that
empathy_chatroom_manager_remove() deleted the list node currently
pointed to by l; then the loop advanced to l->next, which was now
garbage.

We don't need to keep iterating once we find the chatroom we were
looking for, so break out of the loop.

14 years agoExtract removing chatroom links to a function
Will Thompson [Tue, 9 Jun 2009 09:52:07 +0000 (10:52 +0100)]
Extract removing chatroom links to a function

14 years agoConsistently use this_chatroom when removing a room
Will Thompson [Tue, 9 Jun 2009 09:35:52 +0000 (10:35 +0100)]
Consistently use this_chatroom when removing a room

14 years agolibempathy.types: remove empathy_tp_tube_get_type
Guillaume Desmottes [Fri, 5 Jun 2009 15:04:20 +0000 (16:04 +0100)]
libempathy.types: remove empathy_tp_tube_get_type

14 years agoupdate Python bindings
Guillaume Desmottes [Fri, 5 Jun 2009 13:47:55 +0000 (14:47 +0100)]
update Python bindings

14 years agoremove EmpathyTpTube from Python bindings
Guillaume Desmottes [Fri, 5 Jun 2009 13:47:40 +0000 (14:47 +0100)]
remove EmpathyTpTube from Python bindings

14 years agotube-handler: use TpChannel directly instead of EmpathyTpTube
Guillaume Desmottes [Fri, 5 Jun 2009 13:46:32 +0000 (14:46 +0100)]
tube-handler: use TpChannel directly instead of EmpathyTpTube

14 years agoremove empathy-tp-tube from doc
Guillaume Desmottes [Fri, 5 Jun 2009 13:36:11 +0000 (14:36 +0100)]
remove empathy-tp-tube from doc

14 years agostop to build empathy-tp-tube
Guillaume Desmottes [Fri, 5 Jun 2009 13:35:59 +0000 (14:35 +0100)]
stop to build empathy-tp-tube

14 years agoremove empathy-tp-tube
Guillaume Desmottes [Fri, 5 Jun 2009 13:35:47 +0000 (14:35 +0100)]
remove empathy-tp-tube

14 years agoMerge commit 'gmillaires/fix-564259'
Guillaume Desmottes [Tue, 9 Jun 2009 09:10:26 +0000 (10:10 +0100)]
Merge commit 'gmillaires/fix-564259'

14 years agoActivated tooltips feature for MUC contact list
Gabriel Millaire [Tue, 9 Jun 2009 02:52:55 +0000 (22:52 -0400)]
Activated tooltips feature for MUC contact list

14 years agoDistribute conditionally built files
Pierre-Luc Beaudoin [Mon, 8 Jun 2009 19:10:57 +0000 (15:10 -0400)]
Distribute conditionally built files

14 years agoDon't repeat a tooltip format string
Will Thompson [Sun, 7 Jun 2009 20:08:43 +0000 (21:08 +0100)]
Don't repeat a tooltip format string

14 years agoItalicize status message in tooltip
Will Thompson [Sun, 7 Jun 2009 19:58:13 +0000 (20:58 +0100)]
Italicize status message in tooltip

14 years agoDon't include "Available"/"Away"... in tooltips
Will Thompson [Sun, 7 Jun 2009 19:57:29 +0000 (20:57 +0100)]
Don't include "Available"/"Away"... in tooltips

I don't think including the default string for a status adds anything to
the tooltips.

14 years agoExtract markup_printf-append-free to a function
Will Thompson [Sun, 7 Jun 2009 19:53:50 +0000 (20:53 +0100)]
Extract markup_printf-append-free to a function

The repeated g_markup_printf_escaped; g_string_append; g_free offended
me. I think this makes the function easier to read.

14 years agoOnly show status in tooltip when it exists
Will Thompson [Sun, 7 Jun 2009 19:19:01 +0000 (20:19 +0100)]
Only show status in tooltip when it exists

empathy_contact_get_status () can return NULL: perhaps the protocol
doesn't support presence, or perhaps we're not subscribed to the
contact's presence.

14 years agoDon't double-unref superseded group TpChannels.
Will Thompson [Sat, 6 Jun 2009 12:01:00 +0000 (13:01 +0100)]
Don't double-unref superseded group TpChannels.

14 years agoMerge branch 'profile-chooser'
Jonny Lamb [Sun, 7 Jun 2009 13:35:11 +0000 (14:35 +0100)]
Merge branch 'profile-chooser'

14 years agoFix make check
Cosimo Cecchi [Sun, 7 Jun 2009 13:11:28 +0000 (15:11 +0200)]
Fix make check

14 years agoEmit an error for socket types we don't handle
Cosimo Cecchi [Sun, 7 Jun 2009 13:10:23 +0000 (15:10 +0200)]
Emit an error for socket types we don't handle

Also, fix error handling when a socket fails on connect().

14 years agoUse empathy_uint_compare
Cosimo Cecchi [Tue, 2 Jun 2009 09:09:28 +0000 (11:09 +0200)]
Use empathy_uint_compare

14 years agoBuild fix after rebase
Cosimo Cecchi [Sun, 24 May 2009 15:49:08 +0000 (17:49 +0200)]
Build fix after rebase

14 years agoInitialize the address and port values
Cosimo Cecchi [Wed, 20 May 2009 10:15:08 +0000 (12:15 +0200)]
Initialize the address and port values

The address the CM returns if we're using IPV4 is of the type
TP_STRUCT_TYPE_SOCKET_ADDRESS_IPV4; use those values to setup the IPV4
socket.

14 years agoAdd support for IPV4 sockets
Cosimo Cecchi [Wed, 20 May 2009 00:12:30 +0000 (02:12 +0200)]
Add support for IPV4 sockets

14 years agoLook at the available socket type
Cosimo Cecchi [Tue, 19 May 2009 14:17:22 +0000 (16:17 +0200)]
Look at the available socket type

Look at the available socket types, and don't hardcode UNIX/LOCALHOST
values.

14 years agoAdd empathy_profile_chooser to libempathy-gtk type list.
Jonny Lamb [Sun, 7 Jun 2009 13:15:26 +0000 (14:15 +0100)]
Add empathy_profile_chooser to libempathy-gtk type list.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoFix small typo in docs.
Jonny Lamb [Sun, 7 Jun 2009 13:15:19 +0000 (14:15 +0100)]
Fix small typo in docs.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoChain up to the constructed call of the parent class.
Jonny Lamb [Sun, 7 Jun 2009 13:02:30 +0000 (14:02 +0100)]
Chain up to the constructed call of the parent class.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>