WandererFan
|
9ad177915d
|
Create outline of 3D shape
|
2016-11-07 17:20:19 -05:00 |
|
WandererFan
|
472f0b9549
|
Fix scaled QGIViewSymbol boundingRect
|
2016-11-07 17:20:19 -05:00 |
|
wmayer
|
06da15e643
|
+ add convenience method recomputeFeature()
+ make method recompute() protected
|
2016-11-06 17:16:50 +01:00 |
|
WandererFan
|
54bd97c4f4
|
Fix accented characters within SVG symbol
|
2016-11-01 20:02:15 -04:00 |
|
wmayer
|
4c004daa62
|
fix compiler warning
|
2016-10-31 16:13:16 +01:00 |
|
WandererFan
|
b3c3d7a950
|
Rename "Document" selection value to "Page"
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
68c3f460d7
|
Allow manual repositioning of ProjGroup views
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
a79d672bbd
|
AutoScaling Fixes for non-DVP objects
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
200ed7a675
|
Fix ProjectionGroup Automatic scaling
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
7c4ad55ed6
|
Correct delayed update when adding views to ProjectionGroup
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
72c8f7332f
|
Dimension fixes
Prevent _M_range_check on wrong selection
Allow unlinking of linked Dimension
Allow Horiz/Vert projected Dims
Improve error msg for invalid selction
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
6b175cc0c9
|
Section Rebuild subproject
new dialog
new Section/SectionLine logic
remove XAxisDirection property
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
7c740c9369
|
Fix ProjectionGroup Directions
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
f0bcf8335e
|
Add Caption property to Views
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
ecc9be4f23
|
Allow hatching of section face
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
1e66add845
|
Coverity Fixes
*** CID 153360: Control flow issues (UNREACHABLE)
*** CID 153359: Uninitialized members (UNINIT_CTOR)
*** CID 153358: Resource leaks (RESOURCE_LEAK)
*** CID 153354: Null pointer dereferences (FORWARD_NULL)
|
2016-10-31 11:06:15 -02:00 |
|
Yorik van Havre
|
0843237c69
|
TechDraw: Arch View
|
2016-10-28 14:58:22 -02:00 |
|
WandererFan
|
e810ba81bb
|
Fix print size issue from pan/zoom mods
|
2016-10-07 14:55:58 -03:00 |
|
WandererFan
|
2edab06511
|
Fix clang complaint about const char*
Remove u8 literal for MSVC2013
|
2016-10-06 11:00:35 -03:00 |
|
WandererFan
|
bc2ac76fc5
|
Rename properties to fit PropertyEditor window
|
2016-10-06 11:00:35 -03:00 |
|
WandererFan
|
af9a6950e2
|
Fix #2707 hidden seam/smooth lines
|
2016-10-06 11:00:35 -03:00 |
|
WandererFan
|
5175771590
|
Add options for face detection and cut face edge display
|
2016-10-06 11:00:35 -03:00 |
|
WandererFan
|
f4fd92e321
|
fix utf8 regression caused by e165e481
|
2016-10-06 11:00:35 -03:00 |
|
wmayer
|
4d2a9664e7
|
fix linking error in TechDrawGui
|
2016-10-01 13:48:22 +02:00 |
|
WandererFan
|
d5fd7836db
|
remove unnecessary includes
remove obs code
remove obs initializations
|
2016-09-28 20:24:47 -04:00 |
|
WandererFan
|
ff96815336
|
Easier View selection - bigger frame
|
2016-09-28 20:24:47 -04:00 |
|
WandererFan
|
e657fff42c
|
Only enable Commands when appropriate
Remove dupl code
|
2016-09-28 20:24:47 -04:00 |
|
WandererFan
|
a080e3bcbc
|
Control Face edges from Part/Section
|
2016-09-28 20:24:46 -04:00 |
|
WandererFan
|
90c3f719ec
|
Drawing window pan & zoom
|
2016-09-28 20:24:46 -04:00 |
|
wmayer
|
6148bf4df5
|
fix -Wextra & -Wdeprecated in TechDraw
|
2016-09-22 19:32:16 +02:00 |
|
Yorik van Havre
|
6775227589
|
TechDraw: Extended Draft View
|
2016-09-14 12:38:34 -03:00 |
|
WandererFan
|
3182ad1754
|
Fix #2692 TaskProjectGroup cancel button
|
2016-09-11 13:12:24 -04:00 |
|
WandererFan
|
2ed026e173
|
reduce use of "execute" on cosmetic changes.
|
2016-09-11 13:12:24 -04:00 |
|
WandererFan
|
cdf64a212c
|
Coverty changes:
** CID 152490: Control flow issues (DEADCODE)
** CID 152492: Null pointer dereferences (FORWARD_NULL)
** CID 152493: Null pointer dereferences (FORWARD_NULL)
** CID 152494: Null pointer dereferences (FORWARD_NULL)
** CID 152495: Null pointer dereferences (FORWARD_NULL)
** CID 152496: Null pointer dereferences (FORWARD_NULL)
** CID 152497: Null pointer dereferences (FORWARD_NULL)
** CID 152502: Null pointer dereferences (REVERSE_INULL)
** CID 152507: Uninitialized members (UNINIT_CTOR)
** CID 152508: Uninitialized members (UNINIT_CTOR)
** CID 152508: Uninitialized members (UNINIT_CTOR)
** CID 152510: Uninitialized members (UNINIT_CTOR)
|
2016-09-11 13:12:24 -04:00 |
|
WandererFan
|
5dacbe7514
|
Implement Cancel logic for TaskViewSection
|
2016-09-11 13:12:24 -04:00 |
|
WandererFan
|
95653cb63d
|
Fix getViewObject inheritance across all ViewProviders
|
2016-09-11 13:12:24 -04:00 |
|
WandererFan
|
773a7b0092
|
minor fixes SectionFace zOrder, orphan graphics items
|
2016-09-01 12:14:43 -04:00 |
|
WandererFan
|
928856ec3a
|
Minor performance improvements
|
2016-09-01 12:14:42 -04:00 |
|
WandererFan
|
1bf2dc7411
|
Fix Section arrows,xDir,label
|
2016-09-01 12:14:42 -04:00 |
|
WandererFan
|
e264a16b62
|
Fix ProjectionGroupItem spacing
|
2016-09-01 12:14:42 -04:00 |
|
WandererFan
|
a1b87d5176
|
Add View centerlines
|
2016-09-01 12:14:42 -04:00 |
|
Yorik van Havre
|
61561d1b75
|
TechDraw: Forgot one icon in last commit
|
2016-08-26 12:30:25 -03:00 |
|
Yorik van Havre
|
b023563798
|
TechDraw: Made some icons legible on dark UI theme
|
2016-08-26 12:25:43 -03:00 |
|
WandererFan
|
ae9f1c5994
|
Create ViewSection from ViewPart
Property name changes
Touch section when View SymbolSection changes
|
2016-08-26 11:39:03 -03:00 |
|
Ian Rees
|
5d67bc27aa
|
TechDraw: Fix Coverity dynamic_cast warnings
|
2016-08-21 11:08:29 +02:00 |
|
wmayer
|
1134ab9747
|
fix warning
|
2016-08-16 15:24:33 +02:00 |
|
WandererFan
|
2d1ef50552
|
Linear dims closer to stds
|
2016-08-16 14:29:15 +02:00 |
|
WandererFan
|
498e37b39c
|
Fix dimension highlighting problems
Derived all lines from PrimPath
|
2016-08-16 14:29:15 +02:00 |
|
WandererFan
|
a6b9f5286c
|
Remove refs to Dim centerline property from commands
|
2016-08-16 14:29:15 +02:00 |
|
WandererFan
|
a4a3cc6f88
|
QGIArrow inherits QGIPrimPath
|
2016-08-16 14:29:15 +02:00 |
|