-
Notifications
You must be signed in to change notification settings - Fork 8
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
Make raw dialog settings saveable #444
Open
lauramurgatroyd
wants to merge
43
commits into
master
Choose a base branch
from
raw_dialog
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
aa667fd
update master with 3D toolbar
paskino 26517af
Automated autoyapf fixes
invalid-email-address 0c71af7
update CHANGELOG
paskino 1fe6440
works with vtk8
paskino 7c5c184
Merge branch 'master' into toolbar3d
lauramurgatroyd a645517
Merge branch 'master' into toolbar3d
paskino 428f19c
fixed relu to go between 0 and 1 and then remain at 1
paskino d18f089
added scale factor for more detailed slider
paskino da6d6f1
added logging
paskino d0f70b9
added logging and args parse in cilviewer exe
paskino 322f5e3
Merge branch 'toolbar3d' of github.com:vais-ral/CILViewer into toolbar3d
paskino c969bb7
Automated autoyapf fixes
invalid-email-address 787bc99
adds scale_factor and max_opacity to parameter at start of cilviewer
paskino 9287248
Automated autoyapf fixes
invalid-email-address 928c411
make the slider work for the slice
paskino 03ea2a0
use sliderChanged
paskino bc2bf25
Merge branch 'master' into toolbar3d
lauramurgatroyd 97ce493
merge with master
lauramurgatroyd 8d6ec94
Automated autoyapf fixes
invalid-email-address c47477b
add createAnimation
paskino c40775f
Merge branch 'toolbar3d' of github.com:vais-ral/CILViewer into toolbar3d
paskino 6df3f46
create an example to make volume renders and orbits programmatically
paskino 88abdc2
fixed save and naming
paskino 32d08e8
updates to script
paskino 2c21767
updates
paskino 10e0dcb
added argparser
paskino 69d85ba
Merge branch 'master' into toolbar3d
paskino 1865cdb
Merge branch 'toolbar3d_vol_render' into toolbar3d
paskino 7cfe7bb
add max opacity control as spinbox
paskino 7247ca8
Automated autoyapf fixes
invalid-email-address 9bb3fa9
Make raw dialog settings saveable
lauramurgatroyd beaa24a
Move save name into dialog and add edit checkbox
lauramurgatroyd 28c168d
Add unit tests
lauramurgatroyd 6c503b9
reverting other files to master
lauramurgatroyd b509614
Automated autoyapf fixes
invalid-email-address 33219ad
reverting other files to master
lauramurgatroyd 58d3ae7
reverting other files to master
lauramurgatroyd 2db3fcf
Merge branch 'master' into raw_dialog
lauramurgatroyd c2487e9
Update change log
lauramurgatroyd e348aa2
Rename checkbox
lauramurgatroyd 0828306
Automated autoyapf fixes
invalid-email-address 91cfc4c
Update conda_build_and_publish.yml
lauramurgatroyd 1f27e25
Update docker_build_test_publish.yml
lauramurgatroyd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we create a qsettings in here if one isn't passed in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test this case