summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.0' into 3.0Katja Marttila2017-03-301-0/+1
|\
| * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | Make installer to check the dependency versionKatja Marttila2017-03-231-2/+6
* | Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\|
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
| * Doc: Describe return values for boolean Component functionsLeena Miettinen2016-05-131-2/+11
| * Revert "Use QQmlV4Function to correctly get empty parameters from script."Katja Marttila2016-02-171-48/+31
| * Compile with Qt 5.5, 5.6. Minimum version is now 5.5.Karsten Heimrich2016-01-211-2/+2
* | Fix qml includeKatja2016-06-011-1/+1
* | Compilation fix for QV4 usageIikka Eklund2016-01-211-2/+2
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-35/+52
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
| * Use QQmlV4Function to correctly get empty parameters from script.Karsten Heimrich2015-11-261-31/+49
* | Allow defining non-checkable itemsKatja Marttila2016-01-181-0/+5
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-08-191-14/+24
|\|
| * Unify handling of translationsKai Koehne2015-06-301-14/+24
* | Rename files. Remove {kd} prefix. Remove {kdupdater} prefix.Karsten Heimrich2015-07-141-1/+1
* | Unify translated error messagesKai Koehne2015-06-241-7/+7
* | Convert to Qt 5 connect syntaxKai Koehne2015-06-151-1/+1
* | Store AutoDependOn inside components.xmlJarek Kobus2015-06-051-10/+2
* | Reuse existing structures inside Update class.Jarek Kobus2015-06-051-1/+1
* | Merge remote-tracking branch 'origin/2.0'Kai Koehne2015-06-041-40/+56
|\|
| * Remove leftover. (signal and documentation)Karsten Heimrich2015-05-261-8/+0
| * Doc: link from C++ API ref to scripting API refLeena Miettinen2015-05-081-34/+58
* | Remove scRemoteVersion, it's the same as scVersionJarek Kobus2015-05-071-2/+2
* | Remove pseudo static core instance, fixes autotests.Karsten Heimrich2015-05-061-5/+4
* | Rename classes to reflect their use. Remove typedef.Karsten Heimrich2015-05-061-1/+1
* | Replace UpdateSourcesInfo and UpdateSourceInfo classes.Karsten Heimrich2015-05-061-1/+0
|/
* Fix dubious warning about RequiresAdminRights tag.kh12015-04-271-5/+0
* Reset font property when setting "virtual" property to false.Jarek Kobus2015-04-211-2/+3
* Do not throw on empty translation filesNiels Weber2015-04-151-3/+5
* Doc: update docs for component selectionLeena Miettinen2015-03-111-6/+6
* Doc: move component scripting docs to a separate fileLeena Miettinen2015-03-091-231/+195
* Restore original behavior for component.installationRequestedKai Koehne2015-02-271-1/+6
* Remove setSelected that has been deprecated since 1.3Niels Weber2015-02-271-12/+0
* Update CopyrightKai Koehne2015-02-181-7/+7
* Add a translation exampleNiels Weber2015-02-091-1/+11
* Don't show checkbox for autodependent componentsjkobus2015-01-231-1/+1
* Show "Forced" component as enabled, but without checkboxjkobus2015-01-211-2/+0
* Make sure widgets from .ui files are properly registered to engineKai Koehne2015-01-201-0/+1
* Introduce InstallAction property for componentjkobus2015-01-191-1/+3
* Fix a doc typojkobus2015-01-191-1/+1
* Fix space shown for already installed componentsNiels Weber2015-01-131-1/+1
* Doc: remove "type" from briefs in Scripting APILeena Miettinen2015-01-131-1/+1
* Remove country from most translationsKai Koehne2015-01-061-2/+1
* Don't remove "script" value from autoDependenciesJarek Kobus2014-12-091-7/+1
* Remove unneeded member holding virtual childrenjkobus2014-12-091-4/+4
* Remove unneeded Kind enumjkobus2014-12-041-6/+3
* Remove unused code.jkobus2014-12-031-23/+6
* Add ComponentChecker class for verifying the internal state.jkobus2014-12-011-1/+0