pavltom
aceb964cea
[TechDraw] - Fix issue #10094
2023-11-06 12:43:28 -05:00
Chris Hennes
37a8e348c6
Merge pull request #11231 from DeflateAwning/http-cleanup
...
Find and replace http://freecad to https://freecad
2023-11-06 11:16:13 -06:00
Chris Hennes
590fb19f31
Merge pull request #10978 from FlachyJoe/modernize-type-check
...
Modernize type and derived type checking
2023-11-06 10:44:32 -06:00
pavltom
62e3b27e62
[TechDraw] Checkable menu item for Turn View Frames On/Off - segfault fix
2023-11-01 13:55:38 -04:00
pavltom
3356b09410
[TechDraw] - Checkable menu item for Turn View Frames On/Off
2023-11-01 13:55:38 -04:00
Chris Hennes
ce8f48967a
Merge branch 'main' into modernize-type-check
2023-10-31 15:46:18 -05:00
wandererfan
c87057ad2b
[TD]fix 2 tidy warnings
2023-10-31 09:12:50 -04:00
DeflateAwning
1e3179e9bc
Find and replace http://freecad.org to https://freecad.org
...
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Done in all remaining files (after doing it in SVGs in the last commit)
2023-10-29 22:39:22 -06:00
DeflateAwning
46b3c02647
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
2a5afab728
[TD]fix spurious missing object message
2023-10-28 08:31:43 -04:00
pavltom
ad76a7dc62
[TechDraw] - Line Decoration Improvements
2023-10-26 14:30:36 -04:00
wandererfan
b80c05d248
[TD]fix loss of line style
2023-10-26 14:07:46 -04:00
Chris Hennes
583e27e8af
Merge branch 'main' into modernize-type-check
2023-10-25 16:07:28 -05:00
pavltom
0ded3994c5
[TechDraw] - Cosmetic edge fixes
2023-10-24 19:22:13 -04:00
Florian Foinant-Willig
1d8a51b47b
TechDraw: modernize type checking
2023-10-23 18:08:59 +02:00
wandererfan
3c8be7472c
[TD]refactor QGIFace into 2 files
...
- add PATPathMaker for the PAT hatch spec processing
methods
- remove PAT methods from QGIFace
- remove obsolete conversion of svg hatch to pixmap
2023-10-23 11:01:38 -04:00
wandererfan
60531f384e
[TD]resolve variable name confusion
...
QPen and QBrush variable names were too similar and
easily confused.
2023-10-23 11:01:38 -04:00
wandererfan
4b80ea044d
[TD]remove obsolete exportingPdf flag handling
2023-10-23 11:01:38 -04:00
wandererfan
06ef58c885
[TD]fix printAllPdf info block text
2023-10-20 19:08:34 -04:00
pavltom
0657ecf3e3
[TechDraw] - Cosmetic circle fixes
2023-10-20 12:18:30 -04:00
wandererfan
2535a9e835
[TD]#11091 item 12 array over run
2023-10-19 10:07:48 -04:00
wandererfan
acd557f60a
[TD]#11091 - fix issue 1 getQGVPage()
2023-10-19 10:07:48 -04:00
wmayer
65038632eb
TD: fix QGIViewPart::highlightMoved
2023-10-18 19:45:23 -04:00
wmayer
454716c7da
TD: fix GeometryMatcher::compareBSplines
2023-10-18 19:43:51 -04:00
wmayer
f0d350f60d
TD: fix -Wsign-compare
2023-10-11 15:12:42 +02:00
Zheng, Lei
1dd0a9afaa
Gui/TechDraw: declare 'panning' capability in views
...
OverlayManager queries this capability to determin whether to auto hide
the overlay docking widgets
2023-10-11 09:58:53 +02:00
wmayer
d305f306df
Core: Revert superfluous changes made with PR #9521
2023-10-09 15:06:45 +02:00
wandererfan
16dd8fc239
[TD]fix fail on unmeshed shape
2023-10-06 20:39:38 -04:00
sliptonic
747c2b86f8
Merge pull request #9521 from AgCaliva/User/Document/Feature_level_units_selection_#7746
...
Adding "ProjectUnitSystem" support to project files.
2023-10-06 07:56:59 -05:00
wandererfan
06460ef171
[TD]upgrade WeldSymbol icone
2023-10-04 20:27:46 -04:00
AgCaliva
3ac69993c0
merge master via cli
2023-10-04 13:28:48 -03:00
wandererfan
5b65757404
[TD]fix sketch location in view
2023-10-03 13:35:36 -04:00
Florian Foinant-Willig
aab4962b5b
TechDraw: Fix #10919 crash at geometry deletion
2023-10-03 09:01:42 -04:00
Chris Hennes
8595b07b76
Merge pull request #10844 from ppphp/remove_redundant_definition
...
[cmake] some definitions do not matter now
2023-10-02 14:20:49 -05:00
wmayer
59cfed08de
TD: fix compiler warning about unused class member (-Wunused-private-field)
2023-10-02 13:54:39 -04:00
Florian Foinant-Willig
2d27b84686
TechDraw: fix extension lines of projected dimension
2023-10-02 13:53:01 -04:00
Florian Foinant-Willig
ed87ce0af0
TechDraw: Implements projected Length dimension
2023-10-02 13:53:01 -04:00
wandererfan
2d72806e29
[TD]Fix no dimensions from old document ( #10880 )
2023-10-02 09:39:27 -04:00
wandererfan
b47e9b6420
[TD]add line spacing property
...
- requires Arch PR #10816 to see results
2023-10-01 19:54:32 -04:00
liukaiwen
721b991b1c
Merge remote-tracking branch 'origin/master' into remove_redundant_definition
2023-10-02 01:42:37 +08:00
Chris Hennes
6c9be93378
Update translations
2023-09-29 22:57:37 -05:00
wandererfan
2f069bb94f
[TD]fix missing reference geometry
2023-09-28 09:01:39 -04:00
ppphp
ab8ae5ffdd
Merge branch 'master' into remove_redundant_definition
2023-09-28 01:38:38 +08:00
wandererfan
a48490f518
[TD]fix centerline rotation
2023-09-27 12:24:21 -04:00
wandererfan
68f79e06ae
[TD]allow centerline deletion with Del
2023-09-27 12:24:21 -04:00
liukaiwen
329904a055
[cmake] some definitions do not matter build now
2023-09-27 18:17:14 +08:00
AgCaliva
a4e90b2609
Merge branch 'master' into User/Document/Feature_level_units_selection_#7746
2023-09-25 22:58:23 -03:00
wandererfan
80539ff4c4
[TD]initial implementation of cosmetic cicle command
2023-09-20 13:42:11 -04:00
Pieter Hijma
776649be06
TechDraw: Expose two functions for SVG export
2023-09-20 09:27:17 -04:00
André Caldas
0f27212d57
TechDraw: creates closure for concurrent thread context.
...
We use a lambda function with a copy of variables
that might be destructed in the original calling thread,
possibly producing dangling references.
See: https://forum.freecad.org/viewtopic.php?t=81260
2023-09-20 09:26:15 -04:00