summaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix broken start menu directory handling.kh2014-11-281-6/+2
* Patch .pri and cmake files for OS X / AndroidKai Koehne2014-11-171-2/+2
* Fix calculation of required disk spaceKai Koehne2014-10-281-2/+2
* Fix patching of libexec path on WindowsKai Koehne2014-09-301-4/+11
* Make cycles in component dependencies fatalkh12014-08-261-1/+6
* 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
* 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
* 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
* | Use QTemporaryFile instead of some homebrew construction.Niels Weber2014-03-251-5/+4
* | Do not run event loop in installer.execute()Kai Koehne2014-03-101-4/+1
* | add headless possibilityTim Jenssen2014-02-181-0/+3
* | Merge remote-tracking branch 'origin/1.5'Tim Jenssen2014-02-073-1/+18
|\|
| * add operationExists method on script sideTim Jenssen2014-02-072-0/+13
| * Fix preselection of components from another componentTim Jenssen2014-02-051-1/+5
* | Slightly faster version of asynchronous metadata download.kh12014-02-039-414/+577
* | Introduce TaskItem and Authenticator role.kh12014-02-035-27/+42
* | Fix auto test and Qt4 warning on Windows.kh12014-01-311-1/+2
* | fix unistd.h includeTim Jenssen2014-01-302-2/+2
* | Revert feafe12 and make the class abstract instead.kh12014-01-302-6/+7
* | Make the class known to the meta system.kh12014-01-291-1/+3
* | Rename to be more generic.kh12014-01-293-13/+13
* | Merge remote-tracking branch 'origin/1.5'Tim Jenssen2014-01-222-2/+5
|\|
| * move the currentDateTime to the constructorTim Jenssen2014-01-222-2/+5
* | Compile fix.kh12014-01-221-0/+1
* | Task based meta data download.kh12014-01-227-123/+96
* | QFuture based asynchronous Task implementation.kh12014-01-2214-2/+2244
* | Merge remote-tracking branch 'origin/1.5'Tim Jenssen2014-01-1766-311/+1340
|\|
| * ApplyProductKeyOperation::performOperation should return correctlyIikka Eklund2014-01-131-0/+1