Redkit
  1. Redkit

QtIFW

Public
  1. Redkit
  2. QtIFW

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
kh1kh1
b72f004abc1Change how remove directory works. I had some problems on my mac, as not all files got deleted inside the framework ...
kh1kh1
aac751c5c9cForce file close.
kh1kh1
306bfb3e4cdSome simplification.
kh1kh1
53c83737928Make use of the isUpdater call.
kh1kh1
3b1181fc895Use a gui application to prevent crash. We can't use a core application here, as in case of we can't connect to the ...
kh1kh1
4fc8edcda6bSome further cleanup.
kh1kh1
81b15ae2c0eThis one seems to got lost during the merge. Not needed anymore as the binary has now a specific state.
kh1kh1
3fc6d9863f2Fix runtime warnig about adding layout to an existing one.
kh1kh1
35701c85a60Build on OSX.
kh1kh1
26643a50b84Some further cleanup. Add missing isUpdater checks.
kh1kh1
340113ad515Use our own logger to output the found update.
kh1kh1
3cbc939aeaeStyle cleanup. Put Updater into QInstaller namespace.
kh1kh1
9e028de5a75Whitespaces.
kh1kh1
af02ea1fc06Add marker that can represent other states then install/uninstall.
kh1kh1
a1c16b32330Do not hide the maintainance widgets during meta info update. This is only done if we are runing the updater or pack...
kh1kh1
1bfafc0f2c8Some more work to have the a proper wizard updater intergration. Introduce some magic marker to differentiate betwee...
kh1kh1
e5a9ff82c36Package manager mode allows add/ remove, use a more generic text.
kh1kh1
da39cde1696The component page did way to much to be generic. Remove the logic about uninstallation, keep components etc...
kh1kh1
45d304af53eSome more style fixes.
kh1kh1
c6aa7dbe8f9Style cleanup.
kh1kh1
8850b93f27fWhitespace cleanup.
kh1kh1
2b4763058f4Make use of our new into page.
kh1kh1
f12e9270e48Implement our own intro page.
kh1kh1
39dc4e06c7aMake sure the message label does not move.
Tim JenssenTim Jenssen
c71e8086467Merge branch 'master' into refactor
kh1kh1
a61aaf49beaFix endless loop. In case the update server could not be reached and the user pressed "Retry", we would hit an endle...
kh1kh1
f60a9b16600We would like to get rid of the tabbed ui.
kh1kh1
e2d0c624e19Begin to turn the maintenance tool into a wizard as well. Note: Updater is currently totally broken.
kh1kh1
de31ac1eb8eThere's really no need to have the intro page in the base installer gui. We now provide a method to retrieve a QInst...
kh1kh1
1d719384f6aRemove some more auto pointer stuff.
kh1kh1
9d284da647aCleanup.
kh1kh1
25c34f1ca79Build fix with namespaces.
hjkhjk
99fd7be1bb1Make it compile with "namespaced" Qt. Reviewed-by: Tim Jenssen
Niels WeberNiels Weber
d78f0d66eedcompile fixes
kh1kh1
cc84dafd17dMerge some duplicated code.
kh1kh1
a82a2a3fc0fReuse already existing code.
kh1kh1
6e3d2f4160cStyle warning...
kh1kh1
437492d3538Move Installer::Private into it's own source files.
Tim JenssenTim Jenssen
98d5fe9d424try to make openurl in a more save way
Tim JenssenTim Jenssen
79f4fb96b57use fromUserInput to fix some maybe problems with urls
Niels WeberNiels Weber
403521e127alinux: honour http_proxy environment variable Reviewed-by: tjenssen
Maurice KalinowskiMaurice Kalinowski
c95b618588einstallation directory cannot be empty The wizard page should not allow to specify an empty installation path. Hence...
Tim JenssenTim Jenssen
57696a08549install new components in the installer mode
Tim JenssenTim Jenssen
8457830abdcinit commit