summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner
Commit message (Expand)AuthorAgeFilesLines
* Avoid creation of temporary lists of ProjectNodeshjk2023-04-171-2/+5
* Remove some QList::toVector() no-opshjk2023-04-041-2/+2
* Compile fixJarek Kobus2023-04-021-0/+1
* qds: fix build after merge with older Qt versionsTim Jenssen2023-03-301-1/+1
* Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-03-30291-3419/+8381
|\
| * QmlDesigner: Close section's context-menu on view focus outMahmoud Badri2023-03-304-9/+23
| * QmlDesigner: Fix texture metadata no longer showing on hoverSamuel Ghinet2023-03-292-4/+6
| * QmlDesigner: Fix materials & textures not shown when internet is downSamuel Ghinet2023-03-293-3/+3
| * QmlDesigner: Fix crashThomas Hartmann2023-03-291-1/+4
| * QmlDesigner: Fix crashThomas Hartmann2023-03-291-1/+5
| * QmlDesigner: Fix crashThomas Hartmann2023-03-281-0/+4
| * QmlDesigner: Fix access to nullptrMarco Bubke2023-03-281-4/+16
| * QmlDesigner: "add small backspace icon"Brook Cronin2023-03-281-0/+1
| * QmlDesigner: Update assets context menu based on scene env stateMahmoud Badri2023-03-284-64/+40
| * QmlDesigner: Emit changed signal after updating m_matBundleExistsMahmoud Badri2023-03-281-2/+3
| * QmlDesigner: Concat source ids into one structMarco Bubke2023-03-282-224/+165
| * QmlDesigner: Cleanup code for reuseMarco Bubke2023-03-282-22/+8
| * Download icons and metadata of textures at startupSamuel Ghinet2023-03-276-26/+150
| * QmlDesigner: Fix regression: Close context-menus on focus outMahmoud Badri2023-03-274-4/+4
| * QmlDesigner: Fix buildMiikka Heikkinen2023-03-271-0/+2
| * QmlDesigner: Add BakedLightmap item to component libraryMiikka Heikkinen2023-03-274-4/+42
| * Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-26988-1884/+1429
| |\
| * | QmlDesigner: Fix Property Editor doesn't update binding propertiesMahmoud Badri2023-03-244-12/+21
| * | QmlDesigner: bulk clang-format trialBurak Hancerli2023-03-248-105/+115
| * | QmlDesigner: Make connection generation a bit more robustThomas Hartmann2023-03-241-3/+8
| * | QmlDesigner: Cleanups to the AbstractView classMahmoud Badri2023-03-238-145/+112
| * | QmlDesigner: Fix compilation errorMarco Bubke2023-03-211-1/+1
| * | Make Content Library Materials downloadableSamuel Ghinet2023-03-2113-77/+505
| * | QmlDesigner: Move assignMaterialTo3dModel() to a utils classMahmoud Badri2023-03-219-64/+104
| * | QmlDesigner: Project Storage Watcher updates only some directoriesMarco Bubke2023-03-211-16/+32
| * | QmlDesigner: Project storage watcher watches unchanged filesMarco Bubke2023-03-212-5/+13
| * | QmlDesigner: Fix drag-n-drop a material only affects base stateMahmoud Badri2023-03-201-2/+3
| * | QmlDesigner: End drag when dragging an asset to a materialMahmoud Badri2023-03-201-0/+6
| * | QmlDesigner: Set the object name on the QQuickWidgetThomas Hartmann2023-03-205-6/+6
| * | QmlDesigner: Prevent drop support for DesignModeWidgetAli Kianian2023-03-172-0/+10
| * | QmlDesigner: Move connection classes out of InternalMahmoud Badri2023-03-1627-295/+233
| * | QmlDesigner: Add ProperyEditorValue to the QmlDesigner namespaceMahmoud Badri2023-03-164-157/+153
| * | QmlDesigner: Add a method to open material editor to ProperyEditorValueMahmoud Badri2023-03-162-0/+9
| * | QmlDesigner: Fix invalid path hang upHenning Gruendl2023-03-162-26/+21
| * | QmlDesigner: Allow selecting a material at idx via a custom notifMahmoud Badri2023-03-162-9/+17
| * | QmlDesigner: Allow dropping hdr/ktx assets to material editorMahmoud Badri2023-03-162-58/+46
| * | QmlDesigner: Fix warning for the NOTIFY signal of QmlEditorMenuAli Kianian2023-03-162-1/+6
| * | QmlDesigner: Fix crash when accessing optionalThomas Hartmann2023-03-151-2/+5
| * | QmlDesigner: Improve speed of undoThomas Hartmann2023-03-143-2/+14
| * | QmlDesigner: Speedup copy and pasteThomas Hartmann2023-03-142-0/+2
| * | QmlDesigner: Fix pontential crash on shutdownThomas Hartmann2023-03-141-0/+2
| * | QmlDesigner: Fix compilation unused parametersHenning Gruendl2023-03-131-3/+3
| * | QmlDesigner: Organize includes in material browser classesMahmoud Badri2023-03-103-11/+9
| * | QmlDesigner: Automatically determine if CreateTexture needs importMahmoud Badri2023-03-107-61/+42
| * | QmlDesigner: Implement keyboard commands in AssetsLibrarySamuel Ghinet2023-03-0911-17/+86