summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/qinstallercomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename to match actual class name. Fix includes.kh12011-06-091-1076/+0
* Add convenient function.kh12011-06-071-0/+5
* Use the now stored component name.kh12011-06-061-1/+1
* Handle virtual components differently.kh12011-06-061-1/+1
* Add convenient function.kh12011-06-061-1/+6
* m_name is now m_componentName on the component private classTim Jenssen2011-06-061-2/+4
* now we have a default tag which can contain true or scriptTim Jenssen2011-06-011-9/+25
* removed unused autoselecton valueTim Jenssen2011-06-011-2/+0
* Fixes a memory leak in QUiLoader.kh12011-05-041-1/+1
* Whitespaces. Fix some spelling errors.kh12011-04-211-13/+13
* Make sure we take only "real" components into account.kh12011-04-201-3/+3
* Merge branch 'refactor' of scm.dev.nokia.troll.no:installer-framework/mainlin...kh12011-04-141-58/+56
|\
| * Remove default arguments.kh12011-04-131-3/+3
| * Cleanup, no functional change.kh12011-04-131-55/+53
* | Some more constants.kh12011-04-121-8/+10
|/
* Add some convenient functions.kh12011-04-121-12/+24
* Resolve todo.kh12011-04-121-7/+0
* Fix the selected state handling.kh12011-04-121-112/+14
* Make sure we properly set the check state.kh12011-04-121-8/+11
* No default arguments anymore. RunModes -> RunModekh12011-04-121-5/+5
* Merge branch 'master' into refactorkh12011-04-121-1/+1
|\
| * fix the fixTim Jenssen2011-04-121-1/+1
| * fix that unvisible components keep selected if there is no selected visible c...Tim Jenssen2011-04-111-2/+28
* | Remove/ Comment out, going to rework dep handling anyway.kh12011-04-051-90/+88
* | Add slot to setup model data.kh12011-04-011-0/+34
* | Add a method to return the uncompressed size as string.kh12011-04-011-0/+15
* | Add a remove component function. Does not delete.kh12011-04-011-0/+14
* | Keep components in seperate list.kh12011-04-011-7/+16
* | Add a helper class to hide the model handling.kh12011-03-231-105/+20
* | Use the private class. Move the RunModes enum.kh12011-03-231-149/+10
* | Some more getter for model handling.kh12011-03-231-0/+19
* | Add some model item methods.kh12011-03-231-4/+62
* | Use the already existing ctor to load data.kh12011-03-211-10/+2
* | Use statics. Make function private. Build fix.kh12011-03-171-88/+75
* | Always pass the mode so we get the right components.kh12011-03-161-2/+2
* | Merge branch 'master' into refactorkh12011-03-161-4/+9
|\|
| * added possibility to start an installer without force installations - for bet...Tim Jenssen2011-03-151-3/+8
* | Merge commit 'abbee7b0ec2e1fbc676b31949320b35a4c6620c7' into refactorkh12011-03-161-0/+21
|\|
| * load the component scripts with help of new variable localTempPathTim Jenssen2011-03-151-0/+21
* | Merge branch 'master' into refactorkh12011-03-141-5/+6
|\|
| * added some more values to load data methodTim Jenssen2011-03-141-5/+6
* | Better naming.kh12011-03-131-3/+3
* | Use foreach for better readability.kh12011-03-111-5/+3
* | Fix indent.kh12011-03-111-19/+18
* | Merge branch 'master' into refactorkh12011-03-111-0/+107
|\|
| * used new load data functions from component classTim Jenssen2011-03-101-16/+0
| * added load data functionality inside component classTim Jenssen2011-03-101-0/+109
* | Unify status values.kh12011-03-101-5/+9
* | Cleanup. Style changes.kh12011-03-091-550/+550
|/
* init commitTim Jenssen2011-02-211-0/+1103