Commit Graph

731 Commits

Author SHA1 Message Date
wmayer
5f0886d61c fix -Winconsistent-missing-override 2019-05-11 19:46:47 +02:00
wmayer
4132280248 fix -Woverloaded-virtual 2019-05-11 18:41:45 +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
924c339a45 Add test script for leader line and RTA 2019-05-09 07:31:31 -04: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
luz.paz
7a1f98fda1 Misc. source comment typo and whitespace fixes 2019-05-06 13:42:30 +02:00
wandererfan
de24943885 Pass font/fontsize to RT editor 2019-05-05 21:01:31 -04:00
wandererfan
c1f9f11c27 Leader and RichText block improvements 2019-05-05 21:01:31 -04:00
wandererfan
abf419f68c Text Leader initial version 2019-05-05 21:01:31 -04:00
wandererfan
b09ab03724 Fix handling of Visibility property on Restore 2019-04-29 14:19:41 -04:00
wandererfan
bfc7a76e70 Add SVG Patterns from NCCALCADA 2019-04-26 06:37:29 -04:00
wandererfan
c4f63ec976 Fix handling of orphan objects during Page delete 2019-04-26 06:36:56 -04:00
wandererfan
c5ca7ad05e Fix Error messages for bad references 2019-04-26 06:36:56 -04:00
wandererfan
57d35a392c Fix Error when OCC projection returns nothing 2019-04-25 08:02:28 -04:00
wandererfan
40c0347b25 Fix crash on Dimension with corrupted References 2019-04-24 19:52:39 -04:00
babaroga
5cb48e5360 FIX:TD-If "Show units" is off degree symbol is missing on angular dimensions
+ Remove space between dimension value and degree symbol
2019-04-21 19:51:57 -04:00
wandererfan
a7dcfe4ab7 Fix missing arc on 3pt angle 2019-04-21 07:23:32 -04:00
wandererfan
2d13b2d7cd Fix missing radius/dia on ft-in dimensions 2019-04-19 19:15:52 -04:00
Yorik van Havre
e809a6fa24 Arch/TechDraw: TD Arch views now have a 'fillSpaces' property to show Arch spaces as color-filled areas 2019-04-19 18:20:33 -03:00
wandererfan
818ea62f66 Fix Detail Highlight when Detail has no Geometry
- Detail circles were no drawn if detail area did not
  produce any geometry (detail anchor point + radius not
  over original part.
2019-04-18 18:47:03 -04:00
wandererfan
02da48cac8 Fix non-Delete of Graphic on DocObject delete
- While the source document obj was "removing", the
  graphic was being deleted and readded by the view
  provider.
2019-04-18 18:47:03 -04:00
wandererfan
d379a83221 Fix Center/Section Line Length
- when View is rotated, Center/Section line lengths
  are calculated as if View is not rotated.
2019-04-18 18:47:03 -04:00
wandererfan
971884f6b4 Fix duplicate User Types 2019-04-18 18:47:03 -04:00
senjabl
6bacc2d8ac Update QGIViewBalloon.cpp
Removed obsolete comment
2019-04-18 06:56:46 -04:00
babaroga
cc823c429c FIX:TD-fixed baloon cursor hotspot to be on arrow tip 2019-04-18 06:56:46 -04:00
Franck Jullien
1136c5d16d TechDraw: force user to place its balloon 2019-04-17 08:42:51 -04:00
Franck Jullien
a7d2c15086 TechDraw: add separator for Rectangle balloons 2019-04-17 08:42:51 -04:00
babaroga
2cc85fed64 FIX: Prevent situation where default format entered in preferences, overwrites prefixes on eg. circular dimensions 2019-04-17 08:26:47 -04:00
wmayer
0521860740 rename BUILD_uSE_PCH to FREECAD_USE_PCH to be consistent with other build options 2019-04-15 13:31:31 +02:00
wandererfan
ae8dea56fb Fix selection problem in Front view 2019-04-10 06:46:01 -04:00
wmayer
0d027392a6 fix -Wmaybe-uninitialized 2019-04-08 15:07:12 +02:00
wmayer
881b04a979 Fix several compiler warnings:
fix -Wunused-parameter
fix -Winconsistent-missing-override
fix -Wsometimes-uninitialized
2019-04-08 15:04:07 +02:00
wandererfan
764a3113b8 DrawBalloon clean up
- resolve linker errors after merge
- expose useful properties
- resolve "ambiguous ancestor" messages after merge
2019-04-05 19:35:26 -04:00
wandererfan
36ced68078 Fix segfault from dynamic_cast w/o check 2019-04-05 19:35:26 -04:00
wandererfan
ca24f0a821 Add default parameter for Page Scale 2019-04-05 19:35:26 -04:00
wandererfan
3beb18b256 Fix search for subShapes
- this is mainly for Arch objects. the search for shapes
  is more difficult.
2019-04-05 19:35:26 -04:00
wandererfan
4492576c6b Fix coverity CID 151722 2019-04-05 19:35:26 -04:00
wandererfan
76696b0f99 Improve error messages for invalid shapes 2019-04-05 19:35:26 -04:00
wandererfan
267dcf3965 Fix Text position error on some Dims 2019-04-01 23:46:35 +02:00
wandererfan
3a37fed62a Add Indicator for PositionLocked state 2019-04-01 23:46:34 +02:00
wandererfan
3f88badb6d Add default parms for Arc Centers 2019-04-01 23:46:34 +02:00
Franck Jullien
c5942d6a78 TechDraw: add Balloons 2019-04-01 23:24:17 +02:00
Franck Jullien
0305555d52 TechDraw: transfert mousePressEvent from QGIPrimPath to parent 2019-04-01 23:24:03 +02:00
Franck Jullien
99a205bd40 TechDraw: datumLabelDragged now include a modifier value 2019-04-01 23:23:50 +02:00
wandererfan
11abf09299 Add Preference for Dimension Format 2019-03-28 10:44:33 -03:00
wandererfan
626ee0c98d Fix TD Dfx export - spline conversion 2019-03-28 10:44:33 -03:00
wandererfan
576ef73cc4 Fix unnecessary update on Save 2019-03-28 10:44:33 -03:00