aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/modeleditor
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Switch to FilePath in IndexItemhjk2022-11-251-1/+1
* Don't clear the clipboard at shutdownEike Ziller2022-10-171-1/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-6/+6
* ModelEditor: Replace QQueue with QListJarek Kobus2022-09-301-6/+5
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-062-7/+5
* Utils: Add "Layouting::HorizontalRule" LayoutItemAlessandro Portale2022-08-291-6/+3
* Use SPDX license identifiersLucie GĂ©rard2022-08-2649-1176/+98
* Core: Include more utils/filepaths.h instead of utils/fileutils.hAlessandro Portale2022-07-281-0/+1
* Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Utils: More porting.h related changeshjk2022-07-143-5/+0
* Utils: Collapse most of porting,hhjk2022-07-134-5/+5
* ModelEditor: Avoid a use of PathChooser::pathChangedhjk2022-07-012-5/+9
* Add plugintr.h files to all pluginshjk2022-06-273-1/+39
* CPlusPlus: Inline some simple central functionshjk2022-06-241-2/+2
* modeleditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-037-32/+46
* CMake: Qt Creator Static build supportCristian Adam2022-04-292-1/+2
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-3/+2
* Remove qmake build filesEike Ziller2022-01-202-79/+0
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2022-01-061-1/+4
|\
| * Modeling: Fix queued connections for Qt 6Eike Ziller2022-01-041-1/+4
* | EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-022-2/+4
|/
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-202-3/+6
* ModelEditor: replace QFileInfo api with FilePathDavid Schulz2021-09-141-3/+2
* Replace some PathChooser::setFile with setFilePathhjk2021-09-131-1/+1
* CppEditor: Put the locator filters into one fileChristian Kandeler2021-09-071-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-017-32/+32
* Use more FileUtils based file dialogshjk2021-08-191-3/+5
* Utils: Use FilePath in DropSupporthjk2021-08-021-1/+1
* Utils: filepathify pathchooserDavid Schulz2021-06-141-1/+2
* Utils: add FilePath::(complete)suffixDavid Schulz2021-06-041-1/+1
* Core: filepathify IDocumentDavid Schulz2021-05-192-12/+12
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-3/+2
* Remove dead code "< QT_VERSION_CHECK(5, 14, 0)"Alessandro Portale2021-03-181-4/+0
* IDocument: Simplify permission changesEike Ziller2021-01-141-4/+1
* Aggregation/Utils/ExtensionSystem: Make member functions const/staticAlessandro Portale2020-11-271-2/+3
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
* Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-182-4/+4
* ModelEditor: Guard project pointer in queued connectionChristian Kandeler2020-11-061-1/+2
* Qt6: enterEvent now gets passed a QEnterEventEike Ziller2020-09-292-2/+4
* ProjectExplorer: Simplify ProjectTree:aboutToShowContextMenu()hjk2020-09-282-5/+2
* Remove bool return value from IEditor::restoreState()Eike Ziller2020-09-242-4/+2
* Remove parent argument from IEditor constructorEike Ziller2020-09-242-9/+7
* ModelEditor: Make compilable with Qt 6hjk2020-08-101-1/+1
* ModelEditor: Add include that's not implicit in Qt6 anymorehjk2020-07-141-0/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-065-5/+5
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-2/+3
* Modeling: Avoid more QStringList slicing when creating QList<QString>hjk2020-04-294-8/+8
* ModelEditor: Quieten warning from moc during CMake buildTobias Hunger2020-03-171-1/+0
* ModelEditor: Simplify setup of some plugin singletonshjk2020-02-175-33/+11