aboutsummaryrefslogtreecommitdiff
path: root/core/src/UI/UI_Workflows.cpp
AgeCommit message (Collapse)Author
2022-06-30Restructure projectrtk0c
2022-03-15Temporarily switch to cstdio instead of custom FileStream implementationrtk0c
2021-08-15Fix issues and cleanuprtk0c
- Fix compile error on MSVC where <vector> is not included properly - Fix creating a workflow actually saves to the templates/ directory - Fix renaming assets are not saved to disk - TODO ser/deser still not working - Cleanup AssetList::* pure virtual setup (fewer splits)
2021-06-13Move UI_Workflows.cpp > WorkflowCategory to be a part of WorkflowNode's RTTIrtk0c
(cherry picked from commit f45084562cfc95392b4dfb968dd215c25be3fc67)
2021-06-12Add l10n to previously hard coded stringsrtk0c
2021-06-11Convert runtime-loaded l10n to string literals chosen at compile timertk0c
2021-06-10Polish UI and add translationsrtk0c
2021-06-09Refactor asset management UI into AssetListrtk0c
2021-06-07Complete asset loading/saving and UI management logicrtk0c
2021-06-05Merge UIState into GlobalStatesrtk0c
2021-05-30Initial work on templates UIrtk0c
2021-05-25More work on workflow management UIrtk0c
2021-05-21Fix type and field the same namertk0c
2021-05-14Node graph editor basic functionalityrtk0c
2021-05-12Start to work on actually rendering the node graphrtk0c
2021-05-09Work on workflow modulertk0c
2021-05-06Change brace style to on new line, add initial deliveries view when an order ↵rtk0c
entry is selected
2021-04-28Code cleanup, fix database view paging and selectionrtk0c
2021-04-19Split workflow into multiple files, fix unity buildrtk0c
2021-04-18Initial work on evaluationrtk0c
2021-04-14Initial work on workflowsrtk0c