]> git.0d.be Git - empathy.git/log
empathy.git
14 years agoFixed style
Jonathan Tellier [Fri, 28 Aug 2009 18:55:27 +0000 (14:55 -0400)]
Fixed style

14 years agoMarked strings for translation.
Jonathan Tellier [Fri, 28 Aug 2009 18:50:30 +0000 (14:50 -0400)]
Marked strings for translation.

14 years agoMerged with master
Jonathan Tellier [Fri, 28 Aug 2009 18:36:45 +0000 (14:36 -0400)]
Merged with master

14 years agoFixed bug which would occur when deleting account with pending changes
Jonathan Tellier [Fri, 28 Aug 2009 18:19:47 +0000 (14:19 -0400)]
Fixed bug which would occur when deleting account with pending changes

- When the selected account was NULL,
  accounts_dialog_has_pending_change() would not check its state
  correctly. That function is working with a pointer on a pointer to the
  account and was not dereferencing properly.
- The pointer to the account we pass to
  accounts_dialog_has_pending_change() is now properly initialized to
  NULL.
- When deleting an account, the COL_ACCOUNT_POINTER column is now
  properly set to NULL.

14 years agoUsing GtkTreeRowReference instead of a string path.
Jonathan Tellier [Fri, 28 Aug 2009 15:23:44 +0000 (11:23 -0400)]
Using GtkTreeRowReference instead of a string path.

- When the user selects another account and has pending changes to the
  currently selected account, we need to keed track of the destination
  row. Instead of saving that information as the string representation
  of a GtkTreePath, we now use a GtkTreeRowReference.

14 years agoSimplified the code that checks if selected account has pending changes
Jonathan Tellier [Fri, 28 Aug 2009 15:06:14 +0000 (11:06 -0400)]
Simplified the code that checks if selected account has pending changes

14 years agoImproved confirmation dialog shown to the user before discarding changes
Jonathan Tellier [Fri, 28 Aug 2009 14:45:54 +0000 (10:45 -0400)]
Improved confirmation dialog shown to the user before discarding changes

- Split the confirmation dialog's text into a primary and secondary
  section.
- Changed the button label to "Cancel" and "Discard" instead of "Yes"
  and "No".
- Added a accounts_dialog_show_question_dialog() function to show
  question dialogs related to the accounts dialog and connect to its
  "response" signal.
- Removed the empathy_show_yes_no_question_dialog() function since it
  was added for this specific patch but is no longer used.

14 years agoFixed style
Jonathan Tellier [Thu, 27 Aug 2009 17:15:56 +0000 (13:15 -0400)]
Fixed style

14 years agoFixed crash when checking if an account has pending changes
Jonathan Tellier [Thu, 27 Aug 2009 17:03:03 +0000 (13:03 -0400)]
Fixed crash when checking if an account has pending changes

14 years agoMinor changes to EmpathyAccountWidget and EmpathyAccountsDialog
Jonathan Tellier [Thu, 27 Aug 2009 15:57:18 +0000 (11:57 -0400)]
Minor changes to EmpathyAccountWidget and EmpathyAccountsDialog

- account_widget_entry_changed_common is not called when an entry loses
  focus. Since this function is called on every keystroke, it was
  unnecessary to call it again on focus-out-event.
- The EmpathyAccountWidget's control buttons' sensitivity (and
  contains_pending_changes member) is not altered when the state of the
  "Enabled" checkbox is changed due to an event which was not initiated
  by the user.
- Fixed capitalization error in a comment in empathy-accounts-dialog.c

14 years agoAsking for confirmation before losing pending accounts changes.
Jonathan Tellier [Wed, 26 Aug 2009 16:52:45 +0000 (12:52 -0400)]
Asking for confirmation before losing pending accounts changes.

If an account has pending changes, we now ask for a confirmation before:
- Adding a new account
- Closing the accounts dialog
- Selecting a new account.
Those are all options which discard pending changes.

14 years agoPoint to a help topic that exists from Accounts window
Shaun McCance [Fri, 28 Aug 2009 17:31:26 +0000 (12:31 -0500)]
Point to a help topic that exists from Accounts window

