- Timestamp:
- Aug 24, 2012 5:08:14 PM (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:
- 9bc37a8
- Parents:
- f686259
- Location:
- sansview
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/README.txt
r754c436 r0b96d74 8 8 - Added a new tool; Data operation for addition, subtraction, multiplication, division, and combination of two data sets 9 9 - Extended Sum Model Editor to Summation and Multiplication Editor 10 - More models. 10 11 - Fixed many minor bugs. 11 12 … … 162 163 6- Installer download website 163 164 164 - See: http://danse.chem.utk.edu/sasview.html165 - http://sourceforge.net/projects/sansviewproject/files/ -
sansview/welcome_panel.py
rc329f4d r0b96d74 94 94 self.hyperlink_license = wx.StaticText(self, -1, 95 95 "Comments? Bugs? Requests?") 96 send_ticket = "Send us a ticket at: " 97 send_ticket += "sansviewproject-developers@lists.sourceforge.net" 96 98 self.hyperlink_paper = wx.lib.hyperlink.HyperLinkCtrl(self, -1, 97 "Send us a ticket at: sansdanse@gmail.com", URL=config._license)99 send_ticket, URL=config._license) 98 100 99 101 self.label_title = wx.StaticText(self, -1,
Note: See TracChangeset
for help on using the changeset viewer.