summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Move TestRepository from sdk to own file in installer libSamuli Piippo2013-11-205-165/+269
| * Add missing Settingsoperation.Niels Weber2013-11-191-0/+2
| * add new settingsoperationTim Jenssen2013-11-145-2/+321
| * use removeSystemGeneratedFiles in createlocalrepositoryTim Jenssen2013-11-131-2/+1
| * remove unnecessary else statementTim Jenssen2013-11-131-6/+2
| * Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-11-131-6/+20
| |\
| | * Read file content in case mmap fails (fallback).kh12013-11-121-6/+20
| * | Offline installer do not require any temporary space.kh12013-11-131-2/+3
| * | Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-11-071-2/+2
| |\|
| | * do not reset registered archives in installer caseTim Jenssen2013-11-071-2/+2
| * | preprocessor buildfix for MacTim Jenssen2013-11-071-1/+1
| * | Merge remote-tracking branch 'origin/1.4' into 1.5Tim Jenssen2013-11-0613-47/+127
| |\|
| | * Restart on the wizard needs to cleanup component left-oversTim Jenssen2013-11-0611-26/+103
| | * prepare script engine to get the gui object laterTim Jenssen2013-10-292-20/+24