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.97b
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.97c
Choose a head ref
  • 1 commit
  • 26 files changed
  • 1 contributor

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
Loading