aboutsummaryrefslogtreecommitdiff
path: root/core/src/UI/UI_DatabaseView.cpp
AgeCommit message (Collapse)Author
2021-06-05Merge UIState into GlobalStatesrtk0c
2021-05-31Fix standard incompetence found by MSVCrtk0c
- requires-expression still not working, because they aren't supported yet outside of a concept
2021-05-25More work on workflow management UIrtk0c
2021-05-09Remove ##prefix on tab bar and table idsrtk0c
2021-05-09Fix rowid 1 vs 0 indexing offset problem (by using a custom Id column with 0 ↵rtk0c
indexing), switch child-class-providing-entry-specific-impls to a if constexpr() based template approach
2021-05-08Deliveries table working, item columnrtk0c
2021-05-06Change brace style to on new line, add initial deliveries view when an order ↵rtk0c
entry is selected
2021-04-28Add table visualization for purchasesrtk0c
2021-04-28Code cleanup, fix database view paging and selectionrtk0c
2021-04-14Initial work on workflowsrtk0c
2021-04-09Fix crash on load entriesrtk0c
- TODO format time properly - TODO add Purchases table visualization
2021-04-08Initial work on table visualizerrtk0c
2021-03-29UI big structurertk0c