donovaly
7a5fe3e606
DlgSettingsGeneral.ui: hide unused option from dialog
2019-08-02 17:39:48 +02:00
donovaly
927a83a794
TaskAttacher.ui: clarification and add tooltip
2019-07-21 18:59:03 +02: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
9a594a8994
add missing tooltips for part import/export
2019-07-16 13:23:40 +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
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
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
Abdullah Tahiri
1700760e0b
Part: Default geometry extensions make sure built-in types are initialised
2019-07-14 12:37:33 +02:00
Abdullah Tahiri
d99e667e30
Part: Command to show list of extensions from Python
2019-07-14 12:37:33 +02:00
Abdullah Tahiri
665fcda4dc
Part: Fix assignment after reserve of weak_ptr causes segfault
2019-07-14 12:37:33 +02:00
Abdullah Tahiri
aaea1285d4
Part: Extend Geometry Extension to have a name
2019-07-14 12:37:31 +02:00
Abdullah Tahiri
a4cb781d81
Part: correct long parsing in GeometryIntExtensionPyImp
2019-07-14 12:37:31 +02:00
Abdullah Tahiri
274f730826
Part: Geometry extension const correctness
2019-07-14 12:37:31 +02:00
Abdullah Tahiri
062037ffff
Part: Move default geometry extension for int to internally use long
2019-07-14 12:37:31 +02:00
Abdullah Tahiri
75fdacb342
Part: Default geometry extension template encapsulate value
2019-07-14 12:37:31 +02:00
Abdullah Tahiri
27620ed717
Part: GeometryDefaultExtensions template
...
========================================
Generalisation of code for a default geometry extension in the form of a template.
Default geometry extensions provide a standard interface for an extension having a single stored value (e.g. one int or one string).
Python implementation must be provided separatedly.
2019-07-14 12:37:31 +02:00
Abdullah Tahiri
7488faa99f
Part: Geometry extensions set interface
...
=======================================
unique_ptr is a move only type. Therefore it may only take an rvalue.
It does not make sense a pass by value for move only types (Item 41).
2019-07-14 12:37:31 +02:00
Abdullah Tahiri
e4aead2365
Geometry extensions: remove unnecessary smart pointer deletion
...
==============================================================
When the geometry object is destroyed, std::vector's destructor is called, which in turn calls the destructor of the smart pointers.
If a weak_ptr corresponding to one of those shared_ptr is locked (elsewhere, if FC were multithread),
the underlaying resource will not be freed until said locked weak_ptr goes out of scope. It will then.
2019-07-14 12:37:31 +02:00
Abdullah Tahiri
0c1df38a4b
Part: GeometryStringExtension to extend a geometry by a string
2019-07-14 12:37:30 +02:00
Abdullah Tahiri
a846d7627c
Part: Expose GeometryIntExtension python type
2019-07-14 12:37:30 +02:00
Abdullah Tahiri
ba3831715c
Part: Standard geometry extension adding an integer value
2019-07-14 12:37:30 +02:00
Abdullah Tahiri
d082a42351
Part: Excise GeometryExtension from Geometry
2019-07-14 12:37:30 +02:00
Abdullah Tahiri
6b4148861d
Part: Geometry Python interface to get/set an extension
2019-07-14 12:37:29 +02:00
Abdullah Tahiri
a96ca31dda
Part:: Bug fix in geometry set extension
2019-07-14 12:37:29 +02:00
Abdullah Tahiri
9ba80f015c
Part: Geometry Extension Python object
2019-07-14 12:37:29 +02:00
Abdullah Tahiri
55be6fdb7f
Geometry Extension based on smart pointers
2019-07-14 12:37:28 +02:00
Abdullah Tahiri
41bf3fbf75
Geometry: Extensions - release any allocated dynamic memory
2019-07-14 12:37:28 +02:00
Abdullah Tahiri
622f249dcd
Part: Geometry Extensions
2019-07-14 12:37:28 +02:00
wmayer
1b0d03e4ab
Parametric refinement feature
2019-07-08 14:37:00 +02:00
mwganson
6a1eb75373
TaskCheckGeometry -- log geometry check errors to report view
2019-06-26 12:13:23 +02:00
mwganson
b837ba0c61
TaskCheckGeometry settings panel with runBOPCheck option
2019-06-26 12:02:43 +02:00
Abdullah Tahiri
3c2dad7f6b
ViewProviderAttachExtension: check for attach extension
2019-06-23 01:03:37 +02:00
Abdullah Tahiri
18a5ff2bf5
Part Gui: Update attachment icon on attach extension change
2019-06-23 01:03:36 +02:00
Abdullah Tahiri
dd841c9810
Part Gui: New ViewProvider extension for overlaying icons related to Part::AttachExtension
2019-06-23 01:03:36 +02:00
wmayer
83844e261d
improve doc string of Part.sortEdges
2019-06-20 14:41:50 +02:00
Yorik van Havre
ed8be15ef4
Merged translations from crowdin
2019-06-17 20:06:59 -03:00
wmayer
5a326e4b50
issue #0003921 : Crash when opening document with datum point intersecting line and plane
2019-06-16 19:31:06 +02:00
wmayer
53fc2f3ec9
improve exception handling Shape.distToShape
2019-06-13 21:49:13 +02:00
wmayer
98a53884dc
use INCH instead of IN when setting units for STEP or IGES export
2019-06-13 12:40:01 +02:00
wmayer
a3a35d12b4
fixes 0004010: Box Selection + Part -> MakeCompound will crash FreeCAD
2019-06-12 11:20:48 +02:00