The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Qt3 bindings
by Thiago Macieira on Monday 13/Nov/2006, @02:08
|
Kevin (not Kévin) can probably answer better, but I don't think they've seen much work in recent times. They should still be working for the stuff you may need to do with KDE3 code.
|
[
Reply To This | View ]
|
Re: Qt3 bindings
by Kevin Krammer on Monday 13/Nov/2006, @03:01
|
I haven't had time to keep them up to date with D-Bus changes. Since the 1.0 release keeps the API stable, I am planning to get the bindings backport compatible again.
However, I haven't yet decided what to do about the issue of more complex datatypes, since the Qt4 bindings code can't be easily backported as its QVariant is way more powerful than Qt3's
My personal goal is to be able to use the Qt3 bindings for implementing any D-Bus interface we might come up with as part of the Portland DAPI efforts.
Any help welcome :)
|
[
Reply To This | View ]
|
Re: Qt3 bindings
by ht on Monday 13/Nov/2006, @21:37
|
Anyway to get dbus 0.9x working with qt3 instead of having to have a seperate dbus-qt3-0.62 package? Some patch perhaps?
|
[
Reply To This | View ]
|
Re: Qt3 bindings
by Kevin Krammer on Wednesday 15/Nov/2006, @05:36
|
My system's D-Bus version is 0.94 and the my bindings in SVN seem to work (i.e. compile and the simple example-client works)
I'll have to check more thoroughly later today
|
[
Reply To This | View ]
|
Re: Qt3 bindings
by André on Thursday 16/Nov/2006, @05:44
|
Well, mine don't. That is: stuff compiles, but things like notifications of plugging in a USB stick don't. :-(
|
[
Reply To This | View ]
|
Re: Qt3 bindings
by Kevin Krammer on Thursday 16/Nov/2006, @12:26
|
Could you send me the code you are using?
I am not sure I did any testing with D-Bus signals yet, but I think they should work.
Maybe I tested with the OwnerChanged signal, but it has been to long ago to be sure :(
|
[
Reply To This | View ]
|
Re: Qt3 bindings
by DarkVision on Sunday 03/Dec/2006, @11:43
|
Have you tried the QT3-bindings from here: http://ranger.befunk.com/fink/
I had the same issues with the "official" QT3-bindings. Using the above sources with DBus 1.0/HAL 0.5.7 and KDE 3.5.5 seem to work fine here...
DV
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|