aboutsummaryrefslogtreecommitdiff
path: root/main.tscn
AgeCommit message (Collapse)Author
2022-09-02Renamed is_urgent to emergency_surgery. Increased version to 1.5.v1.5dam
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-06-16Added settings; Fixed virtual keyboard height bug with hack; Initial support ↵dam
of multiple themes.
2022-06-08Preparing project for day/night themes.dam
2022-04-10Code cleanup.dam
2022-04-09Increased size of database icons.dam
2022-04-09Chanted is_urgency button type. Made buttons lighter.dam
2022-04-07Removed hardcoded database buttons theming; to be defined later.dam
2022-04-05Set 62 as vertical minimum size on stage items.dam
2022-04-05Improved is_urgency button layout and visual. Changed font size.dam
2022-04-05WIP creating theme and improving UI/UX.dam
2022-04-04Replaced icons and simplified dialog button labels.dam
2022-04-03Updated to do list.dam
2022-04-02Sets the stage action buttons side by side.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-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-28Changed from mono to regular font. Database screen kept the mono font. ↵dam
Updated to do list.
2022-03-27Implemented prototype of option set list component.dam
2022-02-22Fix scroll on stage screen.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-16Experimenting different UI.dam
2022-02-14Shrink date picker horizontally to center.dam
2022-02-14Improve popup appearance.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-03Implement option sets load/store import/export functions. Setup option set ↵dam
buttons on stage screen.
2022-01-10Split touch logic from stagedam
2022-01-09Split touch logic from database. Prototype of popup with list of options.dam
2022-01-04Implement clear and export data actions.dam
Merge and reuse modal dialogs.
2022-01-02Implement scroll by dragging on database and stage screens.dam
2022-01-01Change touch scroll detection to pointer-input-sensor approach using ↵dam
signals/events.
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
Prototype touch drag on database screen.
2021-12-16First prototype with working database and staging area.dam
Fix incorrect warp in date picker. Disable physics engine.
2021-12-06Add file dialogs for import/export filters. Height adjusted to virtual keyboard.dam
2021-12-06Fix resizing of main.body.dam
2021-12-06Adjust UI to match mockups (WIP).dam
2021-12-05Implement date picker.dam
2021-12-03Remove datepicker hardcoded dimensions.dam
2021-12-02Implement date picker prototype.dam
2021-12-01Convert from native to godotdam