aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md23
1 files changed, 11 insertions, 12 deletions
diff --git a/readme.md b/readme.md
index f6bfcb6..c32faf9 100644
--- a/readme.md
+++ b/readme.md
@@ -54,14 +54,9 @@ Surgery Log
- [x] Add to popup:
- [x] title;
- [x] dismiss button;
-- [ ] What to do when the optionset has no options available?
+- [x] Hide dialogs title bar (appear in the top with 1 or 2 pixels height);
- [ ] Use popup to display confirmation messages;
-- [ ] Theming:
- - [ ] Make all buttons with same style;
- - [ ] Maybe include different font with better icons;
- - [ ] Make rounded corners
- - [ ] LineEdit without fill and only one line below (stage may increase left margin)
- - [ ] Increase scrollbar width (in content margin property)
+- [ ] What to do when the optionset has no options available?
- [ ] Fix back button:
- on stage screen should show pop-up asking it changes are to be discarded;
- on file-pickers screen should close them;
@@ -69,13 +64,17 @@ Surgery Log
- on auto-fill pop-up, should close it;
- on database screen, should deselect selected item, otherwise should quit the app;
- on popup
-- [ ] Hide dialogs title bar (appear in the top with 1 or 2 pixels height);
- [ ] Database menu and action buttons are not nice; Improve appearance;
- [ ] Improve menu appearance;
-- [ ] Setup two themes:
- - [ ] theme_light
- - [ ] theme_dark
- - [ ] main/screen_controller is responsible for whos currently on focus, fade animations, input access (enable/disable), and back_key_notification handling.
+- [ ] Theming:
+ - [ ] Make all buttons with same style;
+ - [ ] Maybe include different font with better icons;
+ - [ ] Make rounded corners
+ - [ ] LineEdit without fill and only one line below (stage may increase left margin)
+ - [ ] Increase scrollbar width (in content margin property)
+ - [ ] Create theme_light and theme_dark;
+- [ ] Cleanup code: search by tags @DAM and TODO;
+- [ ] main/screen_controller is responsible for whos currently on focus, fade animations, input access (enable/disable), and back_key_notification handling.
For input use:
node.set_process_input(!pause)
node.set_process_unhandled_input(!pause)