Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fslpy
Commits
79af194b
Commit
79af194b
authored
10 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into oxford
parents
f9d00720
a66b564e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
TODO
+5
-5
5 additions, 5 deletions
TODO
setup.py
+6
-2
6 additions, 2 deletions
setup.py
with
11 additions
and
7 deletions
TODO
+
5
−
5
View file @
79af194b
...
...
@@ -7,7 +7,10 @@ https://internal.fmrib.ox.ac.uk/i-wiki/Analysis/Todos/FSLView regularly, too.
* February/March 2015 internal release
** OSX installer
** Installation instructions on wiki
*** Make sure they're up to date - test in a VM
*** Usage - keyboard shortcuts
** DONE OSX installer
*** Make sure you disable GL error checking/logging
*** Test screenshots
*** Test GL14 and GL21 (shaders)
...
...
@@ -16,10 +19,7 @@ https://internal.fmrib.ox.ac.uk/i-wiki/Analysis/Todos/FSLView regularly, too.
*** Test saving edited images
*** Test atlas tools (this will only be available when it is run from command line)
** Installation instructions on wiki
*** Make sure they're up to date
*** Usage - keyboard shortcuts
** Linux compatibility
** DONE Linux compatibility
*** DONE Combobox drop down lists in dialogs are shown beneath the dialog?!? This may only be occurring under X11/SSH/OSX
*** WONTFIX Toolbars not being resized appropriately when the parent viewpanel is resized?
Can't reproduce right now ..
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
6
−
2
View file @
79af194b
...
...
@@ -13,7 +13,7 @@ setup(
name
=
'
fslpy
'
,
version
=
'
0.
0
'
,
version
=
'
0.
1
'
,
description
=
'
Front end to FSL tools
'
,
...
...
@@ -44,8 +44,12 @@ setup(
package_data
=
{
'
fsl
'
:
[
'
fslview/splash.png
'
,
'
fslview/gl/gl14/*prog
'
,
'
fslview/gl/gl21/*glsl
'
,
'
fslview/colourmaps/*cmap
'
'
fslview/colourmaps/*cmap
'
,
'
fslview/colourmaps/README
'
,
'
fslview/colourmaps/order.txt
'
,
]
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment