Commit Graph

563 Commits

Author SHA1 Message Date
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
wandererfan
92d92476ef SVG Refactor - minor cleanups 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
wandererfan
4816755f42 Fix overlap of dimension selection area 2019-06-07 22:13:16 -04:00
wandererfan
5eb7145d97 Cosmetic CL for Section and Detail 2019-06-06 19:58:15 -04:00
wandererfan
9f3a61aec5 Change Face centerline command name and icon 2019-06-06 19:58:15 -04:00
wandererfan
4a2720cf51 Initial version of Cosmetic Eraser 2019-06-06 19:58:15 -04:00
wandererfan
448c68cd41 Handle multiple face selection 2019-06-06 19:58:15 -04:00
wandererfan
07e26d3624 Initial working version Face Centerline 2019-06-06 19:58:15 -04:00
wandererfan
9cf127277d Hide nonGui Property ShowFrames 2019-06-04 15:41:41 -04:00
wandererfan
4e2dc942c0 Fix "trails" on dim lines when zoomed in 2019-06-04 15:41:41 -04:00
wandererfan
f012c6c72f Clean up Scale retrieval 2019-06-04 15:41:41 -04:00
wandererfan
6fb21ee8bc Fix overlap of line ends and arrowheads 2019-06-04 06:59:17 -04:00
wandererfan
09679c18aa Fix regression in Caption handling 2019-06-01 15:59:26 -04:00
wandererfan
4f7f8576a3 Fix Abandon Edit 2019-05-29 23:22:24 -04:00
wandererfan
01f2e50469 Fix "tick" arrow style in directional mode 2019-05-29 23:22:24 -04:00
Tomas Pavlicek
3e7249318f TechDraw: Fix font size issues when exporting to SVG 2019-05-27 22:18:14 -04:00
wandererfan
e759f91d68 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
e2519d6424 Add Fork arrowhead option 2019-05-25 18:44:35 +02:00
wmayer
fe3b75683f move includes to repsect PCH option 2019-05-25 13:04:57 +02:00
wandererfan
fc904288a5 Fix point edit when attach point changed 2019-05-24 22:18:32 -04:00
wandererfan
108038df91 Add Midpoint and Quadrant Cosmetic Vertex 2019-05-24 19:38:02 -04:00
wandererfan
3f7570ad80 Initial version addCosmeticVertex 2019-05-24 19:38:02 -04:00
Franck Jullien
ad3666cd6e [TD] Fix cursor behavior 2019-05-24 09:09:56 -04:00
Tomas Pavlicek
5021d55622 TechDraw: Place diameter label better 2019-05-23 07:10:16 -04:00
Franck Jullien
bcfbd990a7 [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
79f8d4a7cd [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
f7c0f32830 Fix regression in LeaderLine initial position 2019-05-19 13:25:57 -04:00
wandererfan
7c19902ab8 Fix loss of formatting when edit existing text 2019-05-17 19:35:25 -04:00
wandererfan
f47422d366 Remove Surplus VP properties
- color, size and font info are embedded in the rich text
2019-05-17 19:35:25 -04:00
wandererfan
e555e8d97d Fix Leader point edit 2019-05-16 06:32:44 -04:00
wandererfan
4fc5ddf5c3 MRTE License & remove copy to install dir 2019-05-14 15:38:52 +02:00
wandererfan
c7acc3420c Fix RichAnno positioning for Scale != 1 2019-05-14 15:38:51 +02:00
wandererfan
66df908450 Fix duplicate child claiming 2019-05-14 15:38:51 +02:00
wandererfan
925145a8b7 Fix #3695 Frame toggle sync 2019-05-13 12:29:15 -04:00
wandererfan
af0271691c Improve radius/diameter dims for ellipse,spline 2019-05-13 12:29:15 -04:00
wmayer
5f0886d61c fix -Winconsistent-missing-override 2019-05-11 19:46:47 +02:00
wmayer
5654829e96 fix -Winconsistent-missing-override 2019-05-11 10:48:02 +02:00
Yorik van Havre
2d47993780 Merged latest translations from crowdin 2019-05-10 19:19:37 -03:00
Yorik van Havre
9a1bb779c9 Updated master translation files 2019-05-10 19:15:33 -03:00
wandererfan
d150467018 Fix QGEPath selection area 2019-05-09 07:31:31 -04:00
wandererfan
68ff62cfb1 Use icons from resource file
- [theme] option in Qt Designer does not work everywhere.
2019-05-07 22:18:33 -04:00