kh1 | b72f004abc1 | Change how remove directory works.
I had some problems on my mac, as not all files got deleted
inside the framework ... | | |
kh1 | aac751c5c9c | Force file close. | | |
kh1 | 306bfb3e4cd | Some simplification. | | |
kh1 | 53c83737928 | Make use of the isUpdater call. | | |
kh1 | 3b1181fc895 | Use a gui application to prevent crash.
We can't use a core application here, as in case of we can't
connect to the ... | | |
kh1 | 4fc8edcda6b | Some further cleanup. | | |
kh1 | 81b15ae2c0e | This one seems to got lost during the merge.
Not needed anymore as the binary has now a specific state. | | |
kh1 | 3fc6d9863f2 | Fix runtime warnig about adding layout to an existing one. | | |
kh1 | 35701c85a60 | Build on OSX. | | |
kh1 | 26643a50b84 | Some further cleanup. Add missing isUpdater checks. | | |
kh1 | 340113ad515 | Use our own logger to output the found update. | | |
kh1 | 3cbc939aeae | Style cleanup. Put Updater into QInstaller namespace. | | |
kh1 | 9e028de5a75 | Whitespaces. | | |
kh1 | af02ea1fc06 | Add marker that can represent other states then install/uninstall. | | |
kh1 | a1c16b32330 | Do not hide the maintainance widgets during meta info update.
This is only done if we are runing the updater or pack... | | |
kh1 | 1bfafc0f2c8 | Some more work to have the a proper wizard updater intergration.
Introduce some magic marker to differentiate betwee... | | |
kh1 | e5a9ff82c36 | Package manager mode allows add/ remove, use a more generic text. | | |
kh1 | da39cde1696 | The component page did way to much to be generic.
Remove the logic about uninstallation, keep components etc... | | |
kh1 | 45d304af53e | Some more style fixes. | | |
kh1 | c6aa7dbe8f9 | Style cleanup. | | |
kh1 | 8850b93f27f | Whitespace cleanup. | | |
kh1 | 2b4763058f4 | Make use of our new into page. | | |
kh1 | f12e9270e48 | Implement our own intro page. | | |
kh1 | 39dc4e06c7a | Make sure the message label does not move. | | |
Tim Jenssen | c71e8086467 | Merge branch 'master' into refactor | | |
kh1 | a61aaf49bea | Fix endless loop.
In case the update server could not be reached and the user pressed
"Retry", we would hit an endle... | | |
kh1 | f60a9b16600 | We would like to get rid of the tabbed ui. | | |
kh1 | e2d0c624e19 | Begin to turn the maintenance tool into a wizard as well.
Note: Updater is currently totally broken. | | |
kh1 | de31ac1eb8e | There's really no need to have the intro page in the base installer gui.
We now provide a method to retrieve a QInst... | | |
kh1 | 1d719384f6a | Remove some more auto pointer stuff. | | |
kh1 | 9d284da647a | Cleanup. | | |
kh1 | 25c34f1ca79 | Build fix with namespaces. | | |
hjk | 99fd7be1bb1 | Make it compile with "namespaced" Qt.
Reviewed-by: Tim Jenssen | | |
Niels Weber | d78f0d66eed | compile fixes | | |
kh1 | cc84dafd17d | Merge some duplicated code. | | |
kh1 | a82a2a3fc0f | Reuse already existing code. | | |
kh1 | 6e3d2f4160c | Style warning... | | |
kh1 | 437492d3538 | Move Installer::Private into it's own source files. | | |
Tim Jenssen | 98d5fe9d424 | try to make openurl in a more save way | | |
Tim Jenssen | 79f4fb96b57 | use fromUserInput to fix some maybe problems with urls | | |
Niels Weber | 403521e127a | linux: honour http_proxy environment variable
Reviewed-by: tjenssen | | |
Maurice Kalinowski | c95b618588e | installation directory cannot be empty
The wizard page should not allow to specify an empty installation
path. Hence... | | |
Tim Jenssen | 57696a08549 | install new components in the installer mode | | |
Tim Jenssen | 8457830abdc | init commit | | |
Done |