BIG REFACTOR GPT SOL
feat: Refactor Iced panel adapter and introduce build metadata management - Updated Cargo.toml files across multiple crates to use workspace versioning. - Enhanced the `iced-panel-adapter` to include a new `plain_slider` module and updated widget rendering to support theme colors. - Added new theme color utilities for recessed and elevated surfaces in `iced-panel-adapter`. - Introduced a new `hcie-build-info` crate to manage build metadata, including a build ID system. - Created a build script to synchronize build IDs across the workspace. - Added a Makefile for simplified build commands for the Iced application. - Implemented regression tests for vector shape creation history in the engine API. - Added a new script for managing Cargo commands with synchronized build ID increments. - Updated line count report to reflect recent changes in codebase. - Created a visual plan document for future improvements in the Iced history and panel systems.
This commit is contained in:
+16
-16
@@ -2,7 +2,7 @@
|
||||
SATIR SAYISI RAPORU
|
||||
Proje: HCIE-Rust v4
|
||||
Konum: /mnt/extra/00_PROJECTS/hcie-rust-v3.05
|
||||
Tarih: 2026-07-19 20:01:21
|
||||
Tarih: 2026-07-21 03:17:11
|
||||
=========================================
|
||||
|
||||
-----------------------------------------
|
||||
@@ -13,28 +13,28 @@ Tarih: 2026-07-19 20:01:21
|
||||
hcie-brush-engine 4845 satır
|
||||
hcie-color 85 satır
|
||||
hcie-composite 1456 satır
|
||||
hcie-document 666 satır
|
||||
hcie-document 761 satır
|
||||
hcie-draw 619 satır
|
||||
hcie-egui-app 37419 satır
|
||||
hcie-engine-api 8360 satır
|
||||
hcie-egui-app 37437 satır
|
||||
hcie-engine-api 8364 satır
|
||||
hcie-engine-api-orig 3874 satır
|
||||
hcie-filter 3238 satır
|
||||
hcie-fx 5535 satır
|
||||
hcie-history 100 satır
|
||||
hcie-iced-app 36049 satır
|
||||
hcie-io 12121 satır
|
||||
hcie-kra 1393 satır
|
||||
hcie-history 139 satır
|
||||
hcie-iced-app 38703 satır
|
||||
hcie-io 12122 satır
|
||||
hcie-kra 1398 satır
|
||||
hcie-native 153 satır
|
||||
hcie-protocol 3678 satır
|
||||
hcie-protocol 3756 satır
|
||||
hcie-psd 5120 satır
|
||||
hcie-psd-saver 1277 satır
|
||||
hcie-selection 392 satır
|
||||
hcie-text 1010 satır
|
||||
hcie-tile 361 satır
|
||||
hcie-vector 2853 satır
|
||||
hcie-vector 2921 satır
|
||||
hcie-vision 3131 satır
|
||||
|
||||
TOPLAM RUST: 136667 satır
|
||||
TOPLAM RUST: 139629 satır
|
||||
|
||||
-----------------------------------------
|
||||
C++ / HEADER (.cpp, .h)
|
||||
@@ -102,14 +102,14 @@ Tarih: 2026-07-19 20:01:21
|
||||
|
||||
MARKDOWN (.md)
|
||||
--------------------------------
|
||||
(kök dizin) 17154 satır
|
||||
(kök dizin) 17486 satır
|
||||
|
||||
TOPLAM MARKDOWN: 17154 satır
|
||||
TOPLAM MARKDOWN: 17486 satır
|
||||
|
||||
=========================================
|
||||
KOD SATIRLARI TOPLAMI (GRAND TOTAL)
|
||||
=========================================
|
||||
Rust: 136667 satır
|
||||
Rust: 139629 satır
|
||||
C++ / Header: 5031 satır
|
||||
JavaScript: 0 satır
|
||||
Svelte: 0 satır
|
||||
@@ -119,9 +119,9 @@ Tarih: 2026-07-19 20:01:21
|
||||
CSS: 0 satır
|
||||
Shell Script: 1445 satır
|
||||
-----------------------------------------
|
||||
KOD TOPLAMI: 145410 satır
|
||||
KOD TOPLAMI: 148372 satır
|
||||
|
||||
RUST + C++/H TOPLAMI: 141698 satır
|
||||
RUST + C++/H TOPLAMI: 144660 satır
|
||||
|
||||
(JSON ve Markdown dosyaları yukarıda ayrı olarak gösterilmiştir)
|
||||
=========================================
|
||||
|
||||
Reference in New Issue
Block a user