Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only cancel the name owner watch if the dbus proxy still exists | Sjoerd Simons | 2009-08-17 | 1 | -2/+3 |
| | |||||
* | Fix coding style (tabs vs. spaces | Sjoerd Simons | 2009-08-17 | 1 | -5/+5 |
| | |||||
* | no need to check for the size of the hash table | Sjoerd Simons | 2009-08-17 | 1 | -2/+1 |
| | |||||
* | Remove double check for connection == NULL | Sjoerd Simons | 2009-08-17 | 1 | -4/+0 |
| | |||||
* | If there is a failure in recognizing the protocol name, fallback to the ↵ | Sjoerd Simons | 2009-08-17 | 1 | -8/+1 |
| | | | | generic UI | ||||
* | Set presence on accounts when they become ready | Cosimo Cecchi | 2009-08-01 | 1 | -1/+8 |
| | |||||
* | Port to libunique | Cosimo Cecchi | 2009-08-01 | 5 | -578/+38 |
| | |||||
* | Make sure we always show the main window | Cosimo Cecchi | 2009-08-01 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into mc5 | Cosimo Cecchi | 2009-08-01 | 18 | -164/+2135 |
|\ | |||||
| * | Updated Simplified Chinese translation. | Aron Xu | 2009-07-31 | 1 | -40/+42 |
| | | |||||
| * | Change the name to Empathy IM Client, which is more recognizable | Sjoerd Simons | 2009-07-31 | 4 | -7/+7 |
| | | |||||
| * | Updated Simplified Chinese translation. | lyper | 2009-07-30 | 1 | -66/+67 |
| | | |||||
| * | Bump version | Xavier Claessens | 2009-07-29 | 1 | -1/+1 |
| | | |||||
| * | Update ABI versionEMPATHY_2_27_5 | Xavier Claessens | 2009-07-29 | 1 | -4/+4 |
| | | |||||
| * | Update NEWS | Xavier Claessens | 2009-07-29 | 1 | -0/+34 |
| | | |||||
| * | Wrap text in contact label status (#589846) | Nicolò Chieffo | 2009-07-29 | 1 | -0/+4 |
| | | |||||
| * | - Define EMPATHY_PREFS_CHAT_WEBKIT_DEVELOPER_TOOLS instead of hardcoding ↵ | Xavier Claessens | 2009-07-29 | 2 | -36/+49 |
| | | | | | | | | | | | | the gconf key everywhere. - Code cleanup in EmpathyThemeAdium | ||||
| * | Wrap too long line. | Xavier Claessens | 2009-07-29 | 1 | -1/+2 |
| | | |||||
| * | Init flags to 0 to make sure it is never undefined | Xavier Claessens | 2009-07-29 | 1 | -4/+1 |
| | | |||||
| * | Accept gibing NULL widget to empathy_url_show() | Xavier Claessens | 2009-07-29 | 1 | -2/+2 |
| | | |||||
| * | Do not have too complex code in var initialization. | Xavier Claessens | 2009-07-29 | 1 | -2/+4 |
| | | |||||
| * | Little coding style cleanup | Xavier Claessens | 2009-07-29 | 1 | -4/+3 |
| | | |||||
| * | Set default for enable_webkit_developer_tools gconf key | Xavier Claessens | 2009-07-29 | 1 | -1/+1 |
| | | |||||
| * | Added Estonian translation. | Priit Laes | 2009-07-29 | 2 | -0/+1918 |
| | | |||||
* | | Merge branch 'sjoerd-mc5' into mc5 | Cosimo Cecchi | 2009-08-01 | 92 | -8288/+13234 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c libempathy-gtk/empathy-protocol-chooser.c | ||||
| * | | Fix some coding style issues | Sjoerd Simons | 2009-07-31 | 4 | -23/+30 |
| | | | |||||
| * | | add some slightly nicer debug messages | Sjoerd Simons | 2009-07-31 | 1 | -2/+3 |
| | | | |||||
| * | | Add a small comment about emp_account_manager_update_global_presence | Sjoerd Simons | 2009-07-31 | 1 | -0/+3 |
| | | | |||||
| * | | Fix typo | Sjoerd Simons | 2009-07-31 | 1 | -2/+2 |
| | | | |||||
| * | | Update python bindings | Sjoerd Simons | 2009-07-30 | 1 | -4/+4 |
| | | | |||||
| * | | Chang the API of AccountManager to have the get lookup the account by name | Sjoerd Simons | 2009-07-30 | 11 | -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.h | Sjoerd Simons | 2009-07-30 | 1 | -0/+1 |
| | | | |||||
| * | | Update python bindings | Sjoerd Simons | 2009-07-30 | 2 | -66/+212 |
| | | | |||||
| * | | remove usage of empathy_account_equal | Sjoerd Simons | 2009-07-30 | 10 | -28/+13 |
| | | | |||||
| * | | Remove empathy_account_hash | Sjoerd Simons | 2009-07-30 | 3 | -11/+2 |
| | | | |||||
| * | | Unref the connection if it fails to become ready or is invalidated | Sjoerd Simons | 2009-07-30 | 1 | -10/+17 |
| | | | |||||
| * | | Fix some coding style issues | Sjoerd Simons | 2009-07-29 | 1 | -3/+3 |
| | | | |||||
| * | | Fix some leaks | Sjoerd Simons | 2009-07-29 | 1 | -1/+7 |
| | | | |||||
| * | | Add a utility function to may protocols to their icons | Sjoerd Simons | 2009-07-29 | 4 | -3/+10 |
| | | | |||||
| * | | Update gitignore | Xavier Claessens | 2009-07-28 | 1 | -1/+1 |
| | | | |||||
| * | | Add missing includes in empathy-share-my-desktop.c | Xavier Claessens | 2009-07-28 | 1 | -0/+2 |
| | | | |||||
| * | | Merge commit 'upstream/master' into mc5 | Sjoerd Simons | 2009-07-28 | 76 | -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éters | 2009-07-28 | 1 | -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éters | 2009-07-28 | 1 | -0/+4 |
| | | | |||||
| | * | Updated Arabic translation | Khaled Hosny | 2009-07-28 | 1 | -31/+35 |
| | | | |||||
| | * | Updated Lithuanian translation | Žygimantas Beručka | 2009-07-27 | 1 | -287/+329 |
| | | | |||||
| | * | Updated German translation | Mario Blättermann | 2009-07-26 | 1 | -420/+360 |
| | | | |||||
| | * | Updated Simplified Chinese translation. | Aron Xu | 2009-07-26 | 1 | -905/+1487 |
| | | | |||||
| | * | Updated Belarusian translation | Alexander Nyakhaychyk | 2009-07-25 | 1 | -46/+39 |
| | | | |||||
| | * | Updated Belarusian translation | Alexander Nyakhaychyk | 2009-07-25 | 1 | -749/+1936 |
| | | | |||||
| | * | Fixed copy/paste mistake (Remove members from the right set) | Louis-Francis Ratté-Boulianne | 2009-07-23 | 1 | -2/+2 |
| | | | |||||
| | * | Updated Swedish translation | Daniel Nylander | 2009-07-23 | 1 | -22/+26 |
| | | | |||||
| | * | remove trailing tabulation | Frédéric Péters | 2009-07-22 | 1 | -1/+1 |
| | | | |||||
| | * | Updated Galician Translation. | Fran Diéguez | 2009-07-22 | 1 | -727/+1104 |
| | | | |||||
| | * | migrate configuration files to XDG config directory | Frédéric Péters | 2009-07-21 | 1 | -0/+63 |
| | | | |||||
| | * | Put configuration data in XDG_CONFIG_DIRS (GNOME bug 494007) | Frédéric Péters | 2009-07-21 | 6 | -9/+9 |
| | | | |||||
| | * | Updated Tamil translation | drtvasudevan | 2009-07-21 | 1 | -13/+16 |
| | | | |||||
| | * | Updated Spanish translation | Jorge González | 2009-07-21 | 1 | -12/+16 |
| | | | |||||
| | * | Add EMPATHY_DEBUG_SHARE_DESKTOP in libempathy/empathy-debug.h | Arnaud Maillet | 2009-07-20 | 1 | -0/+1 |
| | | | |||||
| | * | Instantiate ShareMyDesktop feature in the contact menu of Empathy | Arnaud Maillet | 2009-07-20 | 2 | -0/+32 |
| | | | |||||
| | * | Add the new files in Makefile.am | Arnaud Maillet | 2009-07-20 | 1 | -0/+2 |
| | | | |||||
| | * | Add ShareMyDesktop files | Arnaud Maillet | 2009-07-20 | 2 | -0/+273 |
| | | | |||||
| | * | Updated Spanish translation | Jorge González | 2009-07-18 | 1 | -128/+143 |
| | | | |||||
| | * | Updated Spanish translation | Jorge González | 2009-07-18 | 1 | -138/+148 |
| | | | |||||
| | * | Updated Tamil translation | drtvasudevan | 2009-07-18 | 1 | -226/+251 |
| | | | |||||
| | * | Respect the button-images setting | Matthias Clasen | 2009-07-18 | 3 | -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 translation | Khaled Hosny | 2009-07-18 | 1 | -816/+1433 |
| | | | |||||
| | * | Only consider what's clicked a link when priv->hovered_uri is non-NULL ↵ | Gustavo Noronha Silva | 2009-07-18 | 1 | -7/+9 |
| | | | | | | | | | | | | (Fixes: #588886) | ||||
| | * | Validate parameters to fixup_url() and empathy_url_show() | Nicolò Chieffo | 2009-07-18 | 1 | -1/+6 |
| | | | | | | | | | | | | Using g_return{_val,}_if_fail(). Extra validation added by Davyd Madeley. | ||||
| | * | Updated Swedish translation | Daniel Nylander | 2009-07-17 | 1 | -225/+242 |
| | | | |||||
| | * | Escape window names before saving them in geometry.ini | Nicolò Chieffo | 2009-07-17 | 1 | -4/+14 |
| | | | | | | | | | | | | Fixes #586967 | ||||
| | * | Merge commit 'bigon/mc_free' | Guillaume Desmottes | 2009-07-16 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Free params glist with mc_protocol_free_params_list instead of g_slist_free | Laurent Bigonville | 2009-07-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Make WebKit web inspector available, when using Adium themes. | Gustavo Noronha Silva | 2009-07-16 | 2 | -4/+135 |
| | |/ | |||||
| | * | Merge commit 'jtellier/video-call-button-sensitivity' | Davyd Madeley | 2009-07-15 | 4 | -7/+35 |
| | |\ | |||||
| | | * | Added functions to determine if a contact has video capabilities | Jonathan Tellier | 2009-07-03 | 4 | -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 Silva | 2009-07-15 | 1 | -6/+26 |
| | | | | | | | | | | | | | | | | (Fixes #588498) | ||||
| | * | | start dev of 2.27.5 | Guillaume Desmottes | 2009-07-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | upgrade NEWS for 2.27.4EMPATHY_2_27_4 | Guillaume Desmottes | 2009-07-15 | 1 | -0/+66 |
| | | | | |||||
| | * | | Revert "Remove deprecated call to g_mapped_file_free()" | Davyd Madeley | 2009-07-15 | 1 | -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-gtk | Sjoerd Simons | 2009-07-15 | 1 | -2/+2 |
| | | | | |||||
| | * | | Small style fixes | Davyd Madeley | 2009-07-15 | 2 | -5/+2 |
| | | | | |||||
| | * | | Check CAN_ADD before returning an Add Contact... menu item | Davyd Madeley | 2009-07-15 | 1 | -0/+16 |
| | | | | |||||
| | * | | Handle the case where priv->list is not an EmpathyContactManager | Davyd Madeley | 2009-07-15 | 1 | -1/+5 |
| | | | | |||||
| | * | | Small coding style fix | Davyd Madeley | 2009-07-15 | 1 | -1/+3 |
| | | | | |||||
| | * | | Remove deprecated call to g_mapped_file_free() | Davyd Madeley | 2009-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Change to g_mapped_file_unref() | ||||
| | * | | have EmpathyContactWidget set the account on the account chooser | Davyd Madeley | 2009-07-15 | 2 | -1/+7 |
| | | | | |||||
| | * | | Don't override empathy_account_chooser_set_account when setting filtering | Davyd Madeley | 2009-07-15 | 1 | -1/+9 |
| | | | | |||||
| | * | | Set parent for new contact dialog | Davyd Madeley | 2009-07-15 | 1 | -2/+9 |
| | | | | |||||
| | * | | Hook up the callback to throw up the standard Add Contact dialog | Davyd Madeley | 2009-07-15 | 3 | -5/+28 |
| | | | | |||||
| | * | | Determine if the contact is not in the Contact List and add a menu item as ↵ | Davyd Madeley | 2009-07-15 | 2 | -0/+44 |
| | | | | | | | | | | | | | | | | appropriate | ||||
| | * | | Implement CAN_GROUP by looking at RequestableChannelClasses | Davyd Madeley | 2009-07-15 | 1 | -1/+53 |
| | | | | |||||
| | * | | Only enable the 'Edit' menu option when the CAN_ALIAS or CAN_GROUP are set | Davyd Madeley | 2009-07-15 | 2 | -1/+20 |
| | | | | |||||
| | * | | Add empathy_contact_manager_initialized() | Davyd Madeley | 2009-07-15 | 2 | -0/+18 |
| | | | | |||||
| | * | | call GetAliasFlags() to determine if an alias can be set on a ContactList | Davyd Madeley | 2009-07-15 | 3 | -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' item | Davyd Madeley | 2009-07-15 | 2 | -15/+40 |
| | | | | |||||
| | * | | Add a FLAGS column to EmpathyContactListStore | Davyd Madeley | 2009-07-15 | 2 | -13/+28 |
| | | | | |||||
| | * | | Convert empathy_contact_manager_can_add() to ↵ | Davyd Madeley | 2009-07-15 | 3 | -6/+8 |
| | | | | | | | | | | | | | | | | empathy_contact_manager_get_flags_for_connection() | ||||
| | * | | Remove redundant empathy_tp_contact_list_can_add() | Davyd Madeley | 2009-07-15 | 2 | -20/+6 |
| | | | | |||||
| | * | | Expose channel group flags via EmpathyContactList iface | Davyd Madeley | 2009-07-15 | 3 | -0/+46 |
| | | | | |||||
| | * | | add empathy-theme-adium.c to POTFILES.in | Guillaume Desmottes | 2009-07-15 | 1 | -0/+1 |
| | | | | |||||
| | * | | empathy.doap: add bug-database element (#587958). Thanks to Florian Ludwig. | Guillaume Desmottes | 2009-07-14 | 1 | -0/+1 |
| | | | | |||||
| | * | | Merge branch 'fix-585882' | Gustavo Noronha Silva | 2009-07-14 | 1 | -4/+90 |
| | |\ \ | |||||
| | | * | | Fix Bug 585882: Can't easily copy URL's when using Adium themes | Gustavo Noronha Silva | 2009-07-01 | 1 | -4/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Track the last hovered link, and use it to copy/open addresses using the context menu. | ||||
| | * | | | empathy-message.c: remove a trailing space | Guillaume Desmottes | 2009-07-14 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | empathy-main-window.c: remove a trailing space | Guillaume Desmottes | 2009-07-14 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | empathy-theme-adium.c: remove trailing spaces | Guillaume Desmottes | 2009-07-14 | 1 | -13/+13 |
| | | | | | |||||
| | * | | | Minor changes | Gabriel Millaire | 2009-07-11 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Remove old code | Gabriel Millaire | 2009-07-10 | 1 | -69/+0 |
| | | | | | |||||
| | * | | | Regrouped similar functions, uses enum instead of define | Gabriel Millaire | 2009-07-10 | 1 | -63/+55 |
| | | | | | |||||
| | * | | | Changed menu label and various review fixes | Gabriel Millaire | 2009-07-10 | 2 | -27/+25 |
| | | | | | |||||
| | * | | | Added notification for confs Show avatar, Compact Size and Sort criterium | Gabriel Millaire | 2009-07-10 | 1 | -47/+77 |
| | | | | | | | | | | | | | | | | | | | | Now checks for wrong string in Sort criterium | ||||
| | * | | | Move Compact List and Sort Contacts from Preferences to View menu | Gabriel Millaire | 2009-07-10 | 3 | -247/+135 |
| | | | | | |||||
| | * | | | Work in progress : move preferences to View menu | Gabriel Millaire | 2009-07-10 | 2 | -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 Madeley | 2009-07-10 | 5 | -12/+152 |
| | |\ \ \ | |||||
| | | * | | | Make EmpathyContactWidget use EmpathyKludgeLabel | Davyd Madeley | 2009-07-07 | 3 | -12/+10 |
| | | | | | | |||||
| | | * | | | EmpathyKludgeLabel is a child of GtkLabel | Davyd Madeley | 2009-07-07 | 2 | -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 Lamb | 2009-07-10 | 17 | -56/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
| | * | | | | Fixed a copy/paste bug in configure.ac | Ken VanDine | 2009-07-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes bug #588021. | ||||
| | * | | | | Support for history message in Adium themes. Use context HTMLs. | Nicolò Chieffo | 2009-07-08 | 4 | -21/+150 |
| | | | | | | |||||
| | * | | | | Use atomic operations to manage EmpathyAdiumData refcount | Xavier Claessens | 2009-07-08 | 1 | -3/+2 |
| | | | | | | |||||
| | * | | | | can_add_contact_to_account: early return if connection is NULL (#587817) | Guillaume Desmottes | 2009-07-07 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | empathy_contact_manager_can_add: raise an error if connection is NULL | Guillaume Desmottes | 2009-07-07 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Updated Swedish translation | Daniel Nylander | 2009-07-07 | 1 | -1469/+1342 |
| | | | | | | |||||
| | * | | | | updating translation for Punjabi | A S Alam | 2009-07-07 | 1 | -456/+604 |
| | | | | | | |||||
| | * | | | | Updated French translation | Claude Paroz | 2009-07-06 | 1 | -776/+1327 |
| | |/ / / | |||||
| | * | | | Don't check for Adium themes if Webkit isn't available | Davyd Madeley | 2009-07-06 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | This was breaking compile with -Werror | ||||
| | * | | | Updated Spanish translation | Jorge Gonzalez | 2009-07-05 | 1 | -221/+248 |
| | | | | | |||||
| | * | | | Updated Tamil translation | drtvasudevan | 2009-07-04 | 1 | -252/+265 |
| | | | | | |||||
| | * | | | Updated Tamil translation | drtvasudevan | 2009-07-04 | 1 | -114/+168 |
| | | | | | |||||
| | * | | | Sort themes by name | Pierre-Luc Beaudoin | 2009-07-03 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | List installed adium themes | Pierre-Luc Beaudoin | 2009-07-03 | 5 | -145/+142 |
| | | |/ | | |/| | |||||
| | * | | Merge branch 'fix-585601' | Gustavo Noronha Silva | 2009-07-02 | 2 | -0/+11 |
| | |\ \ | |||||
| | | * | | Fix Bug 585601: Adium theme is not reloaded on /clear or Ctrl+L or clear ↵ | Gustavo Noronha Silva | 2009-07-01 | 2 | -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 Thompson | 2009-07-02 | 2 | -24/+114 |
| | |\ \ \ | |||||
| | | * | | | Style: avoid marching off the right margin | Will Thompson | 2009-06-19 | 1 | -9/+10 |
| | | | | | | |||||
| | | * | | | Style: use FIXME not TODO | Will Thompson | 2009-06-19 | 1 | -3/+3 |
| | | | | | | |||||
| | | * | | | Coding style: one declaration per line. | Will Thompson | 2009-06-19 | 1 | -1/+2 |
| | | | | | | |||||
| | | * | | | Move string manipulation into build_part_message | Will Thompson | 2009-06-19 | 1 | -17/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Xavier said he preferred this, and it's shorter, so... | ||||
| | | * | | | Reduce format string duplication for part notifications. | Will Thompson | 2009-06-19 | 1 | -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 possible | Will Thompson | 2009-06-18 | 1 | -21/+47 |
| | | | | | | |||||
| | | * | | | Include actor in members-changed if possible | Will Thompson | 2009-06-18 | 1 | -14/+51 |
| | | | | | | |||||
| | | * | | | Extract part message building to a function | Will Thompson | 2009-06-18 | 1 | -35/+44 |
| | | | | | | |||||
| | | * | | | Return early from chat_members_changed_cb | Will Thompson | 2009-06-18 | 1 | -42/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | This avoids the function marching to the right quite so much. | ||||
| | | * | | | Print part reasons to conversation window | Will Thompson | 2009-06-18 | 1 | -3/+37 |
| | | | | | | |||||
* | | | | | | Use proper display names in the chooser | Cosimo Cecchi | 2009-07-31 | 1 | -6/+40 |
| | | | | | | |||||
* | | | | | | Make protocol icons work also with account == NULL | Cosimo Cecchi | 2009-07-31 | 3 | -6/+14 |
| | | | | | | |||||
* | | | | | | Don't try to lookup NULL connections | Cosimo Cecchi | 2009-07-31 | 1 | -0/+4 |
| | | | | | | |||||
* | | | | | | Fix trailing whitespace | Cosimo Cecchi | 2009-07-30 | 3 | -18/+18 |
| | | | | | | |||||
* | | | | | | Update POTFILES.in | Cosimo Cecchi | 2009-07-30 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Don't try to unref the GtkBuilder object in _dispose | Cosimo Cecchi | 2009-07-30 | 1 | -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 EmpathyAccountWidget | Cosimo Cecchi | 2009-07-30 | 1 | -0/+11 |
| | | | | | | |||||
* | | | | | | Set the sensitivity to the forget button | Cosimo Cecchi | 2009-07-30 | 1 | -2/+3 |
| | | | | | | |||||
* | | | | | | Ignore default value for required params | Cosimo Cecchi | 2009-07-30 | 1 | -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-exclusive | Cosimo Cecchi | 2009-07-30 | 1 | -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 Cecchi | 2009-07-30 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Call it empathy_account_settings_has_account() instead | ||||
* | | | | | | Implement dispose and finalize | Cosimo Cecchi | 2009-07-30 | 1 | -31/+75 |
| | | | | | | |||||
* | | | | | | Set apply button sensitivity on creation | Cosimo Cecchi | 2009-07-30 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Remove debug output | Cosimo Cecchi | 2009-07-30 | 1 | -1/+0 |
| | | | | | | |||||
* | | | | | | Add a cosmetic comment to separate public and non-public methods. | Cosimo Cecchi | 2009-07-30 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Use telepathy style | Cosimo Cecchi | 2009-07-30 | 1 | -632/+657 |
| | | | | | | |||||
* | | | | | | Update copyright and author | Cosimo Cecchi | 2009-07-30 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | First cut at GObject-ifying EmpathyAccountWidget | Cosimo Cecchi | 2009-07-30 | 10 | -391/+513 |
| | | | | | | |||||
* | | | | | | Add empathy_account_settings_is_valid () | Cosimo Cecchi | 2009-07-30 | 2 | -0/+61 |
| | | | | | | |||||
* | | | | | | Fix a typo. | Cosimo Cecchi | 2009-07-30 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Even more cleanup + update header | Cosimo Cecchi | 2009-07-30 | 1 | -10/+13 |
| | | | | | | |||||
* | | | | | | Adapt to the current telepathy style | Cosimo Cecchi | 2009-07-30 | 1 | -1172/+1146 |
| | | | | | | |||||
* | | | | | | Use the right property name when getting the connection status. | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Fix a typo in dispose() | Cosimo Cecchi | 2009-07-30 | 1 | -3/+5 |
| | | | | | | |||||
* | | | | | | Cancel the creation thread in dispose() | Cosimo Cecchi | 2009-07-30 | 1 | -0/+11 |
| | | | | | | |||||
* | | | | | | Emit the ACCOUNT_CREATED signal at the right time | Cosimo Cecchi | 2009-07-30 | 1 | -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 Cecchi | 2009-07-30 | 1 | -5/+8 |
| | | | | | | |||||
* | | | | | | Add empathy_account_settings_owns_account() | Cosimo Cecchi | 2009-07-30 | 2 | -0/+17 |
| | | | | | | |||||
* | | | | | | Make sure the account dialog respects the initial selection | Cosimo Cecchi | 2009-07-30 | 1 | -30/+34 |
| | | | | | | |||||
* | | | | | | Implement _set_display_name | Cosimo Cecchi | 2009-07-30 | 3 | -2/+110 |
| | | | | | | |||||
* | | | | | | When an account is enabled, always align it to the global presence. | Cosimo Cecchi | 2009-07-30 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, this was only done for newly created accounts, and not every time any account was enabled. | ||||
* | | | | | | Make remove work | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Plug some leaks | Cosimo Cecchi | 2009-07-30 | 1 | -0/+6 |
| | | | | | | |||||
* | | | | | | Respect the global presence when enabling an account | Cosimo Cecchi | 2009-07-30 | 1 | -3/+36 |
| | | | | | | |||||
* | | | | | | Unref the dialog when destroying | Cosimo Cecchi | 2009-07-30 | 1 | -0/+10 |
| | | | | | | |||||
* | | | | | | Chain up dispose and remove useless finalize | Cosimo Cecchi | 2009-07-30 | 1 | -7/+2 |
| | | | | | | |||||
* | | | | | | Move some code off dispose | Cosimo Cecchi | 2009-07-30 | 1 | -18/+31 |
| | | | | | | |||||
* | | | | | | GObject-ify and clean-up the code; still WIP | Cosimo Cecchi | 2009-07-30 | 2 | -185/+387 |
| | | | | | | |||||
* | | | | | | Add an API to get the num of CMs | Cosimo Cecchi | 2009-07-30 | 2 | -0/+14 |
| | | | | | | |||||
* | | | | | | Synchronize EmpathyProtocolChooser and EmpathyAccountsDialog | Cosimo Cecchi | 2009-07-30 | 3 | -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 signals | Sjoerd Simons | 2009-07-23 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Allow stop to be called if there isn't a backing channel | Sjoerd Simons | 2009-07-22 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Don't try to update the widgets if no account was selected | Sjoerd Simons | 2009-07-22 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Get the connection status, not the presence status string | Sjoerd Simons | 2009-07-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | If the requested property is missing, assume we didn't request it | Sjoerd Simons | 2009-07-22 | 1 | -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 dialog | Sjoerd Simons | 2009-07-22 | 2 | -171/+181 |
| | | | | | |||||
* | | | | | Add apply button for salut accounts | Sjoerd Simons | 2009-07-22 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Correctly implement empathy_account_is_valid | Sjoerd Simons | 2009-07-22 | 1 | -3/+2 |
| | | | | | |||||
* | | | | | Hook up removing accounts in the accounts dialog | Sjoerd Simons | 2009-07-22 | 1 | -0/+8 |
| | | | | | |||||
* | | | | | Add api to remove accounts | Sjoerd Simons | 2009-07-22 | 2 | -0/+53 |
| | | | | | |||||
* | | | | | Add removed signal on EmpathyAccount | Sjoerd Simons | 2009-07-22 | 2 | -0/+64 |
| | | | | | |||||
* | | | | | Make the account manager listen to AccountValidityChanged | Sjoerd Simons | 2009-07-22 | 1 | -2/+33 |
| | | | | | |||||
* | | | | | Use the account manager when the service is running, not when we receive ↵ | Marco Barisione | 2009-07-22 | 1 | -15/+14 |
| | | | | | | | | | | | | | | | | | | | | NameOwnerChanged | ||||
* | | | | | Disable tests that try to use MC4 related code | Sjoerd Simons | 2009-07-22 | 3 | -0/+10 |
| | | | | | |||||
* | | | | | Coding style fixes | Sjoerd Simons | 2009-07-22 | 8 | -15/+15 |
| | | | | | |||||
* | | | | | Unescape _ and _2d in the protocol from mission-control | Sjoerd Simons | 2009-07-22 | 1 | -1/+38 |
| | | | | | |||||
* | | | | | Port creating of of a salut account to then new apis | Sjoerd Simons | 2009-07-22 | 1 | -44/+90 |
| | | | | | |||||
* | | | | | Port to using EmpathyAccountSettings | Sjoerd Simons | 2009-07-22 | 7 | -268/+475 |
| | | | | | |||||
* | | | | | Make empathy_account_set_enable call out over d-bus | Sjoerd Simons | 2009-07-22 | 1 | -4/+26 |
| | | | | | |||||
* | | | | | Add API to Update an accounts parameters | Sjoerd Simons | 2009-07-22 | 2 | -0/+59 |
| | | | | | |||||
* | | | | | Remove the API to change the account parameters one by one | Sjoerd Simons | 2009-07-22 | 2 | -74/+10 |
| | | | | | |||||
* | | | | | Add an abstraction to buffer up changes to an account | Sjoerd Simons | 2009-07-22 | 3 | -0/+1122 |
| | | | | | |||||
* | | | | | Correct usage of priv | Sjoerd Simons | 2009-07-22 | 1 | -5/+4 |
| | | | | | |||||
* | | | | | Put (Haze) behind all protocols coming from haze | Sjoerd Simons | 2009-07-22 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Add API to add accounts | Sjoerd Simons | 2009-07-22 | 2 | -23/+106 |
| | | | | | |||||
* | | | | | reformat macros a bit | Sjoerd Simons | 2009-07-21 | 1 | -6/+11 |
| | | | | | |||||
* | | | | | Add singleton to cache TpConnectionManagers | Sjoerd Simons | 2009-07-20 | 3 | -0/+373 |
| | | | | | |||||
* | | | | | remove dead code | Sjoerd Simons | 2009-07-19 | 1 | -58/+0 |
| | | | | | |||||
* | | | | | Escape unique names by replacing / by % | Sjoerd Simons | 2009-07-16 | 1 | -8/+15 |
| | | | | | |||||
* | | | | | Ignore a log when the account it isn't found | Sjoerd Simons | 2009-07-16 | 1 | -1/+7 |
| | | | | | |||||
* | | | | | Put the logs in XDG_DATA_HOME instead of ~/.gnome2 | Sjoerd Simons | 2009-07-16 | 1 | -2/+4 |
| | | | | | |||||
* | | | | | Default to OFFLINE instead of UNSET for the global presence | Sjoerd Simons | 2009-07-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Escape the unique account name | Sjoerd Simons | 2009-07-16 | 1 | -3/+6 |
| | | | | | |||||
* | | | | | Move the responsibility of popping up the empathy accounts dialog out of the ↵ | Sjoerd Simons | 2009-07-16 | 2 | -20/+18 |
| | | | | | | | | | | | | | | | | | | | | status icon | ||||
* | | | | | Add a concept of ready to the account manager | Sjoerd Simons | 2009-07-16 | 2 | -2/+74 |
| | | | | | |||||
* | | | | | Check the right variable for setting the ready property | Sjoerd Simons | 2009-07-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 20 | -116/+18 |
| | | | | | |||||
* | | | | | Remove profiles, they're not used anymore | Sjoerd Simons | 2009-07-16 | 18 | -224/+0 |
| | | | | | |||||
* | | | | | Temporarily disable account importing as it still depends on profiles | Sjoerd Simons | 2009-07-16 | 2 | -2/+15 |
| | | | | | |||||
* | | | | | Use default status identifiers when setting the presence | Sjoerd Simons | 2009-07-16 | 1 | -4/+20 |
| | | | | | |||||
* | | | | | Get the presence from the AccountManager instead of MC4 | Sjoerd Simons | 2009-07-16 | 1 | -52/+7 |
| | | | | | |||||
* | | | | | Keep track of ``global'' presence of all accounts | Sjoerd Simons | 2009-07-16 | 4 | -216/+163 |
| | | | | | |||||
* | | | | | Remove dead code | Sjoerd Simons | 2009-07-16 | 2 | -119/+2 |
| | | | | | |||||
* | | | | | Implement HandledChannels D-Bus property | Sjoerd Simons | 2009-07-16 | 1 | -0/+30 |
| | | | | | |||||
* | | | | | empathy-account-manager.c: remove obsolte empathy-account-priv.h include | Guillaume Desmottes | 2009-07-16 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | Implement a first minimal version of a Client.Handler | Sjoerd Simons | 2009-07-10 | 2 | -116/+176 |
| | | | | | |||||
* | | | | | Use the account manager to set the presence | Sjoerd Simons | 2009-07-08 | 1 | -24/+11 |
| | | | | | |||||
* | | | | | Add a utility to set the presence on all requested accounts | Sjoerd Simons | 2009-07-08 | 2 | -1/+34 |
| | | | | | |||||
* | | | | | Add api to set the requested presence | Sjoerd Simons | 2009-07-08 | 2 | -0/+47 |
| | | | | | |||||
* | | | | | Initial port of Account and AccountManager to MC5 | Sjoerd Simons | 2009-07-08 | 8 | -172/+457 |
| | | | | | |||||
* | | | | | Add an GType of ao | Sjoerd Simons | 2009-07-08 | 2 | -0/+13 |
| | | | | | |||||
* | | | | | Remove useless mission-control includes | Sjoerd Simons | 2009-07-06 | 18 | -32/+1 |
| | | | | | |||||
* | | | | | Update python bindings | Sjoerd Simons | 2009-07-06 | 4 | -70/+31 |
| | | | | | |||||
* | | | | | Transform profile chooser into a protocol chooser | Sjoerd Simons | 2009-07-06 | 9 | -442/+455 |
| | | | | | |||||
* | | | | | Rework creating a salut account so it doesn't need profiles | Sjoerd Simons | 2009-07-06 | 1 | -43/+85 |
| | | | | | |||||
* | | | | | use newly deprecated API | Sjoerd Simons | 2009-07-06 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Add api to create accounts, by cm and proto name | Sjoerd Simons | 2009-07-06 | 3 | -3/+50 |
| | | | | | |||||
* | | | | | Remove usage of McProfiles | Sjoerd Simons | 2009-07-05 | 4 | -128/+117 |
| | | | | | |||||
* | | | | | Get the icon name from the account object directly | Sjoerd Simons | 2009-07-05 | 7 | -14/+15 |
| | | | | | |||||
* | | | | | Add missing newline | Sjoerd Simons | 2009-07-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add API to get the protocol and cm name from a account | Sjoerd Simons | 2009-07-05 | 2 | -11/+51 |
|/ / / / | |||||
* | | | | Added Oriya into the List | Manoj Kumar Giri | 2009-07-01 | 1 | -0/+1 |
| | | | | |||||
* | | | | Updated Oriya Translation | Manoj Kumar Giri | 2009-07-01 | 1 | -814/+1156 |
| | | | | |||||
* | | | | Updated Oriya Translation | Manoj Kumar Giri | 2009-07-01 | 1 | -0/+2148 |
| | | | | |||||
* | | | | New chatrooms are no longer marked as favorite by default. Fixes bug #575667 | Abner Silva | 2009-07-01 | 1 | -9/+9 |
| | | | |