]> git.0d.be Git - empathy.git/history - libempathy
Correct little coding style
[empathy.git] / libempathy /
2009-01-09 Xavier ClaessensCorrect little coding style
2009-01-09 Xavier ClaessensCorrectly align \ characters
2009-01-09 Sjoerd SimonsOnly unref things in dispose
2009-01-09 Sjoerd SimonsIgnore requested channels we didn't request except...
2009-01-09 Sjoerd SimonsDon't use the old style TpTubeType
2009-01-09 Sjoerd SimonsIgnore approval that happen after the operation was...
2009-01-09 Sjoerd SimonsCorrectly define the invalidated signal
2009-01-09 Sjoerd SimonsPort to the new empathy_call_when_ready api
2009-01-09 Sjoerd SimonsMake the error in the call_when_ready callback const
2009-01-09 Sjoerd SimonsFree ready callbacks in finalize
2009-01-09 Sjoerd SimonsAdd weak object, destroy notify and error reporting...
2009-01-09 Sjoerd SimonsLet a chatroom keep a reference to a its TpChat if...
2009-01-09 Sjoerd SimonsMake the dispatch operation _get_ functions not return...
2009-01-09 Sjoerd SimonsDon't unref the TpGroup twice
2009-01-09 Sjoerd SimonsInitialise the chatroom manager from empathy itself
2009-01-09 Sjoerd SimonsConvert EmpathyChatroomManager to the new singleton...
2009-01-09 Sjoerd SimonsDon't close channels as a side-effect of disposing...
2009-01-09 Sjoerd SimonsRemove some dead code
2009-01-09 Sjoerd SimonsMove the dispatcher to the new singleton policy
2009-01-09 Sjoerd SimonsAlways check if the passed operation is actually a...
2009-01-09 Sjoerd SimonsStyle fixes
2009-01-09 Sjoerd SimonsStyle fixes
2009-01-09 Sjoerd SimonsDon't initialise variables by calling functions when...
2009-01-09 Sjoerd SimonsMore style fixes
2009-01-09 Sjoerd SimonsRemove dead code
2009-01-09 Sjoerd SimonsAdd a utility function to start a call to a contact
2009-01-09 Sjoerd SimonsAdd a function to explicitly set the remote candidate...
2009-01-09 Sjoerd SimonsAdd code to request a streamed media channel
2009-01-09 Sjoerd SimonsAdd a function to explicitly close EmpathyTpCall
2009-01-09 Sjoerd SimonsMake empathy_tp_tube_accept_stream_tube more like under...
2009-01-09 Sjoerd SimonsRemove the id parameter, it's no longer used
2009-01-09 Sjoerd SimonsCall emp_cli_init in empathy_init
2009-01-09 Sjoerd SimonsNew style tubes don't have ides
2009-01-09 Sjoerd SimonsUpdate to new stream tube spec
2009-01-09 Sjoerd SimonsLet a EmpathyChatroomManager observe the dispatcher
2009-01-09 Sjoerd SimonsAct as an observer
2009-01-09 Sjoerd SimonsDisconnect signal handlers from the head of the queue...
2009-01-09 Sjoerd SimonsRemove the tp-channel property, it's unused and useless
2009-01-09 Sjoerd SimonsRemove custom channel requesting functionality, this...
2009-01-09 Sjoerd SimonsAdd request muc channels to the dispatcher
2009-01-09 Sjoerd SimonsWait untill the TpChat object is ready before going...
2009-01-09 Sjoerd SimonsAdd a function to explicitly close File channels
2009-01-09 Sjoerd SimonsMake existing contact FT capable when the CM supports it
2009-01-09 Sjoerd SimonsAdd support for dispatching file transfers
2009-01-09 Xavier ClaessensRecognise file transfers
2009-01-09 Sjoerd SimonsAdd an optional properties hash to the RequestData...
2009-01-09 Sjoerd SimonsStart reworking the dispatcher
2009-01-09 Sjoerd SimonsImprove API of tp-chat
2009-01-09 Sjoerd SimonsAdd id field to save the message id as received the CM
2009-01-09 Sjoerd SimonsAdd empathy_contact_call_when_ready
2009-01-09 Xavier Claessensuse tabs because everyone love tabs
2009-01-09 Xavier Claessensdispatcher_tubes_new_tube_cb: add some tube handling...
2009-01-09 Xavier ClaessensSet the right weak pointer.
2009-01-09 Xavier ClaessensPort EmpathyContactManager to the new singleton policy.
2009-01-09 Xavier ClaessensPort EmpathyLogManager to the new singleton policy.
2009-01-09 Xavier ClaessensPort EmpathyIdle to the new singleton policy.
2009-01-09 Xavier ClaessensPort EmpathyContactFactory to the new singleton policy.
2009-01-06 Xavier ClaessensFix the creation of bus_name and object_path for dispat...
2009-01-06 Xavier ClaessensUse a GList instead of a GPtrArray and reorder the...
2009-01-06 Xavier ClaessensCreate the EmpathyContactMonitor lazily if needed.
2009-01-06 Xavier ClaessensRename proxy->iface in EmpathyContactMonitor.
2009-01-06 Xavier ClaessensUse g_return_[val]_if_fail instead of g_assert in publi...
2009-01-06 Xavier ClaessensUse the right weak pointer location.
2009-01-06 Xavier Claessensdisconnect_monitor_signals function is quite useless.
2009-01-06 Xavier ClaessensDon't initialize the variable at declaration.
2009-01-06 Xavier ClaessensMove code handling the DBus signal in an idle callback.
2009-01-06 Xavier ClaessensUse TpConnectionStatus instead of guint.
2009-01-06 Xavier ClaessensSimplify code when initializing the store.
2009-01-06 Xavier ClaessensInsert a comment claryfing reference ownership.
2009-01-06 Xavier ClaessensDon't forget to unref the account object.
2009-01-06 Xavier ClaessensSet to NULL the status message if it's empty.
2009-01-06 Xavier ClaessensInitialize the connection numbers when creating the...
2009-01-06 Xavier ClaessensAdd debug messages.
2009-01-06 Xavier ClaessensAdd a weak pointer ref inside the costructor.
2009-01-06 Xavier ClaessensUse new singleton policy for EmpathyAccountManager.
2009-01-06 Xavier ClaessensAnother style nitpick.
2009-01-06 Xavier ClaessensYet more style fixes.
2009-01-06 Xavier ClaessensUse _constructor () override to implement singleton.
2009-01-06 Xavier ClaessensAdd newlines at the end of files.
2009-01-06 Xavier ClaessensDrop our references in dispose instead of finalize.
2009-01-06 Xavier ClaessensRemember to set dispose_run after dispose has run.
2009-01-06 Xavier ClaessensDon't leak a reference to McAccount objects and don...
2009-01-06 Xavier ClaessensUnref objects in dispose and not in finalize; fully...
2009-01-06 Xavier ClaessensStyle fixes.
2009-01-06 Xavier ClaessensDon't own a reference to the EmpathyTpChat, otherwise...
2009-01-06 Xavier ClaessensAlways disconnect signals for safety on _finalize ().
2009-01-06 Xavier ClaessensFix the build.
2009-01-06 Xavier ClaessensRemember to check if source_id is already there when...
2009-01-06 Xavier ClaessensRemove useless include.
2009-01-06 Xavier ClaessensRemove an useless method from the header and remember...
2009-01-06 Xavier ClaessensImplement _get_monitor () in EmpathyTpChat.
2009-01-06 Xavier ClaessensAdd an API to EmpathyAccountManager to find out if...
2009-01-06 Xavier ClaessensImplement _get_monitor () in EmpathyContactManager.
2009-01-06 Xavier ClaessensAdd a "presence-changed" signal so that we can keep...
2009-01-06 Xavier ClaessensAdd an EmpathyContactMonitor object to monitor changes...
2009-01-06 Xavier ClaessensRemove dead code from empathy-util.
2009-01-06 Xavier ClaessensAdd new API in EmpathyAccountManager to cache the numbe...
2009-01-06 Xavier ClaessensPort EmpathyTpContactFactory to the new API.
2009-01-06 Xavier ClaessensPort EmpathyDispatcher to the new API.
2009-01-06 Xavier ClaessensBuild fix.
next