Changeset 5e88e27c in sasview for src/sas/sasgui/guiframe/config.py


Ignore:
Timestamp:
Sep 17, 2018 10:33:08 AM (6 years ago)
Author:
smk78
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, unittest-saveload
Children:
7d3aa9a
Parents:
893d852
Message:

Create Release Notes option in Help Menu and popup box

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/guiframe/config.py

    r1efbc190 r5e88e27c  
    3333_do_aboutbox = True 
    3434_do_acknowledge = True 
     35_do_release = True 
    3536_do_tutorial = True 
    3637_acknowledgement_preamble =\ 
     
    4950_acknowledgement_citation = \ 
    5051'''M. Doucet et al. SasView Version 4.1.2, Zenodo, 10.5281/zenodo.825675''' 
    51  
    5252_acknowledgement =  \ 
    5353'''This work was originally developed as part of the DANSE project funded by the US NSF under Award DMR-0520547,\n but is currently maintained by a collaboration between UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, DLS, and the scattering community.\n\n SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project (Grant No 654000).\nA list of individual contributors can be found at: http://www.sasview.org/contact.html 
    5454''' 
     55_release_preamble =\ 
     56'''These Release Notes, incorporating Known Issues, can also be found at:''' 
     57_release_location1 =\ 
     58'''{SasView Installation Folder}\sasview\installers\README.txt''' 
     59_release_location2 =\ 
     60'''https://github.com/SasView/sasview/releases/''' 
    5561 
    5662_homepage = "http://www.sasview.org" 
     
    94100_corner_image = os.path.join(icon_path, "angles_flat.png") 
    95101_welcome_image = os.path.join(icon_path, "SVwelcome.png") 
    96 _copyright = "(c) 2009 - 2017, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, and DLS" 
     102_copyright = "(c) 2009 - 2018, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, and DLS" 
    97103marketplace_url = "http://marketplace.sasview.org/" 
    98104 
Note: See TracChangeset for help on using the changeset viewer.