- 01 Jun, 2018 1 commit
-
-
Aleix Pol Gonzalez authored
It seems to be a crash some people get sometimes, better safe than sorry. BUG: 394737
-
- 21 Jun, 2017 2 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
They get removed from the model through their status, they get added by the class who requested them. Will allow for simpler code and more semantics for the Transactions.
-
- 24 Oct, 2016 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 11 May, 2016 1 commit
-
-
Aleix Pol Gonzalez authored
Let the transaction itself deal with it
-
- 16 Nov, 2015 1 commit
-
-
Aleix Pol Gonzalez authored
Mostly new syntax connect
-
- 11 Nov, 2015 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 10 Nov, 2015 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 07 Aug, 2015 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 06 Aug, 2015 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 16 Jul, 2015 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 09 May, 2013 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 12 Apr, 2013 1 commit
-
-
Aleix Pol Gonzalez authored
The TransactionModel tracks all transactions, we need to make sure we are reacting to the correct Transaction.
-
- 04 Mar, 2013 1 commit
-
-
Aleix Pol Gonzalez authored
React when the transaction is removed/cancelled Notify that the properties have changed whenever the transacition has changed Disconnect from former transactions. They will be deleted soon most likely, but it's safer. Restore the cancelled() signal
-
- 28 Dec, 2012 1 commit
-
-
Jonathan Thomas authored
I've re-added a barebones TransactionListener which fulfills Discover's usage needs. The new API did mean that I could strip away a bunch of the code that had been in TransactionListener, which it now obtains via the Transaction object and the model. :) CCMAIL:aleixpol@kde.org
-
- 20 Dec, 2012 1 commit
-
-
Jonathan Thomas authored
-
- 22 Nov, 2012 1 commit
-
-
Aleix Pol Gonzalez authored
The change is quite expensive and we don't need it anyway.
-
- 21 Nov, 2012 1 commit
-
-
Aleix Pol Gonzalez authored
Centralize the running() signal emitting to the workerEvent instead of doing it in other places that coincidentially worked.
-
- 07 Oct, 2012 1 commit
-
-
Jonathan Thomas authored
-
- 30 Sep, 2012 1 commit
-
-
Jonathan Thomas authored
-
- 02 Aug, 2012 3 commits
-
-
Aleix Pol Gonzalez authored
-
Jonathan Thomas authored
-
Jonathan Thomas authored
More s/application/resource in the API. I *think* I got all the QML references. Too bad the symbol rename feature in Qt Creator can't also rename QML references to the symbols. :(
-
- 13 Jul, 2012 2 commits
-
-
Aleix Pol Gonzalez authored
Made sure the Muon Installer still works after all the changes on libmuonprivate. Muon Installer has not been ported (yet?) to the ResourcesModel
-
Aleix Pol Gonzalez authored
Reorganized the transactions to work with the new infrastructure Fixed with the reviews extraction
-
- 30 Mar, 2012 1 commit
-
-
Aleix Pol Gonzalez authored
- center the progress view code in the QML. It's view will depend a lot on the visual representation, so having c++ code controlling that is not comfortable. - The new progress view mixes both types of transactions, finished and unfinished, lets you execute easily
-
- 14 Mar, 2012 3 commits
-
-
Aleix Pol Gonzalez authored
- remove progressbar from the view component - make sure we're told about removed transactions
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 05 Mar, 2012 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 02 Mar, 2012 1 commit
-
-
Aleix Pol Gonzalez authored
Makes it possible for the InstallApplicationButton to properly react to state changes
-
- 25 Feb, 2012 2 commits
-
-
Jonathan Thomas authored
In the process, Libmuon gets a TransactionModel class which provides data about the transactions using the ApplicationModel roles. I still have some things to do like add a cancel button for pending transactions, but that will wait until tomorrow. FEATURE:284255 FIXED-IN:1.4
-
Jonathan Thomas authored
The cancel button only works during the download portion of the transaction, and should only be shown during that time.
-
- 22 Feb, 2012 1 commit
-
-
Jonathan Thomas authored
-
- 09 Feb, 2012 2 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
-
- 07 Feb, 2012 1 commit
-
-
Aleix Pol Gonzalez authored
When we click to install or remove, we'll use a TransactionListener that will tell us about the installation states.
-