| Commit message (Expand) | Author | Age | Files | Lines |
* | add 'voip' debug domain | Guillaume Desmottes | 2009-11-28 | 2 | -0/+2 |
* | Add Test debug domain | Xavier Claessens | 2009-11-25 | 2 | -0/+2 |
* | empathy_tp_contact_factory_get_from_{id,handle} shouldn't pass the ref of the... | Guillaume Desmottes | 2009-11-23 | 1 | -0/+7 |
* | ft-handler: contact_factory_contact_cb: ref the contact | Guillaume Desmottes | 2009-11-23 | 1 | -1/+1 |
* | tp-contact-factory: document that empathy_tp_contact_factory_get_from_{ids,ha... | Guillaume Desmottes | 2009-11-23 | 1 | -0/+2 |
* | idle: make empathy_idle_get_status static | Guillaume Desmottes | 2009-11-19 | 2 | -19/+18 |
* | tp-chat: copy the rename message | Guillaume Desmottes | 2009-11-19 | 1 | -3/+4 |
* | coding style fixes | Guillaume Desmottes | 2009-11-19 | 1 | -4/+4 |
* | don't mix code and variable declarations | Guillaume Desmottes | 2009-11-19 | 1 | -3/+3 |
* | Handle the case where a user's id changes in a chatroom | Jonathon Jongsma | 2009-11-19 | 2 | -0/+104 |
* | tp-chat: no need to connect twice on the ChatStateChanged signal | Guillaume Desmottes | 2009-11-19 | 1 | -4/+0 |
* | remove empathy_idle_{get,set}_flash_state | Guillaume Desmottes | 2009-11-18 | 2 | -49/+0 |
* | We should ensure, not create muc channels | Sjoerd Simons | 2009-11-17 | 1 | -0/+1 |
* | log_store_empathy_search_hit_new: don't unref accounts | Guillaume Desmottes | 2009-11-17 | 1 | -1/+0 |
* | add empathy_tp_call_get_connection_manager | Guillaume Desmottes | 2009-11-16 | 2 | -0/+23 |
* | contact.h: remove empathy_contact_hash as it's not defined (#580254) | Guillaume Desmottes | 2009-11-14 | 1 | -1/+0 |
* | Respect indentation style. | Cosimo Cecchi | 2009-11-13 | 2 | -23/+25 |
* | tp-chat: update the 'password-needed' property when password flags changes | Guillaume Desmottes | 2009-11-13 | 1 | -0/+27 |
* | empathy-tp-chat: add 'password-needed' property | Guillaume Desmottes | 2009-11-13 | 1 | -0/+13 |
* | add empathy_tp_chat_provide_password_{async,finish} | Guillaume Desmottes | 2009-11-13 | 2 | -0/+63 |
* | tp_chat_check_if_ready: deal with password protected room | Guillaume Desmottes | 2009-11-13 | 1 | -2/+10 |
* | tp-chat: add API to check if a password is required | Guillaume Desmottes | 2009-11-13 | 2 | -0/+38 |
* | tp_chat_check_if_ready: split the test checking if the TpChat is ready | Guillaume Desmottes | 2009-11-13 | 1 | -3/+8 |
* | libempathy/Makefile.am: sort files | Guillaume Desmottes | 2009-11-13 | 1 | -14/+14 |
* | empathy-tp-contact-factory: ensure that empathy_tp_contact_factory_get_from_h... | Guillaume Desmottes | 2009-11-12 | 1 | -1/+18 |
* | empathy_dispatch_operation_dispose: fix crash when disconnecting the ready si... | Guillaume Desmottes | 2009-11-12 | 1 | -5/+3 |
* | Warn if accessing connection status before AM is ready | Danielle Madeley | 2009-11-10 | 1 | -0/+5 |
* | empathy-tp-call: we are not sending or receiving video if the video stream do... | Guillaume Desmottes | 2009-11-10 | 1 | -0/+6 |
* | TpContactFactory: wait that the connection is ready before using it | Guillaume Desmottes | 2009-11-09 | 1 | -13/+35 |
* | dispatcher_init_connection_if_needed: wait that the connection is ready befor... | Guillaume Desmottes | 2009-11-09 | 1 | -11/+32 |
* | [EmpathyIdle] track whether the AccountManager is ready, warn if it is not | Danielle Madeley | 2009-11-09 | 1 | -0/+16 |
* | empathy_call_handler_request_cb: notify when the tp-call property is set | Guillaume Desmottes | 2009-11-05 | 1 | -0/+1 |
* | TpCall: add {audio,video}-stream-error signals | Guillaume Desmottes | 2009-11-05 | 1 | -0/+58 |
* | empathy-dispatch-operation: ensure that the operation stays alive while tp_ch... | Guillaume Desmottes | 2009-11-04 | 1 | -2/+12 |
* | empathy-dispatch-operation: ensure that the operation stays alive while tp_co... | Guillaume Desmottes | 2009-11-04 | 1 | -0/+12 |
* | Merge branch 'irc-command' | Xavier Claessens | 2009-11-04 | 4 | -80/+61 |
|\ |
|
| * | Move /me and /say support from EmpathyMessage to EmpathyChat. | Xavier Claessens | 2009-11-01 | 2 | -57/+0 |
| * | Fix topic not always shown, and add /topic command support. | Xavier Claessens | 2009-11-01 | 2 | -23/+61 |
* | | Merge branch 'accountz' | Jonny Lamb | 2009-11-02 | 26 | -2888/+518 |
|\ \
| |/
|/| |
|
| * | log-store-empathy: refer to "make logs async" bug | Jonny Lamb | 2009-10-30 | 1 | -1/+1 |
| * | dispatcher: refer to EmpathyHandler bug | Jonny Lamb | 2009-10-30 | 1 | -1/+1 |
| * | idle: added a comment to explain _is_just_connected | Jonny Lamb | 2009-10-30 | 1 | -0/+3 |
| * | idle: don't hardcode 10 seconds as the "just connected" time | Jonny Lamb | 2009-10-30 | 1 | -1/+5 |
| * | idle: add comment about the connect_times hash table types | Jonny Lamb | 2009-10-30 | 1 | -0/+2 |
| * | idle: updated comment | Jonny Lamb | 2009-10-30 | 1 | -2/+4 |
| * | utils: remove FIXME | Jonny Lamb | 2009-10-30 | 1 | -2/+0 |
| * | all: log error messages if preparing the account manager fails | Jonny Lamb | 2009-10-30 | 5 | -10/+36 |
| * | contact-manager, dispatcher: renamed _new_connection_cb to _status_changed_cb | Jonny Lamb | 2009-10-25 | 2 | -6/+6 |
| * | idle: use the TpAccount pointer as key to the hash table, and remove values o... | Jonny Lamb | 2009-10-25 | 1 | -12/+8 |
| * | tp-roomlist: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 2 | -8/+6 |
| * | log-store: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 2 | -19/+19 |
| * | log-store-empathy: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -17/+19 |
| * | log-manager: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 2 | -11/+11 |
| * | dispatcher: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -27/+48 |
| * | contact: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 2 | -17/+13 |
| * | contact-manager: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -22/+46 |
| * | chatroom: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 2 | -13/+14 |
| * | chatroom-manager: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 2 | -41/+27 |
| * | account-settings: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 2 | -77/+77 |
| * | Add empathy_idle_account_is_just_connected function. | Jonny Lamb | 2009-10-24 | 2 | -0/+70 |
| * | idle: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -20/+22 |
| * | Add empathy_account_manager_get_accounts_connected function. | Jonny Lamb | 2009-10-24 | 2 | -0/+36 |
| * | Add empathy_get_account_for_connection function. | Jonny Lamb | 2009-10-24 | 2 | -1/+36 |
| * | Add empathy_idle_get_requested_presence function. | Jonny Lamb | 2009-10-24 | 2 | -12/+44 |
| * | Removed EmpathyAccount{,Manager}. | Jonny Lamb | 2009-10-23 | 5 | -2604/+0 |
* | | dispatcher_request_handles_cb: use request_data->dispatcher to get the self p... | Guillaume Desmottes | 2009-10-26 | 1 | -1/+1 |
|/ |
|
* | Enable extra error CFLAGS in libempathy/ | Guillaume Desmottes | 2009-10-23 | 1 | -0/+1 |
* | empathy-utils.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -6/+8 |
* | empathy-tp-contact-list.c: fix shadow declaration and uint comparaison | Guillaume Desmottes | 2009-10-22 | 1 | -6/+6 |
* | empathy-tp-contact-factory.c: fix casting issue | Guillaume Desmottes | 2009-10-22 | 1 | -1/+1 |
* | empathy-time.c: fix shadow declaration | Guillaume Desmottes | 2009-10-22 | 1 | -4/+4 |
* | empathy-status-presets.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -10/+10 |
* | empathy-log-store-empathy.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -12/+13 |
* | empathy-irc-network-manager.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -22/+29 |
* | empathy-dispatcher.c: fix shadow declarations | Guillaume Desmottes | 2009-10-22 | 1 | -123/+122 |
* | empathy-contact-groups.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -10/+11 |
* | empathy-connection-managers.c: fix shadow declarations | Guillaume Desmottes | 2009-10-22 | 1 | -14/+14 |
* | empathy-chatroom-manager.c: fix casting issues | Guillaume Desmottes | 2009-10-22 | 1 | -8/+12 |
* | empathy-account-settings.c: fix uint comparaison | Guillaume Desmottes | 2009-10-22 | 1 | -4/+4 |
* | empathy-account-settings: fix CLAMP usage | Guillaume Desmottes | 2009-10-22 | 1 | -7/+9 |
* | empathy-tp-chat.c: fix shadow declaration | Guillaume Desmottes | 2009-10-21 | 1 | -2/+2 |
* | empathy-contact: cast data pointers | Guillaume Desmottes | 2009-10-21 | 1 | -2/+4 |
* | empathy-account-manager.c: fix uint comparaison | Guillaume Desmottes | 2009-10-21 | 1 | -1/+1 |
* | empathy-irc-server: the port is a guint | Guillaume Desmottes | 2009-10-21 | 1 | -1/+1 |
* | Stop building libempathy{,-gtk} as a shared library. Closes bug #599086 | Jonny Lamb | 2009-10-21 | 2 | -70/+46 |
* | Ensure we don't try to register invalid bus names | Sjoerd Simons | 2009-10-20 | 1 | -5/+6 |
* | Unset pending_call explicitly instead of implicitly | Sjoerd Simons | 2009-10-20 | 1 | -2/+11 |
* | Merge commit 'maiku/bug_598332' | Guillaume Desmottes | 2009-10-19 | 1 | -20/+33 |
|\ |
|
| * | Move destruction of connections from finalize to dispose. | Mike Ruprecht | 2009-10-15 | 1 | -8/+12 |
| * | Remove the weak_object parameter when requesting channels. | Mike Ruprecht | 2009-10-15 | 1 | -8/+10 |
| * | Cancel outstanding channel requests if connection to the CM is lost. | Mike Ruprecht | 2009-10-14 | 1 | -4/+11 |
* | | empathy_account_settings_get_tp_params: don't raise an error if tp_protocol i... | Guillaume Desmottes | 2009-10-19 | 1 | -1/+9 |
* | | empathy-account-settings: don't cache the TpConnectionManagerProtocol | Guillaume Desmottes | 2009-10-19 | 1 | -6/+12 |
* | | idle: work around the case if the session doesn't tell us when we go idle (fi... | Jonny Lamb | 2009-10-17 | 1 | -6/+17 |
* | | connectivity: small fix to a debug message | Jonny Lamb | 2009-10-17 | 1 | -2/+2 |
* | | copy empathy_signal_connect_weak from telepathy-gabble | Guillaume Desmottes | 2009-10-15 | 2 | -0/+90 |
|/ |
|
* | remove empathy_account_manager_remove from header; function has been removed | Guillaume Desmottes | 2009-10-05 | 1 | -3/+0 |
* | remove empathy_tp_contact_list_can_add from header; function has been removed | Guillaume Desmottes | 2009-10-05 | 1 | -1/+0 |
* | Revert "Revert "Remove deprecated call to g_mapped_file_free()"" | Xavier Claessens | 2009-09-24 | 1 | -8/+1 |
* | Merge commit 'istaz/handle_none' | Xavier Claessens | 2009-09-21 | 1 | -1/+10 |
|\ |
|
| * | Fallback to the contact id if present when there is no room id for empathy_tp... | Olivier Le Thanh Duong | 2009-09-21 | 1 | -1/+10 |
* | | Set the ice-udp capability directly as well | Sjoerd Simons | 2009-09-20 | 1 | -1/+3 |
* | | idle: wait for the account manager to be ready before setting initial state | Jonny Lamb | 2009-09-18 | 1 | -2/+29 |
* | | Iterate avatar tokens with a GHashTableIter | Will Thompson | 2009-09-17 | 1 | -30/+19 |
* | | Get rid of the last two _run_ calls in Empathy | Will Thompson | 2009-09-17 | 1 | -31/+29 |
* | | Fix indentation of previous patch | Xavier Claessens | 2009-09-16 | 1 | -1/+3 |
* | | empathy_avatar_new takes ownership of arguments. Do not free filename. | Xavier Claessens | 2009-09-16 | 1 | -2/+2 |
* | | Only handle manually text channels. | Cosimo Cecchi | 2009-09-16 | 1 | -0/+6 |
* | | Dispatch existing channels once we initialize the connection. | Cosimo Cecchi | 2009-09-16 | 1 | -0/+21 |
|/ |
|
* | Fix long lines. | Cosimo Cecchi | 2009-09-15 | 1 | -6/+8 |
* | Always call _ensure_channel for text chats. | Cosimo Cecchi | 2009-09-15 | 1 | -10/+42 |
* | Release the busname on disposal. | Cosimo Cecchi | 2009-09-15 | 1 | -4/+31 |
* | Plug some leaks | Cosimo Cecchi | 2009-09-14 | 2 | -0/+5 |
* | Assert that we get a non-null account passed when creating a contact for a log | Sjoerd Simons | 2009-09-14 | 1 | -0/+1 |
* | When getting messages for a file, pass the account as we already know it | Sjoerd Simons | 2009-09-14 | 1 | -14/+4 |
* | Check if the remote-contact is actually there before putting it on the list | Sjoerd Simons | 2009-09-14 | 1 | -1/+2 |
* | dispatcher_request_failed: check if conn_data is not NULL | Guillaume Desmottes | 2009-09-10 | 1 | -2/+7 |
* | empathy_account_settings_get_uint32: check if empathy_account_settings_get re... | Guillaume Desmottes | 2009-09-09 | 1 | -0/+2 |
* | chatroom-manager: add a ready property | Jonny Lamb | 2009-09-08 | 1 | -0/+18 |
* | tp-contact-factory: allow _get_from_handles to call with no handles. | Jonny Lamb | 2009-09-07 | 1 | -0/+5 |
* | chatroom-manager: only parse xml file once the account manager is ready | Jonny Lamb | 2009-09-06 | 1 | -1/+31 |
* | Add stream-closed signal to EmpathyCallHandler for when a stream is closed | Olivier Crête | 2009-09-02 | 1 | -0/+16 |
* | Fix long lines. | Cosimo Cecchi | 2009-09-01 | 1 | -2/+4 |
* | Be sure that FindChannelRequest has a ref to the Dispatcher | Cosimo Cecchi | 2009-09-01 | 1 | -1/+1 |
* | Don't set empty values for the default EmpathyHandler | Cosimo Cecchi | 2009-09-01 | 2 | -0/+14 |
* | Always try to use the Requests interface before calling RequestChannel | Sjoerd Simons | 2009-09-01 | 1 | -10/+43 |
* | Add display name for "gtalk" | Cosimo Cecchi | 2009-08-31 | 1 | -0/+1 |
* | Fix a long line | Cosimo Cecchi | 2009-08-31 | 1 | -1/+2 |
* | Use empathy_protocol_icon_name() | Cosimo Cecchi | 2009-08-31 | 1 | -1/+1 |
* | Fall back to the default icon if an empty icon name is set | Cosimo Cecchi | 2009-08-31 | 1 | -5/+6 |
* | Always set the icon name on account creation. | Cosimo Cecchi | 2009-08-31 | 1 | -5/+2 |
* | Implement setting icon name to the account and to the settings. | Cosimo Cecchi | 2009-08-31 | 4 | -2/+166 |
* | Be consistent with EmpathyMessage style. | Will Thompson | 2009-08-31 | 1 | -8/+16 |
* | Ack received messages from ourself. | Will Thompson | 2009-08-31 | 3 | -2/+44 |
* | Handle SendError signal correctly, not as a message | Will Thompson | 2009-08-31 | 1 | -7/+2 |
* | Use char* not EmpathyMessage in TpChat:send-error | Will Thompson | 2009-08-31 | 1 | -3/+4 |
* | Add functions on the dispatcher to add/remove extra handlers | Sjoerd Simons | 2009-08-31 | 2 | -0/+81 |
* | Add a simple abstraction for implementing handlers | Sjoerd Simons | 2009-08-31 | 5 | -122/+560 |
* | Merge branch 'do-say-me-think' | Will Thompson | 2009-08-28 | 2 | -15/+59 |
|\ |
|
| * | Don't parse message in EmpathyMessage:body setter | Will Thompson | 2009-08-28 | 1 | -15/+2 |
| * | Add empathy_message_new_from_entry() | Will Thompson | 2009-08-28 | 2 | -0/+57 |
* | | Only unref the AccountManager if it's not NULL | Cosimo Cecchi | 2009-08-28 | 1 | -1/+3 |
|/ |
|
* | When not connected don't apply !offline states but save them | Sjoerd Simons | 2009-08-28 | 1 | -5/+7 |
* | ->connected always has the right status, so use that instead of specialcasing | Sjoerd Simons | 2009-08-28 | 1 | -8/+1 |
* | Only assume connected when we have neither Connman or NM | Sjoerd Simons | 2009-08-28 | 1 | -1/+1 |
* | Slightly improve debug info | Sjoerd Simons | 2009-08-28 | 1 | -1/+2 |
* | Merge commit 'jtellier/reconnect-account' | Guillaume Desmottes | 2009-08-27 | 2 | -0/+50 |
|\ |
|
| * | - Added a utility function (empathy_account_reconnect_async) to easily | Jonathan Tellier | 2009-08-26 | 2 | -0/+50 |
* | | Remove libmissioncontrol deps | Pierre-Luc Beaudoin | 2009-08-27 | 1 | -2/+2 |
* | | Only request presence when the account is enabled (#593161). | Cosimo Cecchi | 2009-08-27 | 1 | -9/+12 |
* | | Ensure all accounts when getting all properties | Cosimo Cecchi | 2009-08-26 | 1 | -9/+71 |
* | | Implement empathy_account_refresh_properties() | Cosimo Cecchi | 2009-08-26 | 2 | -7/+20 |
* | | Fix long lines. | Cosimo Cecchi | 2009-08-26 | 1 | -4/+5 |
* | | Restart MC5 when it quits or crashes (#593018). | Cosimo Cecchi | 2009-08-26 | 1 | -28/+47 |
|/ |
|
* | Request presence again when an account is enabled | Cosimo Cecchi | 2009-08-26 | 1 | -0/+17 |
* | Fix alignment | Xavier Claessens | 2009-08-25 | 1 | -1/+1 |
* | Add human-readable names for Yahoo! Japan and Facebook Chat | Will Thompson | 2009-08-25 | 1 | -0/+2 |
* | Call gettext for translated protocol names | Will Thompson | 2009-08-25 | 1 | -10/+16 |
* | Wait for the connection to be ready before requesting contacts from it. | Jonny Lamb | 2009-08-25 | 1 | -6/+22 |
* | Make empathy_protocol_name_to_display_name public | Cosimo Cecchi | 2009-08-25 | 2 | -0/+31 |
* | Fix a crash caused by tp-glib emitting invalidated in dispose | Sjoerd Simons | 2009-08-25 | 1 | -20/+11 |
* | Fallback to setting the global presence to offline if no account has a better... | Jonny Lamb | 2009-08-25 | 1 | -0/+1 |
* | Free the allocated dirname after usage | Sjoerd Simons | 2009-08-24 | 1 | -0/+2 |
* | Fix several coding style issues | Sjoerd Simons | 2009-08-24 | 1 | -1/+1 |
* | Don't use a custom function to build the log dir | Sjoerd Simons | 2009-08-24 | 1 | -2/+1 |
* | Have log_store_empathy_search_hit_new lookup accounts properly | Sjoerd Simons | 2009-08-24 | 1 | -7/+17 |
* | Split out the account name to dirname translation | Sjoerd Simons | 2009-08-24 | 1 | -6/+14 |
* | Ensure that the connection data is setup when handle channels | Sjoerd Simons | 2009-08-24 | 1 | -3/+16 |
* | Add a new _ensure_account API | Sjoerd Simons | 2009-08-24 | 3 | -4/+17 |
* | Make the dir names for the logs look nicer | Sjoerd Simons | 2009-08-24 | 1 | -4/+6 |
* | Don't override the display_name when creating the account | Sjoerd Simons | 2009-08-24 | 1 | -6/+0 |
* | Return the correct object when querying the dbus-daemon property | Sjoerd Simons | 2009-08-24 | 1 | -2/+1 |
* | Remove unused finalize | Sjoerd Simons | 2009-08-24 | 1 | -16/+0 |
* | Add a new DEBUG domain for the mc4 account importer | Arnaud Maillet | 2009-08-24 | 2 | -0/+2 |
* | Use better avatar location: ~/.cache/<cm>/<protocol>/<token> | Xavier Claessens | 2009-08-24 | 1 | -7/+3 |
* | Fix some leaks in _settings_discard | Sjoerd Simons | 2009-08-23 | 1 | -13/+13 |
* | If the parameter wasn't known return NULL for the dbus signature | Sjoerd Simons | 2009-08-23 | 1 | -0/+3 |
* | First part of an overhaul of the accounts dialog | Jonathan Tellier | 2009-08-22 | 3 | -13/+48 |
* | Make the set_enabled API async | Cosimo Cecchi | 2009-08-22 | 2 | -16/+48 |
* | Fix long line | Cosimo Cecchi | 2009-08-22 | 1 | -1/+2 |
* | Remove the parameters from the unset pool when we set them again | Cosimo Cecchi | 2009-08-22 | 1 | -1/+35 |
* | Merge back from master | Sjoerd Simons | 2009-08-22 | 11 | -244/+592 |
|\ |
|
| * | Revert "Don't use deprecated g_mapped_file_free()" | Xavier Claessens | 2009-08-21 | 1 | -1/+1 |
| * | Don't use deprecated g_mapped_file_free() | Kjartan Maraas | 2009-08-21 | 1 | -1/+1 |
| * | Merge branch 'connman' | Jonny Lamb | 2009-08-20 | 7 | -128/+547 |
| |\ |
|
| | * | empathy-connectivity: assume status is offline if GetState fails | Jonny Lamb | 2009-08-20 | 1 | -0/+2 |
| | * | empathy-connectivity: add ConnMan support | Jonny Lamb | 2009-08-20 | 1 | -2/+120 |
| | * | configure: enable connectivity building with nm, connman, auto or none | Jonny Lamb | 2009-08-20 | 1 | -2/+4 |
| | * | empathy-connectivity: small style fix | Jonny Lamb | 2009-08-20 | 1 | -4/+1 |
| | * | all: save the signal id and use that to disconnect from the signal | Jonny Lamb | 2009-08-20 | 2 | -7/+12 |
| | * | empathy-connectivity: only send the new state in the state-change signal | Jonny Lamb | 2009-08-19 | 2 | -13/+23 |
| | * | empathy-idle: no need to listen to use-conn | Jonny Lamb | 2009-08-19 | 1 | -20/+0 |
| | * | empathy-connectivity: remove dispose_run | Jonny Lamb | 2009-08-19 | 1 | -10/+0 |
| | * | empathy-connectivity: be sure to get the initial presence on init | Jonny Lamb | 2009-08-19 | 1 | -0/+4 |
| | * | empathy-connectivity: init priv->connected to TRUE if we're not using NM | Jonny Lamb | 2009-08-19 | 1 | -4/+2 |
| | * | empathy-connectivity: remove useless assignment | Jonny Lamb | 2009-08-19 | 1 | -1/+0 |
| | * | empathy-connectivity: stop using the name "manager" when I mean "connectivity" | Jonny Lamb | 2009-08-19 | 1 | -5/+5 |
| | * | empathy-connectivity: disconnect from NM state change signal on finalize | Jonny Lamb | 2009-08-19 | 1 | -0/+2 |
| | * | empathy-connectivity: only unref the NM client if we're using NM | Jonny Lamb | 2009-08-19 | 1 | -0/+2 |
| | * | empathy-connectivity: handle changes in use_conn correctly | Jonny Lamb | 2009-08-19 | 1 | -1/+11 |
| | * | empathy-idle: disconnect from connectivity signals before unreffing | Jonny Lamb | 2009-08-19 | 1 | -16/+21 |
| | * | empathy-idle: use EmpathyConnectivity instead of messing with NM itself | Jonny Lamb | 2009-08-19 | 2 | -126/+49 |
| | * | empathy-connectivity: add signals, properties and hook in NM | Jonny Lamb | 2009-08-19 | 2 | -12/+186 |
| | * | empathy-debug: add connectivity debug key | Jonny Lamb | 2009-08-18 | 2 | -0/+2 |
| | * | empathy-connectivity: add initial stubs | Jonny Lamb | 2009-08-18 | 3 | -0/+196 |
| * | | Merge commit 'lfrb/added' | Guillaume Desmottes | 2009-08-19 | 1 | -4/+7 |
| |\ \ |
|
| | * | | Always add to publish list | Louis-Francis Ratté-Boulianne | 2009-08-19 | 1 | -4/+7 |
| * | | | Don't assume that 'subscribe' exists. | Will Thompson | 2009-08-19 | 1 | -7/+10 |
| | |/
| |/| |
|
| * | | Use tp-glib Location stable API (#585843) | Guillaume Desmottes | 2009-08-17 | 1 | -7/+7 |
| * | | Only call SetChatState if the Channel supports it | Will Thompson | 2009-08-14 | 1 | -7/+10 |
| |/ |
|
| * | Move the FsElementElementAddedNotifier over the main pipeline | Olivier Crête | 2009-08-07 | 1 | -32/+0 |
| * | Make it possible to set element properties from a config file | Olivier Crête | 2009-08-07 | 1 | -33/+17 |
| * | Put codec preferences in a configuration file | Olivier Crête | 2009-08-07 | 1 | -41/+12 |
* | | Rename empathy_account_get_connection_for to empathy_account_get_connection_f... | Sjoerd Simons | 2009-08-22 | 3 | -4/+5 |
* | | Don't hook up to invalidated when creating the connection failed | Sjoerd Simons | 2009-08-22 | 1 | -10/+11 |
* | | Let the cached parameters asv own the key strings | Sjoerd Simons | 2009-08-21 | 1 | -7/+9 |
* | | Use g_strdup instead of casting a const gchar* to a gchar*. | Xavier Claessens | 2009-08-21 | 1 | -1/+1 |
* | | Use new api to get connections | Sjoerd Simons | 2009-08-21 | 1 | -4/+8 |
* | | Add API to get teh TpConnection for an account on a certain path | Sjoerd Simons | 2009-08-21 | 2 | -31/+61 |
* | | When getting an account for an unknown path automagically create the new acco... | Sjoerd Simons | 2009-08-21 | 1 | -14/+5 |
* | | Set the RequestedPresence when creating a new command | Sjoerd Simons | 2009-08-21 | 1 | -1/+36 |
* | | Only set the current global requested on the initial set of accounts | Sjoerd Simons | 2009-08-21 | 1 | -13/+9 |
* | | Add a function to get the requested global presence from the account manager | Sjoerd Simons | 2009-08-21 | 2 | -0/+21 |
* | | Cache the icon inside EmpathyAccountSettings | Sjoerd Simons | 2009-08-19 | 1 | -7/+9 |
* | | replace UNIQUE_NAME_PREFIX by TP_ACCOUNT_OBJECT_PATH_BASE | Sjoerd Simons | 2009-08-19 | 1 | -4/+3 |
* | | the status in EmpathyIdle is the status_message not the status string | Sjoerd Simons | 2009-08-19 | 1 | -5/+6 |
* | | Add a debug message for tracking global status | Sjoerd Simons | 2009-08-19 | 1 | -0/+3 |
* | | displatcher -> dispatcher | Davyd Madeley | 2009-08-19 | 1 | -2/+2 |
* | | Get the DisplayName when the account is ready | Sjoerd Simons | 2009-08-18 | 1 | -5/+8 |
* | | Rename empathy_settings_get_dbus_signature to empathy_account_settings_get_db... | Sjoerd Simons | 2009-08-18 | 2 | -2/+2 |
* | | Rename desired presence to requested presence | Sjoerd Simons | 2009-08-18 | 1 | -19/+19 |
* | | Remove dead code | Sjoerd Simons | 2009-08-18 | 1 | -8/+0 |
* | | rename status-reason to connection-status-reason and notify connection-status... | Sjoerd Simons | 2009-08-18 | 1 | -2/+3 |
* | | Notify when display-name is updated | Sjoerd Simons | 2009-08-17 | 1 | -0/+1 |
* | | No need to check if create_results exists in dispose | Sjoerd Simons | 2009-08-17 | 1 | -18/+14 |
* | | Plug some leaks | Sjoerd Simons | 2009-08-17 | 1 | -2/+8 |
* | | Removed dead code | Sjoerd Simons | 2009-08-17 | 1 | -10/+0 |
* | | 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 |
* | | Set presence on accounts when they become ready | Cosimo Cecchi | 2009-08-01 | 1 | -1/+8 |
* | | Merge branch 'sjoerd-mc5' into mc5 | Cosimo Cecchi | 2009-08-01 | 24 | -130/+385 |
|\ \ |
|
| * | | 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 |
| * | | Chang the API of AccountManager to have the get lookup the account by name | Sjoerd Simons | 2009-07-30 | 6 | -21/+17 |
| * | | remove usage of empathy_account_equal | Sjoerd Simons | 2009-07-30 | 4 | -18/+5 |
| * | | Remove empathy_account_hash | Sjoerd Simons | 2009-07-30 | 2 | -9/+0 |
| * | | Unref the connection if it fails to become ready or is invalidated | Sjoerd Simons | 2009-07-30 | 1 | -10/+17 |