lp:~kzapalowicz/ubuntu-system-settings/fix-1539158

Created by Konrad Zapałowicz and last modified
Get this branch:
bzr branch lp:~kzapalowicz/ubuntu-system-settings/fix-1539158
Only Konrad Zapałowicz can upload to this branch. If you are Konrad Zapałowicz please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Konrad Zapałowicz
Project:
ubuntu-system-settings
Status:
Merged

Recent revisions

1636. By Konrad Zapałowicz

Fix a typo in the documentation

1635. By Konrad Zapałowicz

Improve the documentation and add const correctness

1634. By Konrad Zapałowicz

Fix typo in the comment

1633. By Konrad Zapałowicz

Fix missing code comment

This commit updates the in-code comment that has been missed for
the previous revision.

1632. By Konrad Zapałowicz

Fix pin code request is rejected because device is not valid

When the new device is created either almost or at the same time as the
pin code request is requested there is a race between pin code request
handler and the device initialization code. The pin code request handler
works only with devices which are valid. On the other hand the device is
valid only when it's type is updated. This happens when the properties
are gathered which is done in an asynchronous way. Because of this
asynchronousity it happens too late and by that time the pin code request
is rejected which denies the bonding.

This commit works around this issue by implementing a wait for device to
become valid. In order not to stall the wait is not infinite and the
nullptr is returned when the device cannot be set to valid. This has an
effect only when the addDevice is called from the FindOrCreateDevice
context as in any other case the properties are known by that point.

1631. By CI Train Bot Account

Releasing 0.3+16.04.20160325-0ubuntu1

1630. By Ken VanDine

Removed unnecessary mouse-plugin, it was intended for use with dynamic visibility, which is no longer needed.

Approved by: Michael Sheldon

1629. By Ken VanDine

Only include the "any data connection" item when there is a modem present.
 Fixes: #1560884
Approved by: Jonas G. Drange

1628. By Ken VanDine

Bump Ubuntu.Content import to 1.3 to prevent mixed version imports
 Fixes: #1554621
Approved by: Jonas G. Drange

1627. By Ken VanDine

Play haptic feedback when selecting About and Reset from the main view.
 Fixes: #1560571
Approved by: Jonas G. Drange

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu-system-settings
This branch contains Public information 
Everyone can see this information.