Reqrefusion
bb87c79a02
Stack
2024-07-01 08:17:11 -05:00
Reqrefusion
5c999c5e99
tree
2024-07-01 08:16:42 -05:00
Reqrefusion
28338396ab
Insert
2024-07-01 08:14:44 -05:00
Reqrefusion
f17f515b11
Update TechDraw_Dimension_Pointer.svg
...
Update TechDraw_Dimension_Pointer.svg
2024-07-01 08:14:14 -05:00
Reqrefusion
a7003ebe37
Decimal
2024-07-01 08:14:02 -05:00
Reqrefusion
e6069cddc9
Chamfer
2024-07-01 08:13:37 -05:00
Reqrefusion
84ef75944b
chain
2024-07-01 08:13:26 -05:00
Reqrefusion
d36a20812e
Cascade-Coord
2024-07-01 08:12:45 -05:00
Reqrefusion
a17bf278c4
Boring changes made to better suit the guide and keyline
2024-05-18 09:23:57 -04:00
WandererFan
c12e1f8bc2
Merge pull request #13525 from Ondsel-Development/td_dimension
...
TechDraw: Smart dimension tool
2024-05-13 12:31:32 -04:00
marcuspollio
fd01f325b3
Update Draft WB icons ( #13585 )
...
* Update Draft WB icons
* Also make all icons 64px based
* keep inner white outline and small tweaks
* Tweaks following review
* Further tweaks following feedback
* Tweak more icons for consistency with light/dark themes
* Update following PR 13865, save as Plain SVG and remove unused ressources
Update texts for visibility
Some more cleanup
Use consistent FreeSans font
2024-05-13 11:20:42 -05:00
PaddleStroke
e33c983614
TechDraw: Implement 'Area' dimension.
2024-05-06 18:42:28 +02:00
PaddleStroke
7f67c4f30d
TechDraw: Implement smart dimension tool.
2024-05-06 18:40:46 +02:00
Reqrefusion
1e697c3369
Correction of some line colors
2024-04-29 15:44:39 +03:00
Reqrefusion
72be35c304
Making Technical Drawing icons more compatible with Part Design and Assembly icons Continue
...
Another overlooked logo was combined and hidden lines were made into dash lines
2024-04-29 15:18:37 +03:00
Reqrefusion
e0964efb77
Making Technical Drawing icons more compatible with Part Design and Assembly icons
...
It is aimed to provide integrity by including the shape used in other workbenches in technical drawing icons. For the hidden line, color variation was used instead of dashed. The reason for this is to comply with the art guide. I think the dashed line looks better.
2024-04-28 23:59:51 +03:00
PaddleStroke
77ed2eeed5
TechDraw: Add taskbox to Part View. Removes Projection Group from toolbar.
2024-04-22 15:53:14 +02:00
PaddleStroke
3fff49f7f6
TechDraw: Insert View : Enable handling of image and SVG if no selection.
2024-04-22 15:53:14 +02:00
PaddleStroke
68fe9df121
TechDraw: Insert View : Enable handling of spreadsheet and arch objects. Remove the spreadsheet and arch specific commands from the toolbars
2024-04-22 15:53:14 +02:00
wandererfan
33a3c84d92
[TD]implement BrokenView
2024-04-06 15:25:23 -04:00
pavltom
74d0c2e2c1
[TechDraw] Add new Insert Repetition Count command
2024-02-26 16:40:25 -05:00
luzpaz
e9f9e441fc
Fix typos
2023-12-22 13:35:23 +00:00
Syres916
c81435c615
[TechDraw] Collect doc info to fill template fields
2023-12-07 19:55:01 -05:00
edi271
d75e7fbcf3
[TD] Icon and dialog file
2023-12-06 08:50:59 -05:00
pavltom
84982fb25d
[TechDraw] Implement arc length calculation for arbitrary edge
2023-11-26 08:53:39 -05:00
pavltom
4751481167
[TechDraw] Set Calculate Area icon units to pixels
2023-11-23 19:47:04 -05:00
pavltom
0e5aa8c4df
[TechDraw] Fixes #7317 - Calculate Area of Arbitrary Faces
2023-11-23 19:47:04 -05:00
DeflateAwning
c847a3d516
Change http to https in SVGs
...
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Include: *.svg
2023-10-29 22:32:59 -06:00
wandererfan
d72478ade2
[TD]upgrade WeldSymbol icone
2023-10-04 20:27:46 -04:00
wandererfan
0b191c477b
[TD]initial implementation of cosmetic cicle command
2023-09-20 13:42:11 -04:00
luzpaz
129d5882a7
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
wandererfan
7ed22cc5f6
[TD]add autocorrect preference
2023-03-13 19:03:32 -04:00
edi271
bd4219951b
[TD] Icon file hole/shaft fit
2023-02-13 14:45:04 -05:00
edi271
2c931a88b0
[TD] Add Command Axo Length Dimension
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2023-02-05 14:50:44 -08:00
wandererfan
1b547dff72
[TD]Refactor Dimensions for 3d upgrade
...
- separate validation, geometry and reference handling into
individual files
- improve 3d reference geometry handling
- eliminate duplicate dim creation code
- add Dimension reference repair dialog
- Refactor formatting out of DrawViewDimension
- move dimension repaint control to ViewProvider
2023-01-07 16:32:03 -05:00
wandererfan
99f67b8a40
[TD]SectionView/ComplexSection - preview, direction selection
...
- add preview/live update to TaskSectionView & TaskComplexSection
- add view direction selector to uis
- use SectionNormal as Direction. Make Direction read-only
- simplify section line end point calculation
- section group command in toolbar
- make section and complex section icons consistent
- fix compsolid cutting tool
- terminology: single/piecewise to offset/aligned
2022-10-28 08:47:45 -04:00
wandererfan
5ddc6ce789
[TD]Complex Section - initial implementation
2022-10-28 08:47:45 -04:00
wandererfan
a22b0c89d3
[TD]update export icons
2022-10-16 07:55:35 -04:00
wandererfan
fcef1cb174
[TD]implement view stacking
2022-09-07 16:06:54 -04:00
wandererfan
d6330b7103
[TD]add PrintAll command
2022-09-07 16:06:54 -04:00
Tobias Frost
9311e2913e
Replace edit-cut.svg
...
Replace 2 instances of edit-cut.svg with the version from the tango icon
library to reslove license issue. Closes #7347 .
Tango Icon Library used: http://tango.freedesktop.org/releases/tango-icon-theme-0.8.90.tar.gz
Location within the tarball:
./tango-icon-theme-0.8.90/scalable/actions/edit-cut.svg
2022-08-11 10:23:02 -04:00
edi271
a203b1ae30
[TD] Add SurfaceFinishSymbol command
...
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com >
2022-07-20 16:13:56 -04:00
Benjamin Bræstrup Sayoc
43f6c17942
[TechDraw] Rename icon filenames for consistency
2022-07-09 14:38:30 -04:00
Wanderer Fan
1b65b3f600
[TD]fix icons for dark schemes
2022-06-10 17:49:43 -04:00
Wanderer Fan
ef37abc441
[TD]fix dimension special characters
2022-05-11 14:16:56 -04:00
Wanderer Fan
1cd952fc09
[TD]Fix Extension Icons
...
- icons were causing an error msg from Qt
2022-03-29 19:08:29 -04:00
edi271
0cba14638a
Icons and Ui-files
2022-02-17 10:05:56 -05:00
Wanderer Fan
d6d7c4fa68
[TD]rename CopyView to ShareView
2022-02-03 08:39:01 -05:00
edi271
717c478863
New tool remove prefix characters
2022-02-02 08:35:34 -05:00
edi271
af82959b02
New tool circle through 3 points
2022-02-02 08:35:34 -05:00