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