Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New reged #14

Open
wants to merge 28 commits into
base: development
Choose a base branch
from

Conversation

csalzberger
Copy link

Things that may need to be done to make transition smoother for people:
-Being able to read old region file formats and import them seamlessly.
-Re-adding transparency to the region drawing in Region Editor. There is some issue with doing this when the regions are drawn to a bitmap and the bitmap is drawn to the window.
-Test for the text to speech module, pyttsx, and avoid importing if it is not available. Also disable the “Speech” option in audio feedback.
-Check which operating system is being used and make appropriate substitution for module winsound.

…odified in RegionFileInterface and Region, adding and adjusting methods for parsing data from the new file format. Distinct colors and names added to regions produced by regionEditor.
…ck after editing some region. Also made editing regions done using region object rather than index.
…dary on menu. Fixed some label positioning issues with boundary.
Conflicts:
	src/lib/regions.py
	src/regionEditor.py
	src/specEditor.py
… format and convert them to the old way of storing, while still being able to save and open the old file format for decomposed regions. Updated regionEditor.py so that it can handle the new file format as well (using json for region storage). Note that calibration does not automatically happen yet in regions.py.
…or keeping aspect ratio during calibration, or allowing skewing.
…nality for importing background images. Made images scalable with dimension/length button. Added grid to map. Added display of lines and other things on mouse movement. Changed redraw to draw to bitmap, then to canvas, which reduces flashing, especially for redrawing Vicon.
…hanged methods so that they can act as toggles. Separated CalibrationFrame wxGlade file from regionEditor.
…though). Also added keyboard shortcuts for more menu and button items in regionEditor, and noted them in the menus and tooltips.
…nup of the folder. ViconMarkerBroadcaster added for streaming vicon markers. wxglade files added for new regionEditor and calibration GUIs.
@cfinucane
Copy link
Contributor

TODO: put bounds on zooming, otherwise crashes
TODO: tool buttons do not show toggle action visually on osx/gtk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants