Changes in / [e4c475b7:d744767] in sasview
- Files:
-
- 5 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r948484f r846a063 29 29 default_categories.json 30 30 /setup.cfg 31 **/UI/*.py 32 !**/UI/__init__.py 31 33 32 34 # doc build -
run.py
r4992ff2 r4992ff2 141 141 sys.path.append(build_path) 142 142 143 # Run the UI conversion tool 144 import sas.qtgui.convertUI 145 146 143 147 if __name__ == "__main__": 144 148 # Need to add absolute path before actual prepare call, -
src/sas/qtgui/Perspectives/Inversion/InversionLogic.py
- Property mode changed from 100755 to 100644
-
src/sas/qtgui/Perspectives/Inversion/InversionUtils.py
- Property mode changed from 100755 to 100644
-
src/sas/qtgui/Perspectives/Inversion/Thread.py
- Property mode changed from 100755 to 100644
-
src/sas/qtgui/Perspectives/Inversion/UI/TabbedInversionUI.ui
- Property mode changed from 100755 to 100644
-
src/sas/qtgui/Perspectives/Inversion/UI/__init__.py
- Property mode changed from 100755 to 100644
-
src/sas/qtgui/Perspectives/Inversion/__init__.py
- Property mode changed from 100755 to 100644
-
src/sas/qtgui/Perspectives/__init__.py
- Property mode changed from 100755 to 100644
-
src/sas/qtgui/Plotting/ConvertUnits.py
- Property mode changed from 100644 to 100755
-
src/sas/qtgui/Plotting/DataTransform.py
- Property mode changed from 100644 to 100755
-
src/sas/qtgui/Plotting/Slicers/Arc.py
- Property mode changed from 100644 to 100755
Note: See TracChangeset
for help on using the changeset viewer.