- Timestamp:
- Sep 26, 2012 10:11:11 AM (12 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:
- 4c3c301
- Parents:
- 4503afb
- Location:
- sansview
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/README.txt
r50ccf77 r5d9b2c0 5 5 6 6 - Changed the application name to 'SasView'. 7 - Model category can be modified via (Category Manager). 7 8 - Improved Grid/Batch window functionality. 8 9 - Easier Graph/Plot modification. -
sansview/__init__.py
r7f8cb75 r5d9b2c0 1 __version__ = "2. 1.1"1 __version__ = "2.2.0" 2 2 __build__ = "1" 3 3 try: -
sansview/installer.iss
r0f382d7 r5d9b2c0 8 8 ChangesAssociations=yes 9 9 AppName=SasView 10 AppVerName=SasView-2. 1.110 AppVerName=SasView-2.2.0 11 11 AppPublisher=(c) 2009 - 2012, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL 12 12 AppPublisherURL=http://danse.chem.utk.edu … … 15 15 ChangesEnvironment=true 16 16 DefaultDirName={pf}\SasView 17 DefaultGroupName=.\SasView-2. 1.117 DefaultGroupName=.\SasView-2.2.0 18 18 DisableProgramGroupPage=yes 19 19 LicenseFile=license.txt … … 79 79 Name: "{group}\SasView"; Filename: "{app}\SasView.exe"; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico" 80 80 Name: "{group}\{cm:UninstallProgram, SasView}"; Filename: "{uninstallexe}" 81 Name: "{commondesktop}\SasView-2. 1.1"; Filename: "{app}\SasView.exe"; Tasks: desktopicon; WorkingDir: "{app}" ; IconFilename: "{app}\images\ball.ico"82 Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SasView-2. 1.1"; Filename: "{app}\SasView.exe"; Tasks: quicklaunchicon; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico"81 Name: "{commondesktop}\SasView-2.2.0"; Filename: "{app}\SasView.exe"; Tasks: desktopicon; WorkingDir: "{app}" ; IconFilename: "{app}\images\ball.ico" 82 Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SasView-2.2.0"; Filename: "{app}\SasView.exe"; Tasks: quicklaunchicon; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico" 83 83 84 84
Note: See TracChangeset
for help on using the changeset viewer.