aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/extensionsystem/optionsparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* ExtensionSystem: Return a Result<> from PluginManager::parseOptions()hjk10 days1-41/+22
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-7/+7
* ExtensionSystem: Don't export test symbols without tests configuredEike Ziller2024-04-221-1/+1
* ExtensionSystem: Refactor PluginSpecMarcus Tillmanns2024-02-141-9/+8
* Use Nanotrace to generate startup performance reportEike Ziller2023-09-121-0/+13
* ExtensionSystem: Always generate profiling dataEike Ziller2023-08-301-1/+1
* ExtensionSystem: Tr::trAlessandro Portale2023-01-241-18/+10
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* Extension system: Make message shorter by removing repeated textLeena Miettinen2022-10-191-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Extension system: Fix UI textLeena Miettinen2021-07-021-1/+1
* Implement scenario playerJarek Kobus2021-06-021-0/+25
* ExtensionSystem: Add option to skip startup crash checkEike Ziller2020-08-141-0/+11
* ExtensionSystem: Some modernizationhjk2020-02-141-3/+3
* Provide "Restart Now" functionalityEike Ziller2020-01-071-1/+7
* ExtensionSystem: Move away from QListEike Ziller2019-05-271-6/+6
* Extensionsystem: ModernizeAlessandro Portale2018-08-081-2/+2
* Do not disable "required" plugins when testingEike Ziller2017-08-231-1/+1
* Fix that plugins were wrongly indirectly enabled when testingEike Ziller2017-08-211-2/+15
* Plugin Tests: Make 'all' override previous args, and give sensible orderEike Ziller2016-06-221-4/+4
* Add "-notest" option that prevents a plugin from being testedTobias Hunger2016-02-111-19/+42
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* PluginManager: Add "-load all" and "-noload all" command line optionsEike Ziller2015-04-011-20/+32
* PluginManager: Behave more like a package managerEike Ziller2015-04-011-0/+5
* PluginSpec: Naming and encapsulation improvementsEike Ziller2015-04-011-2/+4
* Load only tested plugins when invoked with -testOrgad Shaneh2015-03-241-0/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-4/+4
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Use the canonical version of defining string literalshjk2013-09-271-1/+1
* Plugin tests: Specify test functions in same parameter as plugin nameNikolai Kosjar2013-03-211-17/+13
* PluginManager: Implement -load %plugin% optionDaniel Teske2013-02-191-1/+24
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Plugin tests: Allow to specify which test functions to runNikolai Kosjar2013-01-241-4/+16
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-2/+2
* | ExtensionSystem: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Make command line parsing and help output consistent.Christian Kandeler2012-09-061-0/+2
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Pluginmanager: Test before adding plugin to tests list.Bill King2011-02-161-2/+2