Comment 17 for bug 1390136

Revision history for this message
Antti Kaijanmäki (kaijanmaki) wrote :

As nick stated in comment #7 we need more detailed API than the current GAction based one. I'm thinking something along the line of having QML API's that return a progress object when you call methods such as "enableFlightMode". The caller would then use the object to track the status of the operation.

Once we do have the ability to track the progress of an Operation in the UI level we can either "disable" the switches for the duration of the ongoing operation or animate them with a "progress spinner" or something.