foldit electron density quality of life (Merge pull request #4470 from RosettaCommons/interactive/solberg/electron_density_quality_of_life)
foldit electron density quality of life (ball, zooming, numbers)
Merge pull request #4218 from RosettaCommons/roccomoretti/interactive_split_rosetta_util
Foldit: Separate out dependencies on Rosetta in lower-levels of interactive/
It looks like most of the lower-level GUI code is only trivially dependent on Rosetta proper. Attempt to separate this out cleanly, to ease a future frontend/backend split.
The big task here was splitting interactive/util in two, removing the Rosetta-depedendent functionality into interactive/rosetta_util. Once accomplished, with a few minor adjustments all the gui code below interactive/poseview is now independent of the main Rosetta codebase. The levels script (and associated documentation) was updated accordingly.
Merge pull request #4236 from RosettaCommons/roccomoretti/interactive_toplevel_owning
Foldit: Convert TopLevel singleton to store an OP.
This will keep us from accidentally deleting the TopLevel object through a ContainerOP or the like.
To address the Freetype segfault issue, simply add a non-OP-associated owning count.