14 years ago[help] Adding information about the Accounts window and IRC
Shaun McCance [Fri, 28 Aug 2009 17:24:42 +0000 (12:24 -0500)]
[help] Adding information about the Accounts window and IRC

14 years agoAdd empathy_make_absolute_url_len to limit the lenght of url string
Pierre-Luc Beaudoin [Fri, 28 Aug 2009 14:49:07 +0000 (10:49 -0400)]
Add empathy_make_absolute_url_len to limit the lenght of url string

Related to http://bugzilla.gnome.org/show_bug.cgi?id=593207

14 years ago[help] Fixed a warning, was using id not style
Milo Casagrande [Fri, 28 Aug 2009 16:17:57 +0000 (18:17 +0200)]
[help] Fixed a warning, was using id not style

14 years agoUpdate python bindings
Sjoerd Simons [Thu, 27 Aug 2009 16:00:03 +0000 (17:00 +0100)]
Update python bindings

14 years agoMake the protocol property read-only
Sjoerd Simons [Thu, 27 Aug 2009 15:59:23 +0000 (16:59 +0100)]
Make the protocol property read-only

14 years agoBase the selected widget both on the CM and the protocol
Sjoerd Simons [Thu, 27 Aug 2009 15:56:42 +0000 (16:56 +0100)]
Base the selected widget both on the CM and the protocol

Previously Empathy would select the custom account widget purely based on the
protocol, the problem here is that these widgets assume one specific connection
manager and its set of parameters. Which triggered bugs if the intended cm for a
protocol isn't installed, but haze is and provides the protocol.

14 years agoMerge branch 'fix-navigation-handling'
Gustavo Noronha Silva [Fri, 28 Aug 2009 12:54:09 +0000 (09:54 -0300)]
Merge branch 'fix-navigation-handling'

14 years agoAdd missing ;
Luca Ferretti [Fri, 28 Aug 2009 12:38:23 +0000 (14:38 +0200)]
Add missing ;

14 years agoMerge branch 'do-say-me-think'
Will Thompson [Fri, 28 Aug 2009 12:18:44 +0000 (13:18 +0100)]
Merge branch 'do-say-me-think'

Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
14 years agoFix .desktop file (GNOME bug 592737)
Frédéric Péters [Wed, 26 Aug 2009 19:31:11 +0000 (21:31 +0200)]
Fix .desktop file (GNOME bug 592737)

14 years agoDo not construct a sentence for an assistant error string (GNOME bug 593257)
Frédéric Péters [Thu, 27 Aug 2009 08:27:35 +0000 (10:27 +0200)]
Do not construct a sentence for an assistant error string (GNOME bug 593257)

14 years agoOnly unref the AccountManager if it's not NULL
Cosimo Cecchi [Fri, 28 Aug 2009 09:16:46 +0000 (11:16 +0200)]
Only unref the AccountManager if it's not NULL

14 years agoWord 'wizard' should not be used, fixes bug 593285
Milo Casagrande [Fri, 28 Aug 2009 10:19:22 +0000 (12:19 +0200)]
Word 'wizard' should not be used, fixes bug 593285

14 years agoUpdated Marathi Translations
Sandeep Shedmake [Fri, 28 Aug 2009 10:10:08 +0000 (15:40 +0530)]
Updated Marathi Translations

14 years agoUpdated Marathi Translations
Sandeep Shedmake [Fri, 28 Aug 2009 09:39:14 +0000 (15:09 +0530)]
Updated Marathi Translations

14 years agoUpdated Kannada(kn) translation
Shankar Prasad [Fri, 28 Aug 2009 07:15:52 +0000 (12:45 +0530)]
Updated Kannada(kn) translation

14 years agoUpdated Serbian translation
Branko Kokanović [Thu, 27 Aug 2009 22:24:51 +0000 (00:24 +0200)]
Updated Serbian translation

