summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Edited debug output in eventlooppd2008-09-051-3/+3
| * Redone properties examplepd2008-09-0514-206/+102
| * Added Properties XML descriptionpd2008-09-051-0/+16
| * Typo in glib examplepd2008-09-052-2/+2
| * Removed useless sleep() in examplepd2008-08-311-1/+0
| * Commented out unused variables (Marko Anastasov)pd2008-08-311-2/+2
* | fixed a method generation bug with inargAndreas Volz2008-09-133-5/+18
* | implemented code generation of org.freedesktop.DBus.NoReply annotationAndreas Volz2008-09-121-2/+28
* | -support noreply messages in the libraryAndreas Volz2008-09-106-1/+30
* | adaptor code generator workingAndreas Volz2008-09-031-17/+86
* | more object codeAndreas Volz2008-09-021-14/+108
* | commentsAndreas Volz2008-09-011-5/+26
* | method support for classAndreas Volz2008-09-011-16/+109
* | better variable namesAndreas Volz2008-08-311-181/+186
* | added object support for signal proxyAndreas Volz2008-08-311-41/+120
* | forgot stuff at last commitAndreas Volz2008-08-3048-81/+18
* | - removed old private header fileAndreas Volz2008-08-301-63/+0
* | merge from official dbus-c++ fd.org repoAndreas Volz2008-08-3017-41/+275
|\ \ | |/
| * Make phtread a non-optional requirementpd2008-08-184-34/+3
| * Added a pkgconfig file to test a local version without installing it (Andreas...pd2008-08-162-0/+14
| * Fix previous patches to use standard typespd2008-08-161-4/+4
| * Make examples use new generated names (João Xavier)pd2008-08-163-3/+3
| * Added properties proxy example (João Xavier)pd2008-08-166-0/+199
| * Typo in xml2cpp.cpppd2008-08-161-1/+1
| * added _proxy and _adaptor sufixes to generated interfaces class names (João ...pd2008-08-163-1/+6
| * added writing of properties in xml2cpp.cpp (João Xavier)pd2008-08-161-0/+56
| * interface.cpp and object.cpp now will only fill the interface names if they w...pd2008-08-162-4/+11
* | Merge branch 'master' of git://anongit.freedesktop.org/git/dbus/dbus-c++Andreas Volz2008-08-1457-1638/+1642
|\ \ | |/
| * Use standard types instead of typedefs wherever possiblepd2008-08-0912-100/+90
| * Time to get rid of the horrible coding stylepd2008-08-0153-1136/+1137
| * Allow changing the priority of a GMainContext (Eric Jonas)pd2008-08-012-9/+22
* | Merge branch 'master' of git@gitorious.org:dbus-cplusplus/mainlineAndreas Volz2008-08-086-2/+131
|\ \
| * | removed old glib code from ecore exampleAndreas Volz2008-08-022-108/+1
| * | added ecore exampleAndreas Volz2008-08-026-2/+238
* | | added myself to the author listAndreas Volz2008-08-051-0/+1
|/ /
* | - ecore integration works (only signals tested so far)Andreas Volz2008-07-301-1/+3
* | improved ecore integration (signal arrives, but still buggy)Andreas Volz2008-07-303-3/+5
* | more docuAndreas Volz2008-07-301-0/+2
* | documentation for PendingCallAndreas Volz2008-07-301-1/+57
* | added documentation for Connection and Dispatcher classAndreas Volz2008-07-304-11/+411
* | not longer neededAndreas Volz2008-07-293-127/+2
* | testAndreas Volz2008-07-293-30/+56
* | Merge branch 'master' of git://gitorious.org/dbus-cplusplus/mainlineAndreas Volz2008-07-291-0/+1
|\ \
| * | testAndreas Volz2008-07-291-0/+1
* | | changed config*.h include pathAndreas Volz2008-07-2944-113/+44
* | | more debug outputAndreas Volz2008-07-232-3/+12
|/ /
* | add ecore mainloop integrationAndreas Volz2008-07-222-0/+361
* | many changesAndreas Volz2008-07-2249-221/+208
* | - many fixes to the autotools systemAndreas Volz2008-07-228-0/+658
|/
* Use libdbus' default timeout when invoking remote methodspd2008-06-142-2/+2