summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-03-20specparser: add support for old-style Telepathy PropertiesSimon McVittie1-0/+8
2009-03-20specparser: raise error when things without an array_name are in arraysSimon McVittie1-3/+3
2009-03-20doc-generator.py: cope with non-ASCII characters in the specSimon McVittie1-5/+5
2009-02-27PEP8Davyd Madeley1-26/+26
2009-02-27Make the output path an argumentDavyd Madeley1-5/+14
2009-02-27Support external typesDavyd Madeley1-2/+38
2009-02-27Compatibility fixesDavyd Madeley1-9/+17
2009-02-25wrap Foo[] in a DBusList class so that we know its an arrayDavyd Madeley1-3/+51
2009-02-25Add some checks for things that shouldn't be allowed to happenDavyd Madeley1-0/+17
2009-02-25Display tp:added et al for EnumLike typesDavyd Madeley1-0/+3
2009-02-25Support tp:changedDavyd Madeley1-28/+19
2009-02-25Default arg direction to UNSPECIFIED rather than OUTDavyd Madeley1-2/+17
2009-02-25PEP8Davyd Madeley1-247/+247
2009-02-25Remove ` from warning messagesDavyd Madeley1-2/+2
2009-02-25Don't inline declare exceptionsDavyd Madeley1-6/+7
2009-02-25Clean up trailing spacesDavyd Madeley1-23/+23
2009-02-25Rename class 'base' to 'Base'Davyd Madeley1-10/+10
2009-02-19Add a full indexDavyd Madeley2-3/+11
2009-02-19Typed.get_url -> Type.get_type_url to stop it blatting base.get_url for PropertyDavyd Madeley1-2/+2
2009-02-19Support tp:dbus-ref etc in tp:added and tp:deprecatedDavyd Madeley1-57/+86
2009-02-17Support tp:requiresDavyd Madeley1-0/+8
2009-02-17Tests using doctestDavyd Madeley1-6/+17
2009-02-17Report Access for propertiesDavyd Madeley1-2/+10
2009-02-17Add licenses to the new sourceDavyd Madeley2-1/+44
2009-02-17Add title, copyrights, license and other fun stuffDavyd Madeley1-0/+13
2009-02-17Fix up URLs for Errors and TypesDavyd Madeley1-3/+8
2009-02-17Add generic-types and errors HTML files to the specDavyd Madeley2-6/+27
2009-02-17Support tp:causes-havoc on interfaceDavyd Madeley1-0/+4
2009-02-17Support tp:deprecatedDavyd Madeley1-0/+17
2009-02-17Support tp:addedDavyd Madeley1-3/+23
2009-02-17Implement Mapping using code common with StructDavyd Madeley1-10/+28
2009-02-17Implement Flags using the same code as EnumsDavyd Madeley1-9/+20
2009-02-17Support Enum typeDavyd Madeley1-1/+27
2009-02-17Fix key generation error in build_name()Davyd Madeley1-1/+2
2009-02-17Support the Struct typeDavyd Madeley1-1/+25
2009-02-17Reassociate types with interfaces, show types for an interfaceDavyd Madeley1-17/+30
2009-02-17Move type deferral into common class to share for Arg/PropertyDavyd Madeley1-34/+42
2009-02-17Defer type lookups until Arg.get_type() is calledDavyd Madeley1-3/+10
2009-02-17Fix up case of the stoopidsDavyd Madeley1-2/+2
2009-02-16Errors and docstrings all aroundDavyd Madeley1-6/+29
2009-02-16Return the list of possible errorsDavyd Madeley1-4/+13
2009-02-16Add types to the interfaceDavyd Madeley1-1/+3
2009-02-16Refactor methods/signals/properties into lists, use one global lookup dict in...Davyd Madeley2-34/+34
2009-02-16Break out some functionality into functionsDavyd Madeley1-19/+22
2009-02-16Initial attempt at tp:dbus-refDavyd Madeley1-0/+30
2009-02-16parse() now returns a Spec() object rather than the interfaces dictDavyd Madeley2-26/+29
2009-02-16Rewrite tp:rationale and tp:method-refDavyd Madeley1-10/+52
2009-02-16Initial work on adding docstringsDavyd Madeley1-0/+22
2009-02-14Show args in method/signal headerDavyd Madeley1-0/+14
2009-02-14Reuse Template object (should save on template compilationDavyd Madeley1-4/+4