summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not run event loop in installer.execute()Kai Koehne2014-03-101-4/+1
* Fix compilation with namespaced Qthjk2014-03-041-4/+4
* add headless possibilityTim Jenssen2014-02-182-0/+9
* Merge remote-tracking branch 'origin/1.5'Tim Jenssen2014-02-077-797/+1126
|\
| * add operationExists method on script sideTim Jenssen2014-02-072-0/+13
| * Fix preselection of components from another componentTim Jenssen2014-02-051-1/+5
| * Update German translation.Niels Weber2014-02-031-348/+481
| * Fix: Path handling in project filesTakumi Asaki2014-02-031-2/+2
| * Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2014-01-291-427/+504
| |\
| | * Updated German Translation1.4Niels Weber2014-01-291-427/+504
| | * Revert "Use correct value for RunProgram."Niels Weber2013-11-271-2/+2
| | * Use correct value for RunProgram.Niels Weber2013-11-141-2/+2
| * | Update Japanese translationTakumi Asaki2014-01-271-255/+357
| * | Fix: I18N doesn't work on WindowsTakumi Asaki2014-01-271-5/+5
* | | Slightly faster version of asynchronous metadata download.kh12014-02-0311-414/+589
* | | 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-223-3/+6
|\| |
| * | move the currentDateTime to the constructorTim Jenssen2014-01-222-2/+5
| * | fix random crash while accessing argumentsTim Jenssen2014-01-211-1/+1
* | | 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-1777-700/+1661
|\| |
| * | ApplyProductKeyOperation::performOperation should return correctlyIikka Eklund2014-01-131-0/+1
| * | Fix --checkupdates shows error dialog if network is down.kh12014-01-086-170/+232
| * | Another try to compile on mingw.kh12014-01-071-0/+6
| * | Compile (maybe).kh12014-01-071-0/+1
| * | Use qt_windows.h.kh12014-01-078-47/+9
| * | fix generation of random temp directory nameTim Jenssen2013-12-101-6/+49
| * | add missing ProductKeyCheck::init at checkupdates caseTim Jenssen2013-12-091-0/+2
| * | MaintenanceGui should also show productkeycheck pagesTim Jenssen2013-12-041-0/+8
| * | Enhance debugging output if process crashedKai Koehne2013-11-282-2/+8
| * | Wait longer for commands to return, but don't try excessivelyKai Koehne2013-11-282-4/+4
| * | Don't re-use QProcess in different triesKai Koehne2013-11-281-2/+1
| * | Reuse http proxy settings for https.kh12013-11-281-2/+4
| * | qmake crash should be a warning outputTim Jenssen2013-11-281-1/+2
| * | Introduce function to set repository settings page visibility.kh12013-11-282-0/+6
| * | Allow a page to force showing the settings button.kh12013-11-284-3/+10
| * | read the output even if qmake crashedTim Jenssen2013-11-281-2/+2
| * | revert some changes in ProductKeyCheckTim Jenssen2013-11-262-0/+12
| * | compile fix in genericfactoryTim Jenssen2013-11-261-2/+2
| * | Compile fix.kh12013-11-251-2/+12
| * | Adjust ProductKeyCheck API. (in preparation for multiple pages)kh12013-11-2510-55/+26
| * | Implement factory to be able to insert pages dynamically.Tim Jenssen2013-11-257-11/+170
| * | Open a console window (Windows) to show the verbose output.kh12013-11-251-1/+10