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
cfbedd3e59
Fix bug with colors and dimensions misapplied
2023-02-23 12:21:05 +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
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
b2fa591f14
Refactor DimensionLayer for more readability
2023-02-17 15:37:22 +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
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
3b99d0a020
Revert dimensionStyle
2023-02-14 10:15:12 +01:00
Eric NGUYEN
7ad866fc94
Refactor selector
2023-02-13 16:38:00 +01:00
Eric NGUYEN
6958513dd3
Merge branch 'master' into master.7373.symbolHighlight
2023-02-13 16:22:06 +01:00
Eric Nguyen
a123407b3a
Merged PR 331: Remove DepthDimensionLayer + Add fixes from !330
2023-02-13 15:18:53 +00:00
Eric Nguyen
338a2c157c
Merged PR 330: Add DimensionStyle + Refactor dimensionLayer + Add width and dashArray to style
...
Add DimensionStyle + Refactor dimensionLayer + Add width and dashArray to style
Related work items: #7977
2023-02-13 14:54:50 +00:00
Eric NGUYEN
2b7ff3a202
Fix selectorSymbol not horizontally centered on the symbol
2023-02-10 17:20:02 +01:00
Carl Fuchs
8b33acb139
[Update] Poc symbol Y working
2023-02-10 17:08:18 +01:00
Eric NGUYEN
9797ada55a
Replace isComponentsOpen, isSymbolsOpen by SelectorMode in SVG.tsx
2023-02-10 17:07:26 +01:00
Carl Fuchs
79caa5e9ab
WIP
2023-02-09 17:25:55 +01:00
Carl Fuchs
579422653b
Implement Highlight on symbols
2023-02-09 15:30:31 +01:00
Carl Fuchs
acb5ba2d82
Merged PR 311: #7975 Cotations sur les ancrages
...

Related work items: #7975
2023-02-07 10:16:19 +00:00
Carl Fuchs
a7feebdcd1
Merged PR 308: #8224/#7571 Margins cotation and Colors
...
Related work items: #8224
2023-01-30 14:59:55 +00:00
Eric NGUYEN
58a881c813
Merge branch 'dev'
2022-11-21 13:56:05 +01:00
Eric NGUYEN
8b11c71384
Fix lot of eslint problems
2022-11-21 13:47:04 +01:00
Eric NGUYEN
3d6d979389
Move dimension options in Dimensions class
2022-11-09 16:00:24 +01:00
Eric Nguyen
96c3fbdf4e
Merged PR 228: Implement left cotation and fix borrower cotation when length = 0
...
Implement left cotation and fix borrower cotation when length = 0
Related work items: #7575
2022-11-08 15:51:42 +00:00
Eric NGUYEN
a8723ffd27
Remove usage of ContainerModel rather than IContainerModel
2022-11-08 10:26:34 +01:00
Eric NGUYEN
3684a34d3b
Fix depth dimension bottom position
2022-11-02 12:23:45 +01:00
Eric Nguyen
b4eba6bb9b
Merged PR 216: Deprecate parent from IContainerModel for FindContainerById
2022-10-17 16:01:06 +00:00
Eric Nguyen
c256a76e01
Merged PR 212: Optimize FindChildrenById from O(n) to O(1)
...
Optimize FindChildrenById from O(n) to O(1):
- Deprecate FindContainerByIdDFS
- Container: Replace Children to string[]
- Add HashMap to IHistoryState that contains all containers
To access a container by id now cost O(1) without any additional cost
+ Implement CICD for SVGLibs
2022-10-12 09:39:54 +00:00
Eric NGUYEN
84f968a872
TRULY Fix symbol position on scale
2022-10-04 16:00:27 +02:00
Eric NGUYEN
7121f0aae5
Fix symbol's translate making the symbol overlap with the containers
2022-10-04 15:40:59 +02:00
Eric Nguyen
ec7ee7891e
Merged PR 208: Fix scaling and position of symbols
2022-10-04 09:25:03 +00:00
Eric Nguyen
0d05f0959c
Merged PR 203: Improve responsive design and refactor layout
2022-10-03 12:05:16 +00:00
Eric NGUYEN
af1b32c8d6
Refactor UseSVGAutoResizer
2022-10-02 16:37:31 +02:00
Eric NGUYEN
57353a9bf0
Fix regression with children dimension and having less than two
2022-10-02 13:29:28 +02:00
Eric NGUYEN
badf6ebaf5
Fix duplicate key in dimension
2022-10-02 13:28:54 +02:00
Eric NGUYEN
b463c3050c
Fix 0 dimension showing in children dimension
2022-09-30 11:32:49 +02:00