forked from gramps-project/addons-source
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SelectForm Bug Fixes + Improvements #1
Open
dbareis
wants to merge
8
commits into
maintenance/gramps51
Choose a base branch
from
2020-05-29_dbareis_Forms-SelectForms
base: maintenance/gramps51
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
SelectForm Bug Fixes + Improvements #1
dbareis
wants to merge
8
commits into
maintenance/gramps51
from
2020-05-29_dbareis_Forms-SelectForms
Commits on May 27, 2020
-
SelectForm Bug Fixes + Improvements
* Cancel button now works (was alias for OK) * OK button now performs validation, only continues where possible. * Buttons no longer grab focus (except cancel which doesn't matter) thereby disabling interactive search * Added help button * Won't get multiple exceptions from the dialog, no longer need to kill gramps or respond to many exception dialogs to recover. * CTRL+F (or just start typing) interactive search now works in the form selection dialog. It filters out mismatches. Matches are case insensitive and match anywhere in the string. * Added Reset filter (doubles as an expand tree button) * Added compact/compress tree button. Called it Pack as I don't know how to not have buttons homogeneous (set_homogeneous,false doesn't work). * The form title wasn't being used. It now optionally is (it is if it begins with '/'). e.g. title='/path1/subpath1.1/subpath1.1.1/census 1990' * when the form title isn't used then the dialog puts legacy entries into the same tree roots as in the past but may organise them by country or state below that. A Denmark census would be in the path 'Census/Denmark'. It also continues to use the source's name/title as the description (that is the title is ignored as previously). Filtering by "Denmark" is an easy way to get to them. In the US you can filter by state, or year of the census. EXAMPLE TITLES ~~~~~~~~~~~~~~ title="/Death/World Wide/Find a Grave (https:{s}{s}www.findagrave.com{s})" title="/Birth/Australia/Queensland (registry)" * The size & position of the select dialog is now remembered in "form.ini". * New "hover expand" checkbox (state saved in "form.ini"), off by default.
Configuration menu - View commit details
-
Copy full SHA for 1b252f7 - Browse repository at this point
Copy the full SHA 1b252f7View commit details
Commits on May 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b5c003 - Browse repository at this point
Copy the full SHA 5b5c003View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b4818 - Browse repository at this point
Copy the full SHA 01b4818View commit details -
Configuration menu - View commit details
-
Copy full SHA for ace833c - Browse repository at this point
Copy the full SHA ace833cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dff7ee - Browse repository at this point
Copy the full SHA 3dff7eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 321ebc1 - Browse repository at this point
Copy the full SHA 321ebc1View commit details -
Click anywhere on tree node to expand/compact
Whole branch expanded when clicked.
Configuration menu - View commit details
-
Copy full SHA for 0b26c32 - Browse repository at this point
Copy the full SHA 0b26c32View commit details
Commits on May 31, 2020
-
Improve tree expansion on mouse click
Left mouse button expands node only, other buttons expand all children as well.
Configuration menu - View commit details
-
Copy full SHA for cb88569 - Browse repository at this point
Copy the full SHA cb88569View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.