Commit Graph

816 Commits

Author SHA1 Message Date
Zheng, Lei
6c46d24ee3 TechDraw: fix drawing update on undo/redo 2019-08-17 15:32:51 +02:00
Zheng, Lei
e90d09dc40 TechDraw: Link related changes
* Support link and group objects

* Support view sync by implementing view provider API getMDIView()

* Use handleChangedPropertyType() for object migration instead of
  reimplementing Restore() because of a lots of changes in
  PropertyContainer::Restore().

* Various other small fixes.
2019-08-17 15:15:46 +02:00
Yorik van Havre
5ca5f906d9 Arch/TD: Support for Arch BuildingParts in TD ArchView 2019-08-16 19:03:49 -03:00
wandererfan
8f57a68f4e [TD]Allow Aligned & Uniform Conventions on Radius Dims 2019-08-10 19:41:03 -04:00
Tomas Pavlicek
1544c68a57 Enhance Radius dimension drawing 2019-08-10 19:41:03 -04:00
wandererfan
e6c56b2af1 [TD]Fix Svg Export Scaling issue
- change target rectangle for render to match source
- add param for endcap style (.../General/EdgeEndCap)
2019-07-22 19:38:07 -04:00
wandererfan
63ed0f5c8c [TD]Fix Inverted Y coord for midpoint and quad 2019-07-20 17:11:15 -04:00
wandererfan
ee3abc840b [TD]Fix crash on same end points 2019-07-19 20:17:20 -04:00
wandererfan
cb10b651ea [TD]Py functions for CenterLines and formatting 2019-07-19 20:17:20 -04:00
wandererfan
7f8170f953 [TD]Fix #4017 Crash on bad hatch scale 2019-07-19 11:01:20 -04:00
wandererfan
8b608d99aa [TD]Fix LockPosition icon location 2019-07-18 08:53:38 -04:00
wandererfan
d745257cc3 [TD]Add Show/Hide invisible lines tool 2019-07-18 08:53:38 -04:00
wandererfan
12a35a0955 [TD]Remove NoLine option from dialogs 2019-07-18 08:53:38 -04:00
luz.paz
0f36eedc0b Fix typos
Found via `codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller`
2019-07-16 11:21:52 -03:00
wandererfan
f2fdc0fde7 [TD]fix master merge conflict 2019-07-15 12:36:48 -04:00
wandererfan
76d02cef6e [TD]Remove extra template dir 2019-07-15 12:36:48 -04:00
wandererfan
a4577a1e5b [TD]Edge and Vertex center lines 2019-07-15 12:36:48 -04:00
wandererfan
23658da79a [TD] Fix Centerline position 2019-07-15 12:36:48 -04:00
wandererfan
6709fd849b [TD] fix context menu 2019-07-15 12:36:48 -04:00
wandererfan
9828655f48 [TD]Add Properties for Cosmetic persistence 2019-07-15 12:36:48 -04:00
wandererfan
e881dcd860 [TD]Add restore invisible lines 2019-07-15 12:36:48 -04:00
wandererfan
b4edc9e227 [TD]Add line appearance editor 2019-07-15 12:36:48 -04:00
wandererfan
5d601c1cdd [TD]Add CenterLine edit function 2019-07-15 12:36:48 -04:00
wandererfan
7ea2cca327 [TD] Add Centerline Shift/Rotate 2019-07-15 12:36:48 -04:00
wandererfan
7ee2f0c80a Cleanup dangling debug code 2019-07-15 12:36:48 -04:00
wandererfan
fbfdb69c20 [TD]Py Cosmetic Vertex, Line, Circle Arc 2019-07-15 12:36:48 -04:00
wandererfan
20f352ac65 [TD] Improve CenterMark handling on print 2019-07-12 06:45:34 -04:00
luz.paz
a0f5f52caf Misc. typo fixes
Found via `codespell -q 2`
2019-07-11 19:17:07 +02:00
FelixLee
c0d384bd61 add zh_CN template sag files 2019-07-04 15:49:04 -04:00
FelixLee
30c322ad8f create README file in TechDraw Template zh_CN
create README file in TechDraw Mod Template directory .
2019-07-04 15:49:04 -04:00
FelixLee
f79842de3f Add files via upload 2019-07-04 11:37:18 -04:00
Franck Jullien
e7e14549ca [TD] Fix TaskPanel comboBox values 2019-06-29 06:31:54 -04:00
wandererfan
db257df76c [TD]Remove tracker on Cancel 2019-06-26 08:19:12 -04:00
wmayer
cb53719821 Fix a couple of clang compiler warnings:
-Wunused-variable
-Winconsistent-missing-override
-Wdelete-non-virtual-dtor
-Wunused-private-field
-Wformat
2019-06-23 15:19:12 +02:00
wmayer
eaf591c594 fix -Winconsistent-missing-override 2019-06-23 10:37:28 +02:00
luz.paz
016e352c43 [Crowdin] Fix typo in TechDraw/Gui/CommandAnnotate.cpp
https://crowdin.com/translate/freecad/all/en-en#6576658
2019-06-20 18:42:09 +02:00
Yorik van Havre
ed8be15ef4 Merged translations from crowdin 2019-06-17 20:06:59 -03:00
Yorik van Havre
624c65dea3 Updated master ts files 2019-06-17 17:28:12 -03:00
Tomas Pavlicek
0a54126e56 TechDraw: SVG export refactoring - Fix russian templates rendering 2019-06-11 15:46:46 -04:00
Tomas Pavlicek
0856b8b19d TechDraw: SVG export refactoring - Change tspan replacement strategy 2019-06-11 15:46:46 -04:00
wandererfan
92d92476ef SVG Refactor - minor cleanups 2019-06-11 15:46:46 -04:00
Tomas Pavlicek
8ea4e0ce02 Remove xml:space=preserve from templates 2019-06-11 15:46:46 -04:00
Tomas Pavlicek
f925fa45af TechDraw: SVG export refactoring - Fix DLL export/import issue 2019-06-11 15:46:46 -04:00
Tomas Pavlicek
2c634d84af Add QtXmlPatterns to CMake lists 2019-06-11 15:46:46 -04:00
Tomas Pavlicek
068ef5b0a9 TechDraw: SVG export refactoring - Keep correct font sizes 2019-06-11 15:46:46 -04:00
Tomas Pavlicek
a562f6a129 TechDraw: SVG export refactoring - All XML modifications via DOM 2019-06-11 15:46:46 -04:00
wandererfan
7805462377 Fix uncommanded format change & font size display 2019-06-10 15:52:59 -04:00
Anton Abrosimov
266933473f TechDraw: Templates for the Russian State standard for technical documentation 2019-06-09 19:45:06 -04:00
wandererfan
a05e6339d7 Fix misleading error messages in ProjGroup test 2019-06-08 12:25:00 -04:00
wandererfan
4816755f42 Fix overlap of dimension selection area 2019-06-07 22:13:16 -04:00