default value for autoconnect

2010-04-01 Thread Marcin Klekot
Ver. 0.8 on ubuntu 9.10. Best, Marcin Klekot ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: PropertiesChanged

2010-03-31 Thread Marcin Klekot
of PropertiesChanged I check what properties has change and everything works great. I don't understand how exactly all the dbus stuff works in Qt, and why I have to patch interfaces to get it working, but I'm happy to have a running solution now. Best, Marcin Klekot

Re: PropertiesChanged

2010-03-29 Thread Marcin Klekot
; Q_DECLARE_METATYPE (DictOfDicts) On this interface my application gets the Updated signal correctly. Any suggestions? Dan Williams schrieb: On Fri, 2010-03-19 at 17:55 +0100, Marcin Klekot wrote: Hi All, i am writing a qt based NM applet to configure wireless connections. With qdbusxml2cpp I created all

PropertiesChanged

2010-03-19 Thread Marcin Klekot
Hi All, i am writing a qt based NM applet to configure wireless connections. With qdbusxml2cpp I created all needed interface classes from the introspection xml files. With this classes i can now talk to networkmanager over dubs (adding and deleting connections, connecting and disconnecting, and