summaryrefslogtreecommitdiff
path: root/tests/auto/extensionsystem/pluginmanager
Commit message (Expand)AuthorAgeFilesLines
* Various Tests: Use typed connections in QSignalSpyJarek Kobus2023-02-271-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0613-13/+13
* tests: Remove foreach usageArtem Sokolovskii2023-01-031-4/+6
* Use SPDX license identifiersLucie Gérard2022-08-2613-312/+26
* Use QTEST_GUILESS_MAIN where applicableEike Ziller2022-06-131-1/+1
* CMake: Qt Creator Static build supportCristian Adam2022-04-296-0/+12
* Remove qmake build filesEike Ziller2022-01-2010-124/+0
* CMake: add missing Utils dependency to extensionsystem testDavid Schulz2020-12-141-1/+1
* PluginManager test: Fix linkage for Qbs build systemAlessandro Portale2020-12-071-0/+1
* Add API for saving settings with default valueEike Ziller2020-12-041-1/+1
* Aggregation/Utils/ExtensionSystem: Make member functions const/staticAlessandro Portale2020-11-271-43/+43
* Tests: Fix nullptr accessChristian Stenger2020-07-301-0/+1
* ExtensionSystem: Some modernizationhjk2020-02-142-2/+2
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-076-17/+0
* Add final specifies to classesIgor Sidorov2020-02-053-3/+3
* CMakeLists: Allow for internal plugin registrationTobias Hunger2019-08-096-3/+9
* CMake build: Add "Devel" packageCristian Adam2019-07-252-2/+2
* CMake build: Skip installation of test plugins / executablesCristian Adam2019-06-056-0/+6
* ExtensionSystem: Move away from QListEike Ziller2019-05-271-1/+1
* Qt Creator CMake portCristian Adam2019-05-179-0/+56
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+0
* ExtensionSystem: Remove PluginManager::getObjectByClassNamehjk2018-04-111-2/+0
* Test: Fix compile after removing getObjects() from ExtensionSystemAndre Hartmann2018-03-051-35/+0
* ExtensionSystem: Remove per-plugin object poolshjk2018-02-2310-79/+54
* PluginManager: Code clean upEike Ziller2016-06-241-0/+2
* Convert some c-style castsEike Ziller2016-06-241-6/+6
* Add version number to lib dependencies on windows.David Schulz2016-05-186-6/+6
* Wholesale conversion to #pragma oncehjk2016-03-306-24/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1913-221/+158
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1213-78/+78
|\
| * Update LicenseEike Ziller2015-01-1613-78/+78
* | qbs build: Make use of AutotestRunner.Christian Kandeler2014-12-191-6/+0
|/
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-1/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1413-91/+104
|\
| * License updateEike Ziller2014-10-0913-91/+104
* | use DISTFILES instead of OTHER_FILES in creator's own build systemOswald Buddenhagen2014-09-156-6/+6
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-0236-122/+68
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-276-12/+0
|/
* qbs build: Get rid of CopyTransformer.Christian Kandeler2014-07-177-12/+8
* PluginManager: Introduce a getObjects() function taking a predicateDaniel Teske2014-05-121-0/+16
* qbs build: Make the autotest template available as an import.Christian Kandeler2014-05-081-2/+2
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-0813-13/+13
* Tests: Fix pluginmanager testChristian Stenger2013-10-2913-0/+13
* qbs project files: Remove workarounds for qbs bug.Christian Kandeler2013-09-191-2/+0
* Add qbs project files for autotests.Christian Kandeler2013-09-0910-0/+126
* Autotests: Add some helpful output on failure.Christian Kandeler2013-09-051-1/+1
* ExtensionSystem: Add missing check to autotest.Christian Kandeler2013-09-051-1/+3
* PluginManager: Do not use instance() when that is not neededTobias Hunger2013-08-022-2/+2
* Tests: Allow execution from outside pluginmanager folderChristian Stenger2013-06-202-3/+10