Fixes#10966
When we try to merge two objects, we should stay on the selected row
in list views.
This problem occurs for persons, families, events, places, sources,
citations, repositories, media and notes.
Another problem:
In case we select the first family and select the gramps_id of the
second family, the new gramps_id is ignored: problem in MergeFamilyQuery
* Media Manager: add help button and remove '...'
Issue #9042
* Edit/Preferences: add Help button
Issue #9042
* Style Editor, Document Styles dialog: add help buttons
Issue #9042
* Fix Select Person dialog Help button URL
Issue #9042
* Fix Select Repository dialog Help button URL
Issue #9042
* Relationship Calculator: Add help button
Issue #9042
* Reorder Relationships dialog; add Help button
Issue #9042
* Generate Book Dialog; Fix Help URL
Issue #9042
* Manage Book dialog; add help button
Issue #9042
* Fix Detached Gramplets Help button URL when 'help_url' not in .gpr
Issue #9042
* Fix help URLs when they contain illegal characters and to match wiki
section targetID algorithm
Issue #9042
* Update/Completion Croatian translation
This is a big update. The croatian translation is now 100% complete.
Translated all missing strings, made lots of corrections, improved
consistency in the wording, tested thoroughly. Also, it will work
with the updated datehandler file "_date_hr.py", which i'll be
updating simultaneously.
* Croatian Datehandler update
Made changes to fit croatian specific date handling. Also because i've
updated the hr.po file. I've tested it with the present
"_datedisplay.py" of the maintainance/gramps50 branch.
Basically it would be great, if next to the obligatory "display_iso"
format, only two more formats would show up in the croatian drop-down
menus: "dd_dformat01" (numerical) and "dd_dformat04". Other formats
are unneeded.
9. 5. 2018. => ordinal numbers, all separated by spaces
9. svibnja 2018. => ordinal numbers and genitiv month's form,
all separated by spaces
while allowing searchbar to find alt and primary names
related to
Issue #9276
while allowing searchbar to find alt and primary names.
Currently, the Place View and Place Selector name column shows a comma separated list of the primary and alt names for a place. With the advent of GeoNames and Gov data, the alt names lists are getting populated with (sometimes long) lists of (sometimes duplicated) names. This doesn't look very good in the view. I've gotten a couple of email complaints about this.
The Name column was originally extended (for Gramps50) to include alt names to allow the use of the top search bar (enabled when sidebar is turned off via 'View/Sidebar'), to perform a search through all the alt names as well as primary name. https://gramps-project.org/bugs/view.php?id=9276
This PR creates a new (hidden) column in the place model containing the full name list, and reverts the 'Name' column to the primary name. It also modifies the PlaceSelector and PlaceView classes to cause the search bar to use the new (hidden) column.