# # ChangeLog for src/sas/qtgui/Perspectives/Inversion in sasview # # Generated by Trac 1.0.1 # Apr 28, 2024 5:26:17 PM Wed, 01 Nov 2017 14:20:49 GMT krzywon [36b09e8] * src/sas/qtgui/Perspectives/Inversion/UI/TabbedInversionUI.py (deleted) Remove UI python file from version tracking. Tue, 31 Oct 2017 19:13:10 GMT krzywon [7f5196e] * src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py (modified) * src/sas/qtgui/Perspectives/Inversion/UI/dmax.ui (moved) * src/sas/qtgui/Perspectives/Inversion/dmax.py (moved) Basic link between dmax window and inversion. Sun, 29 Oct 2017 16:55:14 GMT krzywon [570a2f73] * src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py (modified) Track P(r) plots so they can be updated rather than replaced. Sun, 29 Oct 2017 16:04:00 GMT krzywon [c00a28ff] * src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py (modified) * src/sas/qtgui/Perspectives/Inversion/InversionUtils.py (modified) * src/sas/qtgui/Perspectives/Inversion/UI/TabbedInversionUI.py (added) * src/sas/qtgui/Perspectives/Inversion/UI/TabbedInversionUI.ui (modified) Allow P(r) to calculate current data set or all. Update documentation ... Sat, 28 Oct 2017 17:17:49 GMT krzywon [dfd8233] * src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py (modified) Properly switch between data sets in P(r) view. Send all data to thread. Sat, 28 Oct 2017 15:15:26 GMT krzywon [26f42b1] * src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py (modified) Multiple data sets loading into P(r) and able to calculate them all, but ... Sat, 28 Oct 2017 14:44:29 GMT krzywon [d132f33] * src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py (modified) Start of P(r) batch capability work. Sat, 28 Oct 2017 14:02:15 GMT krzywon [57ad773] * src/sas/qtgui/Perspectives/Inversion/InversionLogic.py (modified) * src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py (modified) * src/sas/qtgui/Perspectives/Inversion/UI/TabbedInversionUI.ui (moved) Plots generated and linked to data set. Sat, 28 Oct 2017 10:09:10 GMT krzywon [e7651ff] * src/sas/qtgui/Perspectives/Inversion/InversionLogic.py (added) * src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py (moved) * src/sas/qtgui/Perspectives/Inversion/InversionUtils.py (moved) * src/sas/qtgui/Perspectives/Inversion/Thread.py (moved) * src/sas/qtgui/Perspectives/Inversion/UI/TabbedPrInversionUI.ui (moved) * src/sas/qtgui/Perspectives/Inversion/UI/__init__.py (moved) * src/sas/qtgui/Perspectives/Inversion/UI/convert_all.bat (moved) * src/sas/qtgui/Perspectives/Inversion/UI/convert_all.sh (moved) * src/sas/qtgui/Perspectives/Inversion/UI/convert_ui.sh (moved) * src/sas/qtgui/Perspectives/Inversion/__init__.py (moved) * src/sas/qtgui/Perspectives/__init__.py (modified) Renamed from PrInversion to Inversion. Added base for plotting.