Commit graph

535 commits

Author SHA1 Message Date
Eric NGUYEN
4fcf600c88 Remove deprecated EditorEvents 2023-02-24 14:46:24 +01:00
Eric NGUYEN
c725b107a4 Move selectedContainerId and selectedSymbolId to Editor component 2023-02-24 14:41:36 +01:00
Eric NGUYEN
f74405f002 Fix double button in ElementsSidebar 2023-02-24 14:20:22 +01:00
Eric NGUYEN
623003b60c Implement closable treeview 2023-02-24 12:38:42 +01:00
Eric NGUYEN
e1592f56e7 Improve DragDrop visuals 2023-02-24 09:59:39 +01:00
Eric NGUYEN
1aedcf6ef4 Remove neovim from mprocs 2023-02-24 09:34:06 +01:00
Eric NGUYEN
6d4938a487 Fix additional margin not taking into account in the scaling 2023-02-23 18:17:46 +01:00
Eric NGUYEN
63714b3520 Add dedicated space for the symbols dimensions + increase global dimension margin 2023-02-23 18:16:21 +01:00
Eric NGUYEN
0eca80bed8 Remove console.log 2023-02-23 15:23:14 +01:00
Eric NGUYEN
2c5a617b3a ElementsList: Add separators and add parity background color 2023-02-23 15:12:04 +01:00
Carl Fuchs
982a066770 [Update] Amélioration simple du DragNDrop : correction du bg color sur l'item selected et offset de la dragimage pour ne pas gêner 2023-02-23 14:01:10 +01:00
Eric Nguyen
f0b89ea05e Merged PR 329: Run eslint src --fix
#  Wait for all PRs to complete + Vertical Symbol
Run `eslint src --fix`
2023-02-23 12:55:28 +00:00
Eric NGUYEN
4e41fda93a Fix eslint errors 2023-02-23 13:54:38 +01:00
Eric NGUYEN
5b3ab651e6 Add more eslint rules 2023-02-23 13:54:30 +01:00
Eric NGUYEN
f1c97b25d1 Merge branch 'master' into eslint-fixes 2023-02-23 13:04:19 +01:00
Eric NGUYEN
cc36ff3411 Fix tests regression from Vertical and property scale removal from symbol 2023-02-23 13:02:42 +01:00
Eric NGUYEN
2772cc3e24 Fix syntax errors in DimensionLayer + fix possible bug in canvas where scale doesnt work for SelfDimensionMargins 2023-02-23 12:56:33 +01:00
Carl Fuchs
9e9a5f3f52 Merged PR 375: Symbol Y
Implement y axis in symbol

Related work items: #7306
2023-02-23 11:54:36 +00:00
Eric NGUYEN
cf856d367d Disable depth for SymbolDimension + Canvas: Add vertical symbol dimension 2023-02-23 12:52:51 +01:00
Eric NGUYEN
1e89f7803a Symbol: Apply the width/height offset 2023-02-23 12:24:34 +01:00
Eric NGUYEN
79e5f84501 Canvas: Fix RenderSymbol call 2023-02-23 12:21:23 +01:00
Eric NGUYEN
cfbedd3e59 Fix bug with colors and dimensions misapplied 2023-02-23 12:21:05 +01:00
Eric NGUYEN
dcccfec1d2 Canvas: Add vertical symbols 2023-02-23 11:06:48 +01:00
Eric NGUYEN
05eb5d5ef0 Fix wrong margin on symbols 2023-02-23 11:06:31 +01:00
Eric NGUYEN
1c8cebf0f5 Remove usage of scale for symbols + Remove shenanigans with multipliers 2023-02-23 10:57:27 +01:00
Carl Fuchs
672d0017d2 Fix #8252 2023-02-23 08:26:16 +00:00
Carl Fuchs
a476017d99 [Update] Symbol alignement behavior + filtered Symbollist in ContainerForm.tsx 2023-02-22 12:10:01 +01:00
Carl Fuchs
bf4f69a95f [Fix] SymbolBehaviors.ts => symbol.height/2 in place to get correct positionning 2023-02-21 16:26:40 +01:00
Carl Fuchs
4c2cf66667 [Update] Translation and fix 2023-02-21 15:02:53 +01:00
Carl Fuchs
174767f22c [Update] Positions/calcs finitions 2023-02-20 17:17:32 +01:00
Carl Fuchs
387e103501 [WIP] Height 2023-02-20 15:32:06 +01:00
Eric Nguyen
8fbbfc1ad5 Merged PR 368: Fix toolbar zoom
Fix toolbar zoom
2023-02-20 13:53:07 +00:00
Carl Fuchs
869cd2a7c4 [Fix] SymbolDimension (Canvas/Svg) => DEFAULT_DIMENSION_SYMBOL_STYLE in default.ts 2023-02-20 14:46:22 +01:00
Carl Fuchs
6b6175a521 [Merge] Merged changes from master before further implementations 2023-02-20 10:31:52 +01:00
Carl Fuchs
d72c2266f3 Merge branch 'master' into master.7306.symbolY
# Conflicts:
#	src/Components/Canvas/Symbol.ts
#	src/Components/SVG/Elements/DimensionLayer.tsx
#	src/Components/SVG/Elements/SelectorSymbol/SelectorSymbol.tsx
2023-02-20 10:21:54 +01:00
Eric Nguyen
b2644a039e Merged PR 366: Refactor Canvas, SVG and Viewer parameters 2023-02-17 16:20:31 +00:00
Eric NGUYEN
d40f97ad6f Add @types/react-svg-pan-zoom to patched dependencies 2023-02-17 16:24:45 +01:00
Eric NGUYEN
9cf56b308b Canvas: Add symbol selector 2023-02-17 16:09:36 +01:00
Eric NGUYEN
bdc10264d5 Canvas: Add dimension margin 2023-02-17 15:46:03 +01:00
Eric NGUYEN
b2fa591f14 Refactor DimensionLayer for more readability 2023-02-17 15:37:22 +01:00
Eric NGUYEN
fe72768142 Canvas: Add symbol dimension + Clean Viewer 2023-02-17 15:37:08 +01:00
Eric NGUYEN
5544eb05a4 Canvas: Implement dimension style 2023-02-17 15:09:48 +01:00
Eric NGUYEN
5b367f8e57 Update test-server 2023-02-17 14:37:22 +01:00
Eric NGUYEN
00cf80d9e3 Keep the extended sidebar open when changing Sidebar type + Rename ElementsSidebar 2023-02-17 14:28:56 +01:00
Eric NGUYEN
61807b621f Add fittingScale to toolbar + Add transformation-matrix to dependencies 2023-02-17 12:46:55 +01:00
Eric NGUYEN
4bb9e44b84 Changed the icons in the toolbar 2023-02-17 12:16:33 +01:00
Eric NGUYEN
14d74edf93 Update react-svg-pan-zoom 2023-02-17 11:54:12 +01:00
Eric NGUYEN
b3338b0167 Add custom toolbar 2023-02-17 11:53:19 +01:00
Eric NGUYEN
4053763e44 Implement #7978: Add double click event to rescale and replace the viewer 2023-02-17 10:39:59 +01:00
Eric NGUYEN
4bbb916788 Merge branch 'master' into eslint-fixes 2023-02-17 10:36:25 +01:00