This website requires JavaScript.
Explore
Help
Sign In
LuChiChick
/
DLT_Splitter
Watch
1
Star
0
Fork
0
You've already forked DLT_Splitter
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
DLT_Splitter
/
Inc
History
LuChiChick
fa4e79dc86
Implemented the copy, paste, and cut functions in the workspace, with corresponding shortcut key responses. The clipboard functionality is implemented internally and does not interact with the operating system for now.
2026-04-24 17:07:07 +08:00
..
Command_Solve.hpp
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.
2025-11-19 17:47:20 +08:00
Config.hpp
Implemented file input via explorer by invoking Win32 API && Modified the file input validity detection strategy && Adjusted UI layout
2025-12-02 20:43:53 +08:00
CSV_Utilities.hpp
Implement CSV export function
2025-11-25 14:22:06 +08:00
DLT_Utilities.hpp
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.
2026-01-26 20:32:36 +08:00
Global_Variables.hpp
Refactored the implementation of the Workflow_Editor class: now uses shared_ptr and vector for automatic lifecycle management && decoupled nodes and interfaces with abstract base class implementation && implemented an independent unique ID generator && implemented test nodes and interfaces && implemented automatic connection drawing.
2026-03-13 10:55:28 +08:00
ID_Generator.hpp
Refactored the implementation of the Workflow_Editor class: now uses shared_ptr and vector for automatic lifecycle management && decoupled nodes and interfaces with abstract base class implementation && implemented an independent unique ID generator && implemented test nodes and interfaces && implemented automatic connection drawing.
2026-03-13 10:55:28 +08:00
Json_Utilities.hpp
Added shallow copy constructors for Json_Array and Json_Object && Added a float type constructor for Json_Value && Fixed the incorrect indentation issue when pretty-printing an empty Json_Array.
2026-04-21 20:54:07 +08:00
Nodes_And_Connectors.hpp
Expose some enum types within the public class namespace to remove redundant external definitions && Add node connection loop detection and provide a warning for it.
2026-04-02 11:16:37 +08:00
Type_Descriptions.hpp
Implement Win32 drag drop file and change main window size
2025-11-27 21:56:32 +08:00
UI_Layout.hpp
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
2025-12-05 17:49:09 +08:00
Workflow_Editor.hpp
Implemented the copy, paste, and cut functions in the workspace, with corresponding shortcut key responses. The clipboard functionality is implemented internally and does not interact with the operating system for now.
2026-04-24 17:07:07 +08:00