aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor/modelindexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* ModelEditor: More use of Utils::FilePathJochen Becher2024-05-171-5/+7
* ModelEditor: Use Utils::FilePathJochen Becher2024-05-101-1/+1
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-6/+4
* Avoid creation of temporary lists of ProjectNodeshjk2023-04-171-12/+16
* 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
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: More porting.h related changeshjk2022-07-141-1/+0
* Utils: Collapse most of porting,hhjk2022-07-131-2/+2
* modeleditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-031-4/+8
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-3/+2
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-2/+3
* ModelEditor: replace QFileInfo api with FilePathDavid Schulz2021-09-141-3/+2
* Utils: add FilePath::(complete)suffixDavid Schulz2021-06-041-1/+1
* Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-181-2/+2
* ModelEditor: Guard project pointer in queued connectionChristian Kandeler2020-11-061-1/+2
* ModelEditor: Do not query all files in the project for their mime typeChristian Kandeler2020-02-071-12/+17
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-2/+2
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Project: Delay acting on fileListChanged signalTobias Hunger2019-06-201-2/+5
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* ModelEditor: Avoid temporary extensive copyJochen Becher2018-01-241-1/+1
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-9/+10
* ModelEditor: Replace 0 with nullptr in pluginJochen Becher2017-08-071-3/+3
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-141-1/+7
|\
| * Modeling: Do not crash on invalid qmodel files in a projectTobias Hunger2017-07-131-1/+7
* | ModelEditor: Introduce QMT_ASSERTJochen Becher2017-07-111-17/+17
|/
* ModelEditor: Fix crash for projects without rootProjectNodeTobias Hunger2017-03-161-0/+3
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-3/+2
* ProjectExplorer: Make naming of methods on Nodes more consistentTobias Hunger2016-11-101-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* Rename Project::ExcludeGeneratedFilesUlf Hermann2016-01-131-2/+2
* ModelEditor: Apply naming convention to gettersJochen Becher2015-11-111-14/+14
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-2/+2
* ModelEditor: Remove unused DiagramReferenceSerializerJochen Becher2015-10-131-1/+0
* ModelEditor: Remove diagram's specific document and editorJochen Becher2015-09-301-104/+45
* Add new ModelEditor plugin.Jochen Becher2015-09-161-0/+615