aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/collectioneditor/collectiondetails.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Insert proper value for booleans to CSV exported filesAli Kianian2024-02-121-0/+2
* QmlDesigner: Keep the order of columns for imported jsonsAli Kianian2024-02-121-4/+71
* QmlDesigner: Remove potentially excessive values from dataStore recordsAli Kianian2024-02-091-2/+7
* QmlDesigner: Implement new data store structure for Model EditorAli Kianian2024-02-051-194/+395
* QmlDesigner: Apply rename and delete collection on CollectionDetailsAli Kianian2024-01-301-0/+8
* QmlDesigner: Use Int and Real types instead of Number in Model EditorAli Kianian2024-01-301-14/+34
* QmlDesigner: Support color, url, and image types for CollectionEditorAli Kianian2024-01-221-15/+129
* QmlDesigner: Suppress datatype warning when creating new columnShrief Gabr2024-01-171-1/+3
* QmlDesigner: Use ColorEditor as view delegate in CollectionEditorAli Kianian2024-01-161-2/+22
* QmlDesigner: Move CollectionEditor functions to utilsAli Kianian2024-01-121-3/+3
* QmlDesigner: Fix data loss after saving collectionsShrief Gabr2024-01-121-3/+7
* QmlDesigner: Fix cells' unpredictable yellow outlinesShrief Gabr2023-12-221-1/+8
* QmlDesigner: Create data type warnings for CollectionDetailsModelShrief Gabr2023-12-141-0/+14
* QmlDesigner: Modify model export functionsShrief Gabr2023-12-111-3/+7
* QmlDesigner: Improve collection editor edit column dialogMahmoud Badri2023-12-081-8/+6
* QmlDesigner: Detect data types for CSV modelsShrief Gabr2023-11-141-0/+1
* QmlDesigner: Add table buttons for adding rows and columnsAli Kianian2023-10-201-1/+1
* QmlDesigner: Add edit delegate to the CollectionDetailsViewAli Kianian2023-10-191-0/+37
* QmlDesigner: Show and edit the property typeAli Kianian2023-10-121-0/+49
* QmlDesigner: Fix the build error for the property nameAli Kianian2023-10-121-5/+6
* QmlDesigner: Consider property type for the collection propertiesAli Kianian2023-10-121-26/+116
* QmlDesigner: Export collection as CSVShrief Gabr2023-10-111-0/+26
* QmlDesigner: Remove the selected row/columnAli Kianian2023-10-101-9/+18
* QmlDesigner: Add rows to a collectionAli Kianian2023-10-101-0/+14
* QmlDesigner: Add columns to a collectionAli Kianian2023-10-101-0/+8
* QmlDesigner: Select and delete a column of the collectionAli Kianian2023-10-091-10/+21
* QmlDesigner: Make the Collection header modifiableAli Kianian2023-10-091-0/+21
* QmlDesigner: Export a collection as JsonShrief Gabr2023-10-061-0/+10
* QmlDesigner: Keep the unsaved collections open while switchingAli Kianian2023-10-051-0/+199