Commit graph

167 commits

Author SHA1 Message Date
Andreas Volz
d55e70a385 sync from fd.orf 2009-11-16 22:14:08 +01:00
Andreas Volz
a2f2b93e36 check return value 2009-10-06 21:39:58 +02:00
Hubert Figuiere
1979ced0e0 DIST the ecore examples. 2009-07-24 16:53:09 -04:00
Hubert Figuiere
020310619c Fix make distcheck fail with header installed twice. 2009-07-24 15:59:57 -04:00
Hubert Figuiere
340dc8a667 Fix most of the warnings with -Wextra -Wshadow 2009-07-24 15:59:36 -04:00
Hubert Figuiere
e2cde7d225 add bootstrap to EXTRA_DIST 2009-07-24 15:57:43 -04:00
Hubert Figuiere
fe08432707 Missing header for gcc 4.4 2009-07-24 15:57:25 -04:00
Andreas Volz
c1b76ad6a4 formating 2009-03-29 15:40:27 +02:00
Andreas Volz
f171e7ab1f escape error 2009-03-29 14:27:04 +02:00
Andreas Volz
38e25a847f only some comment 2009-03-29 14:19:05 +02:00
Andreas Volz
f88e32ba32 some header and include changes 2009-03-29 13:52:24 +02:00
Andreas Volz
b55f3cd36e spaces 2009-03-28 23:15:44 +01:00
Andreas Volz
fbc0227d56 use extern variable 2009-03-28 23:01:26 +01:00
Andreas Volz
7424df631d split into multiple files for better organization 2009-03-28 22:27:08 +01:00
Andreas Volz
3b3ffe166b - stripped not needed code from /ecore-integration
- bugfix for xml2cpp generator with out parameters
2009-03-28 13:46:03 +01:00
Andreas Volz
eefe20a40d contributed by Jiri Moskovcak <jmoskovc@redhat.com> 2009-02-22 18:08:31 +01:00
Andreas Volz
89ea273d11 patch from Daniel Wagner <wagi@monom.org> 2009-02-10 18:22:57 +01:00
Andreas Volz
afc679a47d merge from fdo 2009-01-08 22:11:38 +01:00
Andreas Volz
d6e5ed5f9c -Wall added 2009-01-06 22:56:25 +01:00
Andreas Volz
1be7315cd8 small follow of fdo branch 2009-01-06 22:44:48 +01:00
Andreas Volz
d0c41b03ff fixed invoke_noreply call generation 2008-10-15 23:08:20 +02:00
Andreas Volz
c923153861 parse org.freedesktop.DBus.Method.NoReply tag correct 2008-10-12 23:07:52 +02:00
Andreas Volz
5c35a320a9 change name according to dbus spec 2008-10-08 00:27:54 +02:00
Andreas Volz
915f80174d fixed generation of method out signature for multible parameters 2008-10-03 09:17:05 +02:00
Andreas Volz
46a1a2c591 formating of the output 2008-10-02 00:09:46 +02:00
Andreas Volz
96238313c3 changed object="xxx" structure to annotation structure 2008-10-01 23:54:18 +02:00
Andreas Volz
33ad5e86ba moved methods to annotation syntax 2008-09-30 23:36:46 +02:00
Andreas Volz
13219dd9fc merge from freedesktop.org
Merge git://anongit.freedesktop.org/git/dbus/dbus-c++

Conflicts:

	examples/echo/echo-server.cpp
	examples/properties/props-server.cpp
2008-09-29 23:17:03 +02:00
Andreas Volz
c1c741cb0c fixed a method generation bug with inarg 2008-09-13 20:07:58 +02:00
Andreas Volz
f353aae43e implemented code generation of org.freedesktop.DBus.NoReply annotation 2008-09-12 00:25:37 +02:00
Andreas Volz
f51dc1bf4c -support noreply messages in the library
-> not yet in the XML file
2008-09-10 00:14:38 +02:00
pd
5b13d582bc Changed Makefile.am to reflect last file shuffling (Ignacy Gawedzki) 2008-09-08 19:12:29 +02:00
pd
17474fbb87 Edited debug output in eventloop 2008-09-05 16:30:11 +02:00
pd
96eb77ce7e Redone properties example 2008-09-05 16:29:14 +02:00
pd
fcf526f7f2 Added Properties XML description 2008-09-05 16:20:10 +02:00
pd
d2b0909093 Typo in glib example 2008-09-05 00:33:28 +02:00
Andreas Volz
bbca1b0acc adaptor code generator working 2008-09-03 00:16:51 +02:00
Andreas Volz
c43ba92e50 more object code
-> unmarshaler still not working in object case
2008-09-02 00:20:41 +02:00
Andreas Volz
30cec79d09 comments 2008-09-01 21:32:42 +02:00
Andreas Volz
c4b78722f3 method support for class 2008-09-01 00:31:25 +02:00
Andreas Volz
d6ce34b78c better variable names 2008-08-31 20:22:03 +02:00
pd
050170173a Removed useless sleep() in example 2008-08-31 19:25:30 +02:00
pd
c3f146913b Commented out unused variables (Marko Anastasov) 2008-08-31 17:44:52 +02:00
Andreas Volz
5f23f7d124 added object support for signal proxy 2008-08-31 14:14:04 +02:00
Andreas Volz
7db1248454 forgot stuff at last commit 2008-08-30 13:57:15 +02:00
Andreas Volz
14ff30abdf - removed old private header file
- fixed thread init header
- fixed glib/ecore example
2008-08-30 13:53:32 +02:00
Andreas Volz
fc54ec2a0b merge from official dbus-c++ fd.org repo
Merge git://anongit.freedesktop.org/git/dbus/dbus-c++

Conflicts:

	configure.ac
	examples/Makefile.am
2008-08-30 11:06:07 +02:00
pd
1a95b536de Make phtread a non-optional requirement 2008-08-18 23:29:37 +02:00
pd
2c864a296c Added a pkgconfig file to test a local version without installing it (Andreas Volz) 2008-08-16 16:49:39 +02:00
pd
085249dfbb Fix previous patches to use standard types 2008-08-16 16:39:42 +02:00