]> git.0d.be Git - empathy.git/log
empathy.git
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 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>
14 years agoOnly include gtk/gtk.h and not gtkcombobox.h.
Jonny Lamb [Sun, 7 Jun 2009 12:48:40 +0000 (13:48 +0100)]
Only include gtk/gtk.h and not gtkcombobox.h.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoImplement constructed instead of constructor.
Jonny Lamb [Sun, 7 Jun 2009 12:45:58 +0000 (13:45 +0100)]
Implement constructed instead of constructor.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoSmall coding style change.
Jonny Lamb [Sun, 7 Jun 2009 12:43:23 +0000 (13:43 +0100)]
Small coding style change.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoFix silly mistake where I passed the struct pointer and not the first member
Davyd Madeley [Sat, 6 Jun 2009 14:30:38 +0000 (22:30 +0800)]
Fix silly mistake where I passed the struct pointer and not the first member

14 years agoUpdated Spanish translation
Jorge Gonzalez [Sat, 6 Jun 2009 10:47:26 +0000 (12:47 +0200)]
Updated Spanish translation

14 years agoUse tp_asv_get_string instead of messing with GValues.
Jonny Lamb [Fri, 5 Jun 2009 14:19:02 +0000 (15:19 +0100)]
Use tp_asv_get_string instead of messing with GValues.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoUse "foo == NULL" instead of "!foo".
Jonny Lamb [Fri, 5 Jun 2009 14:10:07 +0000 (15:10 +0100)]
Use "foo == NULL" instead of "!foo".

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoSet an empty password for pidgin accounts that have no password set.
Jonny Lamb [Fri, 5 Jun 2009 14:04:40 +0000 (15:04 +0100)]
Set an empty password for pidgin accounts that have no password set.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoSpecial-case XMPP with importing accounts from Pidgin. (Fixes bug #579992)
Jonny Lamb [Fri, 5 Jun 2009 13:59:15 +0000 (14:59 +0100)]
Special-case XMPP with importing accounts from Pidgin. (Fixes bug #579992)

It was decided that if pidgin has an account with no host set, then
both the server and port should be ignored, as a special case in XMPP.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoUpdate python bindings.
Jonny Lamb [Fri, 5 Jun 2009 12:59:18 +0000 (13:59 +0100)]
Update python bindings.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoUpdate the accounts dialog to the new profile chooser API.
Jonny Lamb [Fri, 5 Jun 2009 12:58:40 +0000 (13:58 +0100)]
Update the accounts dialog to the new profile chooser API.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoMake EmpathyProfileChooser a subclass of GtkComboBox.
Jonny Lamb [Fri, 5 Jun 2009 12:57:49 +0000 (13:57 +0100)]
Make EmpathyProfileChooser a subclass of GtkComboBox.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoConvert style to Telepathy coding style.
Jonny Lamb [Thu, 4 Jun 2009 22:04:46 +0000 (23:04 +0100)]
Convert style to Telepathy coding style.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoAdd test-empathy-profile-chooser.
Jonny Lamb [Thu, 4 Jun 2009 22:03:01 +0000 (23:03 +0100)]
Add test-empathy-profile-chooser.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoAdd simple flymake support.
Jonny Lamb [Thu, 4 Jun 2009 21:04:30 +0000 (22:04 +0100)]
Add simple flymake support.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoMerge branch 'debug-fixes'
Jonny Lamb [Fri, 5 Jun 2009 11:24:21 +0000 (12:24 +0100)]
Merge branch 'debug-fixes'

14 years agoupdating Translation for Gurmukhi
A S Alam [Fri, 5 Jun 2009 01:12:58 +0000 (06:42 +0530)]
updating Translation for Gurmukhi

14 years agoDon't display an empty treeview if there are no connections on opening.
Jonny Lamb [Thu, 4 Jun 2009 21:46:22 +0000 (22:46 +0100)]
Don't display an empty treeview if there are no connections on opening.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoDon't unref widgets twice.
Jonny Lamb [Thu, 4 Jun 2009 21:45:46 +0000 (22:45 +0100)]
Don't unref widgets twice.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoFree a GError after use.
Jonny Lamb [Thu, 4 Jun 2009 21:45:21 +0000 (22:45 +0100)]
Free a GError after use.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoMerge branch 'debug'
Jonny Lamb [Thu, 4 Jun 2009 16:09:44 +0000 (17:09 +0100)]
Merge branch 'debug'

Conflicts:
extensions/Makefile.am
extensions/misc.xml
po/POTFILES.in

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoCoding style fixes.
Jonny Lamb [Thu, 4 Jun 2009 15:42:07 +0000 (16:42 +0100)]
Coding style fixes.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoAdd empathy-debug-dialog to POTFILES.in.
Jonny Lamb [Thu, 4 Jun 2009 15:36:54 +0000 (16:36 +0100)]
Add empathy-debug-dialog to POTFILES.in.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoDisplay a label if the selected CM does not support Debug.
Jonny Lamb [Thu, 4 Jun 2009 15:19:02 +0000 (16:19 +0100)]
Display a label if the selected CM does not support Debug.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoAdd level label to priv struct.
Jonny Lamb [Thu, 4 Jun 2009 15:18:26 +0000 (16:18 +0100)]
Add level label to priv struct.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoFix Bug 584830: Invalid read in new_connection_cb
Pierre-Luc Beaudoin [Thu, 4 Jun 2009 14:50:47 +0000 (10:50 -0400)]
Fix Bug 584830: Invalid read in new_connection_cb

There is a manager and a location_manager pointer in that function. The
wrong one was used in the cast.

14 years agoevent_manager_approve_channel_cb: displayed ignored channel type
Guillaume Desmottes [Thu, 4 Jun 2009 13:59:22 +0000 (14:59 +0100)]
event_manager_approve_channel_cb: displayed ignored channel type

14 years agoStore toolbar items in priv struct.
Jonny Lamb [Thu, 4 Jun 2009 13:33:41 +0000 (14:33 +0100)]
Store toolbar items in priv struct.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoKeep a ref to the TpDBusDaemon so the NameOwnerChanged cb gets called.
Jonny Lamb [Thu, 4 Jun 2009 13:26:53 +0000 (14:26 +0100)]
Keep a ref to the TpDBusDaemon so the NameOwnerChanged cb gets called.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoClean up EmpathyDebugDialogPriv.
Jonny Lamb [Thu, 4 Jun 2009 13:19:51 +0000 (14:19 +0100)]
Clean up EmpathyDebugDialogPriv.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoUpdated Spanish translation
Jorge Gonzalez [Wed, 3 Jun 2009 18:08:01 +0000 (20:08 +0200)]
Updated Spanish translation

14 years agoUse G_GSIZE_FORMAT instead of %u.
Jonny Lamb [Wed, 3 Jun 2009 14:29:30 +0000 (15:29 +0100)]
Use G_GSIZE_FORMAT instead of %u.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoUpdated Debug spec.
Jonny Lamb [Wed, 3 Jun 2009 12:10:05 +0000 (13:10 +0100)]
Updated Debug spec.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoAdd a right-click menu to conversation window tabs.
Will Thompson [Tue, 2 Jun 2009 22:47:00 +0000 (23:47 +0100)]
Add a right-click menu to conversation window tabs.

It turns out that GtkNotebook supports right-click menus that list the
tabs with minimal effort on our part. This makes it easier to deal with
windows with more tabs than can fit in the space available.

Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
14 years agoRemove "View"/"Show" prefixes from View menu items
Will Thompson [Tue, 2 Jun 2009 18:05:51 +0000 (19:05 +0100)]
Remove "View"/"Show" prefixes from View menu items

Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
14 years agoUpdated Spanish translation
Jorge Gonzalez [Tue, 2 Jun 2009 18:18:10 +0000 (20:18 +0200)]
Updated Spanish translation

14 years agoInvert the presence order.
Xavier Claessens [Tue, 2 Jun 2009 17:32:10 +0000 (19:32 +0200)]
Invert the presence order.

14 years agoFix Bug 584518: Critical error in publish_to_all_connections
Pierre-Luc Beaudoin [Mon, 1 Jun 2009 17:39:38 +0000 (13:39 -0400)]
Fix Bug 584518: Critical error in publish_to_all_connections

The account_manager was initialised after the callbacks were.

14 years agoLevel is used before init
Pierre-Luc Beaudoin [Mon, 1 Jun 2009 16:10:29 +0000 (12:10 -0400)]
Level is used before init

14 years agoMerge branch 'ft_rework'
Cosimo Cecchi [Mon, 1 Jun 2009 16:07:13 +0000 (18:07 +0200)]
Merge branch 'ft_rework'

14 years agoFix conflict after rebase
Cosimo Cecchi [Mon, 1 Jun 2009 16:02:03 +0000 (18:02 +0200)]
Fix conflict after rebase

14 years agoDon't set NM presence state on connect when it was unset
Sjoerd Simons [Mon, 1 Jun 2009 11:06:50 +0000 (12:06 +0100)]
Don't set NM presence state on connect when it was unset

When the presence state that was saved upon disconnect was _UNSET don't try to
set it when we reconnect.

14 years agoUpdate python bindings
Cosimo Cecchi [Mon, 1 Jun 2009 15:32:57 +0000 (17:32 +0200)]
Update python bindings

14 years agoFormat contact information when hashing
Cosimo Cecchi [Mon, 1 Jun 2009 15:17:50 +0000 (17:17 +0200)]
Format contact information when hashing

14 years agoFree the cb_data after errors in construction
Cosimo Cecchi [Mon, 1 Jun 2009 15:14:07 +0000 (17:14 +0200)]
Free the cb_data after errors in construction

14 years agoAdd myself to the contributors
Cosimo Cecchi [Mon, 1 Jun 2009 15:02:13 +0000 (17:02 +0200)]
Add myself to the contributors

14 years agoUpdate copyright header
Cosimo Cecchi [Mon, 1 Jun 2009 15:00:34 +0000 (17:00 +0200)]
Update copyright header

14 years agoClarify the docs
Cosimo Cecchi [Mon, 1 Jun 2009 14:59:33 +0000 (16:59 +0200)]
Clarify the docs

Clarify the use of find_requestable_channel_classes in the docs.

14 years agoUse the new API.
Cosimo Cecchi [Mon, 1 Jun 2009 14:44:56 +0000 (16:44 +0200)]
Use the new API.

14 years agoHopefully proper version of _find_requestable_channel_classes ()
Cosimo Cecchi [Mon, 1 Jun 2009 14:44:26 +0000 (16:44 +0200)]
Hopefully proper version of _find_requestable_channel_classes ()

14 years agoFix trailing whitespace
Cosimo Cecchi [Wed, 27 May 2009 15:42:42 +0000 (17:42 +0200)]
Fix trailing whitespace

14 years agoAdapt EmpathyCallHandler to the new API
Cosimo Cecchi [Wed, 27 May 2009 12:39:46 +0000 (14:39 +0200)]
Adapt EmpathyCallHandler to the new API

14 years agoUse the new API in the handler
Cosimo Cecchi [Wed, 27 May 2009 12:39:06 +0000 (14:39 +0200)]
Use the new API in the handler

14 years agoFree the list after calling the callback
Cosimo Cecchi [Wed, 27 May 2009 12:38:27 +0000 (14:38 +0200)]
Free the list after calling the callback

14 years agoAdd a helper uint_compare function
Cosimo Cecchi [Wed, 27 May 2009 12:36:31 +0000 (14:36 +0200)]
Add a helper uint_compare function