muon-maintenance:qapt2

Last commit made on 2012-10-15
Get this branch:
git clone -b qapt2 https://git.launchpad.net/muon-maintenance

Branch merges

Branch information

Name:
qapt2
Repository:
lp:muon-maintenance

Recent commits

6250d27... by Jonathan Thomas

De-hardcode temp directory location

435ad5b... by Jonathan Thomas

Check if QApt::Backend init'd properly, and report an error/flee if it didn't.

0a6b81d... by Jonathan Thomas

Check if the backend was properly initialized, and report an error if it was not.

9e52fdd... by Jonathan Thomas

Add a config file prompt to muon and muon-updater.

08cce43... by Jonathan Thomas

Also delete the manually opened pipe, otherwise it just hangs around in /tmp for forever.

4f28520... by Jonathan Thomas

Since we don't create the KDE debconf GUI right when we determine the pipe, we have to open it ourselves. (QApt Worker requires the pipe to exist and be owned by the user running the transaction.)

c5533d0... by Jonathan Thomas

Fix an issue where we'd never listen for QApt transaction events on the first transaction run.

d32557d... by Jonathan Thomas

Move this function closer to transactionEvent, since they're both related.

941fc20... by Jonathan Thomas

Do not include addons when calculating additional dependencies that are being removed. The user has explicitly marked the addons for change.

810417d... by Jonathan Thomas

Fix some crashes due to improper iterator usage.