lp://qastaging/unity-scope-click/devel
Created by
Paweł Stołowski
and last modified
- Get this branch:
- bzr branch lp://qastaging/unity-scope-click/devel
Members of
Unity Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
4 branches
proposed for merging into this one.
No branches
dependent on this one.
- dobey (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 6601 lines (+3909/-1140)61 files modified.bzrignore (+0/-1)
autopilot/unityclickscope/test_click_scope.py (+60/-61)
data/CMakeLists.txt (+13/-4)
data/clickscope.ini.in.in (+7/-7)
debian/control (+2/-3)
po/CMakeLists.txt (+2/-1)
po/POTFILES.in (+2/-0)
po/ar.po (+92/-0)
po/ca.po (+90/-0)
po/de.po (+90/-0)
po/es.po (+92/-0)
po/eu.po (+92/-0)
po/fi.po (+92/-0)
po/gd.po (+94/-0)
po/gl.po (+90/-0)
po/he.po (+90/-0)
po/id.po (+90/-0)
po/it.po (+92/-0)
po/lv.po (+90/-0)
po/nb.po (+92/-0)
po/ru.po (+90/-0)
po/sl.po (+90/-0)
po/uk.po (+94/-0)
po/unity-scope-click.pot (+90/-0)
po/zh_CN.po (+90/-0)
scope/click/CMakeLists.txt (+3/-1)
scope/click/configuration.cpp (+124/-0)
scope/click/configuration.h (+62/-0)
scope/click/download-manager.cpp (+1/-1)
scope/click/index.cpp (+37/-206)
scope/click/index.h (+14/-101)
scope/click/interface.cpp (+72/-89)
scope/click/interface.h (+10/-15)
scope/click/package.cpp (+237/-0)
scope/click/package.h (+137/-0)
scope/click/preview.cpp (+232/-51)
scope/click/preview.h (+47/-13)
scope/click/qtbridge.cpp (+7/-28)
scope/click/qtbridge.h (+4/-132)
scope/click/query.cpp (+94/-202)
scope/click/query.h (+21/-2)
scope/click/reviews.cpp (+44/-2)
scope/click/reviews.h (+3/-1)
scope/click/scope.cpp (+24/-91)
scope/click/scope.h (+2/-2)
scope/click/scope_activation.cpp (+48/-0)
scope/click/scope_activation.h (+53/-0)
scope/click/webclient.cpp (+39/-25)
scope/click/webclient.h (+10/-4)
scope/tests/CMakeLists.txt (+2/-0)
scope/tests/applications/user/semi-broken.desktop (+1/-0)
scope/tests/fake_json.h (+29/-0)
scope/tests/integration/webclient_integration.cpp (+3/-10)
scope/tests/mock_webclient.h (+5/-10)
scope/tests/test_configuration.cpp (+174/-0)
scope/tests/test_data.h (+5/-0)
scope/tests/test_index.cpp (+97/-8)
scope/tests/test_interface.cpp (+148/-51)
scope/tests/test_query.cpp (+257/-0)
scope/tests/test_reviews.cpp (+70/-3)
scope/tests/test_webclient.cpp (+67/-15)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/unity-scope-click