Commit Graph

1858 Commits

Author SHA1 Message Date
Wanderer Fan
e2eb653614 [TD]fix crash on body with no shape 2022-07-13 14:31:16 -04:00
Wanderer Fan
ac7b8026e4 [TD]fixes for 6cf4e31d7a 2022-07-11 22:57:46 -04:00
Benjamin Bræstrup Sayoc
95ab489fe9 [TechDraw] Alphabetize TechDraw.qrc for readability 2022-07-09 14:38:30 -04:00
Benjamin Bræstrup Sayoc
04371d3fca [TechDraw] Rename icon filenames for consistency 2022-07-09 14:38:30 -04:00
Benjamin Bræstrup Sayoc
0bf342b1d8 [TechDraw] Improve readability of commands 2022-07-09 13:07:30 -04:00
Wanderer Fan
fa585b1ccb [TD]fix bad edge in face finder 2022-07-07 10:22:50 -04:00
Yorik van Havre
9109ea2610 TechDraw: Allow DraftView command on any object
Currently the TechDraw DraftView command only accepts Draft objects
as selected objects. However, the Draft SVG rendering works with
almost anything (or at least it should :) ). This commit raises the
restrictions amd allow the DraftView tool to work with any kind of
selected object.
2022-07-07 13:17:34 +02:00
Benjamin Bræstrup Sayoc
c53661014a [TechDraw] Use function overloadin and avoid code repeat 2022-07-06 20:46:44 -04:00
Wanderer Fan
dfe5c87228 [TD]fix multiple open dialogs 2022-07-04 20:45:08 -04:00
Wanderer Fan
fe47248dea [TD]adjustable extension line gap 2022-07-04 20:43:49 -04:00
Wanderer Fan
356a54e069 [TD]fix scaling of bitmap 2022-07-04 10:49:22 -04:00
Uwe
930ac84b8e [TD] DrawDimHelper.cpp: add missing include 2022-07-03 22:08:37 +02:00
Uwe
b1b53a6427 [TD] ShapeExtractor.cpp: add missing include 2022-07-03 21:54:39 +02:00
Wanderer Fan
8b60da803c [TD]fix bitmap hatch 2022-07-03 10:18:37 -04:00
wmayer
0f5725b34a modernize C++: replace boost::function with std::function 2022-06-30 20:31:55 +02:00
Wanderer Fan
67ddf95f89 [TD]remove unused code 2022-06-30 08:50:33 -04:00
Wanderer Fan
203b9bb26c [TD]Navigation Styles - context menu handling & std cursors 2022-06-30 08:50:33 -04:00
Wanderer Fan
60b79e0d72 [TD]fix Dimension export to DXF 2022-06-30 08:50:07 -04:00
Wanderer Fan
75486e930b [TD]Include CosmeticLines in Dxf 2022-06-30 08:50:07 -04:00
Uwe
5ca796a162 [TD] fix linker error with MSVC
patch by @wwmayer: https://forum.freecadweb.org/viewtopic.php?p=605472#p605472
many thanks!
2022-06-26 22:38:49 +02:00
wmayer
e84f1ef14e TD: minor fixes:
* remove superfluous semi-colons
* if a method is declared override then the keyword virtual should be dropped
2022-06-26 15:51:43 +02:00
Wanderer Fan
7d39177c67 [TD]remove build depend on DrawingWB 2022-06-25 10:22:30 -04:00
wmayer
5b708b1ba1 TD: fix possible dangling pointer in QGIHighlight 2022-06-24 17:39:33 +02:00
Wanderer Fan
db89eec8e3 [TD]implement navigation styles 2022-06-24 10:03:02 -04:00
Yorik van Havre
4c34ae7398 Merge pull request #7067 from Kuzma30/add_ts
Crowdin Add "new" WB to translations.
2022-06-24 13:50:43 +02:00
mosfet80
c48a569696 Boost version <=1.60 is never used in freecad 0.20 (#7038)
* Boost version 1.60 is never used in freecad 0.20
2022-06-24 02:20:26 +02:00
Kuzemko Alexsandr
b99ccc6193 Crowdin Update .ts files with current source. 2022-06-21 17:31:06 +03:00
Uwe
2be61a64c5 [TD] remove unnecessary Boolean comparisons 2022-06-19 15:20:03 +02:00
Wanderer Fan
4f03c996bd [TD]fix ProjGroup view spacing 2022-06-18 14:34:28 -04:00
Wanderer Fan
2a03c3a38c [TD]fix dimension update on scale change 2022-06-18 14:34:28 -04:00
Yorik van Havre
05301abfcb Merged crowdin translations 2022-06-12 11:56:37 +02:00
Wanderer Fan
bc92b424d6 [TD]fix icons for dark schemes 2022-06-10 17:49:43 -04:00
Yorik van Havre
3af0623431 Merged crowdin translations 2022-06-10 11:03:57 +02:00
Yorik van Havre
56264248eb Merged crowdin translations 2022-06-09 13:40:35 +02:00
Yorik van Havre
6d479e6cda Generated ts files 2022-06-08 12:32:59 +02:00
Yorik van Havre
d2f8b7d4e3 Merged crowdin translations 2022-06-08 12:28:54 +02:00
Uwe
b093f0e650 [TD] further dialog refinements to fix vertical spacing 2022-06-08 02:12:19 +02:00
Uwe
e9a24d6477 [TD] fix dialog height settings 2022-06-08 02:05:44 +02:00
Uwe
d59c91095a [TD] fix dialog height setting 2022-06-08 01:52:45 +02:00
Wanderer Fan
d4ffb28518 [TD]add missing vertical spacer to ui 2022-06-07 19:18:39 -04:00
Wanderer Fan
1cdeac2e2e [TD]missing vertical spacer in ui 2022-06-07 19:18:39 -04:00
Yorik van Havre
80982cf87b Merged crowdin translations 2022-06-07 13:34:53 +02:00
Kuzemko Alexsandr
80967344c5 Crowdin Run update.ts with latest source code. 2022-06-07 13:15:44 +03:00
Wanderer Fan
4fc652b460 [TD]abort dimensioning of spline edge 2022-06-06 18:47:51 -04:00
Wanderer Fan
92b124d7df [TD]fix icon in dialog 2022-06-06 18:47:51 -04:00
Kuzemko Alexsandr
e38c94502d Crowdin Update TechDraw.ts 2022-06-06 13:08:02 -04:00
Kuzemko Alexsandr
92b4e41884 [TD] Add ability to translate for some tooltip text. Fix incorrect use of tr(variable). 2022-06-06 13:08:02 -04:00
Wanderer Fan
928c86d42d [TD]fix updating of shared view 2022-06-05 09:33:02 -04:00
Wanderer Fan
74085b609d [TD]fix preference file handling 2022-06-03 18:35:13 -04:00
Yorik van Havre
1488714a0f Merged crowdin translations 2022-06-03 11:26:35 +02:00