summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix AdminAuthorization implementation.kh12014-06-197-193/+43
* Remove trailing whitespaceKai Koehne2014-06-191-3/+3
* Merge remote-tracking branch 'origin/1.6'Tim Jenssen2014-06-183-19/+56
|\
| * Make it possible to calculate dependencies from script.kh12014-06-052-18/+50
| * Make sure we honor the updates xml checksum flag.kh12014-06-051-1/+6
* | Make cycles in component dependencies fatalkh12014-06-181-1/+6
* | Respect AllowSpaceInPath morekh12014-06-181-4/+8
* | Add important note.kh12014-06-161-0/+3
* | Fix crash while canceling the meta data unzip task.kh12014-06-161-3/+8
* | Use int instead of QFlag/Enum values (advised by Simon).kh12014-06-062-15/+11
* | Expose qsTr to the scripts, makes component error example work.kh12014-06-062-2/+29
* | Fix endless loop.kh12014-06-063-28/+11
* | Fix tutorial examplejkobus2014-06-061-1/+1
* | Set the right ownership for the components we expose.kh12014-06-061-2/+5
* | Disable copy constructor and assignment operator.kh12014-06-061-0/+8
* | Bring back the KeepAliveThread, fixes unexpected hang.kh12014-06-061-16/+16
* | Fix change user interface example.kh12014-06-061-0/+10
* | Silence warning, we know what we are doing (-Wunused-value).kh12014-06-051-1/+1
* | Check if the static is still there, otherwise we might crash.kh12014-06-051-0/+3
* | Fix replace maintenance tool binary.kh12014-06-044-53/+45
* | Initialize the client as early as possible.kh12014-06-042-2/+10
* | Fix some reorder warningsNiels Weber2014-06-032-3/+3
* | We need to pass the socket to the connect function.kh12014-06-034-18/+19
* | Replace client-server classes and update implementations.kh12014-06-0316-2307/+503
* | Introduce new classes for client-server communication.kh12014-06-0318-6/+2715
* | Replace script with js engine.kh12014-06-0311-335/+374
* | Fix annoying warning that the file can not be deleted.kh12014-06-032-11/+6
* | Use QTemporaryDir instead of our homemade solution.kh12014-06-033-74/+10
* | We need to have these files in the include list too.kh12014-06-021-1/+2
* | Some more qt5 only fixes.kh12014-06-022-26/+8
* | Merge remote-tracking branch 'origin/1.6'Oswald Buddenhagen2014-06-0212-435/+40
|\|
| * Revert "Use QTemporaryFile instead of some homebrew construction."kh12014-05-221-4/+5
| * Check if the file we are writing to is a file.kh12014-05-221-1/+8
| * Fix HTTP proxy settings do not have any effect.kh12014-05-211-0/+2
| * Avoid 'Too many open files' on MacKai Koehne2014-05-141-1/+9
| * Cleanup. Remove some unused and broken code.kh12014-05-145-420/+0
| * Remove 'What's this' button from wizard (Windows).kh12014-05-091-0/+1
| * Obviously we need to pass the authenticator everywhere.kh12014-05-091-0/+6
| * Improve error message for ConsumeOutputOperationKai Koehne2014-04-251-3/+3
| * ConsumeOutput: Use local encoding to parse executable outputKai Koehne2014-04-231-1/+1
| * Mac: Do not require Xcode command line toolsEike Ziller2014-04-161-5/+5
* | Cleanup to support Qt5 only.kh12014-06-0220-145/+23
* | Delete orphaned fileSze Howe Koh2014-05-281-548/+0
* | Fix component still visible after it's set "Virtual".kh12014-05-164-0/+19
* | Make sure we return an empty path if value is not set.kh12014-04-281-8/+13
* | Merge IntroductionPage and IntroductionPageImpl.kh12014-04-265-398/+352
* | Merge TargetDirectoryPage and TargetDirectoryPageImpl.kh12014-04-244-206/+141
* | Calculate the component order before using it.kh12014-04-241-1/+2
* | Fix and update how the sha files and packages are downloaded.kh12014-04-241-21/+16
* | Provide an API to get all wizard pages from java script.kh12014-04-243-14/+34