summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into refactorkh12011-06-227-230/+138
|\
| * removed the debugging messageboxTim Jenssen2011-06-221-6/+0
| * now macrelocate should work againTim Jenssen2011-06-224-27/+20
| * readded the debugging messageboxTim Jenssen2011-06-221-0/+6
| * added missing QLatin1StringsTim Jenssen2011-06-221-1/+2
| * typo in endswithTim Jenssen2011-06-221-1/+1
| * exclude .h .cpp .pri .pro from relocatingTim Jenssen2011-06-221-1/+4
| * fix typoTim Jenssen2011-06-221-1/+1
| * removes the unused error/debugging messageboxTim Jenssen2011-06-221-6/+0
| * indicator parsing was wrongTim Jenssen2011-06-221-5/+19
| * use error instead of messageboxTim Jenssen2011-06-221-1/+3
| * Revert "run all operations in mainthread for better debugging"Tim Jenssen2011-06-221-1/+0
| * run all operations in mainthread for better debuggingTim Jenssen2011-06-221-0/+1
| * added debug info messageboxTim Jenssen2011-06-221-0/+6
| * empty check was to earlyTim Jenssen2011-06-211-6/+1
| * added some verbose output to the orginalBuilDir find codeTim Jenssen2011-06-211-0/+2
| * orginalBuildDir can be empty, but in which case is this empty?Tim Jenssen2011-06-211-0/+6
| * we only can create the instance hereTim Jenssen2011-06-212-1/+2
| * add missing header changeTim Jenssen2011-06-211-1/+1
| * removed some unused warningsTim Jenssen2011-06-211-0/+3
| * join doesn't take a charTim Jenssen2011-06-211-2/+2
| * added verbose output file to operation runnerTim Jenssen2011-06-211-0/+3
| * fix argument check and added some more verbose outputsTim Jenssen2011-06-212-13/+15
| * yes it is a qlatin1charTim Jenssen2011-06-211-1/+1
| * chop doesn't return a stringTim Jenssen2011-06-211-1/+2
| * setArguments takes a stringlistTim Jenssen2011-06-211-6/+8
| * now we have one relocate code for macTim Jenssen2011-06-213-175/+60
* | Add the timer back as we need it to update the ui.kh12011-06-221-0/+3
* | Get rid of the group box after all.kh12011-06-221-11/+0
* | If there is no update info, do not show the string.kh12011-06-221-2/+8
* | Whitespace cleanup. Remove forward declaration.kh12011-06-223-5/+2
* | Cleanup. Implement file system type.kh12011-06-221-14/+17
* | Implement support for multiple resource files.kh12011-06-211-10/+51
* | Correct help output.kh12011-06-211-4/+4
* | Cleanup. Style changes.kh12011-06-211-71/+65
* | Cleanup. Remove superfluous header. Style changes.kh12011-06-201-24/+16
* | Rename files to match class name. Adjust includes.kh12011-06-2015-16/+16
* | Cleanup. Add static function to make settings private.kh12011-06-202-23/+24
* | Remove Q_UNUSED as the temp dir deleter is used.kh12011-06-201-3/+4
* | Rename InstallerSettings to Settings.kh12011-06-2011-115/+109
* | Rename failWithWarning to failWithError and use it.kh12011-06-202-20/+13
* | Move some checks to an earlier point in the chain.kh12011-06-201-36/+25
* | Edit role now translates to display role as well.kh12011-06-201-4/+5
* | No need to keep the initital text arround.kh12011-06-202-19/+11
* | Add some documentation.kh12011-06-201-2/+116
* | Fix bug where we had to specify a column more then needed.kh12011-06-203-15/+13
* | Style changes. Cleanup.kh12011-06-201-13/+17
* | Remove superfluous output. Throw as early as possible.kh12011-06-201-4/+2
* | Fix initialization order.kh12011-06-201-1/+1
* | Add support for file system type retrieval.kh12011-06-173-0/+26