Changeset 7f8cb75 in sasview
- Timestamp:
- Apr 27, 2012 2:53:36 PM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 9e07bc4
- Parents:
- d874092
- Location:
- sansview
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/__init__.py
re7e1fdd r7f8cb75 1 __version__ = "2.1. 0"1 __version__ = "2.1.1" 2 2 __build__ = "1" 3 3 try: -
sansview/installer.iss
re040eb1b r7f8cb75 8 8 ChangesAssociations=yes 9 9 AppName=SansView 10 AppVerName=SansView-2.1. 011 AppPublisher=(c) 2009 - 201 1, University of Tennessee10 AppVerName=SansView-2.1.1 11 AppPublisher=(c) 2009 - 2012, University of Tennessee 12 12 AppPublisherURL=http://danse.chem.utk.edu 13 13 AppSupportURL=http://danse.chem.utk.edu … … 15 15 ChangesEnvironment=true 16 16 DefaultDirName={pf}\SansView 17 DefaultGroupName=DANSE\SansView-2.1. 017 DefaultGroupName=DANSE\SansView-2.1.1 18 18 DisableProgramGroupPage=yes 19 19 LicenseFile=license.txt … … 23 23 SolidCompression=yes 24 24 PrivilegesRequired=none 25 UsePreviousAppDir=no 25 26 26 27 … … 75 76 Name: "{group}\SansView"; Filename: "{app}\SansView.exe"; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico" 76 77 Name: "{group}\{cm:UninstallProgram, SansView}"; Filename: "{uninstallexe}" 77 Name: "{commondesktop}\SansView-2.1. 0"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}" ; IconFilename: "{app}\images\ball.ico"78 Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SansView-2.1. 0"; Filename: "{app}\SansView.exe"; Tasks: quicklaunchicon; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico"78 Name: "{commondesktop}\SansView-2.1.1"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}" ; IconFilename: "{app}\images\ball.ico" 79 Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SansView-2.1.1"; Filename: "{app}\SansView.exe"; Tasks: quicklaunchicon; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico" 79 80 80 81 -
sansview/releases_notes.txt
r92a52ff2 r7f8cb75 2 2 ============= 3 3 4 SansView 2.1.0 4 SansView 2.1.1 (bug fixed) 5 6 - Added DataInfo for data in the DataExplorer and plots 7 - Added Maximize/Restore button in the title bar of the graphs 8 - The 'x' button now works as deleting the graph 9 - Added a hide button in the toolbar of the graph panel 10 - Fixed some bugs and improved some behaviors in the batch/grid panel. 11 - Edit SUM Model from the menubar can now generate more than one sum model. 12 - Report can now be saved as a pdf format on WIN and MAC. 13 - Fixed many minor bugs. 14 15 -version 2.1 5 16 6 17 - Multiprocessor support(Windows)
Note: See TracChangeset
for help on using the changeset viewer.