Skip to content
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

class based GUI capabilities for the var RBE plans #652

Merged
merged 121 commits into from
Sep 6, 2023

Commits on May 24, 2019

  1. initial export with line fix

    wahln committed May 24, 2019
    Configuration menu
    Copy the full SHA
    2d7b739 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    65a91ca View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. fides to the exported GUI

    wahln committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    ecbcbc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. octave compatible dicom import

    wahln committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    df2ca61 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    fa937ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78fd927 View commit details
    Browse the repository at this point in the history
  3. fix for the dicom import

    wahln committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    e8da6d6 View commit details
    Browse the repository at this point in the history
  4. new figure files and backup

    wahln committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    81332ae View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev_newScriptedGUI' of https://github.com/wahln/matRad

    …into dev_newScriptedGUI
    
    # Conflicts:
    #	matRadGUI_export.m
    #	tools/matRad_fixExportedGUI.m
    wahln committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    7ee4580 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ae350a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    b07c70c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    6df1b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f55a46a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    b926ed9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    922c349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0db80e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    833e582 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    4045a4b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev_classGUI' into dev_classGUI

    # Conflicts:
    #	gui/matRad_PlanWidget.m
    #	gui/matRad_WorkflowWidget.m
    nellyabbani committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    986dbb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    3501e99 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Scripted GUI widgets

    nellyabbani committed May 1, 2020
    Configuration menu
    Copy the full SHA
    4abd14e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    71e397e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Update to refresh the GUI widgets when clicked + implementation of no…

    …tify and listeners concepts in octave
    nellyabbani committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    5620dbe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev_classGUI

    # Conflicts:
    #	dicom/@matRad_importDicomWidget/createLayout.m
    #	dicom/@matRad_importDicomWidget/matRad_importDicomWidget.m
    #	dicom/DKFZ_Logo.png
    #	dicom/gui/matRad_importDicomGUI_LayoutFcn.m
    #	dicom/gui/matRad_importDicomGUI_gui_mainFcn.m
    #	dicom/matRad_checkEnvDicomRequirements.m
    #	dicom/matRad_createCst.m
    #	dicom/matRad_importDicomGUI.fig.bak
    #	dicom/matrad_logo.png
    #	dicomImport/DKFZ_Logo.png
    #	dicomImport/matrad_logo.png
    #	gfx/DKFZ_Logo.png
    #	gfx/matrad_logo.png
    #	matRadGUI.m
    #	matRad_fluenceOptimization.m
    #	matRad_showQualityIndicators.m
    nellyabbani committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    a89edfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe2abdc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    4f69fa4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    5694ffd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    36a149d View commit details
    Browse the repository at this point in the history
  2. Split DVH widget into 2 widgets.

    Add exportDicom widget.
    +other small fixes
    nellyabbani committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ca4044b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Merge branch 'dev_classGUI' of https://github.com/nellyabbani/matRad

    …into dev_classGUI
    
    # Conflicts:
    #	gui/matRadGUI.m
    wahln committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    d0885c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52e8fe2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    f271346 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf703f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. remove some old gui functions

    wahln committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    15e4cd8 View commit details
    Browse the repository at this point in the history
  2. crop logo a little

    wahln committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    6e19dfa View commit details
    Browse the repository at this point in the history
  3. tweaks to the gui widgets, new EventData-based class to explicitly st…

    …ate changed workspace variables
    wahln committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    adac165 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfd8e9a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    a3ba0c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Configuration menu
    Copy the full SHA
    736b2f2 View commit details
    Browse the repository at this point in the history
  2. removal of old logo files

    wahln committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    b5d48cf View commit details
    Browse the repository at this point in the history
  3. more old files removal

    wahln committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    38c7131 View commit details
    Browse the repository at this point in the history
  4. changes to gui calls

    wahln committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    b4c7783 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    434422d View commit details
    Browse the repository at this point in the history
  6. fix tests

    wahln committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    6b50cf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. uiwrapper function

    nellyabbani committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    4399711 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Merge branch 'dev_classGUI' of https://github.com/nellyabbani/matRad

    …into dev_classGUI
    wahln committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    1996919 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Merge remote-tracking branch 'origin/master' into dev_classGUI

    # Conflicts:
    #	MatRad_Config.m
    #	dicom/@matRad_DicomExporter/matRad_DicomExporter.m
    #	dicom/matRad_scanDicomImportFolder.m
    #	matRadGUI.m
    #	matRad_showDVH.m
    #	plotting/matRad_plotIsoDoseLines.m
    wahln committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    5137fcc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. added tooltips

    Palkowitsch committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    51f8428 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Merge pull request e0404#486 from palkma/dev_classGUI

    added tooltips to GUI elements
    wahln authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    f725b01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3cd841 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    91cbc12 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    cb5a94c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    5f4da57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16beca5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    7204af4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    baa9182 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. encoding to UTF8

    amitantony committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    13d35e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    eae4a47 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    d17ecb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    657ef2b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    a216bd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8c58e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4ad063 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b80323c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Merge branch 'master' into dev

    wahln committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6db771e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Update matRad_calcCubes.m

    Correct MU vector calculation
    wahln authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    3b781b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. 1. Documentation for newer widget functions

    2. clean up of code
    3. fully update DVH solution
    amitantony committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    2d41f12 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    a1c8743 View commit details
    Browse the repository at this point in the history
  2. Gamma Widget skeleton

    amitantony committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    3fe5660 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. first working prototype

    amitantony committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    c711bdc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. documentation

    amitantony committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    8c9f8ee View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Merge branch 'master' into dev

    wahln committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    27ad9ff View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    671baea View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    ecc6e0c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    260bd66 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    5084863 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    1f7bc74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8fd78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef55778 View commit details
    Browse the repository at this point in the history
  4. Merge pull request e0404#627 from amitantony/dev_classGUI_IsoDoseBugFix

    BUGFIX: Iso dose contour not updated with changing selectedDisplayOption
    wahln authored May 26, 2023
    Configuration menu
    Copy the full SHA
    5984075 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72d5d3c View commit details
    Browse the repository at this point in the history
  6. Merge pull request e0404#625 from amitantony/dev_classGUI_a_DicomImpo…

    …rtBug
    
    Dev class GUI a dicom import bug
    wahln authored May 26, 2023
    Configuration menu
    Copy the full SHA
    37c2f02 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Merge branch 'dev_classGUI' of https://github.com/e0404/matRad into d…

    …ev_classGUI_matPatientLoadBug
    amitantony committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7561424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602bae6 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    8c2d20e View commit details
    Browse the repository at this point in the history
  2. Merge pull request e0404#626 from amitantony/dev_classGUI_matPatientL…

    …oadBug
    
    Dev class GUI .mat patient load bug
    amitantony authored May 31, 2023
    Configuration menu
    Copy the full SHA
    2273867 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae58086 View commit details
    Browse the repository at this point in the history
  4. Consistant naming fix

    amitantony committed May 31, 2023
    Configuration menu
    Copy the full SHA
    893f9b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    f59722c View commit details
    Browse the repository at this point in the history
  2. Merge pull request e0404#631 from amitantony/bug/DVHWidgetFix

    Bug/dvh widget fix
    wahln authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    4177468 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. 1. avoid sequencing warning everytime we optimize particles, 2. IGNOR…

    …ED as a tissue type, 3. fix for "ignoring legend entries" warning , 4. DVHStat naming bugfix
    amitantony committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    94e701c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    c91799c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. bugfix: 1. fixed reinitialization parameter changes, 2. fixed faulty …

    …overwrite of VOIPlotFlag that caused skipping contours
    amitantony committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f497b16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da50e91 View commit details
    Browse the repository at this point in the history
  3. set tissue warning

    amitantony committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ca479fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41e2a65 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Merge branch 'dev_classGUI' of https://github.com/e0404/matRad into d…

    …ev_varRBErobOpt_GUI
    
    Runs Basic Var RBE plans in GUI
    amitantony committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f3ea5c8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev_varRBErobOpt' of https://github.com/e0404/matRad in…

    …to dev_varRBErobOpt_GUI
    amitantony committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    522569c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev_classGUI' of https://github.com/e0404/matRad into d…

    …ev_varRBErobOpt_GUI
    amitantony committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    322ca69 View commit details
    Browse the repository at this point in the history
  4. Merge mistake Rectified

    amitantony committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    5b35787 View commit details
    Browse the repository at this point in the history
  5. pop up bug for bio model

    amitantony committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9c7a91d View commit details
    Browse the repository at this point in the history
  6. carbon pop up bug

    amitantony committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    78cd622 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Feature to autofill the couch angles to gantry angle size if single v…

    …alue of couch angle is entered
    amitantony committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5385ba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf4fe0b View commit details
    Browse the repository at this point in the history
  3. Merge pull request e0404#653 from amitantony/dev_classGUI_feature

    Feature to autofill the couch angles
    wahln authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    aaec9ba View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    bfaf5f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    92bc88d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    0991137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e03ecf View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    37c0ff8 View commit details
    Browse the repository at this point in the history
  2. deprecate java warning

    wahln committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    43e086e View commit details
    Browse the repository at this point in the history
  3. some cleanup

    wahln committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    68b8c3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27b01e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38a43ce View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    33f3a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51734ac View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    629f91d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. clean up code

    amitantony committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fe7fe40 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev_classGUI' of https://github.com/e0404/matRad into p…

    …r/652
    
    # Conflicts:
    #	dicom/matRad_importDicomRTPlan.m
    #	dicom/matRad_scanDicomImportFolder.m
    #	gui/widgets/matRad_OptimizationWidget.m
    #	gui/widgets/matRad_PlanWidget.m
    #	matRad.m
    wahln committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0040374 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Robustness functionality

    amitantony committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    50b0805 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    bdc7567 View commit details
    Browse the repository at this point in the history