John Ralls

Results 33 comments of John Ralls

> Should this be in master or maintenance52? Start with gramps52 and it will get merged up to master.

>I am thinking of localization here too. Since Gramps Online is, by virtue of being a web app, a multi-tenancy project, we will need to allow UI strings to be...

The first half, where the symbols are defined as strings, is bad practice. Naughty Django documenter. The "Using Enum..." article presents the correct approach. Note that for localization you'll need...

@jpek-m Interesting document. Is this still in the proposal stage or has someone begun writing code?

It sort of works on MacOS. If I control-touch I get a page icon for a drag symbol. Releasing the control key adds a + in a green circle and...

@vantu5z, tested on 5.1.4. Well, click-and-drag now works, and the first drag after startup works as expected except that it changes the focus person to the dragged person. Dropping on...

@vantu5z That works better. I see that you came to your senses after your comment and changed click recognition to button-up instead of a (very short in human time) timeout...

@prculley the [roadmap](https://gramps-project.org/bugs/roadmap_page.php) says we're releasing 5.2.0 at the end of next month, and since it's a new major-ish release commits are still going to master. Do you mean to...

> Note, lxml might be also a dependency... Which creates a problem for packagers. Please use the [markup API](https://docs.python.org/3/library/markup.html) of the Python standard library.

> I don't see why it's a problem to use an official pypi package for lxml ? Because Gramps is distributed as an all-in-one bundle on macOS and Microsoft Windows....