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

Allows multiple selection of boxes and automatic mappings between them #67

Merged
merged 7 commits into from Jun 2, 2015
Merged

Allows multiple selection of boxes and automatic mappings between them #67

merged 7 commits into from Jun 2, 2015

Conversation

marc-outins
Copy link
Contributor

This allows user to select multiple boxes from both the source and target and create mappings between them.

Multiple boxes can be selected using Ctrl+left mouse click which adds to the selection one per click. A range of boxes can also be selected by selecting one box then Shift+ left mouse click a box below or above to select the range between them.

Once boxes are selected from both the source and target going to Edit>Make Mappings or pressing Ctrl+M will automatically map all selected items. Mappings can be removed in a similar fashion by going to Edit>Remove Mappings or pressing Ctrl+R.

This resolves #38.

marc-outins and others added 7 commits June 1, 2015 16:43
Added contains method that allows for offsets in the x and y direction to allow a buffer around the actual object where contains = true
…atically map them

This closes #38 by allowing the user to select multiple boxes from the source and target using ctrl + click (select multiple single items) or shift + click (select multiple contiguous boxes) and automatically map them by pressing ctrl+m or going to Edit > Make Mappings in the file menu..
Added the ability to remove arrows from selected source and target rectangles.  Added menu item to Edit menu.
…e and target are selected

Had to refactor some of arrow and mappingpanel classes to allow the order in which arrows are drawn and checked for clicks based on whether their source, target, source and target, or none are selected.  Set color where both source and target are selected to yellow.
- Added Ctrl+F to menu which opens filter dialog.
- Renamed filter dialog title to "Filter".
- Allowed ORing of terms in filter.
- Table filters are preserved when switching between field and table view.
- Set left right divider location to be a percent which fixes resize bug.
aguynamedryan added a commit that referenced this pull request Jun 2, 2015
Allows multiple selection of boxes and automatic mappings between them
@aguynamedryan aguynamedryan merged commit 9ae9a45 into OHDSI:master Jun 2, 2015
schuemie pushed a commit that referenced this pull request Nov 15, 2017
Allows multiple selection of boxes and automatic mappings between them
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.

[Suggested Feature] Select multiple boxes and draw arrows between them
2 participants