aboutsummaryrefslogtreecommitdiffstats
path: root/tools/materialeditor/materialadapter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct tools licenseLucie Gérard2024-06-191-1/+1
* Fix export functionality in the custom material editorChristian Strømme2023-11-061-1/+1
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-041-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-111-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Replace uses of deprecated _qs with _sSona Kurazyan2022-04-211-2/+4
* QDataStream: be explicit about what type enums marshall asThiago Macieira2022-02-081-15/+15
* MaterialEditor: Make the project build as a proper Qt toolChristian Strømme2022-01-201-1/+0
* Few more tweaks to material editorKaj Grönholm2022-01-181-0/+2
* UI tweaks to material editorKaj Grönholm2022-01-171-1/+3
* MaterialEditor: Fix auto being deduced to be a QStringBuilderChristian Strømme2022-01-141-1/+1
* Fix how texture uniforms are handled when exportingChristian Strømme2021-12-221-18/+46
* 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-131-0/+627