Christopher Horn
Christopher Horn
Adds a new note type for Proof Arguments so they can easily be identified in a standardized manner
This adds a comments= keyword to the ConfigManager save method that can be set to a list of strings to be written out to the init file after the initial...
This adds support for views that create new non-default categories to provide an icon for the category by setting the "stock_category_icon" attribute in the plugin registry file.
This PR modifies the ConfigureDialog and ViewConfigureDialog classes to allow window tracking data to be passed in and adds a parm to ViewConfigureDialog to enable use as a branch rather...
This takes a pass at extending eventref.py to add citation_list support since the event reference contains the role of the participant and not the event itself.
This minor enhancement adds support for emitting a bookmark-list-changed signal to the DbBookmarks class.
Small patch to add all the missing tags from the 5.5.1 standard as well as some of the more common program defined ones.
This is a refactor and cleanup of gramps/gen/utils/alive.py that brings the pylint score from 4.92 to 9.82. It does not phase out the ugly globals in use as I am...
This PR takes a pass through gramps/gen/lib/*.py and doesn't address everything possible but helps raise the pylint score from 8.66 to 9.21
Some pylint related cleanups for a few filter rules, and slight refactor for a number of type related rules where found the type for the comparison was being initialized in...