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.93
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.93F
Choose a head ref
  • 1 commit
  • 25 files changed
  • 1 contributor

Commits on Dec 15, 2021

  1. v1.93F Fixes

    Abstract data
    
    Made the fields protected for easier access by subclasses
    
    ExportManager
    
    Introduced a current working directory field, so that the file chooser
    keeps track of the browsing history.
    
    Exporter
    
    Fixed directory not updating after selection in the file chooser
    
    NetzschCSVReader / PulseCSVReader
    
    Added support to different locales (delimiter chars and decimal separator).
    
    ReaderManager 
    
    Importing all files in a directory (e.g. with Linseis format) now invokes
    an Execution Service to take advantage of the concurrency.
    
    Problem
    
    It is now possible to select sample thickness as an optimisation variable.
    
    NumericPropertyFormatter
    
    Added missing condition to skip scientific formatting if html had been
    disabled.
    
    Normality tests
    
    Minor fixes to logic
    
    Status
    
    Prevent status from updating to QUEUED when task is in progress or has
    failed
    
    Launcher
    
    Removed pop-up exception windows completely, as this caused uncontrollable 
    breeding of pop-up windows
    
    Chart
    
    Fixed value markers not taking into account the numerical conversion 
    factor (ms -> s and vice versa). 
    
    MouseOnMarkerListener
    
    Fixed wrong concurrent updates of both value markers when switching statuses.
    
    MainGraphFrame
    
    Prevented tasks from plotting while being in progress. Avoids ConcurrentModificationException.
    
    ExportDialog
    
    Changed from Save dialog to Open dialog to avoid ambiguity
    
    Other minors changes
    kotik-coder committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7b9081f View commit details
    Browse the repository at this point in the history
Loading