aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor/componentviewcontroller.cpp
Commit message (Expand)AuthorAgeFilesLines
* ModelEditor: More use of Utils::FilePathJochen Becher2024-05-171-6/+7
* ModelEditor: Use Utils::FilePathJochen Becher2024-05-101-6/+6
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-2/+1
* Avoid creation of temporary lists of ProjectNodeshjk2023-04-171-5/+5
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: More migration to FilePathhjk2022-12-141-1/+3
* CPlusPlus: Use FilePath for resolved include pathshjk2022-11-301-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* modeleditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-031-6/+10
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-16/+16
* Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-181-2/+2
* ModelEditor: Make compilable with Qt 6hjk2020-08-101-1/+1
* Modeling: Avoid more QStringList slicing when creating QList<QString>hjk2020-04-291-1/+1
* ModelEditor: Minor refactoring of ComponentViewControllerJochen Becher2019-11-131-16/+1
* Fix warning: "Mixing iterators with const_iterators"Alessandro Portale2019-01-161-1/+1
* ModelEditor: Refactor ComponentViewControllerJochen Becher2018-10-081-133/+32
* ModelEditor: Avoid temporary extensive copyJochen Becher2018-01-241-1/+1
* ModelEditor: Improve performance of component model creationJochen Becher2018-01-151-1/+8
* ModelEditor: Improve component model creationJochen Becher2018-01-151-9/+38
* ModelEditor: Implement Drag'n'Drop for most panesJochen Becher2018-01-091-14/+13
* ModelEditor: Replace 0 with nullptr in pluginJochen Becher2017-08-071-6/+6
* ModelEditor: Remove QStringLiteral from plugin codeJochen Becher2017-08-061-4/+4
* ModelEditor: Introduce QMT_ASSERTJochen Becher2017-07-111-1/+1
* Modeling: add separate function to update include dependenciesJochen Becher2017-05-311-1/+5
* Modeling: Improve performance adding component modelJochen Becher2017-05-301-16/+32
* Modeling: Fix component model built from container nodesJochen Becher2017-05-291-0/+3
* SessionManager: Clean up methods around projectsTim Jenssen2017-03-021-1/+1
* CppTools: Distinguish between ProjectFile::{unclassified,unsupported}Nikolai Kosjar2017-02-021-0/+1
* CppTools: Classify ambiguous headers depending on other filesNikolai Kosjar2016-12-121-0/+1
* ProjectExplorer: Make naming of methods on Nodes more consistentTobias Hunger2016-11-101-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* ModelEditor: Apply naming convention to enumsJochen Becher2015-11-111-15/+15
* ModelEditor: Apply naming convention to gettersJochen Becher2015-11-111-35/+35
* Do not create a QFileInfo via Utils::FileName::toString()Tobias Hunger2015-11-031-1/+1
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-5/+5
* Add new ModelEditor plugin.Jochen Becher2015-09-161-0/+439