Releases: pyjamasam/SavvyCAN
Releases · pyjamasam/SavvyCAN
Release list
Development Build
Bug Fixes
Commits
- dd705c4: Full revert of SavvyCAN.desktop so continuous build will succeed. (Collin Kidder)
- e7391cc: Update canconfactory.cpp (Ahmed Sheimy) #484
- e4dab1a: Fixed crash when deleting a message that isn't at the bottom of the node (Andy Huska) #496
- e5beccd: Fixed nonfunctional node delete. Was due to trying to find node by name but (Andy Huska) #496
- bc019bd: Fixed incorrect handling of partial frame tagged onto the end of a complete frame. (Andy Huska) #495
- c8a2540: Working on finding a way to prevent bad_alloc crash, temp stuff in place like prealloc size, and frames list resize (prob need to keep list below size limit to prevent chaos...10M msgs or so mabe) (Andy Huska) #499
- d69d373: Fixed bug where switching to RAW mode would fail due to the "ok" response being received in the same message as the first data frame (Andy Huska) #495
- ec10bfa: Added handing of ok message from RAW mode switch coming in out of order with other messages... (Andy Huska) #495
- 069063d: Merge branch 'fix_socketcand' into fix_addframebadalloc (Andy Huska) #499
- 9563961: Bug was due to treating an empty token as a 0, so fixed the string parsing to ignore empty tokens (Andy Huska) #502
- 7d4ed99: Fixed data string parsing bug where an empty string created by a trailing space would be interpreted as a 0 and then added as a data byte (Andy Huska) #494
- 57acd0f: Merge branch 'fix_framesenderloadtrailing0x00' (Andy Huska) #502
- 3353ccb: Merge branch 'fix_socketcand' (Andy Huska) #502
- c2d2227: Merge branch 'fix_dbc_delete' (Andy Huska) #502
- 27b119b: Added node name as part of the signal name that gets copied into the data table (Andy Huska) #502
- 65665bb: change the max amount of the reserved space for the frames and filteredFrames vectors (Andy Huska) #499
- 2e27043: Merge branch 'fix_addframebadalloc' (Andy Huska) #502
- b92bec6: Made max # of frames an option in preferences, restart to take effect (Andy Huska) #499
- 461bd92: Merge branch 'fix_addframebadalloc' (Andy Huska) #502
- 3183659: Added ability to maintain bus and msg filters when clearing frames (Andy Huska) #502
- fa90d2c: Fixed issue where filteredFrames was having its capacity changed (Andy Huska) #499
- cb4900a: Merge branch 'fix_addframebadalloc' (Andy Huska) #525
- a2afabb: Saving, loading, clearing, and appending signal lists working!! (Andy Huska) #525
- c5ae1dd: changed default data table font to be fixed-width for easier reading (Andy Huska) #525
- 4bae918: Fixed regression where non-commented node would not delete (Andy Huska) #498
- fe47b4e: Merge branch 'fix_dbc_delete' of github.com:qurrent-llc/SavvyCAN into fix_dbc_delete (Andy Huska) #498
- e26bfcd: Merge branch 'collin80:master' into fix_addframebadalloc (Andy Huska) #499
- 0ba60ef: Merge branch 'collin80:master' into add_allowfilterstostayuponclear (Andy Huska) #502
- 674d463: Merge branch 'collin80:master' into add_nodenameinsignalviewer (Andy Huska) #525
- b3effc5: Merge branch 'fix_dbc_delete' (Andy Huska) #525
- c5b0364: Progress! (Andy Huska) #530
- 696eab0: Changed default signalviewer message matching to be by ID (Andy Huska) #530
- 3e0b7e4: Fixed bug in extended addressing check (Andy Huska) #530
- fb4cf36: The last commit of the ext ID fix removed need for modal editor (Andy Huska) #530
- 0abd897: realized that the value list was already supported so reverted (Andy Huska) #530
- b4345b9: context menu in place for node rebase/duplicate (Andy Huska) #530
- 32c9e00: rebase working but definitely needs clean up for all the whatifs (Andy Huska) #530
- 849441f: duplicate works! multiplexed signals are not copied at this time (Andy Huska) #530
- 74a0b00: Took out unnecessary exception recover code (Andy Huska) #502
- 7bd1726: more clean up (Andy Huska) #502
- a53a942: Merge branch 'master' of https://github.com/collin80/SavvyCAN into collin80-master (Andy Huska) #502
- 7e8d313: Merge branch 'collin80-master' into add_allowfilterstostayuponclear (Andy Huska) #502
- 5b2a04a: Merge branch 'add_allowfilterstostayuponclear' (Andy Huska) #525
- f0f1482: replace qrand/qsrand with QRandomGenerator (qt6) (Ludovic LANGE) #504
- 68dd031: remove qRegisterMetaTypeStreamOperators (qt6) (Ludovic LANGE) #505
- 5524b1a: replace QTime with QElapsedTimer when possible (qt6) (Ludovic LANGE) #503
- 0394e35: replace BackgroundColorRole/TextColorRole with BackgroundRole/ForegroundRole (qt6) (Ludovic LANGE) #506
- dbaa0bc: replace QAtomicInt load()/store() with loadRelaxed()/storeRelaxed() (Ludovic LANGE) #507
- 6b1e984: make QCustomPlot compatible with Qt6.2+ (qt6) (Ludovic LANGE) #508
- 1829396: replace
QString::SkipEmptyPartswithQt::SkipEmptyParts(qt6) (Ludovic LANGE) #510 - c5ad7a2: Use enums from
Qt::ItemFlags(Ludovic LANGE) #512 - bf811c3: remove
QSerialPortobsolete enum values (qt6) (Ludovic LANGE) #511 - 94f1320: fix QMqtt ambiguous conversion (Ludovic LANGE) #513
- 2e20021: fix some static cast errors in QMqtt (Ludovic LANGE) #514
- 634518d: remove obsolete
QWheelEvent::delta()(qt6) (Ludovic LANGE) #518 - 6043301: Priorizing exact match over J1939 and GMLAN (bigoulours) #524
- cde4af6: Merge branch 'add_allowfilterstostayuponclear' (Andy Huska) #525
- 34af696: Merge branch 'master' into fix_dbc_creation (Andy Huska) #530
- ad076ac: Merge branch 'master' into add_nodenameinsignalviewer (Andy Huska) #525
- ade0847: Added combobox for nodes so msg combobox isnt so long (Andy Huska) #525
- fc965dd: Added setting for fixed width vs normal font in the data tables (Andy Huska) #525
- ebacac7: Improved socketcand input buffer handling to reduce lost data. (Andy Huska) #526
- 93e2705: Found a bug where complete frames being removed from the buffer were being shorted by 1 character (Andy Huska) #526
- 44c0cd6: Buffer for partially received and/or leftover frame fragments (Andy Huska) #526
- 78ee29b: Merge branch 'fix_dbc_creation' (Andy Huska) #534
- d74a8e5: Add a new connection type - Lawicel. It works for some devices, not (Collin Kidder)
- 25c3532: Changed the UDS Scan window quite a bit. Now there are more options (Collin Kidder)
- 1fd84fb: Merge branch 'master' of github.com:collin80/SavvyCAN (Collin Kidder)
- b7491b8: Merge branch 'collin80:master' into fix_dbc_creation (Andy Huska) #530
- 11c7694: Merge branch 'master' of github.com:qurrent-llc/SavvyCAN (Andy Huska) #534
- a9e81a2: Reworked Canalyzer ASC import to support more formats (Collin Kidder)
- 4c3b255: Added a function used by lawicel comm code. (Collin Kidder)
- 57a9d2f: Cleaned up all the UI elements and error checking f...