summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-13Clarify semantics of RequestChannel, and that nonzero handle values make no s...telepathy-spec-0.14Simon McVittie1-14/+45
2007-02-12clarify difference between subject and description1-2/+2
2007-02-12correct typo1-2/+2
2007-02-09update spec generation XSLT to include the properties3-2/+35
2007-02-09update text channel properties to match those implemented in Gabble1-5/+24
2007-02-09move chat-room specific properties off properties interface docstring onto ch...2-29/+55
2007-02-12Move flag definition inside the interface markup1-8/+8
2007-02-12use new ElementTree namespacing to make python2.5 happy2-2/+10
2007-02-06Bump version to 0.14.1.1Simon McVittie1-1/+1
2007-02-06Bump version to 0.14.1telepathy-spec-0.14.1Simon McVittie1-1/+1
2007-02-06Fix import for renaming of Properties to Properties_INterfaceSimon McVittie1-1/+1
2007-01-29Rename Properties to PropertiesInterface to match the class name it's meant t...Simon McVittie2-1/+1
2007-01-26genginterface.py: emit signals by ID in generated codeSimon McVittie1-7/+15
2007-01-26Make GInterface class layout private, to avoid breaking ABI when methods are ...Simon McVittie1-26/+64
2007-01-25Finish correcting for XML file renamingSimon McVittie2-24/+24
2007-01-25Rename spec XML files to match the node-name (camel-case with underscores).Simon McVittie26-21/+21
2007-01-25Tweak comment slightlySimon McVittie1-1/+2
2007-01-25Force signal names to be bug-compatible with dbus-glibSimon McVittie1-2/+3
2007-01-25Add whitespace after implementation class typedef to make it clearer what the...Simon McVittie1-1/+1
2007-01-25genginterface: Instead of hard-coding copyright to be 2005 Nokia/Collabora un...Simon McVittie1-18/+15
2007-01-25genginterface.py: Work around the fact that dbus-binding-tool converts long r...Simon McVittie1-0/+22
2007-01-24Remove old documentation infrastructure - no longer usedSimon McVittie4-312/+0
2007-01-24Add lots more people to AUTHORS, including myself. Sort by last name.Simon McVittie1-1/+10
2007-01-24Remove genspec.py to avoid confusion (it's only of historical interest)Simon McVittie1-120/+0
2007-01-24spec, test/input/_Test.xml: remove now-unused tp:name-const attributeSimon McVittie26-26/+26
2007-01-24Makefile: check that the generated Python actually importsSimon McVittie1-0/+2
2007-01-24c-interfaces-generator: Use consistent names derived from the node name, rath...Simon McVittie2-2/+5
2007-01-24spec-to-python.xsl: Don't use generated constants at all, just use string lit...Simon McVittie2-10/+11
2007-01-24Use the same names for Python interface constants as for everything else (sui...Simon McVittie3-27/+19
2007-01-23Include prerequisite implementations in the HTML specSimon McVittie1-0/+10
2007-01-23Convert all enums and flag-sets to prefix/suffix structure.Simon McVittie20-190/+231
2007-01-19Annotate interfaces which require another interface to be implemented tooSimon McVittie19-0/+20
2007-01-19Use slightly less unwieldy names for interfaces (TpSvcConnectionInterfaceAlia...Simon McVittie1-2/+2
2007-01-19Include <dbus/dbus-glib.h> in GInterface headers (for DBusGMethodInvocation)Simon McVittie1-3/+2
2007-01-19Don't add type name prefix to signal names - dbus-glib can't cope with multip...Simon McVittie1-2/+2
2007-01-19genginterface.py: Returns from async methods are constSimon McVittie1-1/+1
2007-01-18MediaStreamHandler: add SetLocalCodecs method, which can be used to provide c...Simon McVittie1-0/+12
2007-01-18Media.StreamHandler.SetRemoteCodecs: correct spelling of "connection"Simon McVittie1-1/+1
2007-01-18ChannelTextSendError: change constants from CHANNEL_SEND_ERROR_UNKNOWN to CHA...Simon McVittie1-6/+6
2007-01-18genginterface.py: Emit const modifiers correctlySimon McVittie1-1/+1
2007-01-18Generate sample GObjects; GInterfaces; and glue for said GInterfacesSimon McVittie5-2/+613
2007-01-18gengobject: support signatures (with a dummy GType that doesn't exist yet), s...Simon McVittie1-2/+8
2007-01-18Makefile: remove generated C code and temp directory on cleanSimon McVittie1-0/+2
2007-01-18Makefile: keep quiet about creating directoriesSimon McVittie1-18/+18
2007-01-17When generating Python class names, remove underscores (recently added to the...Simon McVittie2-2/+2
2007-01-17spec/*.xml: Change node names to the form /Channel_Interface_DTMF (so it's ea...Simon McVittie22-22/+22
2007-01-10Alter node name of ConnectionManager to /Connection_Manager - used by some of...Simon McVittie1-1/+1
2007-01-10When running make check, display all the diffs at onceSimon McVittie1-12/+20
2007-01-10When producing introspect XML, remove unnecessary namespace using perl one-li...Simon McVittie2-3/+4
2007-01-08Be XMLNS-correctSimon McVittie3-10/+10