summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove <Required> tagNiels Weber2011-08-174-5/+0
* Fix the broken update case.kh12011-08-161-4/+16
* Fix warning and unnecessary output.kh12011-08-162-6/+7
* Filter for unnamed opertions as well.kh12011-08-161-4/+7
* Remove compressing resources and operations.kh12011-08-164-35/+15
* remove InstallPriority from docNiels Weber2011-08-162-2/+0
* improve absurdly commentTim Jenssen2011-08-161-4/+5
* Remove now superfluous code as depenedencies work.kh12011-08-153-18/+0
* Revert "Order the list as the name indicates."kh12011-08-151-2/+0
* Fix wrong whitespaces.kh12011-08-125-61/+60
* Add comment and fix the broken function.kh12011-08-121-5/+10
* Use the proper function call, keeps the code clearer.kh12011-08-122-5/+2
* Small cleanup.kh12011-08-121-16/+14
* Added some comments. Small change to keep the code compact.kh12011-08-122-21/+25
* Improve reason textNiels Weber2011-08-111-1/+1
* Added some documentation and moved some stuff around.kh12011-08-102-17/+55
* Some style fixes. Rename some members etc.kh12011-08-106-78/+67
* Let the member name follow the function name.kh12011-08-103-6/+7
* Order the list as the name indicates.kh12011-08-101-0/+2
* Rename function and add TODO.kh12011-08-103-6/+6
* Remove superfluous fetch.kh12011-08-101-3/+1
* Some style changes.kh12011-08-101-13/+12
* Small style and typo fix.kh12011-08-101-5/+4
* Remove the reset button in updater mode.kh12011-08-101-18/+21
* Revert: 308dc03e a1a130b9 5fb0f4ackh12011-08-106-34/+33
* small doc improvementsNiels Weber2011-08-092-12/+9
* Style fixes.kh12011-08-091-3/+4
* IsUninstaller() was evaluated to early.kh12011-08-091-5/+2
* Fix documentationNiels Weber2011-08-091-3/+3
* The old name indicated the opposite of what the method was doing.Niels Weber2011-08-043-3/+3
* Use more correct paths for icons on LinuxNiels Weber2011-08-031-4/+6
* Improve reason stringsNiels Weber2011-08-011-2/+2
* Fix building on Mac.Niels Weber2011-08-011-2/+6
* now we forward exceptions from script and queue slotsTim Jenssen2011-07-291-3/+37
* don't return false if there was no componten to addTim Jenssen2011-07-291-1/+1
* now autodepend is recursive and worksTim Jenssen2011-07-293-9/+18
* activate auto depend onTim Jenssen2011-07-292-0/+14
* expand task detail browser if there are unresolved dependenciesTim Jenssen2011-07-291-0/+2
* fix uninstall crashTim Jenssen2011-07-291-18/+23
* added new dependency checkTim Jenssen2011-07-292-3/+8
* new dependency calculation without recursive checkTim Jenssen2011-07-292-96/+39
* calculate dependencies only if it is neededTim Jenssen2011-07-296-11/+16
* do mac patching in the right wayTim Jenssen2011-07-291-13/+15
* fix sdk maintenance startup on MacMaurice Kalinowski2011-07-281-0/+6
* renamed list to set, because data type is a setTim Jenssen2011-07-282-19/+19
* now default works as expectedTim Jenssen2011-07-283-28/+37
* use shorter AppendToInstallState namesTim Jenssen2011-07-272-7/+7
* maybe not not is not so good to readTim Jenssen2011-07-271-2/+2
* state check is not needed anymore since we have only twoTim Jenssen2011-07-271-3/+1
* autodependon could have no dependecy so first try to add theseTim Jenssen2011-07-271-1/+1