wandererfan
|
0bd0d2e4b5
|
[TD]Fix margins on PDF output #11308
|
2023-11-10 09:30:19 -05:00 |
|
Chris Hennes
|
954c2fa03f
|
Update translations
|
2023-11-09 12:23:56 -06:00 |
|
Chris Hennes
|
aaa0db3867
|
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
|
cf84c171e6
|
Merge pull request #10978 from FlachyJoe/modernize-type-check
Modernize type and derived type checking
|
2023-11-06 10:44:32 -06:00 |
|
pavltom
|
862eef57eb
|
[TechDraw] Checkable menu item for Turn View Frames On/Off - segfault fix
|
2023-11-01 13:55:38 -04:00 |
|
pavltom
|
0083799ac1
|
[TechDraw] - Checkable menu item for Turn View Frames On/Off
|
2023-11-01 13:55:38 -04:00 |
|
Chris Hennes
|
b2f069f8b0
|
Merge branch 'main' into modernize-type-check
|
2023-10-31 15:46:18 -05:00 |
|
wandererfan
|
9a7163f533
|
[TD]fix 2 tidy warnings
|
2023-10-31 09:12:50 -04: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
|
9a84364a46
|
[TD]fix spurious missing object message
|
2023-10-28 08:31:43 -04:00 |
|
pavltom
|
ded89f5e8f
|
[TechDraw] - Line Decoration Improvements
|
2023-10-26 14:30:36 -04:00 |
|
wandererfan
|
5c602bbc58
|
[TD]fix loss of line style
|
2023-10-26 14:07:46 -04:00 |
|
Chris Hennes
|
cbd0ef5975
|
Merge branch 'main' into modernize-type-check
|
2023-10-25 16:07:28 -05:00 |
|
pavltom
|
4d17f4831a
|
[TechDraw] - Cosmetic edge fixes
|
2023-10-24 19:22:13 -04:00 |
|
Florian Foinant-Willig
|
24352a7f4c
|
TechDraw: modernize type checking
|
2023-10-23 18:08:59 +02:00 |
|
wandererfan
|
8dea3487e2
|
[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
|
d01e9165a5
|
[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
|
6876eca8e7
|
[TD]remove obsolete exportingPdf flag handling
|
2023-10-23 11:01:38 -04:00 |
|
wandererfan
|
e3ad4d35dc
|
[TD]fix printAllPdf info block text
|
2023-10-20 19:08:34 -04:00 |
|
pavltom
|
4ea8558e09
|
[TechDraw] - Cosmetic circle fixes
|
2023-10-20 12:18:30 -04:00 |
|
wandererfan
|
26801ac1f1
|
[TD]#11091 - fix issue 1 getQGVPage()
|
2023-10-19 10:07:48 -04:00 |
|
wmayer
|
e10d21f4e1
|
TD: fix QGIViewPart::highlightMoved
|
2023-10-18 19:45:23 -04:00 |
|
Zheng, Lei
|
07542c5660
|
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
|
56820718c5
|
Core: Revert superfluous changes made with PR #9521
|
2023-10-09 15:06:45 +02:00 |
|
sliptonic
|
aa82948b27
|
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
|
d72478ade2
|
[TD]upgrade WeldSymbol icone
|
2023-10-04 20:27:46 -04:00 |
|
AgCaliva
|
2212e68a30
|
merge master via cli
|
2023-10-04 13:28:48 -03:00 |
|
Chris Hennes
|
6d37ef6609
|
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
|
885212d7d4
|
TD: fix compiler warning about unused class member (-Wunused-private-field)
|
2023-10-02 13:54:39 -04:00 |
|
Florian Foinant-Willig
|
60da0b80f7
|
TechDraw: fix extension lines of projected dimension
|
2023-10-02 13:53:01 -04:00 |
|
liukaiwen
|
18af697795
|
Merge remote-tracking branch 'origin/master' into remove_redundant_definition
|
2023-10-02 01:42:37 +08:00 |
|
Chris Hennes
|
5dfd4d5190
|
Update translations
|
2023-09-29 22:57:37 -05:00 |
|
ppphp
|
82ba7ae5ca
|
Merge branch 'master' into remove_redundant_definition
|
2023-09-28 01:38:38 +08:00 |
|
wandererfan
|
a51c54e7f0
|
[TD]allow centerline deletion with Del
|
2023-09-27 12:24:21 -04:00 |
|
liukaiwen
|
4f8fe8fd4a
|
[cmake] some definitions do not matter build now
|
2023-09-27 18:17:14 +08:00 |
|
AgCaliva
|
1f9bae0de7
|
Merge branch 'master' into User/Document/Feature_level_units_selection_#7746
|
2023-09-25 22:58:23 -03:00 |
|
wandererfan
|
0b191c477b
|
[TD]initial implementation of cosmetic cicle command
|
2023-09-20 13:42:11 -04:00 |
|
Chris Hennes
|
730d471fb1
|
Update translations
|
2023-09-19 22:25:14 -05:00 |
|
AgCaliva
|
4a504437d3
|
merge master via cli
|
2023-09-16 02:12:58 -03:00 |
|
AgCaliva
|
280e5e3987
|
Fixing DOMDocument redefinition
|
2023-09-16 00:38:41 -03:00 |
|
wandererfan
|
01256623ff
|
[TD]allow cosmetic deletion via DEL
|
2023-09-15 11:46:37 -04:00 |
|
AgCaliva
|
41230a9427
|
fixing DOMDocument redefinition error 2
|
2023-09-14 03:50:53 -03:00 |
|
wmayer
|
88b9cf2ecc
|
TD: remove unused class member
Fix compiler warning: -Wunused-private-field
|
2023-09-11 11:34:29 -04:00 |
|
wandererfan
|
114e6ca2a9
|
[TD]fix label generation complex section
|
2023-09-10 14:25:15 -04:00 |
|
wandererfan
|
cf94a892d6
|
[TD]fix label generation simple section
|
2023-09-10 14:25:15 -04:00 |
|
Chris Hennes
|
857ddacb6e
|
Update translations (#10613)
* Update translations
* Start: Remove Start.ts
|
2023-09-10 13:06:26 -05:00 |
|
wandererfan
|
7f2076afb8
|
[TD]fix fail on multiple empty annotation
|
2023-09-07 13:11:09 -04:00 |
|
wandererfan
|
4046e03cc6
|
[TD]refactor print routines out of MDIViewPage
|
2023-09-06 08:58:33 -04:00 |
|
wandererfan
|
ae7415c39e
|
[TD]add support for view menu zoom
|
2023-09-05 08:47:40 -04:00 |
|
wandererfan
|
2e4ed1ae99
|
[TD]fix selection highlighting from tree
|
2023-09-03 10:09:42 -04:00 |
|