aboutsummaryrefslogtreecommitdiff
path: root/logic
AgeCommit message (Collapse)Author
2022-09-02Fixed export settings to include all required scripts. Renamed is_urgency to ↵v1.4dam
is_urgent.
2022-08-15Updated project to Godot 3.5.0 to fix Android problems on storage access.v1.3dam
2022-07-08Replaced URLs on about screen with creator name/alias.dam
2022-06-27Added contact information on about screen.dam
2022-06-16Fixed export of app logs.dam
2022-06-16Added settings; Fixed virtual keyboard height bug with hack; Initial support ↵dam
of multiple themes.
2022-04-17Renamed app log export action.dam
2022-04-16Allow user to export error log to file.dam
2022-04-16Added details to error messages when loading JSON files for database and ↵dam
option sets.
2022-04-11Bumped to version 1.0. Version stored in project settings global/version.dam
2022-04-10Code cleanup.dam
2022-04-10Renamed dropdown button on option_set.dam
2022-04-10Themed scrollbar. Tweaked theme of option_set_list.dam
2022-04-10Removed auto-save logic from load_database and load_option_sets; Changed ↵dam
menu logic to save database and optionsets after making changes.
2022-04-09Automatically save database and option sets when loaded from non-base locations.dam
2022-04-07Changed database entries display text.dam
2022-04-06Improved file operations for database and option sets.dam
Added confirmation dialogs when importing database and option sets files. Standardized the error print calls. Fixed capitalization on menu entries.
2022-04-05WIP creating theme and improving UI/UX.dam
2022-04-04Implement back button logic.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-30Add dismiss button logic on popup.dam
2022-03-30Fixed database fields being parsed as floats instead of integers by JSON.dam
2022-03-29WIP to add back button on popup.dam
2022-03-28Add title on popup control and use it to display the option sets placeholder ↵dam
texts.
2022-03-28Adjusted margin of stage screen.dam
2022-03-28Removed window title.dam
2022-03-27Implemented prototype of option set list component.dam
2022-03-16Updated export config and touch_vertical_container nodes names.dam
2022-03-05Store database and option sets as JSON. Allow to parse options from CSV ↵dam
database or import from JSON file.
2022-02-22Clear database selection after deleting selected entry.dam
2022-02-18Implemented custom option set control. Fixed option sets text input zone ↵dam
being hidden below the button.
2022-02-17Prototype with custom option set control.dam
2022-02-14Improve popup appearance.dam
2022-02-10Sort option sets alphabetically.dam
2022-02-09Fade out action buttons when no actions is possible.dam
2022-02-09Add confirmation dialog to entry destructive actions.dam
2022-02-08Reorganized remaining items from ToDo list.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 ↵dam
buttons on stage screen.
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