muon-maintenance:muon-exports

Last commit made on 2012-11-26
Get this branch:
git clone -b muon-exports https://git.launchpad.net/muon-maintenance

Branch merges

Branch information

Name:
muon-exports
Repository:
lp:muon-maintenance

Recent commits

b90e598... by Aleix Pol

Merge branch 'master' into muon-exports

48e4fa6... by Aleix Pol

Simplify the initialization of the ApplicationBackend

Finish the transition to 1..1 relation from ApplicationBackend
and QApt::Backend. Now it will be initialized in the constructor and we
don't have API to specify a different one or to tell when it should be
initialized.
This is good because we won't have to treat it separately.

3fae3a8... by Aleix Pol

Refactored some code to simplify the apt initialization

Moved some magic code from installer/MainWindow to libmuon/MuonMainWindow

7caebd2... by Aleix Pol

Remove some unimplemented roles

Like detected by muon-exports

130f9aa... by Aleix Pol

Properly extract the current transaction data

Use the transaction listener for drawing the progress in the resource
delegate, instead of querying some ResourcesModel roles that weren't
working that well anymore.

d896359... by Aleix Pol

Don't set the resource to the same we already had

The change is quite expensive and we don't need it anyway.

88d35e4... by Aleix Pol

temporarily comment some unimplemented roles.

These should be removed or implemented, eventually

7364412... by Aleix Pol

Work further on data exporting

Only export when all the resources are added
Properly initialize the ApplicationsBackend
Close the application when done

3e03ee9... by Aleix Pol

Add a method for letting the ApplicationBackend to initialize itself

This API should be reviewed...

960e73d... by Aleix Pol

Merge branch 'master' into muon-exports