aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Serbian translationBranko Kokanović2009-09-062-1558/+3062
|
* Convert Pidgin's int values to uintsCosimo Cecchi2009-09-061-2/+5
|
* Fix a long lineCosimo Cecchi2009-09-061-1/+2
|
* Manually handle delete events.Cosimo Cecchi2009-09-061-1/+12
|
* Updating Translation for Gurmukhi by A S AlamA S Alam2009-09-061-577/+924
|
* Updated Italian translationMilo Casagrande2009-09-061-204/+2
|
* chatroom-manager: only parse xml file once the account manager is readyJonny Lamb2009-09-061-1/+31
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* [help] Created the Contact Management section in the index pageMilo Casagrande2009-09-063-2/+9
| | | | Moved the contact related tasks in the new section
* Hungarian translation updatedGabor Kelemen2009-09-051-786/+1519
|
* Updating Estonian translationIvar Smolin2009-09-051-37/+77
|
* [help] Some small correctionsShaun McCance2009-09-052-5/+11
|
* [help] Updates to instructions for audio and video conversationsShaun McCance2009-09-053-105/+148
|
* [help] Fixed a wrong full stop on a titleMilo Casagrande2009-09-041-1/+1
|
* Updated Italian translationMilo Casagrande2009-09-041-780/+1656
|
* Updated German translationChristian Kirbach2009-09-031-93/+154
|
* add facebook iconGuillaume Desmottes2009-09-034-0/+3
|
* Updated Hebrew translationMark Krapivner2009-09-031-463/+740
|
* [help] Changing select to choose where appropriate, per GDP Style GuideShaun McCance2009-09-037-8/+8
|
* [help] Updates to create-account, import-account, and offline-contactsShaun McCance2009-09-033-112/+79
|
* Updated Basque languageInaki Larranaga Murgoitio2009-09-031-58/+106
|
* Limit the x264enc bitrateOlivier Crête2009-09-021-0/+1
|
* Updated Brazilian Portuguese translation by Fábio Nogueira ↵Fábio Nogueira2009-09-021-720/+853
| | | | <fnogueira@gnome.org> and Og Maciel <ogmaciel@gnome.org>.
* Stop the sink on stream close to prevent deadlockOlivier Crête2009-09-021-0/+48
|
* Add stream-closed signal to EmpathyCallHandler for when a stream is closedOlivier Crête2009-09-021-0/+16
|
* callback is for handler no TfChannelOlivier Crête2009-09-021-1/+2
|
* Use GOptionContext to parse optionsOlivier Crête2009-09-021-8/+14
| | | | | Use GOptionContext directly to the help for gst options is also displayed.
* [help] More reviews and updates for account management topicsShaun McCance2009-09-029-288/+211
|
* [help] Completed review of some pagesShaun McCance2009-09-029-46/+62
|
* [help] Adding Google Talk notes, review informationShaun McCance2009-09-022-2/+15
|
* Fix long lines.Cosimo Cecchi2009-09-011-2/+4
|
* Be sure that FindChannelRequest has a ref to the DispatcherCosimo Cecchi2009-09-011-1/+1
| | | | It has to own a reference, as it will unref when free-ing the struct.
* Don't set empty values for the default EmpathyHandlerCosimo Cecchi2009-09-012-0/+14
| | | | | | | | | This implies the following: - have an empty default handler when the Dispatcher is used directly with the singleton - autogenerate the name for the default handler - set priv->filters in the handler to an empty GPtrArray in this case, as that can't be NULL.
* Update Norwegian bokmål translation.Kjartan Maraas2009-09-011-333/+609
|
* Fix duplicate XML ids in GtkBuilder file that stopped it from loadingDavyd Madeley2009-09-011-3/+3
|
* [empathy_builder_get_file] NULL out passed GObj ptrs if GtkBuilder file brokenDavyd Madeley2009-09-011-1/+11
| | | | | | | | | | | If the GtkBuilder file passed to empathy_builder_get_file is broken, it returns NULL, but doesn't touch the contents of any pointers passed to retrieve GObjects. In several places we start using these pointers without checking whether the file was actually setup, which causes Empathy to crash. Ideally callers of empathy_builder_get_file() should check whether or not the function returned correctly before using any of the passed pointers, but in case they don't, make sure we're not passing pointers to random memory.
* Updated Swedish translationDaniel Nylander2009-09-011-128/+192
|
* Changed dialog constructor calls to use a string literal with format argumentsLouis-Francis Ratté-Boulianne2009-09-011-4/+4
|
* Updated French translationClaude Paroz2009-09-011-669/+876
| | | | Contributed by Bruno Brouard and Claude Paroz
* Updated Spanish translationJorge González2009-09-011-101/+147
|
* [help] Remove irc-account from Makefile.amShaun McCance2009-09-011-1/+0
|
* Always try to use the Requests interface before calling RequestChannelSjoerd Simons2009-09-011-10/+43
|
* [help] More info about IRC passwords and file sendingShaun McCance2009-09-013-66/+28
|
* [help] Updating IRC instructions, removing irc-account.pageShaun McCance2009-09-014-136/+9
|
* Updated Arabic translationKhaled Hosny2009-09-011-69/+111
|
* Only set the icon name to gtalk for gtalk accountsSjoerd Simons2009-08-311-1/+2
|
* Sort Gtalk after jabberSjoerd Simons2009-08-311-0/+11
|
* Add display name for "gtalk"Cosimo Cecchi2009-08-311-0/+1
|
* Use the new APIs in the assistant and the dialogCosimo Cecchi2009-08-312-10/+25
|
* GTalk-enable the protocol chooserSjoerd Simons2009-08-312-7/+34
|
* Construct the GTalk widget according to the icon nameCosimo Cecchi2009-08-311-1/+28
|
* Add a specialized GTalk widget UI in gladeCosimo Cecchi2009-08-311-5/+114
|
* Fix a long lineCosimo Cecchi2009-08-311-1/+2
|
* Use empathy_protocol_icon_name()Cosimo Cecchi2009-08-311-1/+1
|
* Fall back to the default icon if an empty icon name is setCosimo Cecchi2009-08-311-5/+6
|
* Always set the icon name on account creation.Cosimo Cecchi2009-08-311-5/+2
|
* Implement setting icon name to the account and to the settings.Cosimo Cecchi2009-08-314-2/+166
|
* Use valid desktop category.Brian Pepple2009-08-311-1/+1
|
* Always update the control buttons sensitivity on creation.Cosimo Cecchi2009-08-311-11/+7
|
* Fixed some of the EmpathyAccountWidget's control button behaviour.Jonathan Tellier2009-08-311-2/+16
| | | | | | | - When creating an IRC account, we are now making sure that the control buttons have the correct state. - When creating an account, the "Cancel" button is always sensitive. - Fixed a style error in EmpathyAccountsDialog.
* Merge commit 'jtellier/confirm-lose-accounts-settings'Cosimo Cecchi2009-08-313-62/+330
|\
| * Fixed styleJonathan Tellier2009-08-291-15/+18
| |
| * Marked strings for translation.Jonathan Tellier2009-08-291-7/+7
| |
| * Merged with masterJonathan Tellier2009-08-291-1/+8
| |
| * Fixed bug which would occur when deleting account with pending changesJonathan Tellier2009-08-291-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | - 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.
| * Using GtkTreeRowReference instead of a string path.Jonathan Tellier2009-08-291-9/+10
| | | | | | | | | | | | | | - 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.
| * Simplified the code that checks if selected account has pending changesJonathan Tellier2009-08-291-7/+3
| |
| * Improved confirmation dialog shown to the user before discarding changesJonathan Tellier2009-08-293-93/+94
| | | | | | | | | | | | | | | | | | | | | | | | - 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.
| * Fixed styleJonathan Tellier2009-08-291-1/+1
| |
| * Fixed crash when checking if an account has pending changesJonathan Tellier2009-08-291-3/+2
| |
| * Minor changes to EmpathyAccountWidget and EmpathyAccountsDialogJonathan Tellier2009-08-292-17/+4
| | | | | | | | | | | | | | | | | | | | | | - 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
| * Asking for confirmation before losing pending accounts changes.Jonathan Tellier2009-08-295-21/+294
| | | | | | | | | | | | | | | | 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.
* | Merge commit 'jtellier/set-account-name-translator-hint'Cosimo Cecchi2009-08-311-3/+5
|\ \
| * | Improved the comment related to the IRC default display name.Jonathan Tellier2009-08-281-3/+5
| | | | | | | | | | | | | | | | | | | | | - Added more indication intended to translators - Added the possibility to swap the parameted in the string "%s on %s" (where the first argument in the login id and the second one is the server)
* | | Updated Kannada(kn) translationShankar Prasad2009-08-311-116/+70
| | |
* | | Merge branch 'send-errors'Will Thompson2009-08-314-14/+60
|\ \ \
| * | | Be consistent with EmpathyMessage style.Will Thompson2009-08-311-8/+16
| | | |
| * | | Ack received messages from ourself.Will Thompson2009-08-313-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sumana Harihareswara reported that she had started a conversation with herself, sent a message, and then tried to close the window, but whenever she did so it reappeared. This was because Empathy did not acknowledge "incoming" messages from the user themself; hence, when it Close()d the channel, Gabble respawned it, because it still had pending messages.
| * | | Handle SendError signal correctly, not as a messageWill Thompson2009-08-311-7/+2
| | | | | | | | | | | | | | | | Fixes Gnome bug #593095 - Send errors are printed as normal messages.
| * | | Use char* not EmpathyMessage in TpChat:send-errorWill Thompson2009-08-312-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | The only consumer of this signal just extracts the body from the EmpathyMessage. It will be easier to handle the SendError D-Bus signal if we don't have to construct an EmpathyMessage from it.
* | | | [help] Updating add-account and create-accountShaun McCance2009-08-315-79/+97
| | | |
* | | | Updated Gujarati TranslationsSweta Kothari2009-08-311-180/+103
|/ / /
* | | Updated Tamil Translationsifelix2009-08-311-68/+97
| | |
* | | [help] Updates to 'Add an account' topicShaun McCance2009-08-311-45/+27
| | |
* | | Add basic media-signalling capabilitiesSjoerd Simons2009-08-311-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add basic capabilities for media-signalling so future CM's will still advertise support for them. Currently we announce: org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/ice-udp org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/gtalk-p2p Fixes #593041
* | | Add the filters not in the Client file to a second HandlerSjoerd Simons2009-08-311-3/+18
| | | | | | | | | | | | | | | | | | A Dispatcher isn't guaranteed to ask the Handlers D-Bus interface for the filter after launching it. So have our main handler match what is defined in the client file and add an extra head which contains the complete list
* | | Add functions on the dispatcher to add/remove extra handlersSjoerd Simons2009-08-312-0/+81
| | |
* | | Add a simple abstraction for implementing handlersSjoerd Simons2009-08-316-126/+615
| | | | | | | | | | | | | | | Implement an EmpathyHandler object which can be used to easily add extra Client.Handler heads on D-Bus.
* | | Updated German translationMichael Kanis2009-08-301-421/+665
| | |
* | | Updating Estonian translationIvar Smolin2009-08-301-35/+232
| | |
* | | Updated Arabic translationKhaled Hosny2009-08-291-366/+622
| | |
* | | Updated Spanish translationJorge González2009-08-291-312/+572
| | |
* | | Update Korean translationChangwoo Ryu2009-08-291-858/+1474
| | |
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2009-08-292-906/+1403
| | |
* | | Updated Basque languageInaki Larranaga Murgoitio2009-08-291-115/+83
| | |
* | | Updated Belarusian translationAlexander Nyakhaychyk2009-08-291-70/+53
| |/ |/|
* | Point to a help topic that exists from Accounts windowShaun McCance2009-08-291-1/+1
| |
* | [help] Adding information about the Accounts window and IRCShaun McCance2009-08-298-2/+252
| |
* | Add empathy_make_absolute_url_len to limit the lenght of url stringPierre-Luc Beaudoin2009-08-293-13/+28
| | | | | | | | Related to http://bugzilla.gnome.org/show_bug.cgi?id=593207
* | [help] Fixed a warning, was using id not styleMilo Casagrande2009-08-291-1/+1
| |
* | Update python bindingsSjoerd Simons2009-08-282-1/+6
| |
* | Make the protocol property read-onlySjoerd Simons2009-08-281-9/+3
| |
* | Base the selected widget both on the CM and the protocolSjoerd Simons2009-08-284-70/+70
| | | | | | | | | | | | | | 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.
* | Merge branch 'fix-navigation-handling'Gustavo Noronha Silva2009-08-281-9/+19
|\ \
| * | Fix assumption about navigation-request not being called for HTML string loadGustavo Noronha Silva2009-08-281-9/+19
| |/ | | | | | | | | | | This bug was exposed by the WebKitGTK+ bug that prevented navigation-request from being emitted in various situations being fixed.
* | Add missing ;Luca Ferretti2009-08-281-1/+1
| |
* | Merge branch 'do-say-me-think'Will Thompson2009-08-283-38/+68
|\ \ | | | | | | | | | Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
| * | Remove validation from chat_send.Will Thompson2009-08-281-22/+8
| | | | | | | | | | | | | | | Instead, call empathy_message_new_from_entry (), which parses the entered text for us.
| * | Don't parse message in EmpathyMessage:body setterWill Thompson2009-08-281-15/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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".
| * | Add empathy_message_new_from_entry()Will Thompson2009-08-282-0/+57
| | | | | | | | | | | | | | | | | | 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().
| * | /clearly shouldn't clear the window.Will Thompson2009-08-281-1/+1
| | |
* | | Fix .desktop file (GNOME bug 592737)Frédéric Péters2009-08-281-1/+3
| | |
* | | Do not construct a sentence for an assistant error string (GNOME bug 593257)Frédéric Péters2009-08-281-16/+6
| | |
* | | Only unref the AccountManager if it's not NULLCosimo Cecchi2009-08-281-1/+3
| | |
* | | Word 'wizard' should not be used, fixes bug 593285Milo Casagrande2009-08-281-1/+1
| | |
* | | Updated Marathi TranslationsSandeep Shedmake2009-08-281-139/+59
| | |
* | | Updated Marathi TranslationsSandeep Shedmake2009-08-281-24/+26
| | |
* | | Updated Kannada(kn) translationShankar Prasad2009-08-281-570/+744
| | |
* | | Updated Serbian translationBranko Kokanović2009-08-282-25882/+2042
| | |
* | | [help] Fixed some topics against the new UIMilo Casagrande2009-08-285-35/+39
| | | | | | | | | | | | | | | | | | Topics fixed: add-account, disable-account, remove-account, irc-account Added irc-account to irc-manage Used 2column for irc-manage
* | | Updated Belarusian translationAlexander Nyakhaychyk2009-08-281-610/+777
|/ /
* | Fall back to protocol name in Adium themesWill Thompson2009-08-281-0/+2
| | | | | | | | Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
* | When not connected don't apply !offline states but save themSjoerd Simons2009-08-281-5/+7
| | | | | | | | | | | | 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
* | ->connected always has the right status, so use that instead of specialcasingSjoerd Simons2009-08-281-8/+1
| |
* | Only assume connected when we have neither Connman or NMSjoerd Simons2009-08-281-1/+1
| |
* | Slightly improve debug infoSjoerd Simons2009-08-281-1/+2
| |
* | Updated Basque languageInaki Larranaga Murgoitio2009-08-281-3/+37
| |
* | Updated Basque languageInaki Larranaga Murgoitio2009-08-281-61/+49
|/
* Merge branch 'master'; commit 'jtellier/set-account-name'Cosimo Cecchi2009-08-271-2/+98
|\
| * - Added information intented to translators.Jonathan Tellier2009-08-271-2/+12
| | | | | | | | - Fixed leak of the the display name.
| * Using a new logic to set the default display name:Jonathan Tellier2009-08-271-10/+39
| | | | | | | | | | | | * If irc use "[account] on [server]" * If there is an account property use "[account]" * If there is no account property use "[protocol] Account"
| * Only setting the display name to the Login ID for protocol which haveJonathan Tellier2009-08-271-3/+7
| | | | | | | | this property.
| * - The account display gets updated in the account list and in theJonathan Tellier2009-08-271-1/+54
| | | | | | | | | | account name label. - By default, the account default display name is set to the login id.
* | Merge commit 'jtellier/reconnect-account'Guillaume Desmottes2009-08-273-37/+76
|\ \ | |/ |/|
| * - Added a utility function (empathy_account_reconnect_async) to easilyJonathan Tellier2009-08-263-37/+76
| | | | | | | | | | | | | | 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.
* | Remove libmissioncontrol depsPierre-Luc Beaudoin2009-08-272-4/+4
| | | | | | | | and remove trailing spaces
* | Update POTFILES.in after file renamingClaude Paroz2009-08-271-1/+1
| |
* | Only request presence when the account is enabled (#593161).Cosimo Cecchi2009-08-271-9/+12
| |
* | Ensure we call the empathy_sound_stop from the main threadSjoerd Simons2009-08-261-1/+2
| | | | | | | | | | 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.
* | Ensure all accounts when getting all propertiesCosimo Cecchi2009-08-261-9/+71
| | | | | | | | | | | | 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.
* | Implement empathy_account_refresh_properties()Cosimo Cecchi2009-08-262-7/+20
| |
* | Fix long lines.Cosimo Cecchi2009-08-261-4/+5
| |
* | Restart MC5 when it quits or crashes (#593018).Cosimo Cecchi2009-08-261-28/+47
|/
* Updated Marathi TranslationsSandeep Shedmake2009-08-261-889/+1572
|
* Updated Tamil Translationsifelix2009-08-261-23/+31
|
* Updated Gujarati TranslationsSweta Kothari2009-08-261-875/+1561
|
* Updated Basque languageInaki Larranaga Murgoitio2009-08-261-363/+622
|
* Updated Tamil Translationsifelix2009-08-261-320/+522
|
* Merge branch 'debug-window'Xavier Claessens2009-08-265-186/+188
|\ | | | | | | | | Conflicts: src/empathy-debug-window.c
| * Rename EmpathyDebugDialog to EmpathyDebugWindowXavier Claessens2009-08-264-141/+141
| |
| * Make EmpathyDebugDialog be a GtkWindow subclass rather than a GtkDialog.Xavier Claessens2009-08-262-5/+7
| | | | | | | | | | | | | | 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
* | Request presence again when an account is enabledCosimo Cecchi2009-08-261-0/+17
| |
* | Updated Swedish translationDaniel Nylander2009-08-261-331/+520
| |
* | Bump versionXavier Claessens2009-08-261-1/+1
| |
* | Update NEWSEMPATHY_2_27_91_1Xavier Claessens2009-08-261-0/+1
| |
* | remove trailing spacesXavier Claessens2009-08-261-2/+2
| |
* | Remove the generate .service fileXavier Claessens2009-08-261-2/+3
| |
* | Prepare for 2.27.91.1 releaseXavier Claessens2009-08-252-1/+6
| |
* | We require gnome-doc-utils 0.17.3Xavier Claessens2009-08-251-1/+1
| |
* | Updated Turkish translation.Baris Cicek2009-08-251-868/+760
| |
* | Ship empathy-account-widget-private.h within the tarball.EMPATHY_2_27_91Xavier Claessens2009-08-251-1/+1
| |
* | Add a note to NEWS that we added libunique dependency and MC5 will get ↵Xavier Claessens2009-08-251-1/+4
| | | | | | | | keyring support rsn.
* | Update GtkDocXavier Claessens2009-08-254-3/+22
| |
* | Update python bindingsXavier Claessens2009-08-255-0/+775
| |
* | Fix alignmentXavier Claessens2009-08-251-1/+1
| |
* | Update NEWS fileXavier Claessens2009-08-251-0/+94
| |
* | Bump ABI versionsXavier Claessens2009-08-251-4/+4
| |
* | Bump version to 2.27.91Xavier Claessens2009-08-251-1/+1
| |
* | Don't display 'null' in accounts UI for unknown protocolsWill Thompson2009-08-251-5/+10
| |
* | Add human-readable names for Yahoo! Japan and Facebook ChatWill Thompson2009-08-251-0/+2
| | | | | | | | | | | | 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"?).
* | Call gettext for translated protocol namesWill Thompson2009-08-251-10/+16
| |
* | Workaround for Clutter bugPierre-Luc Beaudoin2009-08-252-2/+6
| | | | | | | | | | | | 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
* | Use datadir instead of the dir suggested in the dbus pkgfileSjoerd Simons2009-08-251-1/+1
| |
* | Add client and service file for o.fd.Tp.Client.Empathy.Jonny Lamb2009-08-254-1/+23
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | Updated Oriya TranslationManoj Kumar Giri2009-08-251-420/+640
| |
* | Updated Simplified Chinese translation.Aron Xu2009-08-251-463/+703
| |
* | Wait for the connection to be ready before requesting contacts from it.Jonny Lamb2009-08-251-6/+22
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | Remove unused variableSjoerd Simons2009-08-251-4/+0
| |
* | Use the display name in hte adium parserCosimo Cecchi2009-08-251-1/+2
| |
* | Add a missing includeCosimo Cecchi2009-08-251-0/+2
| |
* | Use the new function in the accounts dialogCosimo Cecchi2009-08-251-2/+4
| |
* | Make empathy_protocol_name_to_display_name publicCosimo Cecchi2009-08-253-30/+32
| |
* | Rename Salut to People NearbyCosimo Cecchi2009-08-251-1/+1
| |
* | Use correct names in the chooserCosimo Cecchi2009-08-251-2/+2
| | | | | | | | | | XMPP->Jabber Yahoo->Yahoo!
* | Fix coding styleCosimo Cecchi2009-08-251-1/+2
| |
* | Use the correct protocol name for the sortingCosimo Cecchi2009-08-251-1/+1
| |
* | Filter haze elements in the protocol chooserCosimo Cecchi2009-08-251-7/+77
| | | | | | | | The rule is: free protocols on top and the rest is alphabetical.
* | Check for NULL values returned by dup_selected()Cosimo Cecchi2009-08-251-0/+9
| |
* | Fix a crash caused by tp-glib emitting invalidated in disposeSjoerd Simons2009-08-251-20/+11
| | | | | | | | | | | | | | When an TpProxy is disposed tp-glib emits the invalidated signal. This meant that when EmpathyAccount disposed its TpConnection as a result of the account manager saying the connection was gone, the invalidated signal was emitted. As a result of which the TpConnection would get disposed again...
* | Updated Tamil Translationsifelix2009-08-251-193/+242
| |
* | Merge branch 'mc5', fixes bug #590165Sjoerd Simons2009-08-25127-5115/+11059
|\ \
| * | Rename empathy_profile_chooser_get_type to _protocol_Sjoerd Simons2009-08-251-1/+1
| | |
| * | Remove non-existing file from POTFILES.inSjoerd Simons2009-08-251-1/+0
| | |
| * | Fallback to setting the global presence to offline if no account has a ↵Jonny Lamb2009-08-251-0/+1
| | | | | | | | | | | | | | | | | | better presence. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | Add example labels to all protocolsCosimo Cecchi2009-08-247-33/+151
| | | | | | | | | | | | Also, fix padding and make the label prettier.
| * | empathy-accounts-dialog: remove the hardcoded Gmail labelGuillaume Desmottes2009-08-241-1/+0
| | |
| * | empathy-account-widget: don't expand and fill vertically the 'Activate' checkboxGuillaume Desmottes2009-08-241-2/+3
| | |
| * | Free the allocated dirname after usageSjoerd Simons2009-08-241-0/+2
| | |
| * | Fix several coding style issuesSjoerd Simons2009-08-242-4/+4
| | |
| * | Add empathy-import-mc4-accounts to POTFILESSjoerd Simons2009-08-241-0/+1
| | |
| * | Don't use a custom function to build the log dirSjoerd Simons2009-08-241-2/+1
| | |
| * | Have log_store_empathy_search_hit_new lookup accounts properlySjoerd Simons2009-08-241-7/+17
| | |
| * | Split out the account name to dirname translationSjoerd Simons2009-08-241-6/+14
| | |
| * | Ensure that the connection data is setup when handle channelsSjoerd Simons2009-08-241-3/+16
| | |
| * | Add a new _ensure_account APISjoerd Simons2009-08-243-4/+17
| | | | | | | | | | | | | | | Have one call which only gets the account if it exists and a different one which creates the account on the given path when needed.
| * | When empathy_account_settings_apply_finish returns false the error is always setSjoerd Simons2009-08-241-2/+1
| | |
| * | Put string up for translationSjoerd Simons2009-08-241-1/+1
| | |
| * | Fix use after freeSjoerd Simons2009-08-241-1/+4
| | |
| * | Fix copyright dateSjoerd Simons2009-08-242-2/+2
| | |
| * | Fix some broken englishSjoerd Simons2009-08-242-3/+3
| | |
| * | Move the logs to the new location after creating the accountSjoerd Simons2009-08-241-4/+92
| | |
| * | Make the dir names for the logs look nicerSjoerd Simons2009-08-241-4/+6
| | |
| * | Refactor the startup sequence a bitSjoerd Simons2009-08-241-30/+37
| | | | | | | | | | | | | | | | | | | | | | | | On initial start the following should happen: * If we haven't tried to import mc4 accounts, do so * If there were no mc4 accounts imported and there are no accounts defined show the account creation assistant. * If we haven't created a salut account, do so
| * | Always set the mc4 imported gconf keySjoerd Simons2009-08-241-9/+2
| | |
| * | Fix debug strings, don't unref the gconf client twiceSjoerd Simons2009-08-241-4/+3
| | |
| * | Add api to ask if we have importer our mc4 accountsSjoerd Simons2009-08-242-0/+15
| | |
| * | Return TRUE if we imported any mc4 accountsSjoerd Simons2009-08-242-12/+20
| | |
| * | Grab passwords from the keyring if neededSjoerd Simons2009-08-242-5/+44
| | |
| * | Overhaul the importer slightlySjoerd Simons2009-08-242-343/+179
| | |
| * | Don't override the display_name when creating the accountSjoerd Simons2009-08-241-6/+0
| | |
| * | Use g_str_has_prefix convenience function for claritySjoerd Simons2009-08-241-1/+2
| | |
| * | Make the gconf entry be false by defaultSjoerd Simons2009-08-242-17/+15
| | |
| * | Don't unref the account object as we don't own itSjoerd Simons2009-08-241-1/+0
| | |
| * | Use new async enable apiSjoerd Simons2009-08-241-1/+1
| | |
| * | Return the correct object when querying the dbus-daemon propertySjoerd Simons2009-08-241-2/+1
| | |
| * | Remove unused finalizeSjoerd Simons2009-08-241-16/+0
| | |
| * | Instantiate the mc4 account importer in empathy.cArnaud Maillet2009-08-241-0/+2
| | |
| * | Add the mc4 account importer files in the makefileArnaud Maillet2009-08-241-0/+1
| | |
| * | Add a new DEBUG domain for the mc4 account importerArnaud Maillet2009-08-242-0/+2
| | |
| * | Add a new gconf value to know if mc4 accounts have to be importedArnaud Maillet2009-08-241-0/+17
| | |
| * | Add empathy-import-mc4-accounts filesArnaud Maillet2009-08-242-0/+586
| | |
| * | Ignore tests/test-empathy-account-assistantXavier Claessens2009-08-241-0/+1
| | |
| * | Use better avatar location: ~/.cache/<cm>/<protocol>/<token>Xavier Claessens2009-08-241-7/+3
| | |
| * | Use the right default answer if we're not importing accountsSjoerd Simons2009-08-231-3/+6
| | |
| * | When creating an account use a connect button instead of an apply buttonSjoerd Simons2009-08-231-1/+2
| | |
| * | Clean up the dialog a bitSjoerd Simons2009-08-231-20/+5
| | |
| * | Make the layout more consistent with the other widgetsSjoerd Simons2009-08-231-15/+7
| | |
| * | Fix some leaks in _settings_discardSjoerd Simons2009-08-231-13/+13
| | | | | | | | | | | | | | | Prevent leaking the unset parameter names when unsetting the array. Also use it as a general utility function in other parts of the code
| * | If the parameter wasn't known return NULL for the dbus signatureSjoerd Simons2009-08-231-0/+3
| | |
| * | Remove dead code and fix some coding style issuesSjoerd Simons2009-08-232-6/+1
| | |
| * | Don't leak a ref to EmpathyAccountSettingsSjoerd Simons2009-08-231-1/+1
| | |
| * | Make the alignment names in the sip.ui file uniqueSjoerd Simons2009-08-231-1/+1
| | |
| * | Don't free the icon name that we don't ownSjoerd Simons2009-08-221-2/+0
| | |
| * | Update python bindingsSjoerd Simons2009-08-221-1/+20
| | |
| * | Every protocols should now have an "Enabled" checkbox in "edit" mode.Jonathan Tellier2009-08-226-7/+26
| | |
| * | Fix errors revealed by make checkJonathan Tellier2009-08-227-13/+14
| | | | | | | | | | | | | | | - Added missing files in po/POTFILES.in - Fixed style
| * | First part of an overhaul of the accounts dialogJonathan Tellier2009-08-229-362/+628
| | |
| * | Enable entering more than an account from the wizard.Cosimo Cecchi2009-08-221-36/+131
| | |
| * | Add example labels to the simple widgetsCosimo Cecchi2009-08-227-21/+175
| | |
| * | Make the import system more future-proofCosimo Cecchi2009-08-2211-82/+213
| | | | | | | | | | | | | | | | | | | | | | | | | | | Split the utilities from the widget and the dialog; we now have an enum for supported applications, with a special value which means "all applications", which is the only one which triggers showing the "Source" column in EmpathyImportWidget. We need this to avoid being redundant in the EmpathyAccountAssistant, as we already choose there the application from which to import.
| * | Remove useless includesCosimo Cecchi2009-08-222-4/+1
| | |