summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagercore.h
Commit message (Expand)AuthorAgeFilesLines
* Keep common just for the tools.kh12012-03-131-2/+1
* Implement operation to create local repository.kh12012-03-131-0/+3
* update contact email to the current oneNiels Weber2012-02-061-2/+2
* fix more license headersNiels Weber2012-02-061-7/+14
* Qt SDK -> Installer FrameworkNiels Weber2012-01-311-1/+1
* added Q_INVOKABLE to a method for counting the number of available updatesAlexander Lenhardt2012-01-051-1/+1
* added PackageManagerCore::executeDetachedTim Jenssen2011-12-071-0/+2
* Remove fetch and implement "lazy" fetch.kh12011-11-281-0/+1
* Implement network settings dialog.kh12011-11-281-1/+2
* Make it possible to set proxy factorys for the downloaders.kh12011-11-281-0/+9
* Use QSet throughout the whole code, saves us QList conversions.kh12011-11-151-2/+2
* fixed bugs with version display in packagemanager and update managerAlexander Lenhardt2011-11-151-3/+3
* Fix some typos.kh12011-11-101-2/+2
* Adjust to take the 110 char count into account.kh12011-11-071-2/+2
* Fixed QTSDK-961Alexander Lenhardt2011-10-131-0/+3
* show dependency calculation errors in the installerTim Jenssen2011-10-051-1/+1
* Remove stupid check. Return the proper core status.kh12011-08-241-1/+0
* Keep the problem reason to show it in the UI.kh12011-08-231-0/+1
* Add a hack to be able to check components.kh12011-08-231-0/+5
* Make sure we only calculate the components on actual change.kh12011-08-231-0/+2
* Implement dependee resolving for uninstallation.kh12011-08-181-1/+5
* Expose some private functions and make use of it.kh12011-08-181-0/+3
* Implement basic dependees function. Update commment.kh12011-08-171-0/+1
* Added some documentation and moved some stuff around.kh12011-08-101-4/+7
* Some style fixes. Rename some members etc.kh12011-08-101-1/+1
* Rename function and add TODO.kh12011-08-101-1/+1
* calculate dependencies only if it is neededTim Jenssen2011-07-291-1/+1
* added const to method where possible and clean up the code(removed unused met...Tim Jenssen2011-07-271-9/+4
* kill StartAppendToInstallState the logic is now outside and use setUpdateAvai...Tim Jenssen2011-07-271-1/+1
* calculateToInstallComponents got a return valueTim Jenssen2011-07-271-1/+1
* Revert "remove unused constructors" <- they were usedTim Jenssen2011-07-251-0/+1
* renamed some new install order methods and added access to two on coreTim Jenssen2011-07-221-0/+2
* remove unused constructorsTim Jenssen2011-07-221-1/+0
* added a first version of calculate to install components with dependency graphTim Jenssen2011-07-221-0/+3
* disable some not working dependency code and splitted components()Tim Jenssen2011-07-211-1/+3
* introduce appendUpdaterComponent methodTim Jenssen2011-07-211-1/+2
* use hash instead of map for the created componentsTim Jenssen2011-07-211-2/+2
* argument value UpdaterMode was never used in rootComponent()Tim Jenssen2011-07-211-1/+1
* argument value UpdaterMode was never used in rootComponentCount()Tim Jenssen2011-07-211-1/+1
* Hide the KDUpdater stuff behind typedefs.kh12011-07-051-13/+4
* Hide KDJob from public API.kh12011-07-051-2/+1
* Operations -> OperationListkh12011-07-051-1/+1
* Define some typedefs and hide the "Update"...kh12011-07-041-2/+0
* Have only two function to fetch local and remote packages.kh12011-07-041-5/+11
* Remove superfluous includes and forward declarations.kh12011-07-041-19/+2
* Make copy constructor private.kh12011-07-041-0/+1
* There's no need to have a virtual here.kh12011-07-041-2/+2
* Use typedef to hide the "Update" prefix, doesn't fit really.kh12011-07-041-3/+3
* Move the define to where it's used.kh12011-07-041-2/+0
* Fetch the repo only once. Makes package management fast.kh12011-07-041-10/+2