Christopher Horn

Results 97 comments of Christopher Horn

I am unable to reproduce this. I also spun up a Windows VM and installed 5.1.3 and couldn't reproduce on that either. I add some code to print the category...

@patlx I think this one is fixed. Does it still occur for you?

The earlier post_create error is a bug in Gramps core. Regarding: (gramps.exe:12372): Gtk-CRITICAL **: _gtk_widget_captured_event: assertion 'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed These are annoying and are a result of how the...

I'd be more inclined to make it a config option perhaps.

I have seen those occasionally. The dummy database has nothing in it so I've been ignoring them. I am unsure of reason, I suspect something to do with startup and...

Glad I'm reviewing these. I need to test all the configuration reset to default stuff. I did not after the template refactor so much of it is likely broken.

Thanks Paul! If you have any other suggestions on code quality or features let me know. I did take a pass through and cleaned up a lot of pylint stuff...

Without LastChanged Gramplet? That one even with yeild and large trees is problematic. The Gramplet rendering logic and I think status bar updates leverage idle_add as does my deferred config...

> Not only is Gramps not designed with threading in mind, neither was Python. The GIL limits things, but there are lots of scenarios where it is more than fine....

Yes I am painfully aware it is an issue, no different than the last changed Gramplet. I am spending a lot of time thinking about how to best handle this....