summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-03Add Debug.xml to disttelepathy-glib-0.7.36Simon McVittie1-0/+1
2009-09-03v0.7.36, with new API and ABISimon McVittie4-6/+23
2009-09-03Add missing Debug stuff to telepathy-glib-sections.txtSimon McVittie1-0/+12
2009-09-03NEWS etc.Simon McVittie3-8/+35
2009-09-03Merge branch 'debug-doc-fix'Jonny Lamb11-2/+57
2009-09-03svc-debug: add "Since" and reference TpDebugSender as an implementationJonny Lamb1-0/+4
2009-09-03docs: add new svc-debug section to document generated TpSvcDebug codeJonny Lamb4-0/+30
2009-09-03Merge branch 'early-interfaces'Simon McVittie4-5/+28
2009-09-03Move debug codegen to its own "debug" section and only generate svc code.Jonny Lamb7-2/+23
2009-09-03Merge branch 'ridiculously-long-names'Dafydd Harries3-0/+117
2009-09-03Fix leaky testSimon McVittie1-0/+1
2009-09-03fix style/typoDafydd Harries1-2/+2
2009-09-03add test for long connection service namesDafydd Harries2-0/+73
2009-09-03self-presence test: assert that GetInterfaces succeeds before we're CONNECTEDSimon McVittie1-0/+23
2009-09-03TpBaseConnection: Allow GetInterfaces to succeed before CONNECTEDSimon McVittie1-3/+1
2009-09-03Merge commit 'wjt/changelog'Simon McVittie2-2/+3
2009-08-28truncate unique connection names to 255 charactersDafydd Harries1-0/+44
2009-08-28Fix several typos in the documentation.Jonny Lamb1-3/+3
2009-08-28Merge branch 'debug-sender'Jonny Lamb7-0/+569
2009-08-28Added a note in the log handler example about CM usage.Jonny Lamb1-0/+3
2009-08-28Use TP_STRUCT_TYPE_DEBUG_MESSAGE instead of using dbus_g_type_get_struct.Jonny Lamb1-11/+4
2009-08-27Truncate ChangeLog, and force date format.Will Thompson2-2/+3
2009-08-27Don't introspect a CM twice at onceWill Thompson2-9/+44
2009-08-25Merge branch 'callable-dtmf'Andre Moreira Magalhaes (andrunko)1-0/+99
2009-08-25callable example: Use tp_svc_channel_interface_dtmf_return_from_start_tone wh...Andre Moreira Magalhaes (andrunko)1-1/+1
2009-08-24callable example: add DTMF interface simulation support.Andre Moreira Magalhaes (andrunko)1-0/+99
2009-08-24Use C comments in code example.Jonny Lamb1-6/+6
2009-08-24No need to cast to a gpointer.Jonny Lamb1-1/+1
2009-08-24Make the debug_sender singleton a gpointer.Jonny Lamb1-6/+5
2009-08-24Added an example of using tp_debug_sender_log_handler.Jonny Lamb1-1/+21
2009-08-24Use the correct symbols for gtk-doc parameters.Jonny Lamb1-9/+9
2009-08-24Ignore errors if tp_dbus_daemon_dup fails.Jonny Lamb1-11/+7
2009-08-24Added more details on what the object is and how to use it.Jonny Lamb1-2/+15
2009-08-24Allow a GLogLevelFlags made up of many flags.Jonny Lamb1-24/+15
2009-08-24Rename {Tp,}DebugMessage and keep it out of the API.Jonny Lamb3-31/+16
2009-08-24Use a Private struct to hide members behind.Jonny Lamb2-17/+26
2009-08-24Cleaned up includes.Jonny Lamb2-2/+4
2009-08-24Further s/debugger/debug-sender/g renaming in the gtk-doc files.Jonny Lamb2-3/+3
2009-08-24Fix gtk-doc for @exclude in tp_debug_sender_log_handler.Jonny Lamb1-1/+1
2009-08-24Add tp_debug_sender_log_handler.Jonny Lamb3-0/+53
2009-08-24Renamed tp_debug_sender_{get,dup} to copy tp_dbus_daemon_dup workingsJonny Lamb3-28/+60
2009-08-24Use 0.7.UNRELEASED instead of just UNRELEASED.Jonny Lamb1-6/+6
2009-08-24Add some padding to TpDebugSenderClass.Jonny Lamb1-0/+1
2009-08-24Generate code for Debug interface.Jonny Lamb1-0/+1
2009-08-24Rename TpDebugger to TpDebugSender.Jonny Lamb4-81/+93
2009-08-24Changed gtk-doc of tp_debugger_get_singleton.Jonny Lamb1-5/+2
2009-08-24Moved DEBUG_MESSAGE_LIMIT from header to source file.Jonny Lamb2-6/+6
2009-08-24Initial commit of TpDebugger.Jonny Lamb6-0/+462
2009-08-23Prevent using the object after a potential disposeSjoerd Simons1-2/+6
2009-08-20Merge branch 'proxy-crash'Simon McVittie2-0/+18