aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/projectstorage-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlProject: Reorganize unittestsBurak Hancerli2023-06-071-6904/+0
* QmlDesigner: Move Version to different namespaceMarco Bubke2023-05-081-271/+271
* QmlDesigner: React on watcher notificationMarco Bubke2023-04-041-2/+24
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-2/+2
* QmlDesigner: Refactor isSubClassMarco Bubke2022-08-261-7/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QmlDesigner: Add isBaseOf to project storageMarco Bubke2022-08-261-2/+88
* QmlDesigner: Add prototypes and prototypes+self getterMarco Bubke2022-08-261-0/+77
* QmlDesigner: Add extension to projectstorageMarco Bubke2022-08-261-5/+701
* QmlDesigner: Add comon type cacheMarco Bubke2022-08-261-0/+146
* QmlDesigner: Fix flacky testsMarco Bubke2022-08-091-14/+22
* QmlDesigner: Provide TypeTraits for type getterMarco Bubke2022-07-211-6/+7
* QmlDesigner: Rename TypeAccessSemantics into TypeTraitsMarco Bubke2022-07-211-708/+608
* Sqlite: Cleanup id handlingMarco Bubke2022-07-211-2/+3
* QmlDesigner: Add more tests for getting typeMarco Bubke2022-07-211-0/+10
* Sqlite: Make the statement conversion operator id awareMarco Bubke2022-07-211-7/+8
* QmlDesigner: Add type getter to project storageMarco Bubke2022-07-211-1/+26
* QmlDesigner: Add default property to project storageMarco Bubke2022-07-211-4/+169
* QmlDesigner: Add ProjectStorage::functionDeclarationNamesMarco Bubke2022-07-141-3/+47
* QmlDesigner: Add ProjectStorage::signalDeclarationNamesMarco Bubke2022-07-141-3/+60
* QmlDesigner: Add ProjectStorage::propertyDeclarationMarco Bubke2022-07-141-0/+40
* QmlDesigner: Move PropertyDeclarationTraitsMarco Bubke2022-07-141-769/+684
* QmlDesigner: Provide ProjectStorage::localPropertyDeclarationIdMarco Bubke2022-07-141-0/+44
* QmlDesigner: Add ProjectStorage::propertyDeclarationIdMarco Bubke2022-07-141-18/+72
* QmlDesigner: Move synchronization types into extra namespaceMarco Bubke2022-07-121-1652/+2062
* QmlDesigner: Provide local propertriesMarco Bubke2022-07-121-0/+22
* QmlDesiger: ProjectStorage provides properties for typeIdMarco Bubke2022-07-121-0/+152
* QmlDesigner: Add getter for type idMarco Bubke2022-07-111-2/+164
* Merge remote-tracking branch 'origin/qmlprojectstorage'Tim Jenssen2022-06-211-21/+1037
* QmlDesigner: Synchronize without updating exportsMarco Bubke2021-12-091-0/+26
* QmlDesigner: Make the member of BasicId privateMarco Bubke2021-12-081-1/+1
* QmlDesigner: Fix broken algorithm for table without rowidMarco Bubke2021-12-081-3/+3
* QmlDesigner: Synchronize ProjectData to the StorageMarco Bubke2021-12-081-1/+190
* QmlDesigner: Improve project storage updateMarco Bubke2021-12-081-13/+13
* QmlDesigner: Use one synchronization structMarco Bubke2021-10-201-1897/+1134
* QmlDesigner: Support multiple module ids per typeMarco Bubke2021-10-201-1530/+1100
* QmlDesigner: Use ModuleId for Type instead of ModuleMarco Bubke2021-09-271-850/+1146
* QmlDesigner: Add minimal updatesMarco Bubke2021-09-271-0/+54
* QmlDesigner: Change import export architectureMarco Bubke2021-09-201-907/+1724
* QmlDesigner: Rename Import into ModuleMarco Bubke2021-09-201-552/+552
* QmlDesigner: Add ProjectStorageUpdaterMarco Bubke2021-09-201-468/+209
* QmlDesigner: Improve file status cacheMarco Bubke2021-08-161-0/+24
* QmlDesigner: Add file status support to the project storageMarco Bubke2021-08-161-247/+394
* QmlDesigner: Improve support for explicit type namesMarco Bubke2021-08-161-119/+483
* QmlDesigner: Remove document imports for deleted documentsMarco Bubke2021-07-291-7/+7
* QmlDesigner: Imports updates are source id awareMarco Bubke2021-07-261-177/+260
* QmlDesigner: Atomic synchronizeMarco Bubke2021-07-261-324/+351
* QmlDesigner: Detect alias cycleMarco Bubke2021-07-261-0/+23
* QmlDesigner: Support recursive aliasesMarco Bubke2021-07-261-69/+227