lp:~mvo/update-manager/gui-seperation
Created by
Michael Vogt
and last modified
- Get this branch:
- bzr branch lp:~mvo/update-manager/gui-seperation
Only
Michael Vogt
can upload to this branch. If you are
Michael Vogt
please log in for upload directions.
Branch merges
Branch information
Recent revisions
- 410. By Michael Vogt
-
Basic gui-seperation framework done, backend and GUI now can be run in
seperate adress spaces (on the same machine):
* DistUpgrade/RemoteServer. py:
- the server that deals with incoming requests and calls out into the
gui
* DistUpgrade/DistUpgradeView Remote. py:
- a remote view class that acts as a proxy to call the gui that runs
in a seperate process space
* DistUpgrade/DistUpgrade. cfg:
- default to the remote view now
* DistUpgrade/DistUpgradeView .py:
- made "get*Progress()" properties "*Progress"
- updated the various views/controller to use the new properties
instead of the old functions - 406. By Michael Vogt
-
* UpdateManager/
UpdateManager. py:
- show useful error message if upgrade can not be calculated