wandererfan
cb10b651ea
[TD]Py functions for CenterLines and formatting
2019-07-19 20:17:20 -04:00
wandererfan
7f8170f953
[TD]Fix #4017 Crash on bad hatch scale
2019-07-19 11:01:20 -04:00
Yorik van Havre
7a5cbe296d
Arch: Add right-click option to schedules to (re)generate result spreadsheet
2019-07-18 15:42:49 -03:00
wandererfan
8b608d99aa
[TD]Fix LockPosition icon location
2019-07-18 08:53:38 -04:00
wandererfan
d745257cc3
[TD]Add Show/Hide invisible lines tool
2019-07-18 08:53:38 -04:00
wandererfan
12a35a0955
[TD]Remove NoLine option from dialogs
2019-07-18 08:53:38 -04:00
Yorik van Havre
c29a84b308
Arch: Keep Schedule dialog above FreeCAD window
2019-07-17 23:34:35 -03:00
Yorik van Havre
3c158b9a58
Arch: Schedule UI moved to floating dialog
2019-07-17 22:36:02 -03:00
Yorik van Havre
7584123315
Arch: Added Area property to walls
2019-07-17 19:25:42 -03:00
Yorik van Havre
f86f0ec5e1
Draft: minor fixes to Label tool
2019-07-17 18:00:55 -03:00
Yorik van Havre
daa0a2fa9c
Arch: Misc improvements to Schedule tool
2019-07-17 18:00:29 -03:00
Yorik van Havre
42a5eb138e
Arch: Material improvements
...
- allow to reorder materials alphabetically in group
- remember multimaterial editor column widths
- show total thickness in multimaterial editor
2019-07-16 22:53:48 -03:00
Yorik van Havre
36d9c4139e
Arch: Bugfixes to Site's solar diagram
2019-07-16 18:52:09 -03:00
Yorik van Havre
c58df79014
Arch: Improvements to OfflineRenderingUtils (ability to generate shadows)
2019-07-16 18:50:51 -03:00
luz.paz
0f36eedc0b
Fix typos
...
Found via `codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller`
2019-07-16 11:21:52 -03:00
donovaly
2c1e83ac9c
uniforms option names and add tooltips for sketcher
2019-07-16 13:30:18 +02:00
donovaly
86cb08b9d4
update, fix and uniform draft tooltips
2019-07-16 13:28:06 +02:00
donovaly
9a594a8994
add missing tooltips for part import/export
2019-07-16 13:23:40 +02:00
Yorik van Havre
a6334a4bfd
Cleanup in doxygen stuff
2019-07-15 23:20:52 -03:00
wandererfan
f2fdc0fde7
[TD]fix master merge conflict
2019-07-15 12:36:48 -04:00
wandererfan
76d02cef6e
[TD]Remove extra template dir
2019-07-15 12:36:48 -04:00
wandererfan
a4577a1e5b
[TD]Edge and Vertex center lines
2019-07-15 12:36:48 -04:00
wandererfan
23658da79a
[TD] Fix Centerline position
2019-07-15 12:36:48 -04:00
wandererfan
6709fd849b
[TD] fix context menu
2019-07-15 12:36:48 -04:00
wandererfan
9828655f48
[TD]Add Properties for Cosmetic persistence
2019-07-15 12:36:48 -04:00
wandererfan
e881dcd860
[TD]Add restore invisible lines
2019-07-15 12:36:48 -04:00
wandererfan
b4edc9e227
[TD]Add line appearance editor
2019-07-15 12:36:48 -04:00
wandererfan
5d601c1cdd
[TD]Add CenterLine edit function
2019-07-15 12:36:48 -04:00
wandererfan
7ea2cca327
[TD] Add Centerline Shift/Rotate
2019-07-15 12:36:48 -04:00
wandererfan
7ee2f0c80a
Cleanup dangling debug code
2019-07-15 12:36:48 -04:00
wandererfan
fbfdb69c20
[TD]Py Cosmetic Vertex, Line, Circle Arc
2019-07-15 12:36:48 -04:00
Markus Lampert
0cb17a9c9a
Downgrading debug msg
2019-07-14 22:25:57 -07:00
Markus Lampert
c83c013997
Return diameter 0 for invalid holes in order to let the UI initialize completely
2019-07-14 22:24:01 -07:00
Markus Lampert
cadea61e0b
Make Helix op robust against features that don't exist anymore
2019-07-14 21:30:38 -07:00
Abdullah Tahiri
150d174e37
MSVC complains about missing header
2019-07-14 12:37:39 +02:00
Abdullah Tahiri
50eff2a5ee
MSVC also fails to automatically move if no elision possible
2019-07-14 12:37:37 +02:00
Abdullah Tahiri
b13c564dc2
Enable RVO for any other than old GCCs like 4.8
2019-07-14 12:37:37 +02:00
Abdullah Tahiri
be79d3f6a0
GeometryExtensions: Add override when overriding virtual functions (EMCPP Item 12)
2019-07-14 12:37:37 +02:00
Abdullah Tahiri
d9d3b1a055
GCC 4.8 brace initializer requires double braces
...
================================================
GCC 7 and clang work fine without the extra set of braces.
std::array<T, N> is an aggregate that contains a C array. To initialize it, you need outer braces for the class itself and inner braces for the C array:
https://stackoverflow.com/questions/12844475/why-cant-simple-initialize-with-braces-2d-stdarray
2019-07-14 12:37:37 +02:00
Abdullah Tahiri
f68f64b981
GCC 4.8 fails to covert lvalue during RVO optimization
2019-07-14 12:37:35 +02:00
Abdullah Tahiri
12e9b6c60a
old GCC C++11 specialisation in a different namespace and moving template instantiations after all specialisations
2019-07-14 12:37:35 +02:00
Abdullah Tahiri
bc5c4f6afb
Sketcher: GeometryExtension and ExternalGeometryExtension
2019-07-14 12:37:35 +02:00
Abdullah Tahiri
1d2c45c845
Base: Move std::make_unique to Base
2019-07-14 12:37:35 +02:00
Abdullah Tahiri
006b470a20
Part: geometry extensions minor code clean up
2019-07-14 12:37:35 +02:00
Abdullah Tahiri
4d86374cb0
Part: geometry extensions several memory leak fixes
2019-07-14 12:37:35 +02:00
Abdullah Tahiri
21e1ccbe9b
Part: Default geometry extensions for boolean and double
2019-07-14 12:37:35 +02:00
Abdullah Tahiri
331817d1b7
Part: Geometry extension set with unique id (type+name) and list based getExtensions python
2019-07-14 12:37:33 +02:00
Abdullah Tahiri
8618dfd3c6
Part Geometry: get an extension from type or name, also from python
2019-07-14 12:37:33 +02:00
Abdullah Tahiri
d8e99c1923
Part:: Geometry container extend hasExtension to type and name
2019-07-14 12:37:33 +02:00
Abdullah Tahiri
4d9d3b0c83
Part: Geometry - methods to remove extensions by name and type
2019-07-14 12:37:33 +02:00