lp://staging/~kyrofa/unity-scope-snappy/implement_progress_widget
Created by
Kyle Fazzari
and last modified
- Get this branch:
- bzr branch lp://staging/~kyrofa/unity-scope-snappy/implement_progress_widget
Only
Kyle Fazzari
can upload to this branch. If you are
Kyle Fazzari
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Xavi Garcia (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
- Unity API Team: Pending requested
-
Diff: 2916 lines (+1003/-1384)35 files modifiedstore/actions/install_runner.go (+8/-5)
store/actions/install_runner_test.go (+13/-10)
store/actions/ok_runner.go (+0/-31)
store/actions/ok_runner_test.go (+0/-29)
store/actions/refresh_installing_runner.go (+0/-40)
store/actions/refresh_installing_runner_test.go (+0/-35)
store/actions/refresh_uninstalling_runner.go (+0/-41)
store/actions/refresh_uninstalling_runner_test.go (+0/-35)
store/actions/runner.go (+0/-11)
store/actions/runner_test.go (+0/-5)
store/actions/uninstall_runner.go (+6/-10)
store/actions/uninstall_runner_test.go (+9/-29)
store/packages/dbus_manager_client.go (+3/-3)
store/previews/confirm_uninstall_preview.go (+69/-0)
store/previews/confirm_uninstall_preview_test.go (+111/-0)
store/previews/installing_preview.go (+0/-91)
store/previews/installing_preview_test.go (+0/-248)
store/previews/packages/preview.go (+21/-5)
store/previews/packages/preview_test.go (+68/-12)
store/previews/packages/templates/generic_template.go (+4/-4)
store/previews/packages/templates/generic_template_test.go (+4/-4)
store/previews/packages/templates/installed_template.go (+18/-3)
store/previews/packages/templates/installed_template_test.go (+189/-128)
store/previews/packages/templates/installing_template.go (+61/-0)
store/previews/packages/templates/installing_template_test.go (+89/-0)
store/previews/packages/templates/store_template.go (+3/-3)
store/previews/packages/templates/store_template_test.go (+156/-133)
store/previews/packages/templates/template.go (+4/-4)
store/previews/packages/templates/uninstalling_template.go (+61/-0)
store/previews/packages/templates/uninstalling_template_test.go (+89/-0)
store/previews/preview_generator.go (+11/-36)
store/previews/preview_generator_test.go (+6/-80)
store/previews/uninstalling_preview.go (+0/-91)
store/previews/uninstalling_preview_test.go (+0/-248)
store/progress/hack.go (+0/-10)
Branch information
Recent revisions
- 53. By Kyle Fazzari
-
Merge prerequisite changes from lp:~kyrofa/unity-scope-snappy/dbusify_action_runners
- 52. By Kyle Fazzari
-
Merge prerequisite changes from lp:~kyrofa/unity-scope-snappy/dbusify_action_runners
- 51. By Kyle Fazzari
-
Update previews to include the progress widget instead of placeholders.
This completes the move to progress indicators.
- 47. By Kyle Fazzari
-
Add DBus client for communicating with progress daemon.
Also rename packages.Manager to packages.
WebdmManager for consistency. - 46. By Kyle Fazzari
-
Merge prerequisite changes from lp:~kyrofa/unity-scope-snappy/extract_action_runners
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)