aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/modelinglib
Commit message (Expand)AuthorAgeFilesLines
* ModelEditor: Use Utils::FilePathHEADmasterJochen Becher22 hours16-84/+109
* ModelEditor: Inline addrelatedelementsdialog.uiAlessandro Portale9 days5-218/+69
* ModelEditor: Inline modeltreefilter.uiAlessandro Portale9 days5-348/+102
* ModelEditor: Improve panningJochen Becher2024-04-222-1/+45
* ModelEditor: Improve selection and layout of elementsAlessandro Portale2024-04-1813-49/+124
* 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-1711-0/+850
* | ModelEditor: Fix linked files supportJochen Becher2024-04-171-0/+6
* | ModelEditor: Add dialog for adding related elementsJochen Becher2024-04-168-10/+678
* | ModelEditor: Support linked files and custom imagesJochen Becher2024-04-1629-343/+552
* | Add more visual attributes for relationsJochen Becher2024-04-1030-82/+725
|/
* 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
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* ModelingLib: Tr::tr()Alessandro Portale2023-02-1016-166/+185
* Translations: Prefix translation contexts for libraries with "::"Alessandro Portale2023-01-261-1/+1
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-10312-312/+312
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMake build: Use version-less Qt targetsEike Ziller2023-01-051-1/+1
* modelinglib: Remove foreach usage part 2Artem Sokolovskii2023-01-0317-78/+94
* 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-249-101/+124
* 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
* Remove outdated version checksRobert Löhning2022-09-121-4/+0
* Libs: Fix Qbs buildChristian Stenger2022-09-011-1/+7
* Libs: Add *tr.h filehjk2022-09-013-0/+17
* Use SPDX license identifiersLucie Gérard2022-08-26312-7488/+624
* 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-063-2/+2
* CMake: Qt Creator Static build supportCristian Adam2022-04-292-1/+2
* Remove qmake build filesEike Ziller2022-01-205-346/+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
* Extend Utils::FilePath for relative pathsJochen Becher2021-04-191-0/+1