Skip to content
Snippets Groups Projects
  1. May 20, 2020
  2. May 12, 2020
  3. May 11, 2020
  4. Apr 05, 2020
  5. Apr 03, 2020
  6. Mar 31, 2020
  7. Mar 28, 2020
    • Hugo Hakim Damer's avatar
    • Hugo Hakim Damer's avatar
      Added hysteresis to filters. · 060f1d7a
      Hugo Hakim Damer authored
      The configuration file now has two more configuration options in the "hysteresis" section called "phaseSwitchTrigger" and "phaseSwitchRelease".
      
      The filter only enters a given phase if the (relative) probability for this phase exceeds the value of phaseSwitchTrigger.
      After a given phase is entered, it can only be changed if the probability of the current phase has gone below the value of phaseSwitchRelease
      and hasn't gone above the value of phaseSwitchTrigger after going below phaseSwitchRelease.
      
      The default values for phaseSwitchTrigger and phaseSwitchRelease are 0.4 and 0.3, respectively.
      060f1d7a
  8. Mar 27, 2020
    • Hugo Hakim Damer's avatar
      Rewrote filters so that the number of phases, phase names and various other... · 8d68fe56
      Hugo Hakim Damer authored
      Rewrote filters so that the number of phases, phase names and various other parameters used by the filters can be configured using the configuration file.
      
      TODO: Verify documentation and write additional documentation for each filter class in the project wiki.
      8d68fe56
    • Falko Galperin's avatar
      Implement profile export · f32e0a1b
      Falko Galperin authored
      The ability to export profiles has been implemented.
      
      When right-clicking and selecting "Export -> Profile", the user
      is presented a dialog in which they can choose what to export.
      After confirming, the result will be saved and downloaded as a
      JSON file.
      
      Note that the functionality for importing profiles has yet to be added,
      only some demo UI options have been added.
      f32e0a1b
  9. Mar 19, 2020
  10. Mar 18, 2020
    • Falko Galperin's avatar
      Merge branch '29-idle-time-detection-action-chain-reduction' into 'master' · 6938ce11
      Falko Galperin authored
      Resolve "Idle Time Detection / Action Chain Reduction"
      
      Closes #29
      
      See merge request !62
      6938ce11
    • Falko Galperin's avatar
      Fix remaining bugs for idle time detection · b30409d6
      Falko Galperin authored
      - Reloading the page no longer causes incorrect chain reductions
      - Event list entries of idle times vanish alongside their visualization entries
      b30409d6
    • Falko Galperin's avatar
      Implement idle time detection · 6a3b878c
      Falko Galperin authored
      Idle time (defined as an amount of time in which no events happen) is now being
      detected and displayed in the visualization as a grey box overlay.
      
      The detected idle time is also displayed in the event list as a special entry.
      The display of such idle times in the visualization can be disabled with a
      special button at the top, and the minimum idle time can be set in the
      settings.
      
      TODO: Bug with CodeChainReductions
      6a3b878c
  11. Mar 17, 2020
  12. Mar 16, 2020
  13. Mar 15, 2020
  14. Mar 14, 2020
  15. Mar 12, 2020
  16. Mar 09, 2020
  17. Feb 29, 2020
Loading