Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plot scaling #118

Closed
wants to merge 59 commits into from
Closed

Fix plot scaling #118

wants to merge 59 commits into from

Commits on May 12, 2023

  1. proof of concept works

    Michael Li authored and BluCodeGH committed May 12, 2023
    Configuration menu
    Copy the full SHA
    60a5341 View commit details
    Browse the repository at this point in the history
  2. Misc WDR fixes

    BluCodeGH committed May 12, 2023
    Configuration menu
    Copy the full SHA
    13d4918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeb95ef View commit details
    Browse the repository at this point in the history
  4. More fixes

    BluCodeGH committed May 12, 2023
    Configuration menu
    Copy the full SHA
    5028d7a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Limit title length

    BluCodeGH committed May 13, 2023
    Configuration menu
    Copy the full SHA
    b9f0997 View commit details
    Browse the repository at this point in the history
  2. Found better alternative than QTimer

    now we listen to all can messages (acts as our interrupt function) and then check if the specified peiod has changed, in which case, send the can message.
    Michael Li committed May 13, 2023
    Configuration menu
    Copy the full SHA
    ae2f89e View commit details
    Browse the repository at this point in the history
  3. Update DAQ config

    DAQ Computer committed May 13, 2023
    Configuration menu
    Copy the full SHA
    4e01e70 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Live fixes

    BluCodeGH committed May 14, 2023
    Configuration menu
    Copy the full SHA
    1208fde View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Add printing to replay log

    BluCodeGH committed May 16, 2023
    Configuration menu
    Copy the full SHA
    ffd5da2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Fix parsley performance

    DAQ Computer committed May 17, 2023
    Configuration menu
    Copy the full SHA
    e7d4c26 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Remove CAN message table

    BluCodeGH committed May 18, 2023
    Configuration menu
    Copy the full SHA
    c374cf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9d454c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Clean up wdr nitpicks

    itslinotlie committed May 19, 2023
    Configuration menu
    Copy the full SHA
    3a9a660 View commit details
    Browse the repository at this point in the history
  2. Clean up parsley source

    BluCodeGH committed May 19, 2023
    Configuration menu
    Copy the full SHA
    8a6b733 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests, autopep8

    BluCodeGH committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a522466 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    2cc4e01 View commit details
    Browse the repository at this point in the history
  2. Update RLCS source

    BluCodeGH committed May 20, 2023
    Configuration menu
    Copy the full SHA
    a007381 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. RLCS source improvements

    BluCodeGH committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5282a27 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    0717d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396cd74 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Let RLCS control valves

    BluCodeGH committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    18b0789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26043c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Autocomplete dashitems

    BluCodeGH committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    82d390a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. add general board table item

    Rio6 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    0c0859e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    885f2d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b44627 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7db10b3 View commit details
    Browse the repository at this point in the history
  5. improve finding list of paths

    Rio6 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    07972e5 View commit details
    Browse the repository at this point in the history
  6. make table rows draggable

    Rio6 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    ef2a7cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e86197 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01a3ed7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b770c52 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    93d8633 View commit details
    Browse the repository at this point in the history
  2. support for new binary encoding

    Rio6 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    665765a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Add dynamic_text background colour change (#113)

    * dynamic_text: Added button param to make new params
    
    * dynamic_text: Add conditions to change background color
    
    * dynamic_text: Made requested changes
    
    * dynamic_text: Removed float casting to allow CAN messages
    
    * dynamic_text: Casting condition param to str for comparison
    
    * correct typo
    
    * Format
    
    ---------
    
    Co-authored-by: Kavin Satheeskumar <[email protected]>
    Co-authored-by: Kavin <[email protected]>
    3 people authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0c3fbde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    944d1f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30f01ca View commit details
    Browse the repository at this point in the history
  4. support for new binary encoding

    Rio6 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0913ff2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    10bfa4e View commit details
    Browse the repository at this point in the history
  2. fix some bugs

    Rio6 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    402ea3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63199c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

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

Commits on Jun 19, 2023

  1. omnibus to gpsd converter

    Rio6 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1fb43b7 View commit details
    Browse the repository at this point in the history
  2. Revert "Add the ability to select which parsley instance you want to …

    …send to"
    
    This reverts commit 923bcb4.
    BluCodeGH committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f301cf8 View commit details
    Browse the repository at this point in the history
  3. Drive changes

    Fixes a few bugs, light mode, adds parsley selection
    BluCodeGH committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cb13647 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Fix parsley

    BluCodeGH committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    51239df View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    cb747a5 View commit details
    Browse the repository at this point in the history
  2. increase table widget margin

    Rio6 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1ce082b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

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

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    d78d969 View commit details
    Browse the repository at this point in the history
  2. Fixed plot scaling issue

    MaisimZaman committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    798cae9 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    cda93ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fff464 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    229d04f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ce8d32 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

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

Commits on Aug 22, 2023

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