14 years ago[help] Fixed some topics against the new UI
Milo Casagrande [Thu, 27 Aug 2009 22:00:31 +0000 (00:00 +0200)]
[help]  Fixed some topics against the new UI
Topics fixed: add-account, disable-account, remove-account, irc-account
Added irc-account to irc-manage
Used 2column for irc-manage

14 years agoUpdated Belarusian translation
Alexander Nyakhaychyk [Thu, 27 Aug 2009 21:07:43 +0000 (00:07 +0300)]
Updated Belarusian translation

14 years agoRemove validation from chat_send.
Will Thompson [Wed, 26 Aug 2009 18:51:49 +0000 (19:51 +0100)]
Remove validation from chat_send.

Instead, call empathy_message_new_from_entry (), which parses the
entered text for us.

14 years agoDon't parse message in EmpathyMessage:body setter
Will Thompson [Wed, 26 Aug 2009 18:47:49 +0000 (19:47 +0100)]
Don't parse message in EmpathyMessage:body setter

This fixes a bug where the message (Type_Action, "/me wooo yay") is
printed as " ! wjt woo yay" rather than as " ! wjt /me woo yay".

This also fixes Gnome bug #593101 (Empathy exits sending empty /me
message), which was caused by this deleted code walking off the end of
the string "/me".

14 years agoAdd empathy_message_new_from_entry()
Will Thompson [Wed, 26 Aug 2009 18:46:39 +0000 (19:46 +0100)]
Add empathy_message_new_from_entry()

This will be the sole place that user input is parsed for special
commands like /me; the parsing logic will be removed from EmpathyMessage
and chat_send().

14 years ago/clearly shouldn't clear the window.
Will Thompson [Wed, 26 Aug 2009 18:46:20 +0000 (19:46 +0100)]
/clearly shouldn't clear the window.

14 years agoFall back to protocol name in Adium themes
Will Thompson [Tue, 25 Aug 2009 15:07:49 +0000 (16:07 +0100)]
Fall back to protocol name in Adium themes

Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
14 years agoWhen not connected don't apply !offline states but save them
Sjoerd Simons [Thu, 27 Aug 2009 17:29:51 +0000 (18:29 +0100)]
When not connected don't apply !offline states but save them

When we're not connected to a network don't allow setting the status to
anything else then offline, but when a status is set do save it so it can be
applied as soon as soon as we get network connectivity

14 years ago->connected always has the right status, so use that instead of specialcasing
Sjoerd Simons [Thu, 27 Aug 2009 16:52:15 +0000 (17:52 +0100)]
->connected always has the right status, so use that instead of specialcasing

14 years agoOnly assume connected when we have neither Connman or NM
Sjoerd Simons [Thu, 27 Aug 2009 16:01:57 +0000 (17:01 +0100)]
Only assume connected when we have neither Connman or NM

14 years agoSlightly improve debug info
Sjoerd Simons [Thu, 27 Aug 2009 16:01:05 +0000 (17:01 +0100)]
Slightly improve debug info

14 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Thu, 27 Aug 2009 19:34:38 +0000 (21:34 +0200)]
Updated Basque language

14 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Thu, 27 Aug 2009 18:59:06 +0000 (20:59 +0200)]
Updated Basque language

14 years agoFix assumption about navigation-request not being called for HTML string load
Gustavo Noronha Silva [Thu, 27 Aug 2009 18:39:42 +0000 (15:39 -0300)]
Fix assumption about navigation-request not being called for HTML string load

This bug was exposed by the WebKitGTK+ bug that prevented
navigation-request from being emitted in various situations being
fixed.

14 years agoMerge branch 'master'; commit 'jtellier/set-account-name'
Cosimo Cecchi [Thu, 27 Aug 2009 15:08:25 +0000 (17:08 +0200)]
Merge branch 'master'; commit 'jtellier/set-account-name'

14 years agoMerge commit 'jtellier/reconnect-account'
Guillaume Desmottes [Thu, 27 Aug 2009 13:41:32 +0000 (14:41 +0100)]
Merge commit 'jtellier/reconnect-account'

