-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deconvolution GUI Modularity #2429
base: master
Are you sure you want to change the base?
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8be2574 - Browse repository at this point
Copy the full SHA 8be2574View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00af8a - Browse repository at this point
Copy the full SHA a00af8aView commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22c60ba - Browse repository at this point
Copy the full SHA 22c60baView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4695bb - Browse repository at this point
Copy the full SHA f4695bbView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4f8b9d - Browse repository at this point
Copy the full SHA d4f8b9dView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f0dc48 - Browse repository at this point
Copy the full SHA 1f0dc48View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c0268b - Browse repository at this point
Copy the full SHA 5c0268bView commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7e6a0f - Browse repository at this point
Copy the full SHA b7e6a0fView commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6446d89 - Browse repository at this point
Copy the full SHA 6446d89View commit details -
Spectral Library from Command Line (smith-chem-wisc#2386)
* Updated to MzLib 1.0.548 and fixed custom ions in search tasks * reverted calibration task change * merged in master bbbyy * Enabled Library Loading from command line
Configuration menu - View commit details
-
Copy full SHA for 322235d - Browse repository at this point
Copy the full SHA 322235dView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b48c95 - Browse repository at this point
Copy the full SHA 8b48c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef973f - Browse repository at this point
Copy the full SHA 2ef973fView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0abcd9b - Browse repository at this point
Copy the full SHA 0abcd9bView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9030f9 - Browse repository at this point
Copy the full SHA f9030f9View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 046067e - Browse repository at this point
Copy the full SHA 046067eView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c38f081 - Browse repository at this point
Copy the full SHA c38f081View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c04007 - Browse repository at this point
Copy the full SHA 0c04007View commit details
Commits on Oct 18, 2024
-
Merge remote-tracking branch 'upstream/master'
Nic Bollis committedOct 18, 2024 Configuration menu - View commit details
-
Copy full SHA for d66bf7b - Browse repository at this point
Copy the full SHA d66bf7bView commit details
Commits on Oct 26, 2024
-
Build ClassicDeconv Params View Model
Nic Bollis committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 57c4e69 - Browse repository at this point
Copy the full SHA 57c4e69View commit details -
Built classic deconvolution control and the Deconvolution Host Control
Nic Bollis committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 0cef4fc - Browse repository at this point
Copy the full SHA 0cef4fcView commit details -
Refactor deconvolution param management with ViewModel
Streamlined deconvolution parameter management by introducing `DeconHostViewModel` and custom control `HostDeconParamControl`. Updated `CommonParameters.cs` to change default `ProductDeconvolutionParameters` in negative mode from `-10` to `-20`. Modified `SearchTaskWindow.xaml` and `SearchTaskWindow.xaml.cs` to use the new view model, improving separation of concerns and maintainability. Updated `SaveButton_Click` and other relevant methods to retrieve parameters via the view model.
Nic Bollis committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 2a73a02 - Browse repository at this point
Copy the full SHA 2a73a02View commit details -
Completed the first phase of the new structure. Parameters can now be…
… set from the GUI with the new code structure
Nic Bollis committedOct 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 1735439 - Browse repository at this point
Copy the full SHA 1735439View commit details
Commits on Oct 27, 2024
-
Refactor UI and add comprehensive unit tests
Refactored several XAML files to improve UI structure and readability: - Removed unnecessary `GroupBox` in `SearchTaskWindow.xaml` and added a new one for "Peak Trimming". - Adjusted layout in `ClassicDeconParamsControl.xaml` and `HostDeconParamControl.xaml`. Enhanced ViewModel logic: - Updated `DeconHostViewModel.cs` and `DeconParamsViewModel.cs` to include additional properties and validation logic. - Added `[ExcludeFromCodeCoverage]` attribute to `IsoDecDeconParamsViewModel.cs`. Expanded unit tests: - Removed obsolete `GuiFunctionsTest.cs`. - Added new test classes for `ClassicDeconParamsViewModel`, `DeconParamsViewModel`, `DeconHostViewModel`, and `MzLibExtensions`. - Included tests for property changes, validation logic, and conversion methods.
Nic Bollis committedOct 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 4eff135 - Browse repository at this point
Copy the full SHA 4eff135View commit details -
Expanded test coverage and cleaned up code
Nic Bollis committedOct 27, 2024 Configuration menu - View commit details
-
Copy full SHA for d32800c - Browse repository at this point
Copy the full SHA d32800cView commit details -
Nic Bollis committed
Oct 27, 2024 Configuration menu - View commit details
-
Copy full SHA for fc8304d - Browse repository at this point
Copy the full SHA fc8304dView commit details -
Nic Bollis committed
Oct 27, 2024 Configuration menu - View commit details
-
Copy full SHA for f8d318a - Browse repository at this point
Copy the full SHA f8d318aView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7aae734 - Browse repository at this point
Copy the full SHA 7aae734View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11227eb - Browse repository at this point
Copy the full SHA 11227ebView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c222ba7 - Browse repository at this point
Copy the full SHA c222ba7View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a3b9db - Browse repository at this point
Copy the full SHA 9a3b9dbView commit details