aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/modelinglib/qmt
Commit message (Expand)AuthorAgeFilesLines
* Remove some spaces and line breaks from translatable stringsEike Ziller2025-05-141-1/+1
* Fix warning for ';'Marco Bubke2025-04-152-2/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* ModelingLib: Fix deprecation warningAlessandro Portale2024-09-111-1/+1
* Fix some random deprecation warninghjk2024-06-062-5/+5
* Modeling: Fix some Qt 6.6 deprecation warningshjk2024-06-051-8/+4
* Utils: Make contents margins handling less specialhjk2024-06-041-3/+3
* ModelEditor: More use of Utils::FilePathJochen Becher2024-05-1716-57/+91
* ModelEditor: Use Utils::FilePathJochen Becher2024-05-1016-84/+109
* ModelEditor: Inline addrelatedelementsdialog.uiAlessandro Portale2024-05-023-216/+69
* ModelEditor: Inline modeltreefilter.uiAlessandro Portale2024-05-023-346/+102
* ModelEditor: Improve panningJochen Becher2024-04-222-1/+45
* ModelEditor: Improve selection and layout of elementsAlessandro Portale2024-04-1812-49/+123
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-04-171-1/+3
|\
| * ModelEditor: Fix crash when selecting an elementDavid Faure2024-04-151-1/+3
* | ModelEditor: Add model tree filterJochen Becher2024-04-179-0/+842
* | ModelEditor: Fix linked files supportJochen Becher2024-04-171-0/+6
* | ModelEditor: Add dialog for adding related elementsJochen Becher2024-04-166-10/+673
* | ModelEditor: Support linked files and custom imagesJochen Becher2024-04-1629-343/+552
* | Add more visual attributes for relationsJochen Becher2024-04-1028-82/+722
|/
* ModelEditor: Fix crash when selecting itemsMarcus Tillmanns2024-03-071-1/+3
* ModelingLib: Avoid using keys()Jarek Kobus2024-01-111-6/+4
* ModelingLib: Hide areStackingRoles() in cppJarek Kobus2024-01-112-33/+28
* Clean up some lambdashjk2023-12-123-5/+4
* Random warning cleanuphjk2023-12-081-9/+7
* Various Plugins: Simplify return QList statementsJarek Kobus2023-08-022-2/+2
* Remove a few unnecessary Q_OBJECThjk2023-07-1411-34/+16
* ModelingLib: Tr::tr()Alessandro Portale2023-02-1015-163/+182
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-10288-288/+288
* modelinglib: Remove foreach usage part 2Artem Sokolovskii2023-01-0316-75/+90
* modelinglib: Remove foreach usage part 1Artem Sokolovskii2022-12-2217-43/+49
* Use M_PI for 3.14Jarek Kobus2022-11-252-2/+2
* ModelingLib: Replace foreach with range-based for loopsJarek Kobus2022-11-248-95/+118
* Utils: Add sorted() functionChristian Kandeler2022-10-251-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-6/+6
* ModelingLib: Limit the usage of qMakePairJarek Kobus2022-09-306-149/+147
* Use SPDX license identifiersLucie Gérard2022-08-26288-6912/+576
* Drop Qt5: ModelingLib: Get rid of QOverloadJarek Kobus2022-07-201-7/+7
* Utils: More porting.h related changeshjk2022-07-142-3/+0
* Utils: Collapse most of porting,hhjk2022-07-133-7/+7
* Modeling: Fix crash while reset modelChristian Stenger2022-06-141-3/+5
* Static Build: make sure the .qrc files have unique namesCristian Adam2022-05-061-0/+0
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-0/+2
* Remove qmake build filesEike Ziller2022-01-201-295/+0
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2022-01-067-20/+23
|\
| * ModelEditor: Fix build with Qt 5Eike Ziller2022-01-061-0/+3
| * Modeling: Fix queued connections for Qt 6Eike Ziller2022-01-046-20/+20
* | Make some qHash and comparison operators overloads hidden friendshjk2021-12-065-69/+53
|/
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-204-10/+13
* Avoid size_t to (u)int warnings with auto, where it is possibleTim Jenssen2021-07-073-5/+5