Activity log for bug #734438

Date Who What changed Old value New value Message
2011-03-13 18:48:01 Milko Krachounov bug added bug
2011-03-13 18:48:10 Milko Krachounov blackherd: importance Undecided High
2011-03-13 18:48:19 Milko Krachounov blackherd: status New Confirmed
2011-03-13 18:48:23 Milko Krachounov blackherd: milestone 0.2
2011-03-13 18:48:36 Milko Krachounov nominated for series blackherd/0.2
2011-03-13 18:48:36 Milko Krachounov bug task added blackherd/0.2
2011-03-13 18:48:50 Milko Krachounov blackherd/0.2: status New Confirmed
2011-03-13 18:48:51 Milko Krachounov blackherd/0.2: milestone 0.2
2011-03-13 18:48:56 Milko Krachounov blackherd/0.2: importance Undecided Critical
2011-03-13 18:50:16 Milko Krachounov blackherd/0.2: assignee Milko Krachounov (exabyte)
2011-03-13 19:15:45 Milko Krachounov description The D-Bus wrappers are written to wrap BlueZ. Support passing interface with the set, get, getall methods and the signal. Also design an interface on how to get this interface. Perhaps when cached it should be stored as a dictionary of a tuple to value. Requirements: 1. A new class argument, requesting an interface to be added. 2. A way to specify the interface for the class (it's different than property_interface, but I guess I'll use dbus_interface there) 3. A way to specify the interface for the specific property (perhaps use current dbus_interface and add a new property_interface for the old job) The D-Bus wrappers are written to wrap BlueZ. Support passing interface with the set, get, getall methods and the signal. Also design an interface on how to get this interface. Perhaps when cached it should be stored as a dictionary of a tuple to value. Requirements: 1. A new class argument, requesting an interface to be added. 2. A way to specify the interface for the class (it's different than property_interface, but I guess I'll use dbus_interface there) 3. A way to specify the interface for the specific property (perhaps use current dbus_interface and add a new property_interface for the old job) 4. Support connecting to a signal that sends a dictionary with changed properties.