aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into mc5Cosimo Cecchi2009-08-0118-164/+2135
|\
| * Updated Simplified Chinese translation.Aron Xu2009-07-311-40/+42
| |
| * Change the name to Empathy IM Client, which is more recognizableSjoerd Simons2009-07-314-7/+7
| |
| * Updated Simplified Chinese translation.lyper2009-07-301-66/+67
| |
| * Bump versionXavier Claessens2009-07-291-1/+1
| |
| * Update ABI versionEMPATHY_2_27_5Xavier Claessens2009-07-291-4/+4
| |
| * Update NEWSXavier Claessens2009-07-291-0/+34
| |
| * Wrap text in contact label status (#589846)Nicolò Chieffo2009-07-291-0/+4
| |
| * - Define EMPATHY_PREFS_CHAT_WEBKIT_DEVELOPER_TOOLS instead of hardcoding ↵Xavier Claessens2009-07-292-36/+49
| | | | | | | | | | | | the gconf key everywhere. - Code cleanup in EmpathyThemeAdium
| * Wrap too long line.Xavier Claessens2009-07-291-1/+2
| |
| * Init flags to 0 to make sure it is never undefinedXavier Claessens2009-07-291-4/+1
| |
| * Accept gibing NULL widget to empathy_url_show()Xavier Claessens2009-07-291-2/+2
| |
| * Do not have too complex code in var initialization.Xavier Claessens2009-07-291-2/+4
| |
| * Little coding style cleanupXavier Claessens2009-07-291-4/+3
| |
| * Set default for enable_webkit_developer_tools gconf keyXavier Claessens2009-07-291-1/+1
| |
| * Added Estonian translation.Priit Laes2009-07-292-0/+1918
| |
* | Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-0192-8288/+13234
|\ \ | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c libempathy-gtk/empathy-protocol-chooser.c
| * | Fix some coding style issuesSjoerd Simons2009-07-314-23/+30
| | |
| * | add some slightly nicer debug messagesSjoerd Simons2009-07-311-2/+3
| | |
| * | Add a small comment about emp_account_manager_update_global_presenceSjoerd Simons2009-07-311-0/+3
| | |
| * | Fix typoSjoerd Simons2009-07-311-2/+2
| | |
| * | Update python bindingsSjoerd Simons2009-07-301-4/+4
| | |
| * | Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-3011-29/+26
| | | | | | | | | | | | | | | | | | | | | | | | EmpathyAccountManager used to have a _lookup function that looked up accounts by name and a _get function that lookup up accounts by connection. This is confusing, as looking up an account for a connection is less common rename have the _get_account be the same _lookup (but without returning a ref) and add a _get_account_for_connection function lookup by account
| * | explicitely include libempathy/empathy-enum-types.hSjoerd Simons2009-07-301-0/+1
| | |
| * | Update python bindingsSjoerd Simons2009-07-302-66/+212
| | |
| * | remove usage of empathy_account_equalSjoerd Simons2009-07-3010-28/+13
| | |
| * | Remove empathy_account_hashSjoerd Simons2009-07-303-11/+2
| | |
| * | 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
| | | | | |
* | | | | | Use proper display names in the chooserCosimo Cecchi2009-07-311-6/+40
| | | | | |
* | | | | | Make protocol icons work also with account == NULLCosimo Cecchi2009-07-313-6/+14
| | | | | |
* | | | | | Don't try to lookup NULL connectionsCosimo Cecchi2009-07-311-0/+4
| | | | | |
* | | | | | Fix trailing whitespaceCosimo Cecchi2009-07-303-18/+18
| | | | | |
* | | | | | Update POTFILES.inCosimo Cecchi2009-07-301-1/+2
| | | | | |
* | | | | | Don't try to unref the GtkBuilder object in _disposeCosimo Cecchi2009-07-301-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We take care of unreffing it before getting to dispose, as the object can have a variable lifecycle
* | | | | | Hook up to the destroy signal in EmpathyAccountWidgetCosimo Cecchi2009-07-301-0/+11
| | | | | |
* | | | | | Set the sensitivity to the forget buttonCosimo Cecchi2009-07-301-2/+3
| | | | | |
* | | | | | Ignore default value for required paramsCosimo Cecchi2009-07-301-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parameters should never have both the default and the required flags set, as required means the user has to fill in a value. When this happens anyway, the default dlag should be ignored, so we can avoid looking up the default value when checking for an account settings' validity.
* | | | | | Make account creation non-exclusiveCosimo Cecchi2009-07-301-22/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As it's valid to create more than an account at the same time, we should permit it with subsequent calls to EmpathyAccountManager.
* | | | | | Rename empathy_account_settings_owns_account()Cosimo Cecchi2009-07-303-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Call it empathy_account_settings_has_account() instead
* | | | | | Implement dispose and finalizeCosimo Cecchi2009-07-301-31/+75
| | | | | |
* | | | | | Set apply button sensitivity on creationCosimo Cecchi2009-07-301-0/+1
| | | | | |
* | | | | | Remove debug outputCosimo Cecchi2009-07-301-1/+0
| | | | | |
* | | | | | Add a cosmetic comment to separate public and non-public methods.Cosimo Cecchi2009-07-301-0/+2
| | | | | |
* | | | | | Use telepathy styleCosimo Cecchi2009-07-301-632/+657
| | | | | |
* | | | | | Update copyright and authorCosimo Cecchi2009-07-301-1/+2
| | | | | |
* | | | | | First cut at GObject-ifying EmpathyAccountWidgetCosimo Cecchi2009-07-3010-391/+513
| | | | | |
* | | | | | Add empathy_account_settings_is_valid ()Cosimo Cecchi2009-07-302-0/+61
| | | | | |
* | | | | | Fix a typo.Cosimo Cecchi2009-07-301-3/+3
| | | | | |
* | | | | | Even more cleanup + update headerCosimo Cecchi2009-07-301-10/+13
| | | | | |
* | | | | | Adapt to the current telepathy styleCosimo Cecchi2009-07-301-1172/+1146
| | | | | |
* | | | | | Use the right property name when getting the connection status.Cosimo Cecchi2009-07-301-1/+1
| | | | | |
* | | | | | Fix a typo in dispose()Cosimo Cecchi2009-07-301-3/+5
| | | | | |
* | | | | | Cancel the creation thread in dispose()Cosimo Cecchi2009-07-301-0/+11
| | | | | |
* | | | | | Emit the ACCOUNT_CREATED signal at the right timeCosimo Cecchi2009-07-301-36/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I.e. emit it only after the account has been added to the relevant EmpathyAccountSettings object.
* | | | | | Use the new API when getting the account iter.Cosimo Cecchi2009-07-301-5/+8
| | | | | |
* | | | | | Add empathy_account_settings_owns_account()Cosimo Cecchi2009-07-302-0/+17
| | | | | |
* | | | | | Make sure the account dialog respects the initial selectionCosimo Cecchi2009-07-301-30/+34
| | | | | |
* | | | | | Implement _set_display_nameCosimo Cecchi2009-07-303-2/+110
| | | | | |
* | | | | | When an account is enabled, always align it to the global presence.Cosimo Cecchi2009-07-301-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, this was only done for newly created accounts, and not every time any account was enabled.
* | | | | | Make remove workCosimo Cecchi2009-07-301-1/+1
| | | | | |
* | | | | | Plug some leaksCosimo Cecchi2009-07-301-0/+6
| | | | | |
* | | | | | Respect the global presence when enabling an accountCosimo Cecchi2009-07-301-3/+36
| | | | | |
* | | | | | Unref the dialog when destroyingCosimo Cecchi2009-07-301-0/+10
| | | | | |
* | | | | | Chain up dispose and remove useless finalizeCosimo Cecchi2009-07-301-7/+2
| | | | | |
* | | | | | Move some code off disposeCosimo Cecchi2009-07-301-18/+31
| | | | | |
* | | | | | GObject-ify and clean-up the code; still WIPCosimo Cecchi2009-07-302-185/+387
| | | | | |
* | | | | | Add an API to get the num of CMsCosimo Cecchi2009-07-302-0/+14
| | | | | |
* | | | | | Synchronize EmpathyProtocolChooser and EmpathyAccountsDialogCosimo Cecchi2009-07-303-48/+43
|/ / / / / | | | | | | | | | | | | | | | | | | | | Synchronize the two objects with the help of EmpathyConnectionManagers, so that we can get a consistent list of the CMs when using the chooser.
* | | | | 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
| | | |