lp:~jonas-drange/ubuntu-system-settings/port-eduroamtest-qml
Created by
Jonas G. Drange
on
2016-08-16
and last modified on
2016-08-19
- Get this branch:
- bzr branch lp:~jonas-drange/ubuntu-system-settings/port-eduroamtest-qml
Only
Jonas G. Drange
can upload to this branch. If you are
Jonas G. Drange
please log in for upload directions.
Branch merges
- Ken VanDine: Approve on 2016-08-18
- system-apps-ci-bot: Approve (continuous-integration) on 2016-08-18
-
Diff: 1539 lines (+939/-340)25 files modifiedplugins/mouse/TapArea.qml (+1/-0)
plugins/wifi/CMakeLists.txt (+1/-1)
plugins/wifi/OtherNetwork.qml (+0/-1)
plugins/wifi/wifidbushelper.cpp (+13/-7)
plugins/wifi/wifidbushelper.h (+1/-0)
tests/CMakeLists.txt (+1/-1)
tests/autopilot/ubuntu_system_settings/__init__.py (+0/-197)
tests/autopilot/ubuntu_system_settings/tests/test_wifi.py (+0/-129)
tests/mocks/Ubuntu/SystemSettings/CMakeLists.txt (+1/-0)
tests/mocks/Ubuntu/SystemSettings/Wifi/CMakeLists.txt (+26/-0)
tests/mocks/Ubuntu/SystemSettings/Wifi/MockCertHandler.cpp (+103/-0)
tests/mocks/Ubuntu/SystemSettings/Wifi/MockCertHandler.h (+92/-0)
tests/mocks/Ubuntu/SystemSettings/Wifi/MockDbusHelper.cpp (+76/-0)
tests/mocks/Ubuntu/SystemSettings/Wifi/MockDbusHelper.h (+57/-0)
tests/mocks/Ubuntu/SystemSettings/Wifi/plugin.cpp (+42/-0)
tests/mocks/Ubuntu/SystemSettings/Wifi/plugin.h (+32/-0)
tests/mocks/Ubuntu/SystemSettings/Wifi/qmldir (+2/-0)
tests/mocks/plugins/wifi/fakenetworkmanager.cpp (+65/-0)
tests/mocks/plugins/wifi/fakenetworkmanager.h (+56/-0)
tests/plugins/CMakeLists.txt (+11/-3)
tests/plugins/mouse/tst_mouse.qml (+2/-1)
tests/plugins/wifi/CMakeLists.txt (+23/-0)
tests/plugins/wifi/WifiSource/qmldir (+2/-0)
tests/plugins/wifi/tst_OtherNetwork.qml (+169/-0)
tests/plugins/wifi/tst_wifidbushelper.cpp (+163/-0)
Branch information
Recent revisions
- 1698. By Jonas G. Drange on 2016-08-17
-
put clicks in middle of button, and drop qmenumodel import as it is unused
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

