summaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix replace maintenance tool binary.kh12014-06-041-1/+1
* 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-0315-2304/+498
* Introduce new classes for client-server communication.kh12014-06-0318-6/+2715
* Replace script with js engine.kh12014-06-0310-334/+373
* 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-0211-434/+31
|\
| * 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
| * 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-0218-131/+18
* | 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-262-12/+345
* | Merge TargetDirectoryPage and TargetDirectoryPageImpl.kh12014-04-242-32/+140
* | 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-242-13/+33
* | Initialize {All}UserStartMenuDir and DesktopDir earlier.kh12014-04-242-36/+30
* | Fix wrong default button selection.kh12014-04-241-1/+11
* | Make sure we read the script content as UTF8.kh12014-04-231-6/+6
* | Set the minimum size before we show the wizard.kh12014-04-111-0/+1
* | Make the installer binary paths available for scripts.kh12014-04-091-0/+2
* | Fix strange error message.kh12014-04-041-9/+11
|/
* Fix a possible race and some wrong assumptions about file ownership.kh12014-04-033-29/+19
* Style changes, line length, signature fixes etc...kh12014-04-031-136/+194
* Be more descriptive while downloading the actual component.kh12014-04-031-5/+4
* Use qobject_cast where appropriate.kh12014-04-032-2/+2
* Calm down the possibility of a buffer overflow.kh12014-04-031-1/+1
* Merge remote-tracking branch 'origin/1.5'Oswald Buddenhagen2014-03-2710-34/+44
|\
| * Fix hang when entering wrong sudo pwNiels Weber2014-03-271-3/+5
| * Fix banner image not working in dynamic pages.kh12014-03-261-2/+0
| * Implement missing setNativeArguments wrapper.kh12014-03-261-0/+7
| * Unify access to the supported schemes.kh12014-03-255-20/+30
| * Remove the fixed font size on License page on LinuxNiels Weber2014-03-111-7/+0
| * Fix typos in comments and documentationSergio Ahumada2014-03-052-2/+2
* | Remove some trailing whitespace.Niels Weber2014-03-271-5/+5
* | Use non-static remove, same as with exists.Niels Weber2014-03-261-1/+1