aboutsummaryrefslogtreecommitdiff
path: root/logic/stage.gd
AgeCommit message (Expand)Author
2022-04-16Added details to error messages when loading JSON files for database and opti...dam
2022-04-10Renamed dropdown button on option_set.dam
2022-04-10Removed auto-save logic from load_database and load_option_sets; Changed menu...dam
2022-04-09Automatically save database and option sets when loaded from non-base locations.dam
2022-04-06Improved file operations for database and option sets.dam
2022-04-05WIP creating theme and improving UI/UX.dam
2022-04-04Replaced icons and simplified dialog button labels.dam
2022-04-02Sets the stage action buttons side by side.dam
2022-04-02Improved modal dialog messages.dam
2022-04-01Option set changed to work with empty list instead of creating dummy -- entry.dam
2022-03-31Fixed signals on popup and modal_dialog to make those usable.dam
2022-03-28Adjusted margin of stage screen.dam
2022-03-05Store database and option sets as JSON. Allow to parse options from CSV datab...dam
2022-02-18Implemented custom option set control. Fixed option sets text input zone bein...dam
2022-02-17Prototype with custom option set control.dam
2022-02-10Sort option sets alphabetically.dam
2022-02-09Add confirmation dialog to entry destructive actions.dam
2022-02-07Implement option sets.dam
2022-02-06WIP: Implement option sets logic.dam
2022-02-03Implement option sets load/store import/export functions. Setup option set bu...dam
2022-01-25Draft prototype of option sets structure.dam
2022-01-24Draft prototype of option sets' structure, load and store.dam
2022-01-14Fix PointerInputSensor. Simplify TouchItemList and TouchVerticalContainer.dam
2022-01-10Split touch logic from stagedam
2022-01-09Split touch logic from database. Prototype of popup with list of options.dam
2022-01-06Remove date field and reduce usage of dictionary instances.dam
2022-01-06Isolate database entry code to avoid cyclic references.dam
2022-01-06Prepare filters' logic.dam
2022-01-04Implement clear and export data actions.dam
2022-01-02Implement scroll by dragging on database and stage screens.dam
2022-01-01Change touch scroll detection to pointer-input-sensor approach using signals/...dam
2021-12-31Prototype implementation of touch scroll on database and stage screens.dam
2021-12-27Allow to scroll database screen without selecting item on touch-down.dam
2021-12-18Add drag detection threshold to date picker.dam
2021-12-16Fix issues when creating/editing entries. Fix android icon.dam
2021-12-16First prototype with working database and staging area.dam