14 years ago- Added information intented to translators.
Jonathan Tellier [Thu, 27 Aug 2009 13:18:10 +0000 (09:18 -0400)]
- Added information intented to translators.
- Fixed leak of the the display name.

14 years agoUsing a new logic to set the default display name:
Jonathan Tellier [Wed, 26 Aug 2009 19:37:39 +0000 (15:37 -0400)]
Using a new logic to set the default display name:
* If irc use "[account] on [server]"
* If there is an account property use "[account]"
* If there is no account property use "[protocol] Account"

14 years agoOnly setting the display name to the Login ID for protocol which have
Jonathan Tellier [Wed, 26 Aug 2009 18:36:19 +0000 (14:36 -0400)]
Only setting the display name to the Login ID for protocol which have
this property.

14 years ago- The account display gets updated in the account list and in the
Jonathan Tellier [Tue, 25 Aug 2009 17:18:56 +0000 (13:18 -0400)]
- The account display gets updated in the account list and in the
  account name label.
- By default, the account default display name is set to the login id.

14 years agoRemove libmissioncontrol deps
Pierre-Luc Beaudoin [Wed, 26 Aug 2009 20:44:47 +0000 (16:44 -0400)]
Remove libmissioncontrol deps

and remove trailing spaces

14 years agoUpdate POTFILES.in after file renaming
Claude Paroz [Wed, 26 Aug 2009 19:59:42 +0000 (21:59 +0200)]
Update POTFILES.in after file renaming

