Re: [FSO] problem connect Dbus signals with Qt4

2008-11-26 Thread macebre
On Wednesday 26 November 2008 13:44:01 arne anka wrote: please post your .h and .cpp -- that might help, to get a clue, where to   look. Hi, here they are.. I've implemented all Gypsy get-methods and signals except the SatelliteChanged-singal so far.. is there a Wiki to put this functions

Re: [FSO] problem connect Dbus signals with Qt4

2008-11-26 Thread arne anka
I've implemented all Gypsy get-methods and signals except the SatelliteChanged-singal so far.. did you ever try QDBusArgument, as mickey lauer suggested? is there a Wiki to put this functions as an example? is OM-Wiki the right place? i'd think fso is the better place for this kind of

Re: [FSO] problem connect Dbus signals with Qt4

2008-11-26 Thread arne anka
please, always answer to the list. On Wednesday 26 November 2008 11:35:26 you wrote: FR# mdbus -s org.freedesktop.Gypsy /org/freedesktop/Gypsy says: [SIGNAL]org.freedesktop.Gypsy.Satellite.SatellitesChanged( a(ubuuu):satellites ) that's no, what i meant. the signal has to be

Re: [FSO] problem connect Dbus signals with Qt4

2008-11-26 Thread macebre
On Wednesday 26 November 2008 15:00:08 arne anka wrote: did you ever try QDBusArgument, as mickey lauer suggested? yes, tried quite many Types, thats why I'm asking here.. ___ Openmoko community mailing list community@lists.openmoko.org

Re: [FSO] problem connect Dbus signals with Qt4

2008-11-26 Thread Sascha Wessel
Hi, On Tue, Nov 25, 2008 at 06:33:49PM +0100, macebre wrote: i declared a new Metatype GPSSatellite with and operators. struct GPSSatellite { int ID; bool InUse; unsigned int Elevation; unsigned int Azimuth;

Re: [FSO] problem connect Dbus signals with Qt4

2008-11-25 Thread macebre
thanks, i declared a new Metatype GPSSatellite with and operators. struct GPSSatellite { int ID; bool InUse; unsigned int Elevation; unsigned int Azimuth; unsigned int SNR; }; Q_DECLARE_METATYPE(GPSSatellite);

Re: [FSO] problem connect Dbus signals with Qt4

2008-11-25 Thread arne anka
Object::connect: No such signal local::Merged::SatellitesChanged(QDBusMessage) where is SatellitesChanged declared and how? ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: [FSO] problem connect Dbus signals with Qt4

2008-11-25 Thread macebre
On Tuesday 25 November 2008 18:48:21 arne anka wrote: Object::connect: No such signal local::Merged::SatellitesChanged(QDBusMessage) where is SatellitesChanged declared and how? its a signal from Gypsy (Dbus) org.freedesktop.Gypsy /org/freedesktop/Gypsy FR# mdbus -s org.freedesktop.Gypsy

Re: [FSO] problem connect Dbus signals with Qt4

2008-11-23 Thread Michael 'Mickey' Lauer
Am Sunday 23 November 2008 22:24:18 schrieb macebre: Does somebody know which type I have to use there or where I could find more information about this? Is there a command to find out which Qt type is send by a signal? Please consult the Qt DBus documentation, e.g.