Skip to content
Snippets Groups Projects
  1. Jun 10, 2020
  2. Mar 09, 2020
    • Jens Nolte's avatar
      Implement SignalBlock · d75b2d5b
      Jens Nolte authored
      Renames PullBlock to PollBlock and moves it to the SignalBlock in
      QBar.BlockHelper.
      The script block is now in linewise mode by default and can be
      configured into polling mode with '--poll'.
      d75b2d5b
  3. Mar 04, 2020
    • Jens Nolte's avatar
      Refactor Block types · 4e30d8df
      Jens Nolte authored
      - PushBlock becomes Block.
      - Block and PushBlock differentiate in their Proxy upstream type.
      - Exit codes are unified as ExitBlock.
      4e30d8df
  4. Feb 29, 2020
  5. Feb 28, 2020
    • Jens Nolte's avatar
      Track update reason (Default, Pull, User) · c54ebe44
      Jens Nolte authored
      Adapt wait time for additional block updates based on that (update
      happens immediately after user interaction, while there is a longer
      wait time for 'Pull'-updates).
      
      Also rename 'blockScript' to 'scriptBlock' and move it to
      'QBar.Blocks.Script'.
      c54ebe44
Loading