summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller
Commit message (Expand)AuthorAgeFilesLines
* Rename header/ source files to match class name.kh12011-06-1525-31/+31
* Rename to follow public class name scheme.kh12011-06-154-69/+69
* Rename from Installer to PackageManagerCore.kh12011-06-1428-524/+520
* Rename the class to better fit it's real purpose.kh12011-06-142-35/+37
* Merge branch 'master' into refactorkh12011-06-141-1/+1
|\
| * Make Debugging work again on LinuxNiels Weber2011-06-141-1/+1
* | Remove superfluous class declaration. Add fatal.kh12011-06-143-50/+11
* | Make use of the copy directory operation.kh12011-06-131-59/+38
* | Remove unused classes.kh12011-06-135-324/+0
* | Style changes. Remove some superfluous variables.kh12011-06-101-75/+34
* | Add one more constant.kh12011-06-1010-17/+19
* | Merge remote-tracking branch 'origin/master' into refactorTim Jenssen2011-06-101-1/+3
|\|
| * don't create the file it self as a path only the path to the fileTim Jenssen2011-06-101-1/+3
* | Move constants into global file and use where possible.kh12011-06-099-122/+79
* | Merge branch 'master' into refactorkh12011-06-091-1/+1
|\|
| * mkpath is not a static methodTim Jenssen2011-06-091-1/+1
* | Keep a flag if we have do a no forced installion.kh12011-06-093-7/+28
* | fixed renaming of constantsTim Jenssen2011-06-091-2/+2
* | Merge branch 'master' into refactorkh12011-06-092-1/+2
|\|
| * make sure that we can create the fileTim Jenssen2011-06-091-0/+1
| * now the operation has the right nameTim Jenssen2011-06-091-1/+1
* | Fix accidental partly/ full uninstall in package manager.kh12011-06-094-33/+79
* | extracted and renamed qinstallercomponent_constantsTim Jenssen2011-06-092-79/+110
* | Rename op to operation and comp to component.kh12011-06-091-13/+13
* | Rename to match actual class name. Fix includes.kh12011-06-0912-17/+18
* | Style changes. Remove superfluous includes. Punctuation.kh12011-06-092-31/+24
* | Do not write on every uninstall, just write once.kh12011-06-081-1/+1
* | Rollback a installation needs to update the components.xml.kh12011-06-081-3/+25
* | Uninstall not yet installed replacement removes the original.kh12011-06-084-7/+25
* | Merge branch 'master' into refactorkh12011-06-082-158/+82
|\|
| * rewrite CopyDirectory operationMaurice Kalinowski2011-06-082-142/+70
| * fix typoNiels Weber2011-05-311-2/+2
* | Remove superfluos template.kh12011-06-081-17/+11
* | Use QList instead of QVector to be consistant.kh12011-06-083-21/+16
* | Fix broken initial check state for updater mode.kh12011-06-081-4/+12
* | Basic implementation of replace, might need some updates.kh12011-06-082-17/+54
* | We need to resolve updater components in a different way.kh12011-06-082-17/+19
* | Style changes.kh12011-06-071-2/+1
* | Fetch the list of components earlier. No need to do it twice.kh12011-06-071-4/+3
* | Add comment.kh12011-06-071-0/+2
* | Reorder.kh12011-06-071-7/+5
* | Write the packages to disk as soon as possible.kh12011-06-071-7/+4
* | Make use of convenient function.kh12011-06-071-10/+5
* | Style changes.kh12011-06-071-3/+3
* | Add convenient function.kh12011-06-072-0/+6
* | Use the now stored component name.kh12011-06-061-1/+1
* | Updates are all checked by default.kh12011-06-061-1/+3
* | Always add the create target dir operation.kh12011-06-061-17/+17
* | Handle virtual components differently.kh12011-06-062-15/+23
* | Add convenient function.kh12011-06-062-1/+7