aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-03-29 16:41:32 +0000
committerdam <dam@gudinoff>2022-03-29 16:41:32 +0000
commit84524e46a378d3694ebee9ab541feefe01866219 (patch)
treef6e595877126b09dc1923e5ebd455207da10130c /readme.md
parent9083809865719e443b8c85af0f4a517e7b2742e1 (diff)
downloadsurgery-log-84524e46a378d3694ebee9ab541feefe01866219.tar.zst
surgery-log-84524e46a378d3694ebee9ab541feefe01866219.zip
WIP to add back button on popup.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md17
1 files changed, 11 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index 942dbde..4119da1 100644
--- a/readme.md
+++ b/readme.md
@@ -50,19 +50,24 @@ Surgery Log
- [x] Check if import_option_sets, store_option_sets, store_database require the parameter save_changes; this requires changes on databse, stage and menu scripts;
- [x] Maybe replace fonts with non-mono version;
- [x] Fix option sets GUI element to provide word-wrap, otherwise long texts will be hidden;
-- [ ] Maybe include different font with better icons;
+- [ ] Add to popup:
+ - [ ] title;
+ - [ ] back/close button;
- [ ] After save and load, entries opened on stage always detect changes (even when no change occurs);
-- [ ] Check google icons as alternatives;
-- [ ] Make all buttons with same style;
-- [ ] Option set list should show title;
-- [ ] Option set list should have close button: maybe use the "hide" signal to better control when the "option_set_list" and "popup" close; This way, the popup may have it's own button to close it? And maybe even a title?
-- [ ] Make confirm dialog look better;
+- [ ] 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)
- [ ] Fix back button:
- on stage screen should show pop-up asking it changes are to be discarded;
- on file-pickers screen should close them;
- on about screen should close it;
- 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;