aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-28Adjusted margin of stage screen.dam
2022-03-28Removed window title.dam
2022-03-28Moved screen dots per inch initialization to onready var.dam
2022-03-27Fixed option set list scrollbar logic.dam
2022-03-27Add touch scroll to option set list.dam
2022-03-27Restored vsync (was disabled by mistake on previous commit).dam
2022-03-27Implemented prototype of option set list component.dam
2022-03-26WIP of prototype of option set list component: workaround for uninitialized ↵dam
labels.rect_size. Added comments with more to do tasks and ideas.
2022-03-26WIP of prototype of option set list component: fixed max_required_labels ↵dam
calculation.
2022-03-23WIP of prototype of option set list component: simplified logic and fixed ↵dam
labels hiding behind scrollbar.
2022-03-22WIP of prototype of option set list component: fix label vertical alignment ↵dam
and height.
2022-03-21WIP of prototype of option set list component: better label size and position.dam
2022-03-20WIP of prototype of option set list component: vscrollbar control.dam
2022-03-18WIP of 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-03-04Updated todo list.dam
2022-03-04Improved touch scroll.dam
2022-02-22Improve touch scroll for quick-small-touches.dam
2022-02-22Update todo list.dam
2022-02-22Improve feedback when releasing touch scroll.dam
2022-02-22Clear database selection after deleting selected entry.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-13Check and request file access permissions on Android.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-10Reorder todo list items.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
Merge and reuse modal dialogs.
2022-01-02Load/save database and fix updating changed entries on database screen.dam
2022-01-02Update todo list.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 ↵dam
signals/events.