3ec4327d45Refactor DLT_Utilities to use STL containers, removing manual memory management && Add a debug output for command-line argument input
dev
LuChiChick2026-04-30 20:49:57 +08:00
df949ce460Modified some function name in JSON related classes && Removed the Null flag for Json_Pair && Added function interfaces for exporting and importing configurations in the base node class && Added experimental operation testing for the workflow.LuChiChick2026-04-28 19:08:31 +08:00
f9f10209caResolved an issue where node width expanded infinitely during window dragging across multi‑display screens with different scaling factors.This problem was caused by inaccurate width calculation of placeholder elements.The width calculation for nodes now uses an adaptive approach.LuChiChick2026-04-28 11:17:58 +08:00
fa4e79dc86Implemented 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.LuChiChick2026-04-24 17:07:07 +08:00
e0afc4963fImplemented the functions of saving the workspace into a json file and loading from it.LuChiChick2026-04-23 20:23:09 +08:00
923ba12ae9Fixed the issue of incorrect DLT message parsing when payload length is 0 && Fixed potential wild pointers and improper memory free.LuChiChick2026-04-23 10:58:12 +08:00
ce6f9646c4Added 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.LuChiChick2026-04-21 20:54:07 +08:00
e80d14d347Fixed memory leak issue caused by incorrect deallocation order in the Json_Value destructor && Fixed issue where copy construction of read-only reference members in Json_Value failed to pass && Added read-only reference members for Json_Object and Json_Array && Added const qualifiers to methods that do not modify class members && Implemented JSON file parsing && Implemented JSON file export, supporting minified export and pretty print.LuChiChick2026-04-21 17:59:57 +08:00
b11e74e815Implemented a JSON file format checking function.LuChiChick2026-04-17 16:28:44 +08:00
057438652aImplemented the basic elements of JSON files, including Json_Pair, Json_Arry, Json_Object, and Json_Value. Additionally, some syntactic sugar has been implemented for ease of use, allowing for rapid construction of JSON elements using {} initialization.LuChiChick2026-04-10 14:11:41 +08:00
4da02ddb60Removed the externally exposed Connector_Pool and the useless Separate_Node_List && Redesigned Process_Route && Implemented the construction of a non-conflicting execution sequence and set the corresponding working route for each starting node.LuChiChick2026-04-07 15:41:37 +08:00
a23f562906Added key response, now you can use Ctrl+A to select all nodes. Ctrl+X currently only deletes the selected part, and may support clipboard in the future. && Added a delete selected content function in the right-click menu.LuChiChick2026-04-02 19:04:07 +08:00
7aa8c6750dExpose some enum types within the public class namespace to remove redundant external definitions && Add node connection loop detection and provide a warning for it.LuChiChick2026-04-02 11:16:37 +08:00
975495b2b7Modified the way connectors associate with storage.Now both input and output interface types are allowed to have multiple connections. && Added some utility methods to the Workflow_Editor class. && Implemented key response, users can now select nodes and connections with a bounding box and delete them using the Delete key. && Added a new node type for connector testing.LuChiChick2026-03-31 11:24:32 +08:00
f1e29aaba9Modified the Makefile to enable stripping of extra information during the linking stage, further reducing the size of the Release build.LuChiChick2026-03-23 10:12:59 +08:00
20d1c5576fModified VsCode Launch.json for enable gdb pretty-printingLuChiChick2026-03-13 16:44:39 +08:00
f6e70335f9Refactored 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.LuChiChick2026-03-13 10:55:28 +08:00
b86798db10Processed unnecessary explicit C include declarationsLuChiChick2026-03-13 10:40:34 +08:00
0f2f2720fcAdjusted UI layout && Tested dynamic window expansion effects && Added node editor area (experimental, currently only one simple test node available with no practical functionality)LuChiChick2026-01-26 20:57:13 +08:00
cfb1be0efdFixed 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.LuChiChick2026-01-26 20:32:36 +08:00
7666ec39feAdded 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
main
Ver1.0
LuChiChick2025-12-05 17:49:09 +08:00
34509a68a6Implemented file input via explorer by invoking Win32 API && Modified the file input validity detection strategy && Adjusted UI layoutLuChiChick2025-12-02 20:43:53 +08:00
38b498e841Demo widgets and layout for drag drop and file listLuChiChick2025-11-27 21:57:17 +08:00
0814aaaf17Implement Win32 drag drop file and change main window sizeLuChiChick2025-11-27 21:56:32 +08:00
9c8a7134ebModified the way to statistic max payload lengthLuChiChick2025-11-26 18:54:02 +08:00
809493e134Modify 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 usageLuChiChick2025-11-26 16:39:25 +08:00
e16e4e0872modified CSV column title output wrapperLuChiChick2025-11-26 16:30:23 +08:00
8f01578411Added 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.LuChiChick2025-11-19 17:47:20 +08:00
33674ec54aFix Makefile build rull for c objectsLuChiChick2025-11-19 17:42:09 +08:00
439912cc48Fix crash caused by assertion when creating a node that only contains a NodeTitleBarLuChiChick2025-11-11 15:22:39 +08:00