aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Unref the connection if it fails to become ready or is invalidatedSjoerd Simons2009-07-301-10/+17
|
* Fix some coding style issuesSjoerd Simons2009-07-291-3/+3
|
* Fix some leaksSjoerd Simons2009-07-291-1/+7
|
* Add a utility function to may protocols to their iconsSjoerd Simons2009-07-294-3/+10
|
* Update gitignoreXavier Claessens2009-07-281-1/+1
|
* Add missing includes in empathy-share-my-desktop.cXavier Claessens2009-07-281-0/+2
|
* Merge commit 'upstream/master' into mc5Sjoerd Simons2009-07-2876-8109/+12906
|\ | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c src/empathy.c
| * Set status text first in presence chooser widget model.Frédéric Péters2009-07-281-6/+6
| | | | | | | | | | | | | | ATK will take the first column of the model to get the textual value of a row, so make it something useful (instead of icon-name); also fill that cell with a value for "custom message" commands, so they are also known to ATK. (GNOME bug 589830)
| * correctly display contact names in a11y tools (GNOME bug 545282)Frédéric Péters2009-07-281-0/+4
| |
| * Updated Arabic translationKhaled Hosny2009-07-281-31/+35
| |
| * Updated Lithuanian translationŽygimantas Beručka2009-07-271-287/+329
| |
| * Updated German translationMario Blättermann2009-07-261-420/+360
| |
| * Updated Simplified Chinese translation.Aron Xu2009-07-261-905/+1487
| |
| * Updated Belarusian translationAlexander Nyakhaychyk2009-07-251-46/+39
| |
| * Updated Belarusian translationAlexander Nyakhaychyk2009-07-251-749/+1936
| |
| * Fixed copy/paste mistake (Remove members from the right set)Louis-Francis Ratté-Boulianne2009-07-231-2/+2
| |
| * Updated Swedish translationDaniel Nylander2009-07-231-22/+26
| |
| * remove trailing tabulationFrédéric Péters2009-07-221-1/+1
| |
| * Updated Galician Translation.Fran Diéguez2009-07-221-727/+1104
| |
| * migrate configuration files to XDG config directoryFrédéric Péters2009-07-211-0/+63
| |
| * Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007)Frédéric Péters2009-07-216-9/+9
| |
| * Updated Tamil translationdrtvasudevan2009-07-211-13/+16
| |
| * Updated Spanish translationJorge González2009-07-211-12/+16
| |
| * Add EMPATHY_DEBUG_SHARE_DESKTOP in libempathy/empathy-debug.hArnaud Maillet2009-07-201-0/+1
| |
| * Instantiate ShareMyDesktop feature in the contact menu of EmpathyArnaud Maillet2009-07-202-0/+32
| |
| * Add the new files in Makefile.amArnaud Maillet2009-07-201-0/+2
| |
| * Add ShareMyDesktop filesArnaud Maillet2009-07-202-0/+273
| |
| * Updated Spanish translationJorge González2009-07-181-128/+143
| |
| * Updated Spanish translationJorge González2009-07-181-138/+148
| |
| * Updated Tamil translationdrtvasudevan2009-07-181-226/+251
| |
| * Respect the button-images settingMatthias Clasen2009-07-183-142/+28
| | | | | | | | | | Streamline the construction of some buttons, with the nice side-effect that they now obey the button-images setting. See bug 588810.
| * Updated Arabic translationKhaled Hosny2009-07-181-816/+1433
| |
| * Only consider what's clicked a link when priv->hovered_uri is non-NULL ↵Gustavo Noronha Silva2009-07-181-7/+9
| | | | | | | | (Fixes: #588886)
| * Validate parameters to fixup_url() and empathy_url_show()Nicolò Chieffo2009-07-181-1/+6
| | | | | | | | Using g_return{_val,}_if_fail(). Extra validation added by Davyd Madeley.
| * Updated Swedish translationDaniel Nylander2009-07-171-225/+242
| |
| * Escape window names before saving them in geometry.iniNicolò Chieffo2009-07-171-4/+14
| | | | | | | | Fixes #586967
| * Merge commit 'bigon/mc_free'Guillaume Desmottes2009-07-161-1/+1
| |\
| | * Free params glist with mc_protocol_free_params_list instead of g_slist_freeLaurent Bigonville2009-07-161-1/+1
| | |
| * | Make WebKit web inspector available, when using Adium themes.Gustavo Noronha Silva2009-07-162-4/+135
| |/
| * Merge commit 'jtellier/video-call-button-sensitivity'Davyd Madeley2009-07-154-7/+35
| |\
| | * Added functions to determine if a contact has video capabilitiesJonathan Tellier2009-07-034-7/+35
| | | | | | | | | | | | | | | | | | | | | Activating the "Video Call" button only if the remote contact support video. The call window's "Send Video" is only sensitive if the contact has video capabilities.
| * | Chat window's tab label changes the font color when got an incoming msg. ↵Abner Silva2009-07-151-6/+26
| | | | | | | | | | | | (Fixes #588498)
| * | start dev of 2.27.5Guillaume Desmottes2009-07-151-1/+1
| | |
| * | upgrade NEWS for 2.27.4EMPATHY_2_27_4Guillaume Desmottes2009-07-151-0/+66
| | |
| * | Revert "Remove deprecated call to g_mapped_file_free()"Davyd Madeley2009-07-151-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | This commit breaks older GLib. When we're ready to bump our requirement to GLib 2.22, simply revert this commit. This reverts commit 0ade362fb9343ec984c396a202565c4e5faa1f12 but with an extra comment to explain what the hell is going on.
| * | Bump sonames for libempathy and libempathy-gtkSjoerd Simons2009-07-151-2/+2
| | |
| * | Small style fixesDavyd Madeley2009-07-152-5/+2
| | |
| * | Check CAN_ADD before returning an Add Contact... menu itemDavyd Madeley2009-07-151-0/+16
| | |
| * | Handle the case where priv->list is not an EmpathyContactManagerDavyd Madeley2009-07-151-1/+5
| | |
| * | Small coding style fixDavyd Madeley2009-07-151-1/+3
| | |
| * | Remove deprecated call to g_mapped_file_free()Davyd Madeley2009-07-151-1/+1
| | | | | | | | | | | | Change to g_mapped_file_unref()
| * | have EmpathyContactWidget set the account on the account chooserDavyd Madeley2009-07-152-1/+7
| | |
| * | Don't override empathy_account_chooser_set_account when setting filteringDavyd Madeley2009-07-151-1/+9
| | |
| * | Set parent for new contact dialogDavyd Madeley2009-07-151-2/+9
| | |
| * | Hook up the callback to throw up the standard Add Contact dialogDavyd Madeley2009-07-153-5/+28
| | |
| * | Determine if the contact is not in the Contact List and add a menu item as ↵Davyd Madeley2009-07-152-0/+44
| | | | | | | | | | | | appropriate
| * | Implement CAN_GROUP by looking at RequestableChannelClassesDavyd Madeley2009-07-151-1/+53
| | |
| * | Only enable the 'Edit' menu option when the CAN_ALIAS or CAN_GROUP are setDavyd Madeley2009-07-152-1/+20
| | |
| * | Add empathy_contact_manager_initialized()Davyd Madeley2009-07-152-0/+18
| | |
| * | call GetAliasFlags() to determine if an alias can be set on a ContactListDavyd Madeley2009-07-153-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | Pending FIXMEs: - need to lookup RequestableChannelClasses to see if Groups can be requested on this connection - need to work out the best way to pass ContactListFlags to empathy_contact_menu_new()
| * | Look up flags to determine whether or not to display the 'Remove' itemDavyd Madeley2009-07-152-15/+40
| | |
| * | Add a FLAGS column to EmpathyContactListStoreDavyd Madeley2009-07-152-13/+28
| | |
| * | Convert empathy_contact_manager_can_add() to ↵Davyd Madeley2009-07-153-6/+8
| | | | | | | | | | | | empathy_contact_manager_get_flags_for_connection()
| * | Remove redundant empathy_tp_contact_list_can_add()Davyd Madeley2009-07-152-20/+6
| | |
| * | Expose channel group flags via EmpathyContactList ifaceDavyd Madeley2009-07-153-0/+46
| | |
| * | add empathy-theme-adium.c to POTFILES.inGuillaume Desmottes2009-07-151-0/+1
| | |
| * | empathy.doap: add bug-database element (#587958). Thanks to Florian Ludwig.Guillaume Desmottes2009-07-141-0/+1
| | |
| * | Merge branch 'fix-585882'Gustavo Noronha Silva2009-07-141-4/+90
| |\ \
| | * | Fix Bug 585882: Can't easily copy URL's when using Adium themesGustavo Noronha Silva2009-07-011-4/+90
| | | | | | | | | | | | | | | | | | | | Track the last hovered link, and use it to copy/open addresses using the context menu.
| * | | empathy-message.c: remove a trailing spaceGuillaume Desmottes2009-07-141-1/+1
| | | |
| * | | empathy-main-window.c: remove a trailing spaceGuillaume Desmottes2009-07-141-1/+1
| | | |
| * | | empathy-theme-adium.c: remove trailing spacesGuillaume Desmottes2009-07-141-13/+13
| | | |
| * | | Minor changesGabriel Millaire2009-07-111-4/+4
| | | |
| * | | Remove old codeGabriel Millaire2009-07-101-69/+0
| | | |
| * | | Regrouped similar functions, uses enum instead of defineGabriel Millaire2009-07-101-63/+55
| | | |
| * | | Changed menu label and various review fixesGabriel Millaire2009-07-102-27/+25
| | | |
| * | | Added notification for confs Show avatar, Compact Size and Sort criteriumGabriel Millaire2009-07-101-47/+77
| | | | | | | | | | | | | | | | Now checks for wrong string in Sort criterium
| * | | Move Compact List and Sort Contacts from Preferences to View menuGabriel Millaire2009-07-103-247/+135
| | | |
| * | | Work in progress : move preferences to View menuGabriel Millaire2009-07-102-30/+172
| | | | | | | | | | | | | | | | Moving Sort by name / by status and Show Avatars / Compact contact list preferences to View menu : Sort by name / Sort by status and Normal Size / Normal Without Icons / Compact Size
| * | | Merge branch 'label-align'Davyd Madeley2009-07-105-12/+152
| |\ \ \
| | * | | Make EmpathyContactWidget use EmpathyKludgeLabelDavyd Madeley2009-07-073-12/+10
| | | | |
| | * | | EmpathyKludgeLabel is a child of GtkLabelDavyd Madeley2009-07-072-0/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EmpathyKludgeLabel sets the PangoLayout width to the width of the GtkAllocation. It then fudges the allocation in the expose to make the alignment work correctly.
| * | | | Use accessor functions instead direct access (Fixes #586476)Jonny Lamb2009-07-1017-56/+83
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | | | Fixed a copy/paste bug in configure.acKen VanDine2009-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | This fixes bug #588021.
| * | | | Support for history message in Adium themes. Use context HTMLs.Nicolò Chieffo2009-07-084-21/+150
| | | | |
| * | | | Use atomic operations to manage EmpathyAdiumData refcountXavier Claessens2009-07-081-3/+2
| | | | |
| * | | | can_add_contact_to_account: early return if connection is NULL (#587817)Guillaume Desmottes2009-07-071-0/+2
| | | | |
| * | | | empathy_contact_manager_can_add: raise an error if connection is NULLGuillaume Desmottes2009-07-071-0/+1
| | | | |
| * | | | Updated Swedish translationDaniel Nylander2009-07-071-1469/+1342
| | | | |
| * | | | updating translation for PunjabiA S Alam2009-07-071-456/+604
| | | | |
| * | | | Updated French translationClaude Paroz2009-07-061-776/+1327
| |/ / /
| * | | Don't check for Adium themes if Webkit isn't availableDavyd Madeley2009-07-061-0/+6
| | | | | | | | | | | | | | | | This was breaking compile with -Werror
| * | | Updated Spanish translationJorge Gonzalez2009-07-051-221/+248
| | | |
| * | | Updated Tamil translationdrtvasudevan2009-07-041-252/+265
| | | |
| * | | Updated Tamil translationdrtvasudevan2009-07-041-114/+168
| | | |
| * | | Sort themes by namePierre-Luc Beaudoin2009-07-031-0/+2
| | | |
| * | | List installed adium themesPierre-Luc Beaudoin2009-07-035-145/+142
| | |/ | |/|
| * | Merge branch 'fix-585601'Gustavo Noronha Silva2009-07-022-0/+11
| |\ \
| | * | Fix Bug 585601: Adium theme is not reloaded on /clear or Ctrl+L or clear ↵Gustavo Noronha Silva2009-07-012-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | menu item The theme was deciding that new messages should be 'joined' to an already existing message bubble, because not enough time had passed, even after clearing the chat area. We now clear last_contact to make sure this never happens.
| * | | Merge branch 'part-reasons'Will Thompson2009-07-022-24/+114
| |\ \ \
| | * | | Style: avoid marching off the right marginWill Thompson2009-06-191-9/+10
| | | | |
| | * | | Style: use FIXME not TODOWill Thompson2009-06-191-3/+3
| | | | |
| | * | | Coding style: one declaration per line.Will Thompson2009-06-191-1/+2
| | | | |
| | * | | Move string manipulation into build_part_messageWill Thompson2009-06-191-17/+15
| | | | | | | | | | | | | | | | | | | | Xavier said he preferred this, and it's shorter, so...
| | * | | Reduce format string duplication for part notifications.Will Thompson2009-06-191-50/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Xavier suggested that just appending " (%s)" to the common prefix when there is a message is probably okay from a translation point of view, as long as there's a comment to translators.
| | * | | Include actor in part message if possibleWill Thompson2009-06-181-21/+47
| | | | |
| | * | | Include actor in members-changed if possibleWill Thompson2009-06-181-14/+51
| | | | |
| | * | | Extract part message building to a functionWill Thompson2009-06-181-35/+44
| | | | |
| | * | | Return early from chat_members_changed_cbWill Thompson2009-06-181-42/+43
| | | | | | | | | | | | | | | | | | | | This avoids the function marching to the right quite so much.
| | * | | Print part reasons to conversation windowWill Thompson2009-06-181-3/+37
| | | | |
* | | | | Ensure EmpathyConnectionManagers stays alive when still emitting signalsSjoerd Simons2009-07-231-0/+2
| | | | |
* | | | | Allow stop to be called if there isn't a backing channelSjoerd Simons2009-07-221-0/+4
| | | | |
* | | | | Don't try to update the widgets if no account was selectedSjoerd Simons2009-07-221-0/+4
| | | | |
* | | | | Get the connection status, not the presence status stringSjoerd Simons2009-07-221-1/+1
| | | | |
* | | | | If the requested property is missing, assume we didn't request itSjoerd Simons2009-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MC5 tries to handle channels only signalled by the old NewChannel signal, but the Requested property isn't set in that case. Assume that we didn't request it in that case
* | | | | Add the Apply widget to the IRC account settings dialogSjoerd Simons2009-07-222-171/+181
| | | | |
* | | | | Add apply button for salut accountsSjoerd Simons2009-07-221-0/+1
| | | | |
* | | | | Correctly implement empathy_account_is_validSjoerd Simons2009-07-221-3/+2
| | | | |
* | | | | Hook up removing accounts in the accounts dialogSjoerd Simons2009-07-221-0/+8
| | | | |
* | | | | Add api to remove accountsSjoerd Simons2009-07-222-0/+53
| | | | |
* | | | | Add removed signal on EmpathyAccountSjoerd Simons2009-07-222-0/+64
| | | | |
* | | | | Make the account manager listen to AccountValidityChangedSjoerd Simons2009-07-221-2/+33
| | | | |
* | | | | Use the account manager when the service is running, not when we receive ↵Marco Barisione2009-07-221-15/+14
| | | | | | | | | | | | | | | | | | | | NameOwnerChanged
* | | | | Disable tests that try to use MC4 related codeSjoerd Simons2009-07-223-0/+10
| | | | |
* | | | | Coding style fixesSjoerd Simons2009-07-228-15/+15
| | | | |
* | | | | Unescape _ and _2d in the protocol from mission-controlSjoerd Simons2009-07-221-1/+38
| | | | |
* | | | | Port creating of of a salut account to then new apisSjoerd Simons2009-07-221-44/+90
| | | | |
* | | | | Port to using EmpathyAccountSettingsSjoerd Simons2009-07-227-268/+475
| | | | |
* | | | | Make empathy_account_set_enable call out over d-busSjoerd Simons2009-07-221-4/+26
| | | | |
* | | | | Add API to Update an accounts parametersSjoerd Simons2009-07-222-0/+59
| | | | |
* | | | | Remove the API to change the account parameters one by oneSjoerd Simons2009-07-222-74/+10
| | | | |
* | | | | Add an abstraction to buffer up changes to an accountSjoerd Simons2009-07-223-0/+1122
| | | | |
* | | | | Correct usage of privSjoerd Simons2009-07-221-5/+4
| | | | |
* | | | | Put (Haze) behind all protocols coming from hazeSjoerd Simons2009-07-221-2/+2
| | | | |
* | | | | Add API to add accountsSjoerd Simons2009-07-222-23/+106
| | | | |
* | | | | reformat macros a bitSjoerd Simons2009-07-211-6/+11
| | | | |
* | | | | Add singleton to cache TpConnectionManagersSjoerd Simons2009-07-203-0/+373
| | | | |
* | | | | remove dead codeSjoerd Simons2009-07-191-58/+0
| | | | |
* | | | | Escape unique names by replacing / by %Sjoerd Simons2009-07-161-8/+15
| | | | |
* | | | | Ignore a log when the account it isn't foundSjoerd Simons2009-07-161-1/+7
| | | | |
* | | | | Put the logs in XDG_DATA_HOME instead of ~/.gnome2Sjoerd Simons2009-07-161-2/+4
| | | | |
* | | | | Default to OFFLINE instead of UNSET for the global presenceSjoerd Simons2009-07-161-1/+1
| | | | |
* | | | | Escape the unique account nameSjoerd Simons2009-07-161-3/+6
| | | | |
* | | | | Move the responsibility of popping up the empathy accounts dialog out of the ↵Sjoerd Simons2009-07-162-20/+18
| | | | | | | | | | | | | | | | | | | | status icon
* | | | | Add a concept of ready to the account managerSjoerd Simons2009-07-162-2/+74
| | | | |
* | | | | Check the right variable for setting the ready propertySjoerd Simons2009-07-161-1/+1
| | | | |
* | | | | Remove last references to mission-control 4Sjoerd Simons2009-07-1620-116/+18
| | | | |
* | | | | Remove profiles, they're not used anymoreSjoerd Simons2009-07-1618-224/+0
| | | | |
* | | | | Temporarily disable account importing as it still depends on profilesSjoerd Simons2009-07-162-2/+15
| | | | |
* | | | | Use default status identifiers when setting the presenceSjoerd Simons2009-07-161-4/+20
| | | | |
* | | | | Get the presence from the AccountManager instead of MC4Sjoerd Simons2009-07-161-52/+7
| | | | |
* | | | | Keep track of ``global'' presence of all accountsSjoerd Simons2009-07-164-216/+163
| | | | |
* | | | | Remove dead codeSjoerd Simons2009-07-162-119/+2
| | | | |
* | | | | Implement HandledChannels D-Bus propertySjoerd Simons2009-07-161-0/+30
| | | | |
* | | | | empathy-account-manager.c: remove obsolte empathy-account-priv.h includeGuillaume Desmottes2009-07-161-1/+0
| | | | |
* | | | | Implement a first minimal version of a Client.HandlerSjoerd Simons2009-07-102-116/+176
| | | | |
* | | | | Use the account manager to set the presenceSjoerd Simons2009-07-081-24/+11
| | | | |
* | | | | Add a utility to set the presence on all requested accountsSjoerd Simons2009-07-082-1/+34
| | | | |
* | | | | Add api to set the requested presenceSjoerd Simons2009-07-082-0/+47
| | | | |
* | | | | Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-088-172/+457
| | | | |
* | | | | Add an GType of aoSjoerd Simons2009-07-082-0/+13
| | | | |
* | | | | Remove useless mission-control includesSjoerd Simons2009-07-0618-32/+1
| | | | |
* | | | | Update python bindingsSjoerd Simons2009-07-064-70/+31
| | | | |
* | | | | Transform profile chooser into a protocol chooserSjoerd Simons2009-07-069-442/+455
| | | | |
* | | | | Rework creating a salut account so it doesn't need profilesSjoerd Simons2009-07-061-43/+85
| | | | |
* | | | | use newly deprecated APISjoerd Simons2009-07-061-1/+3
| | | | |
* | | | | Add api to create accounts, by cm and proto nameSjoerd Simons2009-07-063-3/+50
| | | | |
* | | | | Remove usage of McProfilesSjoerd Simons2009-07-054-128/+117
| | | | |
* | | | | Get the icon name from the account object directlySjoerd Simons2009-07-057-14/+15
| | | | |
* | | | | Add missing newlineSjoerd Simons2009-07-051-1/+1
| | | | |
* | | | | Add API to get the protocol and cm name from a accountSjoerd Simons2009-07-052-11/+51
|/ / / /
* | | | Added Oriya into the ListManoj Kumar Giri2009-07-011-0/+1
| | | |
* | | | Updated Oriya TranslationManoj Kumar Giri2009-07-011-814/+1156
| | | |
* | | | Updated Oriya TranslationManoj Kumar Giri2009-07-011-0/+2148
| | | |
* | | | New chatrooms are no longer marked as favorite by default. Fixes bug #575667Abner Silva2009-07-011-9/+9
| | | |
* | | | Removing chatroom from the list before emmiting chatroom-removed signal.Abner Silva2009-07-011-1/+2
| | | |
* | | | Merge branch 'empathy-account'Sjoerd Simons2009-07-0165-961/+1573
|\ \ \ \ | |_|/ / |/| | |
| * | | clarify when notify::connection is signalledSjoerd Simons2009-07-011-0/+1
| | | |
| * | | fix coding styleSjoerd Simons2009-07-011-1/+0
| | | |
| * | | Clarify that we own the keys/values in the accounts hashSjoerd Simons2009-07-011-1/+2
| | | |
| * | | explain the connect_time struct memberSjoerd Simons2009-07-011-0/+1
| | | |
| * | | Fix coding styleSjoerd Simons2009-07-011-1/+2
| | | |
| * | | Update the python bindingsSjoerd Simons2009-07-012-101/+137
| | | |
| * | | Port the tests to EmpathyAccountSjoerd Simons2009-07-015-28/+51
| | | |
| * | | Port megaphone to EmpathyAccountSjoerd Simons2009-07-011-18/+10
| | | |
| * | | Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-0113-138/+141
| | | |
| * | | Port libempathy-gtk to EmpathyAccountSjoerd Simons2009-07-0121-182/+164
| | | |
| * | | Port libempathy to EmpathyAccountSjoerd Simons2009-07-0115-107/+93
| | | |
| * | | Port EmpathyTpRoomlist to EmpathyAccountSjoerd Simons2009-07-012-32/+18
| | | |
| * | | Implement EmpathyAccountSjoerd Simons2009-07-016-355/+956
| | | | | | | | | | | | | | | | | | | | | | | | Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508
* | | | Improve geocoding debugging and add more fieldsPierre-Luc Beaudoin2009-07-011-8/+34
|/ / /
* | | Fallback to OFFLINE when getting an unknown presence from MCSjoerd Simons2009-07-011-1/+1
| | |
* | | Use NM by defaultSjoerd Simons2009-07-011-4/+2
| | |
* | | Always react when disconnecting from the networkSjoerd Simons2009-07-011-3/+3
| | |
* | | Optionally use libnm-glib for NetworkManager integrationSjoerd Simons2009-07-013-49/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously Empathy use the NM D-Bus interface directly. Unfortunately the d-bus calls used were deprecated and somewhat buggy (if NM wasn't running on empathy startup, it would never detect network changes). Given that NetworkManager isn't a blessed gnome dependency the code has been made optional, but it's expected that every distribution will build with NetworkManager integration anyway. Based on a patch by Tambet Ingo <tambet@novell.com>. Fixes #587446
* | | fixed libnotify crashing if icon doesn't existAbderaouf Bencherait2009-06-302-3/+9
| | |
* | | Updated Lithuanian translationŽygimantas Beručka2009-06-301-1044/+1317
| | |
* | | Merge commit 'elliot/bug-584703-c'Xavier Claessens2009-06-282-20/+38
|\ \ \
| * | | disconnect from invalidated signal before unreferencing connectionsElliot Fairweather2009-06-261-0/+14
| | | |
| * | | disconnnect from invalidated signal before unreferencing connectionsElliot Fairweather2009-06-261-20/+24
| | | |
* | | | Updated Spanish translationJorge Gonzalez2009-06-271-123/+139
| | | |
* | | | Ring on outgoing call.Xavier Claessens2009-06-272-25/+56
| | | |
* | | | Add empathy_sound_* in doc.Xavier Claessens2009-06-261-0/+1
| | | |
* | | | Include empathy-sound.h to make it buildXavier Claessens2009-06-262-5/+7
| | | |
* | | | Port EmpathyEventManager to new empathy-sound API.Xavier Claessens2009-06-261-81/+16
| | | |
* | | | Move sound related functions to its own module.Jonathan Tellier2009-06-266-164/+445
| |_|/ |/| |
* | | Don't hardcode size of the accounts dialog and use ellipsization (#520972)Matthias Clasen2009-06-262-4/+3
| | |
* | | Use gnome-session instead of gnome-screensaver to know when session is idleGiedrius Slavinskas2009-06-261-11/+21
| | |
* | | Merge branch 'fix-prefs'Pierre-Luc Beaudoin2009-06-261-1/+1
|\ \ \
| * | | Rename label1 to remove dupped idPierre-Luc Beaudoin2009-06-261-1/+1
| | | |
* | | | Merge branch 'debugger'Jonny Lamb2009-06-268-12/+475
|\ \ \ \ | |/ / / |/| | |
| * | | Add empathy to debug dialog CM chooser.Jonny Lamb2009-06-181-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | | Implement o.fd.Tp.Debug. (Fixes #580631)Jonny Lamb2009-06-186-8/+461
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | | Set G_LOG_DOMAIN in libempathy and empathy.Jonny Lamb2009-06-182-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | | Use correct emacs modelines.Jonny Lamb2009-06-182-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | | check-whitespace.sh: check trailing tabsGuillaume Desmottes2009-06-251-0/+6
| | | |
* | | | empathy-theme-manager: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | | |
* | | | empathy-theme-irc: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | | |
* | | | empathy-theme-boxes: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | | |
* | | | empathy-theme-adium: remove trailing tabsGuillaume Desmottes2009-06-251-8/+8
| | | |
* | | | empathy-spell: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | | |
* | | | empathy-smiley-manager: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | | |
* | | | empathy-new-message-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | | |
* | | | empathy-log-window: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | | |
* | | | empathy-contact-menu: remove trailing tabsGuillaume Desmottes2009-06-251-4/+4
| | | |
* | | | empathy-contact-list-view: remove trailing tabsGuillaume Desmottes2009-06-251-6/+6
| | | |
* | | | empathy-contact-list-store: remove trailing tabsGuillaume Desmottes2009-06-251-5/+5
| | | |
* | | | empathy-contact-dialogs: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | | |
* | | | empathy-chat: remove trailing tabsGuillaume Desmottes2009-06-251-5/+5
| | | |
* | | | empathy-chat-view: remove trailing tabsGuillaume Desmottes2009-06-251-16/+16
| | | |
* | | | empathy-chat-text-view: remove trailing tabsGuillaume Desmottes2009-06-251-141/+141
| | | |
* | | | empathy-avatar-chooser: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | | |
* | | | empathy-account-widget: remove trailing tabsGuillaume Desmottes2009-06-251-4/+4
| | | |
* | | | empathy-account-chooser: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | | |
* | | | empathy-utils: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | | |
* | | | empathy-tp-contact-list: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | | |
* | | | empathy-tp-chat: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | | |
* | | | empathy-time: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | | |
* | | | empathy-idle: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | | |
* | | | empathy-contact-manager: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | | |
* | | | empathy-chatroom: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | | |
* | | | empathy: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | | |
* | | | empathy-status-icon: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
| | | |
* | | | empathy-sidebar: remove trailing tabsGuillaume Desmottes2009-06-251-1/+1
| | | |
* | | | empathy-preferences: remove trailing tabsGuillaume Desmottes2009-06-251-7/+7
| | | |
* | | | empathy-new-chatroom-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-3/+3
| | | |
* | | | empathy-chat-window: remove trailing tabsGuillaume Desmottes2009-06-251-9/+9
| | | |
* | | | empathy-accounts-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-5/+5
| | | |
* | | | Merge branch 'check-style'Guillaume Desmottes2009-06-252-2/+2
|\ \ \ \
| * | | | add empathy-map-view files to empathy_handwritten_source so they are checked ↵Guillaume Desmottes2009-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | by the coding style script