summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/downloadfiletask.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove internal classes and structs from generated documentationArttu Tarkiainen2020-09-211-0/+24
* Use of QLoggingCategoryKatja Marttila2020-02-131-2/+3
* Allow install other components if sha mismatches in metadataKatja Marttila2018-06-041-5/+5
* Merge remote-tracking branch 'origin/2.0' into 3.0Katja Marttila2017-08-211-1/+1
|\
| * Move comment to correct locationKatja Marttila2017-04-121-2/+1
* | Merge remote-tracking branch 'origin/2.0' into 3.0Katja Marttila2017-03-301-3/+10
|\|
| * Do not fail to install or update if repository is missing2.0.5Katja Marttila2017-02-211-3/+11
* | Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\|
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+3
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
* | Sanitize QDebug outputKai Koehne2015-07-091-1/+1
* | Fix canceling the download done by an external call.Karsten Heimrich2015-07-091-1/+25
* | Unify translated error messagesKai Koehne2015-06-241-13/+18
* | Convert to Qt 5 connect syntaxKai Koehne2015-06-151-11/+10
|/
* Fix "Too many open files" error.kh2015-04-241-58/+48
* Update CopyrightKai Koehne2015-02-181-7/+7
* Wrong assignment as truthNiels Weber2014-11-261-1/+1
* Implement server authentication and updating repository credentials.kh2014-11-261-24/+28
* Rename the exceptions class to be more generic.kh2014-11-241-12/+12
* Ask for proxy credentials in modal dialogKai Koehne2014-11-181-0/+23
* Translate exception messages in DownloadFileTaskKai Koehne2014-11-181-26/+34
* Improve error message on download failureKai Koehne2014-11-181-5/+8
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Merge remote-tracking branch 'origin/1.6'Oswald Buddenhagen2014-06-021-1/+8
|\
| * Check if the file we are writing to is a file.kh12014-05-221-1/+8
* | Cleanup to support Qt5 only.kh12014-06-021-3/+2
|/
* Introduce TaskItem and Authenticator role.kh12014-02-031-18/+25
* Fix auto test and Qt4 warning on Windows.kh12014-01-311-1/+2
* Rename to be more generic.kh12014-01-291-2/+2
* QFuture based asynchronous Task implementation.kh12014-01-221-0/+380