Open
Conversation
added 30 commits
November 23, 2025 21:04
Contributor
Author
|
- Node.qml reescrito com Canvas evenodd para cutouts transparentes - Header colorido (HSL lighten 12%) com icone SVG + caption - Body central (cor base) + port columns (HSL darken 10%) - Port labels posicionados dentro do body - Ports: outline (4px) quando desconectados, filled (10px) quando conectados - portConnected() no QuickGraphModel para query reativa - connectionVersion counter para invalidar port state bindings - NodeGraphStyle: nodeTypeStyles map, helpers lighten/darken/getNodeColor/getNodeIcon - Draft connection tracejada (dashPattern) - Borda com gaps nos cutouts dos ports - antialiasing nos port circles Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Shape com PathSvg e OddEvenFill para cutouts vetoriais - Escala perfeitamente com zoom (sem pixelizacao) - antialiasing: true + smooth: true para bordas suaves - Remove Canvas (CPU bitmap) por Shape (GPU tessellation) - Cutouts, header, borda com gaps todos via SVG paths Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This reverts commit 9946140.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
A linha tracejada ao arrastar agora usa a mesma cor do tipo do port (trade=vermelho, candle=azul, etc.) em vez de azul fixo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Cantos inferiores do body respeitam o radius quando nao ha port column adjacente. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adiciona getPortCaption no QuickGraphModel e usa nos port labels do Node.qml. Ports agora mostram nomes do Lua metadata (ex: "candle", "close", "source", "ma") em vez de "Input"/"Output". Fallback pro label generico se caption vazio. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- displayCaption() retorna custom caption se setado, senão default - setCustomCaption() permite alterar caption em runtime - setNodeData(Caption) agora funciona (era no-op) - addNodeWithId() cria node com ID forçado (para restore de save) - nodeDoubleClicked signal agora inclui caption do node Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description
Testing
Please fill out the sections above to help reviewers understand your changes.