14 years agoOnly request presence when the account is enabled (#593161).
Cosimo Cecchi [Wed, 26 Aug 2009 17:57:57 +0000 (19:57 +0200)]
Only request presence when the account is enabled (#593161).

14 years agoEnsure we call the empathy_sound_stop from the main thread
Sjoerd Simons [Wed, 26 Aug 2009 15:57:16 +0000 (16:57 +0100)]
Ensure we call the empathy_sound_stop from the main thread

The canberra gtk context is stored in thread-local storage, so we need to
ensure that we start and stop the sounds from the same thread.

14 years agoEnsure all accounts when getting all properties
Cosimo Cecchi [Wed, 26 Aug 2009 11:00:24 +0000 (13:00 +0200)]
Ensure all accounts when getting all properties

This introduces a check on the number of accounts, as MC5 could come
back advertising less accounts than we have. In that case, we find the
one which have gone and remove them from our cache.

14 years agoImplement empathy_account_refresh_properties()
Cosimo Cecchi [Wed, 26 Aug 2009 10:59:12 +0000 (12:59 +0200)]
Implement empathy_account_refresh_properties()

14 years agoFix long lines.
Cosimo Cecchi [Wed, 26 Aug 2009 00:25:23 +0000 (02:25 +0200)]
Fix long lines.

14 years agoRestart MC5 when it quits or crashes (#593018).
Cosimo Cecchi [Wed, 26 Aug 2009 00:25:01 +0000 (02:25 +0200)]
Restart MC5 when it quits or crashes (#593018).

14 years ago- Added a utility function (empathy_account_reconnect_async) to easily
Jonathan Tellier [Tue, 25 Aug 2009 19:57:41 +0000 (15:57 -0400)]
- Added a utility function (empathy_account_reconnect_async) to easily
  reconnect an account.
- When we apply changes to an account, instead of disconnecting and
  reconnecting it, we use the new empathy_account_reconnect_async
  function.

14 years agoUpdated Marathi Translations
Sandeep Shedmake [Wed, 26 Aug 2009 11:57:39 +0000 (17:27 +0530)]
Updated Marathi Translations

14 years agoUpdated Tamil Translations
ifelix [Wed, 26 Aug 2009 10:52:38 +0000 (16:22 +0530)]
Updated Tamil Translations

14 years agoUpdated Gujarati Translations
Sweta Kothari [Wed, 26 Aug 2009 08:56:43 +0000 (14:26 +0530)]
Updated Gujarati Translations

14 years agoUpdated Basque language
Inaki Larranaga Murgoitio [Wed, 26 Aug 2009 08:47:40 +0000 (10:47 +0200)]
Updated Basque language

14 years agoUpdated Tamil Translations
ifelix [Wed, 26 Aug 2009 08:37:42 +0000 (14:07 +0530)]
Updated Tamil Translations

14 years agoMerge branch 'debug-window'
Xavier Claessens [Wed, 26 Aug 2009 07:54:29 +0000 (09:54 +0200)]
Merge branch 'debug-window'

Conflicts:
src/empathy-debug-window.c

14 years agoRename EmpathyDebugDialog to EmpathyDebugWindow
Xavier Claessens [Fri, 21 Aug 2009 13:16:12 +0000 (15:16 +0200)]
Rename EmpathyDebugDialog to EmpathyDebugWindow

14 years agoMake EmpathyDebugDialog be a GtkWindow subclass rather than a GtkDialog.
Xavier Claessens [Fri, 21 Aug 2009 12:39:03 +0000 (14:39 +0200)]
Make EmpathyDebugDialog be a GtkWindow subclass rather than a GtkDialog.

This is because:
1) There are no actions, so it's not a dialog
2) We want to hide the seperator for the action area
3) To be able to maximize the window

14 years agoRequest presence again when an account is enabled
Cosimo Cecchi [Tue, 25 Aug 2009 17:59:33 +0000 (19:59 +0200)]
Request presence again when an account is enabled

14 years agoUpdated Swedish translation
Daniel Nylander [Tue, 25 Aug 2009 18:36:14 +0000 (20:36 +0200)]
Updated Swedish translation

14 years agoBump version
Xavier Claessens [Tue, 25 Aug 2009 17:10:44 +0000 (19:10 +0200)]
Bump version

14 years agoUpdate NEWS
Xavier Claessens [Tue, 25 Aug 2009 16:50:54 +0000 (18:50 +0200)]
Update NEWS

14 years agoremove trailing spaces
Xavier Claessens [Tue, 25 Aug 2009 16:48:32 +0000 (18:48 +0200)]
remove trailing spaces

14 years agoRemove the generate .service file
Xavier Claessens [Tue, 25 Aug 2009 16:45:41 +0000 (18:45 +0200)]
Remove the generate .service file

14 years agoPrepare for 2.27.91.1 release
Xavier Claessens [Tue, 25 Aug 2009 15:43:53 +0000 (17:43 +0200)]
Prepare for 2.27.91.1 release

14 years agoWe require gnome-doc-utils 0.17.3
Xavier Claessens [Tue, 25 Aug 2009 15:41:31 +0000 (17:41 +0200)]
We require gnome-doc-utils 0.17.3

14 years agoUpdated Turkish translation.
Baris Cicek [Tue, 25 Aug 2009 15:25:34 +0000 (18:25 +0300)]
Updated Turkish translation.

14 years agoShip empathy-account-widget-private.h within the tarball.
Xavier Claessens [Tue, 25 Aug 2009 15:03:35 +0000 (17:03 +0200)]
Ship empathy-account-widget-private.h within the tarball.

14 years agoAdd a note to NEWS that we added libunique dependency and MC5 will get keyring suppor...
Xavier Claessens [Tue, 25 Aug 2009 15:03:07 +0000 (17:03 +0200)]
Add a note to NEWS that we added libunique dependency and MC5 will get keyring support rsn.

14 years agoUpdate GtkDoc
Xavier Claessens [Tue, 25 Aug 2009 14:42:24 +0000 (16:42 +0200)]
Update GtkDoc

14 years agoUpdate python bindings
Xavier Claessens [Tue, 25 Aug 2009 14:23:00 +0000 (16:23 +0200)]
Update python bindings

14 years agoFix alignment
Xavier Claessens [Tue, 25 Aug 2009 14:22:32 +0000 (16:22 +0200)]
Fix alignment

14 years agoUpdate NEWS file
Xavier Claessens [Tue, 25 Aug 2009 14:20:01 +0000 (16:20 +0200)]
Update NEWS file

14 years agoBump ABI versions
Xavier Claessens [Tue, 25 Aug 2009 14:11:01 +0000 (16:11 +0200)]
Bump ABI versions

14 years agoBump version to 2.27.91
Xavier Claessens [Tue, 25 Aug 2009 14:10:23 +0000 (16:10 +0200)]
Bump version to 2.27.91

14 years agoDon't display 'null' in accounts UI for unknown protocols
Will Thompson [Tue, 25 Aug 2009 13:40:46 +0000 (14:40 +0100)]
Don't display 'null' in accounts UI for unknown protocols

14 years agoAdd human-readable names for Yahoo! Japan and Facebook Chat
Will Thompson [Tue, 25 Aug 2009 13:37:57 +0000 (14:37 +0100)]
Add human-readable names for Yahoo! Japan and Facebook Chat

These are both marked for translation. Obviously the first should be
localized in its target market, and the latter probably wants
translating too (perhaps "Clavardage de Facebook"?).

14 years agoCall gettext for translated protocol names
Will Thompson [Tue, 25 Aug 2009 13:34:30 +0000 (14:34 +0100)]
Call gettext for translated protocol names

14 years agoWorkaround for Clutter bug
Pierre-Luc Beaudoin [Mon, 24 Aug 2009 15:42:53 +0000 (11:42 -0400)]
Workaround for Clutter bug

Use a GtkFrame instead of a GtkViewport
Bugs: http://bugzilla.openedhand.com/show_bug.cgi?id=1751
http://bugzilla.gnome.org/show_bug.cgi?id=590692

14 years agoUse datadir instead of the dir suggested in the dbus pkgfile
Sjoerd Simons [Tue, 25 Aug 2009 12:57:08 +0000 (13:57 +0100)]
Use datadir instead of the dir suggested in the dbus pkgfile

14 years agoAdd client and service file for o.fd.Tp.Client.Empathy.
Jonny Lamb [Tue, 25 Aug 2009 12:24:06 +0000 (13:24 +0100)]
Add client and service file for o.fd.Tp.Client.Empathy.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoUpdated Oriya Translation
Manoj Kumar Giri [Tue, 25 Aug 2009 12:37:02 +0000 (18:07 +0530)]
Updated Oriya Translation

14 years agoUpdated Simplified Chinese translation.
Aron Xu [Tue, 25 Aug 2009 11:32:22 +0000 (19:32 +0800)]
Updated Simplified Chinese translation.

14 years agoWait for the connection to be ready before requesting contacts from it.
Jonny Lamb [Tue, 25 Aug 2009 10:40:16 +0000 (11:40 +0100)]
Wait for the connection to be ready before requesting contacts from it.

Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
14 years agoRemove unused variable
Sjoerd Simons [Tue, 25 Aug 2009 11:01:56 +0000 (12:01 +0100)]
Remove unused variable

14 years agoUse the display name in hte adium parser
Cosimo Cecchi [Tue, 25 Aug 2009 09:58:21 +0000 (11:58 +0200)]
Use the display name in hte adium parser

14 years agoAdd a missing include
Cosimo Cecchi [Tue, 25 Aug 2009 09:51:01 +0000 (11:51 +0200)]
Add a missing include

14 years agoUse the new function in the accounts dialog
Cosimo Cecchi [Tue, 25 Aug 2009 09:50:51 +0000 (11:50 +0200)]
Use the new function in the accounts dialog

14 years agoMake empathy_protocol_name_to_display_name public
Cosimo Cecchi [Tue, 25 Aug 2009 09:50:26 +0000 (11:50 +0200)]
Make empathy_protocol_name_to_display_name public

14 years agoRename Salut to People Nearby
Cosimo Cecchi [Tue, 25 Aug 2009 09:35:58 +0000 (11:35 +0200)]
Rename Salut to People Nearby

14 years agoUse correct names in the chooser
Cosimo Cecchi [Tue, 25 Aug 2009 09:28:11 +0000 (11:28 +0200)]
Use correct names in the chooser

XMPP->Jabber
Yahoo->Yahoo!

14 years agoFix coding style
Cosimo Cecchi [Tue, 25 Aug 2009 00:56:40 +0000 (02:56 +0200)]
Fix coding style