Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kotik-coder/PULsE
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.97
Choose a base ref
...
head repository: kotik-coder/PULsE
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.98
Choose a head ref
  • 18 commits
  • 308 files changed
  • 1 contributor

Commits on Sep 9, 2022

  1. v1.97

    kotik-coder committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    fbf3c6d View commit details
    Browse the repository at this point in the history
  2. Pull update

    kotik-coder committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    00ba733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3e939c View commit details
    Browse the repository at this point in the history
  4. Updated splash screen

    kotik-coder committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4cb45c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. - Merge branch 'development' of https://github.com/kotik-coder/PULsE

    …into releases
    
    - Added support to optimisable laser spot diameter
    - Removed a deadlock when switching between models in the model selection frame
    - Fixed problem with missing child-parent links when selecting an old model
    from the list and resuming calculation
    - Fixed AIC/BIC calculation error when trying to recalculate due to missing
    residuals
    - Removed possible deadlock when manually adjusting time step
    kotik-coder committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    20a93b1 View commit details
    Browse the repository at this point in the history
  2. Updated splash screen

    kotik-coder committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    f1cb168 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. - Made an AbstractLogger superclass

    - Moved text logging capabilities to TextLogPaneExporter
    - Added reference to specific Calculation in log entries 
    - Separated MVC functions in logging
    kotik-coder committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    475d09b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0434e4c View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Graphical log pane & new LAF

    - New Look and Feel (faster and better-looking)
    - Graphical logs
    - No "verbose" log option anymore ("on" by default in text mode)
    - Fixed glitches with GUI and task execution
    kotik-coder committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    18b3dd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Graphical log pane & new LAF

    - New Look and Feel (faster and better-looking)
    - Graphical logs
    - No "verbose" log option anymore ("on" by default in text mode)
    - Fixed glitches with GUI and task execution
    kotik-coder committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    a92b260 View commit details
    Browse the repository at this point in the history
  2. Resolve conflict

    kotik-coder committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    532d08c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Pulse & logs

    - Better handling of pulse discretisation 
    - Fixed graphical log updates
    - Better pulse visualisation
    kotik-coder committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    caf3237 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 11, 2023

  1. General usability changes

    - Fixed sample name parsing in Netzsch files
    - Made some changes to the text displayed in the GUI
    - Tooltips now more informative and well-formatted
    - Added missing SwingUtilities.invokeLater(…) method when updating graphical logs
    - Added safety checks for graphical logging
    - Added ‘finished’ boolean in the Log class, which helps graphical logs to be displayed correctly
    - Migrated to JfreeChart 1.5.4, which fixes issues with graphs in resized windows
    - Switched from using ExecutionServices and ForkJoinPools to using CompletableFutures. 
    Removed redundant blocks where concurrency has been poorly handled.
    - Removed argument from checkProblems() in SearchTask
    - Fixed execution of queued tasks hanging because of conflicting ForkJoinPools
    - Fixed tracker dialogs not closing on end of scheme selection
    - Fixed focus lost problem in ProblemStatementFrame
    kotik-coder committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    dd0a6aa View commit details
    Browse the repository at this point in the history
  2. Minor changes

    - Fixed buffer size not updating after commit to buffer dialog
    - Fixed baseline descriptor
    kotik-coder committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    25a075f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Added serialization

    - Added serialization capabilities to PULsE sessions
    - Modified the GUI (main menu) to accomodate the new capabilities of
    saving/loading sessions
    kotik-coder committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    1eccdb2 View commit details
    Browse the repository at this point in the history
  2. PULsE v1.98

    kotik-coder committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7b9b472 View commit details
    Browse the repository at this point in the history
  3. POM for PULsE v1.98

    kotik-coder committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    63fc986 View commit details
    Browse the repository at this point in the history
Loading