aboutsummaryrefslogtreecommitdiffstats
path: root/tools/materialeditor
Commit message (Expand)AuthorAgeFilesLines
* Add missing qDebug includeVolker Hilsheimer2025-01-171-0/+1
* materialeditor: support instancingInho Lee2024-08-015-2/+157
* Correct tools licenseLucie Gérard2024-06-1927-27/+27
* MaterialEditor: silence -Wunused-private-fieldTim Blechmann2024-04-241-1/+0
* Fix export functionality in the custom material editorChristian Strømme2023-11-061-1/+1
* Expose the render context interfaceChristian Strømme2023-10-241-1/+1
* Include what you need: <QPointer>Marc Mutz2023-10-132-0/+4
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-043-7/+7
* Prevent ShaderBuildMessage from being exported twice to QMLIvan Solovev2023-08-111-1/+8
* Fix qmllint errors in materialeditor toolAndy Nichols2023-06-1214-226/+251
* Fix QtQuick style issue in the custom material editorChristian Strømme2023-03-221-2/+6
* Asset: fix to handle embedded texturesInho Lee2023-02-281-1/+1
* Replace usage of QML settings api from labsChristian Strømme2023-02-224-4/+4
* Remove unneeded custom data typesPaul Olav Tvete2022-11-071-2/+2
* Fix build warning when brace-initializing UrlView structVolker Hilsheimer2022-10-271-2/+2
* Custom material editor: Update the window titleChristian Strømme2022-10-211-1/+1
* Custom material editor: Fix the import dialogsChristian Strømme2022-10-211-4/+4
* Remove QSSGSceneDesc::Scene::create()Paul Olav Tvete2022-10-171-3/+3
* Make QSSGSceneDesc better suited for dynamic editingPaul Olav Tvete2022-10-141-18/+6
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-111-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-3/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-072-4/+4
* Hide configure outputKai Köhne2022-09-301-0/+1
* Add descriptions to all toolsKai Köhne2022-09-211-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-251-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-211-2/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Update materialeditor CMakeLists.txtAntti Määttä2022-07-0611-32/+35
* materialeditor: Do not strip out the last component for -pLaszlo Agocs2022-07-011-1/+1
* materialeditor: Change preview from ColumnLayout to items on topLaszlo Agocs2022-07-011-3/+2
* materialeditor: Use Layout in attached property referencesLaszlo Agocs2022-07-012-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-1627-756/+54
* Replace uses of deprecated _qs with _sSona Kurazyan2022-04-211-2/+4
* Add scene description plumbing for cubemap texturesLaszlo Agocs2022-03-151-1/+1
* Add OrbitCameraController to HelpersAndy Nichols2022-02-243-150/+2
* MaterialEditor: Accept project folder as a command-line argumentChristian Strømme2022-02-112-5/+27
* QDataStream: be explicit about what type enums marshall asThiago Macieira2022-02-082-17/+19
* Mark all the headers in the internal glsl parser as privateChristian Strømme2022-02-021-2/+2
* MaterialEditor: Make the project build as a proper Qt toolChristian Strømme2022-01-208-91/+69
* Few more tweaks to material editorKaj Grönholm2022-01-186-5/+5
* UI tweaks to material editorKaj Grönholm2022-01-174-25/+71
* MaterialEditor: Fix auto being deduced to be a QStringBuilderChristian Strømme2022-01-141-1/+1
* MaterialEditor: Don't resize the export dialogChristian Strømme2022-01-141-2/+0
* MaterialEditor: Use proper validators for adding uniformsInho Lee2021-12-281-6/+38
* MaterialEditor: Disable input fields that aren't relevantChristian Strømme2021-12-221-1/+3
* Fix how texture uniforms are handled when exportingChristian Strømme2021-12-226-67/+83
* Material editor: Make sure we update the uniformsChristian Strømme2021-12-161-0/+2
* Fix regression in custom materialChristian Strømme2021-12-151-2/+12
* Add custom material editorChristian Strømme2021-12-1345-0/+4900