wmayer
83dbba99c7
CMP0050: make Sketcher module aware of cmake policy
2018-08-20 18:04:58 +02:00
wmayer
9ffa81f7c9
CMP0050: make MeshPart module aware of cmake policy
2018-08-20 17:45:15 +02:00
wmayer
d920e3437c
CMP0050: make Inspection module aware of cmake policy
2018-08-20 17:32:25 +02:00
wmayer
4d28a062fc
CMP0050: make PartDesign module aware of cmake policy
2018-08-20 17:19:04 +02:00
wmayer
303b7f41cb
CMP0050: make Part module aware of cmake policy
2018-08-20 16:54:23 +02:00
wmayer
358af8b518
CMP0050: make Points module aware of cmake policy
2018-08-20 16:34:54 +02:00
wmayer
d33dff4225
CMP0050: make Import module aware of cmake policy
2018-08-20 16:16:41 +02:00
wmayer
451b808016
CMP0050: make Import module aware of cmake policy
2018-08-20 16:16:13 +02:00
paullee
5fed56b612
'Multi-segment' continuos railing update following Stairs' changes
...
Discussion:-
(Somewhere here)
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&start=60#p246607
2018-08-20 10:52:59 -03:00
paullee
62eb4f6a4e
Fix railing on 2 sides; Make continous railing for 'multi-segment' stairs; Group under 'Master Stairs'
...
Discussion:-
(Somewhere here)
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&sid=3d9ba22b6aa2556f61c4ddb035a6163d&start=60#p246607
2018-08-20 10:52:59 -03:00
paullee
3291046564
Fixing Railing - Left & Right
...
Discussion:-
(Somewhere here only - Not discussed exactly here, codes not post here)
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&sid=3d9ba22b6aa2556f61c4ddb035a6163d&start=60#p245038
2018-08-20 10:52:59 -03:00
Yorik van Havre
115ad5a9d3
Start: Fix for py3
2018-08-20 10:52:34 -03:00
Yorik van Havre
646b927739
Start: Support for qss stylesheets
2018-08-20 10:52:34 -03:00
Yorik van Havre
95964ac666
Start: More cosmetic fixes
2018-08-20 10:52:34 -03:00
Yorik van Havre
d6f971f320
Start: cosmetic fixes
2018-08-20 10:52:34 -03:00
Yorik van Havre
256cfcad14
Start: Refined display + start with forum disabled
2018-08-20 10:52:34 -03:00
Yorik van Havre
241b79ffd5
Start: Allow to not show start page on file open
2018-08-20 10:52:34 -03:00
Yorik van Havre
e1f6f50065
Start: Added forum box with latest posts
2018-08-20 10:52:34 -03:00
Yorik van Havre
8ccf882823
Start: Small fixes in preference page
2018-08-20 10:52:34 -03:00
Yorik van Havre
6b88ade7be
Start: New start workbench
2018-08-20 10:52:34 -03:00
Yorik van Havre
80107554f3
Web: Allow to use url queries
2018-08-20 10:52:34 -03:00
wmayer
ff2a4978ef
CMP0050: make Image module aware of cmake policy
2018-08-20 15:52:12 +02:00
wmayer
1bb8c43203
CMP0050: make ReverseEngineering module aware of cmake policy
2018-08-20 15:37:50 +02:00
wmayer
ed974394fa
CMP0050: make Mesh module aware of cmake policy
2018-08-20 15:22:00 +02:00
wmayer
46bb5e0c77
CMP0050: make Spreadsheet module aware of cmake policy
2018-08-20 15:14:05 +02:00
wmayer
6462d98bf9
CMP0050: make Surface module aware of cmake policy
2018-08-20 14:56:30 +02:00
wmayer
1fcfc8d00d
CMP0050: make Measure module aware of cmake policy
2018-08-20 14:31:54 +02:00
wmayer
5f29ac1828
CMP0050: make Test module aware of cmake policy
2018-08-20 13:58:28 +02:00
wmayer
3c4791b51b
CMP0050: make Web module aware of cmake policy
2018-08-20 13:51:40 +02:00
wmayer
8088aa159f
CMake 2.8.12 and lower allowed the SOURCE signature in add_custom_command
...
In CMake 3.0 the policy CMP0050 was introduced where it could be set to OLD to keep this behaviour while for NEW an error was raised.
Since CMake 3.5.2 a warning comes up when using the OLD behaviour and that it will be removed in a future version.
In FreeCAD we switched to the new behaviour now and removed the SOURCE signature from add_custom_command which affects the macros
fc_copy_sources, fc_target_copy_resource and fc_target_copy_resource_flat and their usage.
It's not possible any more to add files to a target by using the macros. Now a file must be added to the target before using the macros.
This commit fixes it for Arch, Draft, OpenSCAD, Material, Plot and Ship
2018-08-20 11:47:39 +02:00
wmayer
52a5c4aafd
add Mesh_Data target to handle scripts files
2018-08-19 22:56:12 +02:00
wmayer
ad22eb317e
clean up cmake macros add new macro fc_target_copy_resource_flat
2018-08-19 22:54:33 +02:00
wmayer
6e697ddebf
Gui: Better visualization of the Active Object
2018-08-19 18:14:06 +02:00
paullee
3d05a97e90
Fix StraightLanding connecting bit; other TreadDepth RiserHeight issues etc.
...
Discussion:
(Somewhere here)
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&sid=3d9ba22b6aa2556f61c4ddb035a6163d&start=60#p244648
2018-08-19 11:15:58 -03:00
paullee
8e6d5060f4
'Centralise' all cases use MakeStraightStairsWithLanding method; further fix TreadDepth and RiserHeight Enforce
...
Discussion:-
(Somewhere here)
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&sid=3d9ba22b6aa2556f61c4ddb035a6163d&start=60#p244502
2018-08-19 11:15:58 -03:00
paullee
df6a4b6939
Add TreadDepth & RiserHeight Enforce properties; Fix MakeStair, MakeStraightLanding functions; Test Right Railing
...
Discussion:
(Somewhere here)
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&sid=3d9ba22b6aa2556f61c4ddb035a6163d&start=60#p244502
2018-08-19 11:15:58 -03:00
paullee
89751fa07e
Fix MakeStairs, _CommandStairs functions; Testing Railing (One side only)
...
Discussion:
https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&start=50#p244345
2018-08-19 11:15:58 -03:00
wmayer
5a380af1d7
remove ambiguous function setTolerance, use Tolerance attribute instead
2018-08-19 14:31:04 +02:00
wmayer
5012668a40
move cmake policy CMP0050 to new style
2018-08-19 13:59:42 +02:00
wmayer
dff2d6074f
fix broken generate_from_xml macro
2018-08-19 13:34:05 +02:00
wmayer
1cd894bacc
fix -Wcast-function-type
2018-08-19 13:11:08 +02:00
wmayer
1c7a41af58
fix -Wignored-qualifiers
2018-08-19 12:38:57 +02:00
wmayer
c3f945a287
fix -Wimplicit-fallthrough
2018-08-19 12:35:57 +02:00
wmayer
cd02aac795
fix -Wparentheses
2018-08-19 12:28:05 +02:00
looooo
1b3e23d768
Py3: PartDesign: relative imports
2018-08-19 10:59:11 +02:00
wmayer
f8fe9d4453
MSVC does not support keyword 'or'
2018-08-19 10:56:00 +02:00
wandererfan
be74c4e310
Remove const qualifier for Travis OCE version
2018-08-19 10:47:08 +02:00
wandererfan
40532fb75c
Coverity Fixes
...
- 183599
- 183595
- 183594
- 175821
- 175820
- 175817
- 175816
- 175815
- 175814
- 175813
- 175812
- 175811
- 175806
- 175805
- 175804
- 175802
2018-08-19 10:47:08 +02:00
wandererfan
c06a918d2e
Add option for Dxf Version and forced Polyline
...
- allows override of user parameter values.
2018-08-19 10:47:08 +02:00
wmayer
3c2f7833d4
fix warning C4244: conversion from 'const double' to 'float', possible loss of data
2018-08-19 10:43:25 +02:00