LuChiChick LuChiChick
  • Joined on 2025-03-24
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2026-01-26 12:57:27 +00:00
0f2f2720fc Adjusted UI layout && Tested dynamic window expansion effects && Added node editor area (experimental, currently only one simple test node available with no practical functionality)
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2026-01-26 12:32:46 +00:00
cfb1be0efd Fixed an issue with incorrect output format for extended timestamps (unit: 0.1 milliseconds) && Added DLT message sorting.Output message rows are now arranged in ascending order by timestamp.
LuChiChick pushed tag Ver0.1 to LuChiChick/DLT_Splitter 2025-12-11 05:47:34 +00:00
LuChiChick pushed to main at LuChiChick/DLT_Splitter 2025-12-11 05:40:02 +00:00
7666ec39fe Added control buttons to enable selective file export functionality && Fixed the issue where files were not closed after DLT Log export && Resolved the problem of files failing to open due to Chinese path characters && Modified alert pop-up icons && Adjusted the initial display position
34509a68a6 Implemented file input via explorer by invoking Win32 API && Modified the file input validity detection strategy && Adjusted UI layout
38b498e841 Demo widgets and layout for drag drop and file list
0814aaaf17 Implement Win32 drag drop file and change main window size
9c8a7134eb Modified the way to statistic max payload length
Compare 17 commits »
LuChiChick pushed tag Ver1.0 to LuChiChick/DLT_Splitter 2025-12-11 05:39:55 +00:00
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-12-05 09:49:16 +00:00
7666ec39fe Added control buttons to enable selective file export functionality && Fixed the issue where files were not closed after DLT Log export && Resolved the problem of files failing to open due to Chinese path characters && Modified alert pop-up icons && Adjusted the initial display position
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-12-02 12:44:01 +00:00
34509a68a6 Implemented file input via explorer by invoking Win32 API && Modified the file input validity detection strategy && Adjusted UI layout
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-27 13:57:38 +00:00
38b498e841 Demo widgets and layout for drag drop and file list
0814aaaf17 Implement Win32 drag drop file and change main window size
Compare 2 commits »
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-26 10:54:09 +00:00
9c8a7134eb Modified the way to statistic max payload length
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-26 08:39:37 +00:00
809493e134 Modify the 'DLT_File' class, rename it to 'DLT_Log' and refactor some of its functionalities. It now supports importing multiple DLT files and count the memory allocation usage
e16e4e0872 modified CSV column title output wrapper
Compare 2 commits »
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-25 06:41:21 +00:00
87cc8637db Implement CSV export function
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-24 13:18:02 +00:00
28728840a5 Implement CSV column and cell insert function
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-21 11:06:15 +00:00
e3f5132086 Basic CSV table class and test code
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-21 11:03:42 +00:00
274e1ca9b0 Add more header info output
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-19 09:47:29 +00:00
8f01578411 Added a new DLT File class that implements basic payload parsing && Added a CSV export function for the DLT File class (currently in testing and not fully completed) && Added a command-line parsing entry point.
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-19 09:42:16 +00:00
33674ec54a Fix Makefile build rull for c objects
LuChiChick pushed to main at LuChiChick/SNOOPerToCSV 2025-11-17 02:08:16 +00:00
b840314783 Fix Makefile build rull for c objects
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-11 07:23:04 +00:00
439912cc48 Fix crash caused by assertion when creating a node that only contains a NodeTitleBar
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-11 07:09:45 +00:00
97ec4ea413 Imported ImNodes
LuChiChick pushed to dev at LuChiChick/DLT_Splitter 2025-11-10 12:29:28 +00:00
75eb1fc143 add font msyh.ttc && Basic main panel for UI widgets