wmayer
85270f5cd3
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
81f37959a7
fix -Winconsistent-missing-override
2019-06-23 10:37:28 +02:00
luz.paz
4035abc3c8
[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
236f890864
Merged translations from crowdin
2019-06-17 20:06:59 -03:00
Yorik van Havre
d890b4ec17
Updated master ts files
2019-06-17 17:28:12 -03:00
Tomas Pavlicek
1cd8f26254
TechDraw: SVG export refactoring - Fix russian templates rendering
2019-06-11 15:46:46 -04:00
Tomas Pavlicek
dab8a3c02f
TechDraw: SVG export refactoring - Change tspan replacement strategy
2019-06-11 15:46:46 -04:00
wandererfan
044fe79549
SVG Refactor - minor cleanups
2019-06-11 15:46:46 -04:00
Tomas Pavlicek
ca5051a798
Remove xml:space=preserve from templates
2019-06-11 15:46:46 -04:00
Tomas Pavlicek
bf5433a108
TechDraw: SVG export refactoring - Fix DLL export/import issue
2019-06-11 15:46:46 -04:00
Tomas Pavlicek
5f0be3cacc
Add QtXmlPatterns to CMake lists
2019-06-11 15:46:46 -04:00
Tomas Pavlicek
28b2df05da
TechDraw: SVG export refactoring - Keep correct font sizes
2019-06-11 15:46:46 -04:00
Tomas Pavlicek
f4ca09f985
TechDraw: SVG export refactoring - All XML modifications via DOM
2019-06-11 15:46:46 -04:00
wandererfan
de3715908e
Fix uncommanded format change & font size display
2019-06-10 15:52:59 -04:00
Anton Abrosimov
58608df237
TechDraw: Templates for the Russian State standard for technical documentation
2019-06-09 19:45:06 -04:00
wandererfan
6bb8f19b2c
Fix misleading error messages in ProjGroup test
2019-06-08 12:25:00 -04:00
wandererfan
4494d384a6
Fix overlap of dimension selection area
2019-06-07 22:13:16 -04:00
wandererfan
3e0452417b
Cosmetic CL for Section and Detail
2019-06-06 19:58:15 -04:00
wandererfan
f25826bba3
Change Face centerline command name and icon
2019-06-06 19:58:15 -04:00
wandererfan
93431edfba
Initial version of Cosmetic Eraser
2019-06-06 19:58:15 -04:00
wandererfan
e0bf0b966c
Handle multiple face selection
2019-06-06 19:58:15 -04:00
wandererfan
656e1654ff
Initial working version Face Centerline
2019-06-06 19:58:15 -04:00
wandererfan
0117bcd086
Hide nonGui Property ShowFrames
2019-06-04 15:41:41 -04:00
wandererfan
5cea2f83bc
Fix "trails" on dim lines when zoomed in
2019-06-04 15:41:41 -04:00
wandererfan
7d6bc8d92c
Clean up Scale retrieval
2019-06-04 15:41:41 -04:00
wandererfan
8e6dd25ad7
Fix overlap of line ends and arrowheads
2019-06-04 06:59:17 -04:00
wandererfan
0c429e3bc6
Fix regression in Caption handling
2019-06-01 15:59:26 -04:00
wandererfan
71a095360a
Hide Caption property where not applicable
2019-06-01 15:59:26 -04:00
wandererfan
be257182ba
Fix Abandon Edit
2019-05-29 23:22:24 -04:00
wandererfan
74737f71fd
Fix "tick" arrow style in directional mode
2019-05-29 23:22:24 -04:00
Tomas Pavlicek
fad4db3300
TechDraw: Fix font size issues when exporting to SVG
2019-05-27 22:18:14 -04:00
wandererfan
a0ea8b656b
Fix Balloon Next Index Persistance
...
- next sequential number for balloon on Page was
not being preserved across save/restore
2019-05-25 18:44:35 +02:00
wandererfan
da047abdd9
Add Fork arrowhead option
2019-05-25 18:44:35 +02:00
wmayer
d5c52d285c
fix warning C4930: prototyped function not called
2019-05-25 13:07:33 +02:00
wmayer
4072b2c9d7
move includes to repsect PCH option
2019-05-25 13:04:57 +02:00
wandererfan
bf38ae958f
Fix point edit when attach point changed
2019-05-24 22:18:32 -04:00
wandererfan
94b167f3a2
Add Midpoint and Quadrant Cosmetic Vertex
2019-05-24 19:38:02 -04:00
wandererfan
59e47de506
Initial version addCosmeticVertex
2019-05-24 19:38:02 -04:00
Franck Jullien
1b5df7c727
[TD] Fix cursor behavior
2019-05-24 09:09:56 -04:00
Tomas Pavlicek
243aebf2df
TechDraw: Place diameter label better
2019-05-23 07:10:16 -04:00
Franck Jullien
36d341f3df
[TD] Add TaskPanel for Balloons
...
TaskPanel can be open by double clicking either Balloon label on drawing
page or Balloon object in tree view.
2019-05-22 12:50:47 -04:00
Franck Jullien
9d24d19ee1
[TD] Rewrite balloon placing method
...
When clicking on balloon command, cursor is changing to balloon cursor.
It means user is ready to place a balloon (anywhere on the page).
Balloon object is not created until user click somewhere.
Balloon command can be aborted pressing escape or when page view lost
focus (in other words, when user clic somewhere else than the page).
2019-05-21 08:37:05 -04:00
wandererfan
8ef3f13fbb
Fix regression in LeaderLine initial position
2019-05-19 13:25:57 -04:00
wandererfan
15f440525e
Fix loss of formatting when edit existing text
2019-05-17 19:35:25 -04:00
wandererfan
249d7f2e9e
Remove Surplus VP properties
...
- color, size and font info are embedded in the rich text
2019-05-17 19:35:25 -04:00
wandererfan
ab986d9a00
Fix Leader point edit
2019-05-16 06:32:44 -04:00
wandererfan
968faa511a
MRTE License & remove copy to install dir
2019-05-14 15:38:52 +02:00
wandererfan
02b689a1f6
Fix RichAnno positioning for Scale != 1
2019-05-14 15:38:51 +02:00
wandererfan
a537e34077
Fix duplicate child claiming
2019-05-14 15:38:51 +02:00
wandererfan
75d43757c4
Fix crash on malformed python script
2019-05-13 12:29:15 -04:00