aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update python bindingsEMPATHY_2_28_0Xavier Claessens2009-09-222-0/+138
|
* Update NEWSXavier Claessens2009-09-221-0/+57
|
* [help] Commenting out copyright info for nowShaun McCance2009-09-2242-0/+84
|
* Updating Assamese translationsAmitakhya Phukan2009-09-211-73/+120
|
* Updating Estonian translationMattias Põldaru2009-09-211-6/+10
|
* Set the ice-udp capability directly as wellSjoerd Simons2009-09-201-1/+3
|
* Updated Bulgarian translationYavor Doganov2009-09-201-339/+655
|
* Merge branch 'gnome-2-28-candidate' into gnome-2-28Cosimo Cecchi2009-09-193-18/+88
|\
| * Don't paste if the remote contact is disconnected (#595417).Cosimo Cecchi2009-09-171-0/+7
| |
| * Fix indentation of previous patchXavier Claessens2009-09-161-1/+3
| |
| * empathy_avatar_new takes ownership of arguments. Do not free filename.Xavier Claessens2009-09-161-2/+2
| |
| * Only handle manually text channels.Cosimo Cecchi2009-09-161-0/+6
| |
| * Dispatch existing channels once we initialize the connection.Cosimo Cecchi2009-09-161-0/+21
| |
| * Fix long lines.Cosimo Cecchi2009-09-161-6/+8
| |
| * Always call _ensure_channel for text chats.Cosimo Cecchi2009-09-161-10/+42
| | | | | | | | So we can catch opened channels as well, e.g. if we crashed.
* | maithili updateRajesh Ranjan2009-09-182-0/+2816
| |
* | Updated Ukrainian translationMaxim V. Dziumanenko2009-09-181-379/+684
| |
* | Updated Romanian translationLucian Adrian Grijincu2009-09-181-975/+1778
| |
* | Updated Tamil Translationsifelix2009-09-171-127/+179
| |
* | Adding as to LINGUAS and adding Assamese translations.Amitakhya Phukan2009-09-172-0/+2855
| |
* | Updated Greek translation.Kostas Papadimas2009-09-171-557/+665
| |
* | Updated Lithuanian translationŽygimantas Beručka2009-09-171-433/+833
| |
* | Updated Finnish translationIlkka Tuohela2009-09-161-527/+659
|/
* Update Polish translationTomasz Dominikowski2009-09-161-27/+27
|
* Updated Polish translationPiotr Drąg2009-09-161-47/+49
|
* Updated Slovenian translationMatej Urbančič2009-09-161-925/+1832
|
* Updated Galician TranslationAntón Méixome2009-09-161-369/+669
|
* hindi update by Rajesh RanjanRajesh Ranjan2009-09-161-302/+252
|
* Updated Bengali India TranslationsRuna Bhattacharjee2009-09-161-102/+94
|
* Upadted Oriya TranslationManoj Kumar Giri2009-09-161-257/+352
|
* Updated Telugu Translationkrishnababu k2009-09-151-785/+860
|
* Updating Estonian translationIvar Smolin2009-09-151-20/+6
|
* Updated Finnish translationIlkka Tuohela2009-09-151-1170/+1281
|
* Updated Finnish translationIlkka Tuohela2009-09-151-1281/+1170
|
* Updaeted Malayalam TranslationsAni2009-09-151-227/+126
|
* Updaeted Malayalam TranslationsAni2009-09-151-430/+280
|
* [help] Fixed MSN support of audio/video call, chenged to YesMilo Casagrande2009-09-151-2/+2
|
* Use : instead of / to seperate account and contact idSjoerd Simons2009-09-151-7/+11
|
* Correctly split and sanity check dropped contactsSjoerd Simons2009-09-151-7/+9
|
* Ignore the drop if we can't get the right information from itSjoerd Simons2009-09-151-6/+16
|
* Don't use "/" to separate account and contact.Cosimo Cecchi2009-09-152-2/+2
|
* Fix previous patch.Steve Frécinaux2009-09-151-4/+4
| | | | Sometimes, reworking trivial patches goes bad...
* Ensure the Contact List is moved to the current workspace when shown.Steve Frécinaux2009-09-151-8/+6
| | | | | | | | | | The new metacity/mutter 2.27 only moves windows to current workspace on present() when the window is a dialog. The Contact List isn't one, so we try to be smart and move explicitely the window's toplevel GdkWindow on the current workspace before trying to present it. This has been tested successfully with mutter 2.27 and metacity 2.26. This fixes Bug 593883 - Empathy misbehaviour within gnome-shell.
* Depend on released libchamplain 0.4Pierre-Luc Beaudoin2009-09-151-4/+4
|
* Plug some leaksCosimo Cecchi2009-09-142-0/+5
|
* Added Asturian translationAstur2009-09-142-0/+2941
|
* Check for NULL sink.Cosimo Cecchi2009-09-141-0/+3
|
* Fix long lines.Cosimo Cecchi2009-09-141-22/+33
|
* Move the toolbar setup after we initialize the audio outputCosimo Cecchi2009-09-141-2/+2
|
* Updated Bengali India TranslationsRuna Bhattacharjee2009-09-141-959/+1140
|
* Fix a long line.Cosimo Cecchi2009-09-141-1/+2
|
* Watch the DBus signature of the param.Cosimo Cecchi2009-09-141-5/+28
| | | | We used to hardcode UINT, but this does not work for haze CMs.
* Move accounts assignment after the CMS are readyCosimo Cecchi2009-09-141-2/+2
|
* Move protocol_is_supported() to empathy-import-utilsCosimo Cecchi2009-09-143-26/+53
|
* [EmpathyVideoWidget] fix X crash when using Empathy with GTK+ c-s-wDanielle Madeley2009-09-141-0/+13
| | | | | | | | | | | | | | In client-side-windows enabled GTK+, a call to GDK_WINDOW_XID() implicitly calls gdk_window_ensure_native() so that a native X11 window exists serverside to have an XID for. Calling gdk_window_ensure_native() from a thread is not awesome and causes Empathy to abort with one of several X errors. The fix is to call GDK_WINDOW_XID() as soon as the widget is realized, before the XID is requested from a thread (it would be neater to call gdk_window_ensure_native() here, but that would force us to require GTK+ 2.18, which we don't want to do). Fixes gnome bug #594890
* Assert that we get a non-null account passed when creating a contact for a logSjoerd Simons2009-09-141-0/+1
|
* When getting messages for a file, pass the account as we already know itSjoerd Simons2009-09-141-14/+4
|
* Ensure we don't add the same contact twice at the top-levelSjoerd Simons2009-09-141-0/+18
|
* Check if the remote-contact is actually there before putting it on the listSjoerd Simons2009-09-141-1/+2
|
* Ensure the notification callback data is always freedSjoerd Simons2009-09-141-6/+20
|
* Fix potential usage of an unitialized valueSjoerd Simons2009-09-141-1/+1
|
* Updated Danish translationAsk H. Larsen2009-09-131-139/+88
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2009-09-132-216/+216
|
* Updated British English translationPhilip Withnall2009-09-131-852/+1752
|
* Updated Danish translationKenneth Nielsen2009-09-121-992/+1786
|
* Added Bengali translationJamil Ahmed2009-09-122-0/+2966
|
* remove duplicated id in yahoo account ui file (GNOME bug 594776)Frédéric Péters2009-09-111-1/+1
|
* Updated Portuguese translationDuarte Loreto2009-09-111-887/+1720
|
* Updated Kannada(kn) translationShankar Prasad2009-09-111-93/+146
|
* hindi update by Rajesh RanjanRajesh Ranjan2009-09-101-879/+1708
|
* Updated Turkish translation.Baris Cicek2009-09-101-122/+188
|
* Updated German doc translationMario Blättermann2009-09-101-1017/+2936
|
* [help] Adding geolocation note about servers supporting PEPShaun McCance2009-09-101-0/+8
|
* dispatcher_request_failed: check if conn_data is not NULLGuillaume Desmottes2009-09-101-2/+7
| | | | | | | | | | Trace attached on lp #392678 seems to indicate that the priv->connections hash table doesn't have a ConnectionData associated with the connection. A possible explanation could be that this connection has been invalidated before the RequestChannel call is terminated. Check if ConnectionData so Empathy won't crash in such case.
* [help] Minimal proofreading, deferring some reviews to after 2.28.0Shaun McCance2009-09-1010-43/+90
|
* empathy_account_settings_get_uint32: check if empathy_account_settings_get ↵Guillaume Desmottes2009-09-091-0/+2
| | | | returned NULL (#594653)
* [help] Changing "Salut" to "People Nearby"Shaun McCance2009-09-094-10/+10
|
* [help] Removing start-conversation pageShaun McCance2009-09-092-72/+0
| | | | | We no doubt need to provide some sort of help for the New Conversation dialog, but this isn't the way to do it.
* Updated Greek translation.Kostas Papadimas2009-09-091-981/+1671
|
* Malayalam translations updated.Praveen Arimbrathodiyil2009-09-091-793/+1694
|
* Bump telepathy-glib requirement to 0.7.35Cosimo Cecchi2009-09-091-1/+1
|
* start dev of 2.28.0Guillaume Desmottes2009-09-091-1/+1
|
* upgrade NEWS for 2.27.92EMPATHY_2_27_92Guillaume Desmottes2009-09-091-0/+61
|
* [help] Fixing validity errorsShaun McCance2009-09-0924-2/+48
| | | | Mostly due to broken external-namespace defs in the Mallard spec
* Merge branch 'auto-connect'Jonny Lamb2009-09-082-0/+113
|\
| * empathy: no need to connect to status-changed; notify::connection will doJonny Lamb2009-09-081-57/+29
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * empathy: auto-connect to chatrooms where appropriateJonny Lamb2009-09-081-0/+123
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * chatroom-manager: add a ready propertyJonny Lamb2009-09-081-0/+18
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | Bump the libempathy and libempathy-gtk sonames againSjoerd Simons2009-09-081-2/+2
| |
* | fix typoSjoerd Simons2009-09-081-1/+1
|/
* Updated Marathi TranslationsSandeep Shedmake2009-09-081-119/+187
|
* Updated Gujarati TranslationsSweta Kothari2009-09-081-98/+148
|
* Updated Polish translationPiotr Drąg2009-09-071-2034/+1663
|
* Updated Basque languageInaki Larranaga Murgoitio2009-09-071-3/+37
|
* Updating Estonian translationIvar Smolin2009-09-071-20/+23
|
* tp-contact-factory: allow _get_from_handles to call with no handles.Jonny Lamb2009-09-071-0/+5
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* 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
| |