summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix spanish language import nameKatja Marttila2015-11-272-2/+2
* | Fix broken daylight saving time check.Karsten Heimrich2015-11-231-0/+16
* | Fix null pointer exception in silent modeChristoph Vogtländer2015-11-191-1/+1
* | Fix crash when updating admin installation with user/temp repositoryKatja Marttila2015-10-301-1/+11
* | Read UrlQueryString from settings.Jarek Kobus2015-10-144-4/+5
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-10-122-3/+14
|\|
| * Fix errors when running updates in a directory requiring elevationKai Koehne2015-08-201-2/+1
| * Fix usage of system proxy with credentialsKai Koehne2015-08-051-1/+13
* | Allow to use the stylesheet to customize UIDenis Shienkov2015-09-284-1/+21
* | Add Castilian Spanish translationJavier Llorente2015-09-244-2/+2693
* | Compile with namespaces.Karsten Heimrich2015-09-071-1/+1
* | Missed to rename classes and to update docs and tests.Karsten Heimrich2015-09-0739-171/+191
* | Fix wording of "Could not get authorization" error messageKai Koehne2015-08-261-2/+2
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-08-196-16/+70
|\|
| * Unify handling of translationsKai Koehne2015-06-304-21/+63
| * Init all components with proper install actionJarek Kobus2015-06-291-1/+1
| * Fix: .dat file gets deleted after multiple component changes.Karsten Heimrich2015-06-111-0/+6
* | Fix missing KD* documentation.Karsten Heimrich2015-08-071-0/+11
* | add silent modeChristoph Vogtländer2015-07-175-1/+34
* | Adjust include guards.Karsten Heimrich2015-07-1422-66/+66
* | Rename files. Remove {kd} prefix. Remove {kdupdater} prefix.Karsten Heimrich2015-07-1463-126/+131
* | Make the installation relocatable (with some limitations).Karsten Heimrich2015-07-147-53/+123
* | Cleanup. Prepare for proper rollback implementation.Karsten Heimrich2015-07-142-89/+91
* | Rework handling of repository testing.Karsten Heimrich2015-07-141-13/+23
* | Remove quotes around component checker warningsKai Koehne2015-07-101-1/+1
* | Make use of the new varadic template feature + cosmetic changes.Karsten Heimrich2015-07-1047-87/+108
* | Add factory auto test. Update template parameter + documentation.Karsten Heimrich2015-07-102-32/+75
* | Fix build on WindowsKai Koehne2015-07-101-1/+1
* | Sanitize QDebug outputKai Koehne2015-07-0922-100/+89
* | Implement repository testing using our task classes.Karsten Heimrich2015-07-094-105/+125
* | Fix canceling the download done by an external call.Karsten Heimrich2015-07-092-2/+28
* | Print Qt version in verbose outputKai Koehne2015-07-021-3/+3
* | Fix missing filename conversion on UNIX systems.Karsten Heimrich2015-06-251-0/+15
* | Remove superfluous clone() method. Prepare for next patch.Karsten Heimrich2015-06-2544-171/+1
* | Implement generic factory using c++11 variadic template feature.Karsten Heimrich2015-06-256-175/+36
* | Add getter and setter for package manager.Karsten Heimrich2015-06-2412-13/+29
* | Unify translated error messagesKai Koehne2015-06-2460-1301/+1378
* | Follow description on MSDN to implement time utils.Karsten Heimrich2015-06-232-62/+110
* | Cleanup time handling, some minor changes.Karsten Heimrich2015-06-231-45/+22
* | Fix missing operation 'installer' value and update documentation.Karsten Heimrich2015-06-232-4/+6
* | Fix compile for gcc 4.7.3Christian Stenger2015-06-221-1/+1
* | Fix usage of Lib7z::createArchive(), do not use static.Karsten Heimrich2015-06-161-1/+1
* | Convert to Qt 5 connect syntaxKai Koehne2015-06-1526-212/+241
* | Remove %0 from tr() callsKai Koehne2015-06-152-7/+7
* | Use checkArgumentsCount for RegisterFileType operation, tooKai Koehne2015-06-151-5/+1
* | Remove signal finished() overloadKai Koehne2015-06-112-3/+0
* | Use qmake .depends instead of CONFIG += ordered.Karsten Heimrich2015-06-102-2/+3
* | Update archivegen.Karsten Heimrich2015-06-102-4/+23
* | Add method to lookup if a product is registered in the factory.Karsten Heimrich2015-06-103-8/+12
* | Implement option to pass compression level, update documentation.Karsten Heimrich2015-06-102-10/+22