| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated Hungarian translation | Gabor Keleman | 2009-02-01 | 1 | -301/+250 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2009-01-31 | 1 | -163/+211 |
* | Add a message format for gtk_message_dialog_new | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Use contact-list property and create the store in the constructor. | Jonny Lamb | 2009-01-31 | 1 | -13/+19 |
* | Rename _get_selected to _dup_selected and make sure the contact is unrefed. | Jonny Lamb | 2009-01-31 | 3 | -6/+7 |
* | Removed dispatcher dup as it's been fixed. | Jonny Lamb | 2009-01-31 | 1 | -4/+0 |
* | Pass an EmpathyContactList to _new and create the store from that. | Jonny Lamb | 2009-01-31 | 3 | -7/+8 |
* | Removed old FIXME. | Jonny Lamb | 2009-01-31 | 1 | -4/+0 |
* | Don't call a function in a variable declaration. | Jonny Lamb | 2009-01-31 | 1 | -1/+2 |
* | Use empathy_gtk_init. | Jonny Lamb | 2009-01-31 | 1 | -4/+2 |
* | Use g_signal_connect_swapped and remove useless functions. | Jonny Lamb | 2009-01-31 | 1 | -35/+12 |
* | Unref the temp contact appropriately. | Jonny Lamb | 2009-01-31 | 1 | -0/+1 |
* | Simplified loops in | Jonny Lamb | 2009-01-31 | 1 | -21/+19 |
* | Use gtk_tree_store_insert_with_values. | Jonny Lamb | 2009-01-31 | 1 | -2/+2 |
* | Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+. | Jonny Lamb | 2009-01-31 | 3 | -6/+5 |
* | Use gtk_main_quit as the destroy callback. | Jonny Lamb | 2009-01-31 | 1 | -9/+1 |
* | Explicit check. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Move public methods at the bottom. | Xavier Claessens | 2009-01-31 | 1 | -18/+20 |
* | Reorganize the constructor to avoid some casts and to avoid complex inline in... | Xavier Claessens | 2009-01-31 | 1 | -12/+14 |
* | Don't get a cast to EmpathyContactSelector when it's not needed. | Jonny Lamb | 2009-01-31 | 1 | -4/+2 |
* | Use gtk_tree_model_get_iter_first instead of going through GtkTreePath. | Jonny Lamb | 2009-01-31 | 1 | -12/+2 |
* | Use dispose_run in EmpathyContactSelector. | Jonny Lamb | 2009-01-31 | 1 | -0/+8 |
* | Remove unnecessary casts and macros. | Jonny Lamb | 2009-01-31 | 1 | -14/+9 |
* | Updated empetit to use the new dispatcher. | Jonny Lamb | 2009-01-31 | 1 | -3/+26 |
* | Use the new _dup_singleton function instead of _new. | Jonny Lamb | 2009-01-31 | 1 | -1/+1 |
* | Small coding style and name changes. | Jonny Lamb | 2009-01-31 | 1 | -73/+59 |
* | Added Elliot's empetit test program. | Jonny Lamb | 2009-01-31 | 3 | -1/+83 |
* | Added argument checking to non-static functions. | Jonny Lamb | 2009-01-31 | 1 | -0/+4 |
* | remove redundant flag | Xavier Claessens | 2009-01-31 | 1 | -6/+6 |
* | add translation function call | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | rename set and unset functions | Xavier Claessens | 2009-01-31 | 1 | -5/+5 |
* | update libempathy-gtk.types | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | conform to GET_PRIV style | Xavier Claessens | 2009-01-31 | 2 | -7/+11 |
* | unref store once only | Xavier Claessens | 2009-01-31 | 1 | -1/+5 |
* | remove finalize function | Xavier Claessens | 2009-01-31 | 1 | -11/+0 |
* | unref contact list store on dispose | Xavier Claessens | 2009-01-31 | 1 | -0/+4 |
* | tidy | Xavier Claessens | 2009-01-31 | 1 | -3/+0 |
* | add function to find number of online contacts; fix sensitivity management | Xavier Claessens | 2009-01-31 | 1 | -7/+35 |
* | consolidate sensitivity management | Xavier Claessens | 2009-01-31 | 1 | -15/+24 |
* | consolidate blank contact management | Xavier Claessens | 2009-01-31 | 1 | -24/+19 |
* | move get blank iter function | Xavier Claessens | 2009-01-31 | 1 | -34/+32 |
* | add unset blank contact function | Xavier Claessens | 2009-01-31 | 1 | -18/+22 |
* | improve function to find iter for blank contact | Xavier Claessens | 2009-01-31 | 1 | -15/+13 |
* | fix contact list store sorting | Xavier Claessens | 2009-01-31 | 1 | -6/+2 |
* | include config.h | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
* | include empathy-contact-list-store.h in empathy-contact-selector.h | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
* | use EmpathyContactListStore directly | Xavier Claessens | 2009-01-31 | 1 | -73/+27 |
* | do not add blank when popup showing; add blank when popup becomes hidden and ... | Xavier Claessens | 2009-01-31 | 1 | -6/+22 |
* | fix widget sensitivity | Xavier Claessens | 2009-01-31 | 1 | -6/+18 |
* | fix initial active contact problem; add blank contact, hide on popup, remove ... | Xavier Claessens | 2009-01-31 | 1 | -46/+78 |
* | update authors | Xavier Claessens | 2009-01-31 | 2 | -4/+4 |
* | update copyright and authors | Xavier Claessens | 2009-01-31 | 2 | -0/+4 |
* | add selector .c and .h files | Xavier Claessens | 2009-01-31 | 2 | -0/+398 |
* | update Makefile.am | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
* | Use g_list_prepend instead of g_list_append. | Jonny Lamb | 2009-01-31 | 1 | -2/+2 |
* | Allow the dispatcher to be freed once a request is finished. | Jonny Lamb | 2009-01-31 | 1 | -2/+35 |
* | We skip .5 and go directly to .90 | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Prefix "Empathy" to the notification enum. | Xavier Claessens | 2009-01-31 | 3 | -10/+10 |
* | Add a comment explaining why we activate the event in an idle. | Xavier Claessens | 2009-01-31 | 1 | -0/+4 |
* | Factor out some common code. | Xavier Claessens | 2009-01-31 | 4 | -25/+31 |
* | Always check if notifications are enabled when we update them. | Xavier Claessens | 2009-01-31 | 1 | -9/+18 |
* | Update the pixbuf when we receive an event update. | Xavier Claessens | 2009-01-31 | 1 | -16/+25 |
* | Use the avatar for all the events with a contact. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Add an enum to define notification close reason. | Xavier Claessens | 2009-01-31 | 2 | -2/+11 |
* | Unref the notification after it has been closed. | Xavier Claessens | 2009-01-31 | 1 | -11/+18 |
* | Escape message body with g_markup_escape_text before pushing it to the notifi... | Xavier Claessens | 2009-01-31 | 1 | -3/+5 |
* | Fix order or params in chat_window_show_or_update_notification (). | Xavier Claessens | 2009-01-31 | 1 | -3/+3 |
* | Move empathy_notification_is_enabled () to src/ | Xavier Claessens | 2009-01-31 | 9 | -59/+127 |
* | Fix coding style. | Xavier Claessens | 2009-01-31 | 1 | -3/+3 |
* | Add libnotify dep to src/ only. | Xavier Claessens | 2009-01-31 | 2 | -1/+4 |
* | Make possible to use libnotify 0.4.4, to not force the usage of too recent di... | Xavier Claessens | 2009-01-31 | 3 | -4/+7 |
* | Initialize GError to NULL before using it. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Fix indentation. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Add a convenience function to avoid hacks when getting the pixbuf from the ic... | Xavier Claessens | 2009-01-31 | 4 | -18/+30 |
* | Make notifications for unfocused chat windows work properly. | Xavier Claessens | 2009-01-31 | 2 | -22/+32 |
* | Break after the event has been found. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
* | W.I.P. for notifications on chat window. | Xavier Claessens | 2009-01-31 | 5 | -8/+101 |
* | Don't update the event if the notification can't be shown. | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
* | Typo. | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Implement a logic for disabling notifications when away. | Xavier Claessens | 2009-01-31 | 3 | -9/+70 |
* | Modify code to handle new preferences. | Xavier Claessens | 2009-01-31 | 4 | -5/+62 |
* | Add a preference UI for notifications. | Xavier Claessens | 2009-01-31 | 1 | -6/+80 |
* | If the notification is not dismissed by the user, do not display other notifi... | Xavier Claessens | 2009-01-31 | 3 | -3/+31 |
* | Split the event description into header and message body. | Xavier Claessens | 2009-01-31 | 2 | -57/+142 |
* | Fix indentation. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
* | Insert an image in the notify baloon. | Xavier Claessens | 2009-01-31 | 1 | -2/+19 |
* | Adapt the status icon message to the new API. | Xavier Claessens | 2009-01-31 | 1 | -4/+11 |
* | Require latest libnotify. Don't crash when clicking the notification. | Xavier Claessens | 2009-01-31 | 2 | -27/+19 |
* | Use PACKAGE_NAME instead of hardcoding "empathy" on notify_init (). | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | mimic tooltip and icon notifications; unref any outstanding notification | Xavier Claessens | 2009-01-31 | 1 | -15/+41 |
* | uninit linotify after unrefing status icon | Xavier Claessens | 2009-01-31 | 1 | -2/+2 |
* | generify notification; add idle activation of event | Xavier Claessens | 2009-01-31 | 1 | -22/+40 |
* | add notify uninit | Xavier Claessens | 2009-01-31 | 1 | -1/+4 |
* | show notification on new event | Xavier Claessens | 2009-01-31 | 1 | -0/+26 |
* | initialize libnotify | Xavier Claessens | 2009-01-31 | 1 | -0/+2 |
* | add libnotify configure check | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
* | disable chat history menu item when there is no account. | Frederic Peters | 2009-01-30 | 1 | -0/+21 |
* | Added a new empathy_account_manager_get_count function, to get the number of | Frederic Peters | 2009-01-30 | 2 | -2/+22 |
* | Update gitignore | Xavier Claessens | 2009-01-30 | 1 | -0/+1 |
* | Updated ca translation (Gil Forcada) | Gil Forcada Codinachs | 2009-01-29 | 1 | -373/+472 |
* | Also accept sftp as URL scheme. | Xavier Claessens | 2009-01-29 | 1 | -1/+1 |
* | \n is also a delimiter for URLs. | Xavier Claessens | 2009-01-29 | 1 | -2/+2 |
* | ps was missing in LINGUAS | Gil Forcada Codinachs | 2009-01-27 | 1 | -0/+1 |
* | Updated Greek translation (Marios Zindilis) | Simos Xenitellis | 2009-01-27 | 2 | -0/+0 |
* | Added Greek translation (Marios Zindilis) | Simos Xenitellis | 2009-01-27 | 2 | -1/+501 |
* | accounts_dialog_button_create_clicked_cb: if, for some reason, mc_account_cre... | Guillaume Desmottes | 2009-01-26 | 1 | -0/+6 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-01-25 | 1 | -103/+69 |
* | Updated ko translation. | Changwoo Ryu | 2009-01-24 | 1 | -260/+643 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-01-24 | 1 | -202/+597 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2009-01-23 | 2 | -93/+84 |
* | Replace G_STR_EMPTY in newly added code too. | Xavier Claessens | 2009-01-23 | 1 | -1/+1 |
* | Removed unused G_STR_EMPTY from empathy-ui-utils.h. | Jonny Lamb | 2009-01-23 | 1 | -2/+0 |
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 22 | -54/+54 |
* | Update the user documentation (Milo Casagrande). | Xavier Claessens | 2009-01-23 | 1 | -77/+350 |
* | Do not translate "gtk-ok", "gtk-cancel" etc. Fixes bug #566676 (Lucas Lommer). | Xavier Claessens | 2009-01-23 | 2 | -3/+3 |
* | Removed trailing space. Fixes bug #566549 (Leonardo Ferreira Fontenelle) | Xavier Claessens | 2009-01-23 | 1 | -1/+1 |
* | Add a source field to specify the name of the account source. (Stephane Wirtel) | Jonny Lamb | 2009-01-23 | 3 | -4/+11 |
* | updated hebrew translation | Yair Hershkovitz | 2009-01-20 | 1 | -297/+764 |
* | Updated gr translation (Marios Zindilis). | Simos Xenitellis | 2009-01-18 | 1 | -3/+3 |
* | Updated gr translation (Marios Zindilis). | Simos Xenitellis | 2009-01-18 | 1 | -255/+597 |
* | Updated Hungarian translation | Gabor Keleman | 2009-01-17 | 1 | -221/+640 |
* | Updated German translation, fix #564539. | Hendrik Richter | 2009-01-17 | 2 | -229/+587 |
* | Updated Slovenian translation | Matej Urbančič | 2009-01-17 | 1 | -235/+620 |
* | EmpathyDispatcher: Handle File channels that we didn't request. | Jonny Lamb | 2009-01-17 | 1 | -4/+5 |
* | Removed extensions.h inclusion in public API. | Jonny Lamb | 2009-01-17 | 5 | -6/+11 |
* | Fix building, there were a missing _new ->_dup_singleton. | Xavier Claessens | 2009-01-16 | 1 | -1/+1 |
* | Update python bindings. | Xavier Claessens | 2009-01-16 | 1 | -3/+2 |
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 16 | -18/+18 |
* | EmpathyDispatcher: make style somewhat more consistent. | Jonny Lamb | 2009-01-16 | 1 | -119/+171 |
* | When sending files, make sure the connection is ready before making sure the ... | Jonny Lamb | 2009-01-15 | 1 | -3/+21 |
* | Do not unref the channel when closing it, wait for the invalidated signal. | Xavier Claessens | 2009-01-15 | 1 | -24/+12 |
* | Remove usage of EmpathyTpGroup from EmpathyTpCall. | Xavier Claessens | 2009-01-13 | 1 | -37/+69 |
* | EmpathyContact keeps a ref to the factory. | Xavier Claessens | 2009-01-13 | 1 | -3/+23 |
* | Remove some usage of EmpathyTpGroup from EmpathyTpChat | Xavier Claessens | 2009-01-13 | 1 | -6/+14 |
* | Remove useless include of empathy-tp-group.h | Xavier Claessens | 2009-01-13 | 5 | -4/+1 |
* | Reuse, and properly destroy, the avatar file chooser dialog. | Frederic Peters | 2009-01-12 | 1 | -1/+12 |
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-01-12 | 1 | -129/+136 |
* | Updated th translation (Theppitak Karoonboonyanan). | Theppitak Karoonboonyanan | 2009-01-12 | 1 | -5/+5 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2009-01-12 | 1 | -128/+144 |
* | Bump needed version of telepathy-glib to 0.7.19 | Xavier Claessens | 2009-01-12 | 1 | -1/+1 |
* | Clean some coding style | Xavier Claessens | 2009-01-10 | 1 | -9/+6 |
* | Remove useless spaces in message. | Xavier Claessens | 2009-01-10 | 1 | -2/+2 |
* | Remove useless goto | Xavier Claessens | 2009-01-10 | 1 | -3/+1 |
* | If channel is invalidated before being ready, the error is handled in invalid... | Xavier Claessens | 2009-01-10 | 1 | -0/+4 |
* | mission_control_get_tpconnection returns a new ref, don't forget to unref the... | Xavier Claessens | 2009-01-10 | 1 | -0/+2 |
* | Add a FIXME telling that there is a leak, not sure how to plug it, that code ... | Xavier Claessens | 2009-01-10 | 1 | -0/+1 |
* | Use tp_channel_borrow_connection instead of g_object_get. This fix a leak. | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
* | Update gitignore | Xavier Claessens | 2009-01-10 | 1 | -0/+2 |
* | Do not generate marshallers in src/, it is not needed. | Xavier Claessens | 2009-01-10 | 1 | -21/+0 |
* | Fix some errors made when rebasing on master | Xavier Claessens | 2009-01-10 | 3 | -3/+3 |
* | Remove dead code | Xavier Claessens | 2009-01-10 | 2 | -19/+0 |
* | Correct little coding style | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
* | Correctly align \ characters | Xavier Claessens | 2009-01-10 | 1 | -2/+2 |
* | Update pyhton binding | Xavier Claessens | 2009-01-10 | 2 | -2/+157 |
* | Update API doc. | Xavier Claessens | 2009-01-10 | 3 | -2/+7 |
* | Only unref things in dispose | Sjoerd Simons | 2009-01-10 | 1 | -13/+4 |
* | empathy_tube_dispatch_show_error: give a format to gtk_message_dialog_new to ... | Guillaume Desmottes | 2009-01-10 | 1 | -1/+1 |
* | Ignore requested channels we didn't request except for text channels, also ig... | Sjoerd Simons | 2009-01-10 | 1 | -2/+31 |
* | Update the python bindings | Sjoerd Simons | 2009-01-10 | 2 | -98/+151 |
* | Only show pending messages after the log and explain why show_pending_message... | Sjoerd Simons | 2009-01-10 | 1 | -3/+5 |
* | Don't use the old style TpTubeType | Sjoerd Simons | 2009-01-10 | 2 | -11/+16 |
* | Handle Dbus Tubes and ignore non p2p channels | Sjoerd Simons | 2009-01-10 | 1 | -2/+9 |
* | Add support for DBus tubes | Sjoerd Simons | 2009-01-10 | 1 | -6/+26 |
* | Add extension for new-style DBus tubes | Sjoerd Simons | 2009-01-10 | 4 | -0/+193 |
* | Ignore approval that happen after the operation was approved | Sjoerd Simons | 2009-01-10 | 1 | -1/+7 |
* | Remove approvals when the underlying operation got invalidated | Sjoerd Simons | 2009-01-10 | 1 | -0/+14 |
* | Correctly define the invalidated signal | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
* | Port to the new empathy_call_when_ready api | Sjoerd Simons | 2009-01-10 | 2 | -14/+48 |
* | Make the error in the call_when_ready callback const | Sjoerd Simons | 2009-01-10 | 2 | -2/+2 |
* | Free ready callbacks in finalize | Sjoerd Simons | 2009-01-10 | 1 | -1/+17 |
* | Add weak object, destroy notify and error reporting to empathy_contact_call_w... | Sjoerd Simons | 2009-01-10 | 2 | -9/+56 |
* | Let a chatroom keep a reference to a its TpChat if applicable | Sjoerd Simons | 2009-01-10 | 4 | -13/+60 |
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 9 | -30/+7 |
* | Don't unref the TpGroup twice | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
* | Initialise the chatroom manager from empathy itself | Sjoerd Simons | 2009-01-10 | 2 | -7/+7 |
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 8 | -36/+33 |
* | Add empathy-tube-dispatch to POTFILES.in | Sjoerd Simons | 2009-01-10 | 1 | -0/+1 |
* | Don't close channels as a side-effect of disposing wrapper objects | Sjoerd Simons | 2009-01-10 | 3 | -6/+19 |
* | Remove some dead code | Sjoerd Simons | 2009-01-10 | 1 | -6/+0 |
* | Move the dispatcher to the new singleton policy | Sjoerd Simons | 2009-01-10 | 4 | -17/+34 |
* | Also free the approvals list | Sjoerd Simons | 2009-01-10 | 1 | -1/+2 |
* | Use gulongs to save signal handler ids | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
* | Always check if the passed operation is actually a dispatch operation | Sjoerd Simons | 2009-01-10 | 1 | -11/+57 |
* | No need to call empathy_run_until_ready, the DispatchOperation already ensure... | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
* | Style fixes | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
* | Style fixes | Sjoerd Simons | 2009-01-10 | 1 | -108/+114 |
* | Style fixes | Sjoerd Simons | 2009-01-10 | 2 | -3/+5 |
* | Don't initialise variables by calling functions when declaring them | Sjoerd Simons | 2009-01-10 | 1 | -11/+23 |
* | More style fixes | Sjoerd Simons | 2009-01-10 | 1 | -6/+6 |
* | Make coding style consistent with the rest of the file | Xavier Claessens | 2009-01-10 | 1 | -15/+14 |
* | Fix coding style, user the right unique name | Sjoerd Simons | 2009-01-10 | 1 | -26/+24 |
* | Completely move to Telepathy coding style | Sjoerd Simons | 2009-01-10 | 1 | -179/+169 |
* | Remove dead code | Sjoerd Simons | 2009-01-10 | 2 | -673/+0 |
* | Use the new call utility function to start calls | Sjoerd Simons | 2009-01-10 | 3 | -3/+11 |
* | Add a utility function to start a call to a contact | Sjoerd Simons | 2009-01-10 | 2 | -0/+40 |
* | Add a function to explicitly set the remote candidate on outgoing calls inste... | Sjoerd Simons | 2009-01-10 | 2 | -23/+15 |
* | Add code to request a streamed media channel | Sjoerd Simons | 2009-01-10 | 2 | -18/+30 |
* | DIspatch streamed media channels | Sjoerd Simons | 2009-01-10 | 1 | -6/+13 |
* | Initialize with a EmpathyTpCall instead of a TpChannel and explicitly close the | Sjoerd Simons | 2009-01-10 | 2 | -11/+20 |
* | Add support for approving video channels | Sjoerd Simons | 2009-01-10 | 1 | -24/+62 |
* | Add a function to explicitly close EmpathyTpCall | Sjoerd Simons | 2009-01-10 | 2 | -4/+16 |
* | Report errors when there is no tube handler or poking it fails | Sjoerd Simons | 2009-01-10 | 1 | -7/+62 |
* | Add support for approving tubes | Sjoerd Simons | 2009-01-10 | 1 | -1/+124 |
* | Add EmpathyTubeDispatcher as a helper for dispatching tubes | Sjoerd Simons | 2009-01-10 | 3 | -0/+498 |
* | Make empathy_tp_tube_accept_stream_tube more like underlying dbus function an... | Sjoerd Simons | 2009-01-10 | 2 | -55/+85 |
* | Remove the id parameter, it's no longer used | Sjoerd Simons | 2009-01-10 | 1 | -3/+0 |
* | Remove tube ID parameter, it's not used in the new tubes spec | Sjoerd Simons | 2009-01-10 | 1 | -5/+0 |
* | Call emp_cli_init in empathy_init | Sjoerd Simons | 2009-01-10 | 2 | -4/+5 |
* | New style tubes don't have ides | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
* | Update to new stream tube spec | Sjoerd Simons | 2009-01-10 | 2 | -156/+60 |
* | Add new StreamTube spec | Sjoerd Simons | 2009-01-10 | 6 | -1/+433 |
* | Let a EmpathyChatroomManager observe the dispatcher | Sjoerd Simons | 2009-01-10 | 1 | -0/+2 |
* | Act as an observer | Sjoerd Simons | 2009-01-10 | 2 | -0/+91 |
* | Disconnect signal handlers from the head of the queue before destroying the q... | Sjoerd Simons | 2009-01-10 | 1 | -11/+10 |
* | Remove the tp-channel property, it's unused and useless | Sjoerd Simons | 2009-01-10 | 1 | -35/+0 |
* | Use new dispatcher API to get muc channels | Sjoerd Simons | 2009-01-10 | 3 | -36/+25 |
* | Remove custom channel requesting functionality, this should go through the di... | Sjoerd Simons | 2009-01-10 | 2 | -135/+0 |
* | Add request muc channels to the dispatcher | Sjoerd Simons | 2009-01-10 | 2 | -13/+78 |
* | Wait untill the TpChat object is ready before going into pending state | Sjoerd Simons | 2009-01-10 | 1 | -2/+41 |
* | Explicitly close file channels when removing them from the FT manager | Sjoerd Simons | 2009-01-10 | 1 | -0/+2 |
* | Add a function to explicitly close File channels | Sjoerd Simons | 2009-01-10 | 2 | -1/+9 |
* | Make existing contact FT capable when the CM supports it | Sjoerd Simons | 2009-01-10 | 1 | -1/+0 |
* | Enable approving of file transfers | Sjoerd Simons | 2009-01-10 | 1 | -35/+37 |
* | Enabled dispatching of file tranfers | Sjoerd Simons | 2009-01-10 | 1 | -3/+5 |
* | Use new API to request file transfers | Sjoerd Simons | 2009-01-10 | 1 | -2/+52 |
* | Add support for dispatching file transfers | Sjoerd Simons | 2009-01-10 | 2 | -27/+150 |
* | Recognise file transfers | Xavier Claessens | 2009-01-10 | 1 | -0/+6 |
* | Add an optional properties hash to the RequestData struct | Sjoerd Simons | 2009-01-10 | 1 | -4/+9 |
* | Initial port to the new dispatcher | Sjoerd Simons | 2009-01-10 | 2 | -73/+132 |
* | Use the new dispatcher api to request text channels | Sjoerd Simons | 2009-01-10 | 3 | -7/+6 |
* | Start reworking the dispatcher | Sjoerd Simons | 2009-01-10 | 5 | -352/+1546 |
* | Port to the new EmpathyTpChat API | Sjoerd Simons | 2009-01-10 | 1 | -9/+40 |
* | Improve API of tp-chat | Sjoerd Simons | 2009-01-10 | 2 | -117/+218 |
* | Add id field to save the message id as received the CM | Sjoerd Simons | 2009-01-10 | 2 | -0/+19 |
* | Add empathy_contact_call_when_ready | Sjoerd Simons | 2009-01-10 | 2 | -11/+72 |
* | use tabs because everyone love tabs | Xavier Claessens | 2009-01-09 | 1 | -5/+5 |
* | dispatcher_tubes_new_tube_cb: add some tube handling debug messages | Xavier Claessens | 2009-01-09 | 1 | -0/+6 |
* | Update Python bindings. | Xavier Claessens | 2009-01-09 | 1 | -3/+2 |
* | Set the right weak pointer. | Xavier Claessens | 2009-01-09 | 6 | -6/+6 |
* | Port EmpathyContactManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 10 | -22/+36 |
* | Port to the new singleton API. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Update python bindings. | Xavier Claessens | 2009-01-09 | 2 | -12/+8 |
* | Port EmpathyFTManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 3 | -15/+32 |
* | Port EmpathyEventManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 3 | -13/+27 |
* | Port EmpathySmileyManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 6 | -17/+32 |
* | Port EmpathyLogManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 5 | -22/+35 |
* | Port EmpathyIdle to the new singleton policy. | Xavier Claessens | 2009-01-09 | 5 | -18/+32 |
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 14 | -27/+41 |
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2009-01-08 | 1 | -253/+566 |
* | Remove accidentall addition | Kjartan Maraas | 2009-01-07 | 1 | -6/+0 |