aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split the event description into header and message body.Xavier Claessens2009-01-312-57/+142
* Fix indentation.Xavier Claessens2009-01-311-0/+1
* Insert an image in the notify baloon.Xavier Claessens2009-01-311-2/+19
* Adapt the status icon message to the new API.Xavier Claessens2009-01-311-4/+11
* Require latest libnotify. Don't crash when clicking the notification.Xavier Claessens2009-01-312-27/+19
* Use PACKAGE_NAME instead of hardcoding "empathy" on notify_init ().Xavier Claessens2009-01-311-1/+1
* mimic tooltip and icon notifications; unref any outstanding notificationXavier Claessens2009-01-311-15/+41
* uninit linotify after unrefing status iconXavier Claessens2009-01-311-2/+2
* generify notification; add idle activation of eventXavier Claessens2009-01-311-22/+40
* add notify uninitXavier Claessens2009-01-311-1/+4
* show notification on new eventXavier Claessens2009-01-311-0/+26
* initialize libnotifyXavier Claessens2009-01-311-0/+2
* add libnotify configure checkXavier Claessens2009-01-311-0/+1
* disable chat history menu item when there is no account.Frederic Peters2009-01-301-0/+21
* Added a new empathy_account_manager_get_count function, to get the number ofFrederic Peters2009-01-302-2/+22
* Update gitignoreXavier Claessens2009-01-301-0/+1
* Updated ca translation (Gil Forcada)Gil Forcada Codinachs2009-01-291-373/+472
* Also accept sftp as URL scheme.Xavier Claessens2009-01-291-1/+1
* \n is also a delimiter for URLs.Xavier Claessens2009-01-291-2/+2
* ps was missing in LINGUASGil Forcada Codinachs2009-01-271-0/+1
* Updated Greek translation (Marios Zindilis)Simos Xenitellis2009-01-272-0/+0
* Added Greek translation (Marios Zindilis)Simos Xenitellis2009-01-272-1/+501
* accounts_dialog_button_create_clicked_cb: if, for some reason, mc_account_cre...Guillaume Desmottes2009-01-261-0/+6
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-251-103/+69
* Updated ko translation.Changwoo Ryu2009-01-241-260/+643
* Updated Spanish translationJorge Gonzalez Gonzalez2009-01-241-202/+597
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2009-01-232-93/+84
* Replace G_STR_EMPTY in newly added code too.Xavier Claessens2009-01-231-1/+1
* Removed unused G_STR_EMPTY from empathy-ui-utils.h.Jonny Lamb2009-01-231-2/+0
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-2322-54/+54
* Update the user documentation (Milo Casagrande).Xavier Claessens2009-01-231-77/+350
* Do not translate "gtk-ok", "gtk-cancel" etc. Fixes bug #566676 (Lucas Lommer).Xavier Claessens2009-01-232-3/+3
* Removed trailing space. Fixes bug #566549 (Leonardo Ferreira Fontenelle)Xavier Claessens2009-01-231-1/+1
* Add a source field to specify the name of the account source. (Stephane Wirtel)Jonny Lamb2009-01-233-4/+11
* updated hebrew translationYair Hershkovitz2009-01-201-297/+764
* Updated gr translation (Marios Zindilis).Simos Xenitellis2009-01-181-3/+3
* Updated gr translation (Marios Zindilis).Simos Xenitellis2009-01-181-255/+597
* Updated Hungarian translationGabor Keleman2009-01-171-221/+640
* Updated German translation, fix #564539.Hendrik Richter2009-01-172-229/+587
* Updated Slovenian translationMatej Urbančič2009-01-171-235/+620
* EmpathyDispatcher: Handle File channels that we didn't request.Jonny Lamb2009-01-171-4/+5
* Removed extensions.h inclusion in public API.Jonny Lamb2009-01-175-6/+11
* Fix building, there were a missing _new ->_dup_singleton.Xavier Claessens2009-01-161-1/+1
* Update python bindings.Xavier Claessens2009-01-161-3/+2
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-1616-18/+18
* EmpathyDispatcher: make style somewhat more consistent.Jonny Lamb2009-01-161-119/+171
* When sending files, make sure the connection is ready before making sure the ...Jonny Lamb2009-01-151-3/+21
* Do not unref the channel when closing it, wait for the invalidated signal.Xavier Claessens2009-01-151-24/+12
* Remove usage of EmpathyTpGroup from EmpathyTpCall.Xavier Claessens2009-01-131-37/+69
* EmpathyContact keeps a ref to the factory.Xavier Claessens2009-01-131-3/+23
* Remove some usage of EmpathyTpGroup from EmpathyTpChatXavier Claessens2009-01-131-6/+14
* Remove useless include of empathy-tp-group.hXavier Claessens2009-01-135-4/+1
* Reuse, and properly destroy, the avatar file chooser dialog.Frederic Peters2009-01-121-1/+12
* Updated Norwegian bokmål translation.Kjartan Maraas2009-01-121-129/+136
* Updated th translation (Theppitak Karoonboonyanan).Theppitak Karoonboonyanan2009-01-121-5/+5
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2009-01-121-128/+144
* Bump needed version of telepathy-glib to 0.7.19Xavier Claessens2009-01-121-1/+1
* Clean some coding styleXavier Claessens2009-01-101-9/+6
* Remove useless spaces in message.Xavier Claessens2009-01-101-2/+2
* Remove useless gotoXavier Claessens2009-01-101-3/+1
* If channel is invalidated before being ready, the error is handled in invalid...Xavier Claessens2009-01-101-0/+4
* mission_control_get_tpconnection returns a new ref, don't forget to unref the...Xavier Claessens2009-01-101-0/+2
* Add a FIXME telling that there is a leak, not sure how to plug it, that code ...Xavier Claessens2009-01-101-0/+1
* Use tp_channel_borrow_connection instead of g_object_get. This fix a leak.Xavier Claessens2009-01-101-1/+1
* Update gitignoreXavier Claessens2009-01-101-0/+2
* Do not generate marshallers in src/, it is not needed.Xavier Claessens2009-01-101-21/+0
* Fix some errors made when rebasing on masterXavier Claessens2009-01-103-3/+3
* Remove dead codeXavier Claessens2009-01-102-19/+0
* Correct little coding styleXavier Claessens2009-01-101-1/+1
* Correctly align \ charactersXavier Claessens2009-01-101-2/+2
* Update pyhton bindingXavier Claessens2009-01-102-2/+157
* Update API doc.Xavier Claessens2009-01-103-2/+7
* Only unref things in disposeSjoerd Simons2009-01-101-13/+4
* empathy_tube_dispatch_show_error: give a format to gtk_message_dialog_new to ...Guillaume Desmottes2009-01-101-1/+1
* Ignore requested channels we didn't request except for text channels, also ig...Sjoerd Simons2009-01-101-2/+31
* Update the python bindingsSjoerd Simons2009-01-102-98/+151
* Only show pending messages after the log and explain why show_pending_message...Sjoerd Simons2009-01-101-3/+5
* Don't use the old style TpTubeTypeSjoerd Simons2009-01-102-11/+16
* Handle Dbus Tubes and ignore non p2p channelsSjoerd Simons2009-01-101-2/+9
* Add support for DBus tubesSjoerd Simons2009-01-101-6/+26
* Add extension for new-style DBus tubesSjoerd Simons2009-01-104-0/+193
* Ignore approval that happen after the operation was approvedSjoerd Simons2009-01-101-1/+7
* Remove approvals when the underlying operation got invalidatedSjoerd Simons2009-01-101-0/+14
* Correctly define the invalidated signalSjoerd Simons2009-01-101-1/+1
* Port to the new empathy_call_when_ready apiSjoerd Simons2009-01-102-14/+48
* Make the error in the call_when_ready callback constSjoerd Simons2009-01-102-2/+2
* Free ready callbacks in finalizeSjoerd Simons2009-01-101-1/+17
* Add weak object, destroy notify and error reporting to empathy_contact_call_w...Sjoerd Simons2009-01-102-9/+56
* Let a chatroom keep a reference to a its TpChat if applicableSjoerd Simons2009-01-104-13/+60
* Make the dispatch operation _get_ functions not return a refSjoerd Simons2009-01-109-30/+7
* Don't unref the TpGroup twiceSjoerd Simons2009-01-101-1/+0
* Initialise the chatroom manager from empathy itselfSjoerd Simons2009-01-102-7/+7
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-108-36/+33
* Add empathy-tube-dispatch to POTFILES.inSjoerd Simons2009-01-101-0/+1
* Don't close channels as a side-effect of disposing wrapper objectsSjoerd Simons2009-01-103-6/+19
* Remove some dead codeSjoerd Simons2009-01-101-6/+0
* Move the dispatcher to the new singleton policySjoerd Simons2009-01-104-17/+34
* Also free the approvals listSjoerd Simons2009-01-101-1/+2
* Use gulongs to save signal handler idsSjoerd Simons2009-01-101-2/+2
* Always check if the passed operation is actually a dispatch operationSjoerd Simons2009-01-101-11/+57
* No need to call empathy_run_until_ready, the DispatchOperation already ensure...Sjoerd Simons2009-01-101-1/+0
* Style fixesSjoerd Simons2009-01-101-2/+2
* Style fixesSjoerd Simons2009-01-101-108/+114
* Style fixesSjoerd Simons2009-01-102-3/+5
* Don't initialise variables by calling functions when declaring themSjoerd Simons2009-01-101-11/+23
* More style fixesSjoerd Simons2009-01-101-6/+6
* Make coding style consistent with the rest of the fileXavier Claessens2009-01-101-15/+14
* Fix coding style, user the right unique nameSjoerd Simons2009-01-101-26/+24
* Completely move to Telepathy coding styleSjoerd Simons2009-01-101-179/+169
* Remove dead codeSjoerd Simons2009-01-102-673/+0
* Use the new call utility function to start callsSjoerd Simons2009-01-103-3/+11
* Add a utility function to start a call to a contactSjoerd Simons2009-01-102-0/+40
* Add a function to explicitly set the remote candidate on outgoing calls inste...Sjoerd Simons2009-01-102-23/+15
* Add code to request a streamed media channelSjoerd Simons2009-01-102-18/+30
* DIspatch streamed media channelsSjoerd Simons2009-01-101-6/+13
* Initialize with a EmpathyTpCall instead of a TpChannel and explicitly close theSjoerd Simons2009-01-102-11/+20
* Add support for approving video channelsSjoerd Simons2009-01-101-24/+62
* Add a function to explicitly close EmpathyTpCallSjoerd Simons2009-01-102-4/+16
* Report errors when there is no tube handler or poking it failsSjoerd Simons2009-01-101-7/+62
* Add support for approving tubesSjoerd Simons2009-01-101-1/+124
* Add EmpathyTubeDispatcher as a helper for dispatching tubesSjoerd Simons2009-01-103-0/+498
* Make empathy_tp_tube_accept_stream_tube more like underlying dbus function an...Sjoerd Simons2009-01-102-55/+85
* Remove the id parameter, it's no longer usedSjoerd Simons2009-01-101-3/+0
* Remove tube ID parameter, it's not used in the new tubes specSjoerd Simons2009-01-101-5/+0
* Call emp_cli_init in empathy_initSjoerd Simons2009-01-102-4/+5
* New style tubes don't have idesSjoerd Simons2009-01-101-2/+2
* Update to new stream tube specSjoerd Simons2009-01-102-156/+60
* Add new StreamTube specSjoerd Simons2009-01-106-1/+433
* Let a EmpathyChatroomManager observe the dispatcherSjoerd Simons2009-01-101-0/+2
* Act as an observerSjoerd Simons2009-01-102-0/+91
* Disconnect signal handlers from the head of the queue before destroying the q...Sjoerd Simons2009-01-101-11/+10
* Remove the tp-channel property, it's unused and uselessSjoerd Simons2009-01-101-35/+0
* Use new dispatcher API to get muc channelsSjoerd Simons2009-01-103-36/+25
* Remove custom channel requesting functionality, this should go through the di...Sjoerd Simons2009-01-102-135/+0
* Add request muc channels to the dispatcherSjoerd Simons2009-01-102-13/+78
* Wait untill the TpChat object is ready before going into pending stateSjoerd Simons2009-01-101-2/+41
* Explicitly close file channels when removing them from the FT managerSjoerd Simons2009-01-101-0/+2
* Add a function to explicitly close File channelsSjoerd Simons2009-01-102-1/+9
* Make existing contact FT capable when the CM supports itSjoerd Simons2009-01-101-1/+0
* Enable approving of file transfersSjoerd Simons2009-01-101-35/+37
* Enabled dispatching of file tranfersSjoerd Simons2009-01-101-3/+5
* Use new API to request file transfersSjoerd Simons2009-01-101-2/+52
* Add support for dispatching file transfersSjoerd Simons2009-01-102-27/+150
* Recognise file transfersXavier Claessens2009-01-101-0/+6
* Add an optional properties hash to the RequestData structSjoerd Simons2009-01-101-4/+9
* Initial port to the new dispatcherSjoerd Simons2009-01-102-73/+132
* Use the new dispatcher api to request text channelsSjoerd Simons2009-01-103-7/+6
* Start reworking the dispatcherSjoerd Simons2009-01-105-352/+1546
* Port to the new EmpathyTpChat APISjoerd Simons2009-01-101-9/+40
* Improve API of tp-chatSjoerd Simons2009-01-102-117/+218
* Add id field to save the message id as received the CMSjoerd Simons2009-01-102-0/+19
* Add empathy_contact_call_when_readySjoerd Simons2009-01-102-11/+72
* use tabs because everyone love tabsXavier Claessens2009-01-091-5/+5
* dispatcher_tubes_new_tube_cb: add some tube handling debug messagesXavier Claessens2009-01-091-0/+6
* Update Python bindings.Xavier Claessens2009-01-091-3/+2
* Set the right weak pointer.Xavier Claessens2009-01-096-6/+6
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-0910-22/+36
* Port to the new singleton API.Xavier Claessens2009-01-091-1/+1
* Update python bindings.Xavier Claessens2009-01-092-12/+8
* Port EmpathyFTManager to the new singleton policy.Xavier Claessens2009-01-093-15/+32
* Port EmpathyEventManager to the new singleton policy.Xavier Claessens2009-01-093-13/+27
* Port EmpathySmileyManager to the new singleton policy.Xavier Claessens2009-01-096-17/+32
* Port EmpathyLogManager to the new singleton policy.Xavier Claessens2009-01-095-22/+35
* Port EmpathyIdle to the new singleton policy.Xavier Claessens2009-01-095-18/+32
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-0914-27/+41
* Updated sv translation (Daniel Nylander)Daniel Nylander2009-01-081-253/+566
* Remove accidentall additionKjartan Maraas2009-01-071-6/+0
* Updated Norwegian bokmål translation.Kjartan Maraas2009-01-072-166/+286
* Add a comment that tells to keep EmpathySound enum sync with sound_entries ar...Xavier Claessens2009-01-072-1/+2
* Set initial value for sound pref checkboxes.Xavier Claessens2009-01-071-1/+2
* Bump version to 2.25.5Xavier Claessens2009-01-071-1/+1
* Updated es translation (Jorge Gonzalez)Jorge Gonzalez Gonzalez2009-01-071-233/+364
* pre-release updatesXavier Claessens2009-01-072-4/+14
* Fix the creation of bus_name and object_path for dispatching tubes. It drops ...Xavier Claessens2009-01-071-19/+8
* Assert that sound_id is OK before getting sound_entries[sound_id], to avoid c...Xavier Claessens2009-01-071-3/+5
* Sanity checks for empathy_play_sounds.Xavier Claessens2009-01-071-1/+2
* Use gtk_list_store_insert_with_values ().Xavier Claessens2009-01-071-4/+3
* Use a GList instead of a GPtrArray and reorder the functions to avoidXavier Claessens2009-01-071-148/+140
* Create the EmpathyContactMonitor lazily if needed.Xavier Claessens2009-01-072-4/+17
* Rename proxy->iface in EmpathyContactMonitor.Xavier Claessens2009-01-072-26/+26
* Use g_return_[val]_if_fail instead of g_assert in public APIs.Xavier Claessens2009-01-072-6/+6
* Use the right weak pointer location.Xavier Claessens2009-01-071-1/+1
* disconnect_monitor_signals function is quite useless.Xavier Claessens2009-01-071-18/+10
* Don't initialize the variable at declaration.Xavier Claessens2009-01-071-3/+3
* Move code handling the DBus signal in an idle callback.Xavier Claessens2009-01-071-12/+44
* Use TpConnectionStatus instead of guint.Xavier Claessens2009-01-071-1/+1
* Simplify code when initializing the store.Xavier Claessens2009-01-071-35/+31
* Insert a comment claryfing reference ownership.Xavier Claessens2009-01-071-0/+3
* Don't forget to unref the account object.Xavier Claessens2009-01-071-0/+1
* Use gettext() when populating the preferences sound list.Xavier Claessens2009-01-071-1/+1
* Add a debug message when playing sound.Xavier Claessens2009-01-071-0/+4
* Back out changes in EmpathyContactListStore. They could go in a laterXavier Claessens2009-01-071-229/+192
* Propperly mark event descriptions for translation.Xavier Claessens2009-01-071-1/+4
* Set to NULL the status message if it's empty.Xavier Claessens2009-01-071-4/+6
* Initialize the connection numbers when creating the object.Xavier Claessens2009-01-071-0/+9
* Update empathy_sound_play () to be nicer to use and centralize the listXavier Claessens2009-01-076-41/+91
* Add debug messages.Xavier Claessens2009-01-071-0/+4
* Add a weak pointer ref inside the costructor.Xavier Claessens2009-01-071-0/+1
* Improve wording.Xavier Claessens2009-01-072-6/+6
* Turn empathy_sound_pref_is_enabled into empathy_sound_play thatXavier Claessens2009-01-075-49/+50
* Disconnect all signals from the EmpathyAccountChooser when finalizing.Xavier Claessens2009-01-071-0/+6
* Update API Docs.Xavier Claessens2009-01-072-0/+3
* Update python bindings.Xavier Claessens2009-01-071-3/+2
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-0710-18/+17
* Another style nitpick.Xavier Claessens2009-01-071-1/+3
* Yet more style fixes.Xavier Claessens2009-01-072-178/+180
* Use _constructor () override to implement singleton.Xavier Claessens2009-01-071-9/+22
* Add newlines at the end of files.Xavier Claessens2009-01-073-0/+3
* Drop our references in dispose instead of finalize.Xavier Claessens2009-01-071-2/+30
* Remember to set dispose_run after dispose has run.Xavier Claessens2009-01-071-0/+2
* Don't initialize private stuff in _new ().Xavier Claessens2009-01-071-17/+14
* Don't leak a reference to McAccount objects and don't leak a list.Xavier Claessens2009-01-071-3/+7
* Unref objects in dispose and not in finalize; fully update account dataXavier Claessens2009-01-071-10/+43
* Style fixes.Xavier Claessens2009-01-075-620/+620
* Don't own a reference to the EmpathyTpChat, otherwise it won't beXavier Claessens2009-01-071-7/+14
* Always disconnect signals for safety on _finalize ().Xavier Claessens2009-01-074-2/+54
* Update Python bindings.Xavier Claessens2009-01-073-0/+48
* Implement sound for contact login/logout.Xavier Claessens2009-01-071-0/+47
* Fix the build.Xavier Claessens2009-01-071-0/+1
* Remember to check if source_id is already there when adding theXavier Claessens2009-01-071-0/+5
* Remove useless include.Xavier Claessens2009-01-071-1/+0
* Remove an useless method from the header and remember to unref theXavier Claessens2009-01-072-1/+1
* Implement _get_monitor () in EmpathyTpChat.Xavier Claessens2009-01-071-0/+16
* Add an API to EmpathyAccountManager to find out if an account has justXavier Claessens2009-01-072-2/+49
* Port EmpathyContactListStore to the new API.Xavier Claessens2009-01-071-193/+203
* Implement _get_monitor () in EmpathyContactManager.Xavier Claessens2009-01-072-0/+14
* Add a "presence-changed" signal so that we can keep track of theXavier Claessens2009-01-071-1/+25
* Add an EmpathyContactMonitor object to monitor changes in the contactXavier Claessens2009-01-076-1/+507
* Update python bindings.Xavier Claessens2009-01-073-19/+43
* Update docs.Xavier Claessens2009-01-072-0/+2
* Disconnect signals when finalizing.Xavier Claessens2009-01-071-5/+4
* Remove dead code from empathy-util.Xavier Claessens2009-01-072-115/+0
* Port EmpathyMainWindow to the new API.Xavier Claessens2009-01-071-168/+114
* Port EmpathyAccountsDialog to use the cached values to get the number ofXavier Claessens2009-01-071-27/+3
* Port EmpathyStatusIcon to the new API.Xavier Claessens2009-01-071-35/+28
* Add new API in EmpathyAccountManager to cache the number of connectingXavier Claessens2009-01-072-6/+76
* Port EmpathyTpContactFactory to the new API.Xavier Claessens2009-01-071-19/+23
* Port EmpathyDispatcher to the new API.Xavier Claessens2009-01-071-18/+21
* Port EmpathyAccountsDialog to the new API.Xavier Claessens2009-01-071-83/+72
* Build fix.Xavier Claessens2009-01-071-1/+2
* Use a invalid value when initializing.Xavier Claessens2009-01-071-1/+1
* Port EmpathyContactManager to the new API.Xavier Claessens2009-01-071-19/+18
* Unref the object.Xavier Claessens2009-01-071-0/+1
* Port EmpathyChat to the new API.Xavier Claessens2009-01-071-21/+18
* Use the right marshallers for signals.Xavier Claessens2009-01-071-2/+3
* Fix a typo.Xavier Claessens2009-01-071-1/+1
* Port the account chooser to the new API.Xavier Claessens2009-01-071-52/+28
* Disconnect from the DBus signal on finalize.Xavier Claessens2009-01-071-0/+5
* Add EmpathyAccountManager.Xavier Claessens2009-01-073-0/+446
* Only play logout sound if switching to Offline from Available.Xavier Claessens2009-01-072-8/+12