summaryrefslogtreecommitdiff
path: root/qt4/tools
AgeCommit message (Expand)AuthorFilesLines
2008-12-03upload-branch-docs: automatically work out what the branch name isSimon McVittie2-0/+26
2008-11-28tests/pinocchio: Include lib.cpp in sources rather than making a librarySimon McVittie1-2/+1
2008-11-28lcov.am: remove the right file to magically make lcov workSimon McVittie1-1/+2
2008-11-27Hook up code coverage analysis and other useful stuff from telepathy-glibSimon McVittie3-0/+50
2008-11-26xincludator.py: correctly interpret href as relative to the source documentSimon McVittie1-4/+7
2008-11-26tools: add with-session-bus.sh (copied from telepathy-glib)Simon McVittie2-0/+85
2008-10-31Check for method input and signal argument names being present in client-genOlli Salli1-0/+2
2008-08-25Random find: fix indentation in doxygen for generic list types generated by t...Olli Salli1-7/+7
2008-08-25Use "" instead of <> for the header file include in the proxy body file, so e...Olli Salli1-1/+1
2008-08-25Make the group argument to client-gen really optional, as extensions won't pr...Olli Salli1-3/+3
2008-08-25Make prettyinclude optional in types-gen and client-gen, extensions don't usu...Olli Salli3-18/+25
2008-08-19Replace the types/parentinclude params in {client,types}-gen with a comma-sep...Olli Salli2-14/+21
2008-08-19Explicitly qualify the main interfaces specified to client-gen to be able to ...Olli Salli1-10/+9
2008-08-13Remove redundant explicity from some generated client constructorsOlli Salli1-3/+3
2008-07-29Make all method/signal/property names in generated proxies be the same case a...Olli Salli1-9/+6
2008-07-28Don't qtify signal names in generated proxies; otherwise qt won't know how to...Olli Salli1-1/+1
2008-07-27Merge branch 'master' into client-proxiesOlli Salli1-1/+1
2008-07-27More unabbreviations: IFACE->INTERFACEOlli Salli1-1/+1
2008-07-26Make the generated proxy constructors explicitOlli Salli1-4/+4
2008-07-26Fix generating the property setter name in client-genOlli Salli1-1/+1
2008-07-26Revert "Prefix the 1:1 bound properties with 'dbus' to make way for cached pr...Olli Salli1-6/+5
2008-07-26Explicitly qualify custom types used in generated proxiesOlli Salli3-19/+26
2008-07-26Prefix the 1:1 bound properties with 'dbus' to make way for cached propertiesOlli Salli1-5/+6
2008-07-26Add doxygen to 1:1 proxiesOlli Salli1-3/+98
2008-07-25Use an utf-8 codec for writing in client-genOlli Salli1-2/+3
2008-07-25Add extract_arg_or_member_info to libqt4codegen, use it it client-gen and typ...Olli Salli3-42/+27
2008-07-25Add signals to generated proxiesOlli Salli1-1/+31
2008-07-25Make get_qt4_name work for more element types and make qt4_identifier_escape ...Olli Salli3-17/+26
2008-07-25Rename cxx_identifier_escape to qt4_identifier_escapeOlli Salli3-103/+104
2008-07-25Add methods generation to client-genOlli Salli1-0/+61
2008-07-25Add get_qt4_name to libqt4codegen and use it for the property name in client-genOlli Salli2-8/+19
2008-07-25Properly do moc for the generated proxiesOlli Salli1-30/+68
2008-07-18Add D-Bus properties to generated proxiesOlli Salli1-1/+49
2008-07-18Add cxx_identifier_escape to libqt4codegen and use it for struct members in t...Olli Salli2-3/+101
2008-07-18Move gather_externals and gather_custom_lists to libqt4codegenOlli Salli2-23/+29
2008-07-18Make the --mainiface code to use QDBusAbstractInterface as a possible main in...Olli Salli1-2/+4
2008-07-18Add --mainiface to client-gen for specifying a 'main' interface in a group, w...Olli Salli1-10/+39
2008-07-17Add common constructors to the proxiesOlli Salli1-3/+43
2008-07-17Merge branch 'master' into client-proxiesOlli Salli1-12/+1
2008-07-17Fix constants-gen to not close the namespace twiceOlli Salli1-12/+1
2008-07-16Output namespace in client-genOlli Salli1-0/+13
2008-07-16Merge branch 'master' into client-proxiesOlli Salli1-2/+7
2008-07-16Add optional --parent-include param to types-genOlli Salli1-2/+7
2008-07-16Add license header to qt4-client-gen.pyOlli Salli1-0/+17
2008-07-16Client proxy build system with stub proxiesOlli Salli2-4/+65
2008-07-16Add license headers to qt4-{constants,types}-genOlli Salli2-0/+34
2008-07-14Add interface, error and utility string constants.Olli Salli2-21/+77
2008-07-11Change the NUM_<x>S constants to const intsOlli Salli1-1/+1
2008-07-11Cleaner generated code, saner scriptsOlli Salli3-35/+78
2008-07-11Initial commit with types and constants generated.Olli Salli9-0/+1048