berniev
71dc5ead2f
Mod: Use override etc 2
2022-08-09 12:52:26 +02:00
wmayer
2b039d67fe
Part: Fix several clazy issues:
...
* Maybe you meant to call Primitive::onChanged() instead [-Wclazy-skipped-base-method]
* Maybe you meant to call Primitive::mustExecute() instead [-Wclazy-skipped-base-method]
* Missing reference in range-for with non trivial type [-Wclazy-range-loop-reference]
* Use multi-arg instead [-Wclazy-qstring-arg]
* Use midRef() instead [-Wclazy-qstring-ref]
2022-07-25 08:31:18 +02:00
wmayer
c480014869
Part: support of box selection in shape builder task panel
2022-06-21 15:30:31 +02:00
wmayer
c5bab68332
Gui: add convenience functions to SelectionFilterGate
2022-04-19 15:04:14 +02:00
Chris Hennes
2ecc125497
Part: PR6497 move return statement to new line
2022-03-29 12:37:00 -05:00
wmayer
6d2d45ceb7
Part: modernize C++11
...
* use nullptr
2022-03-23 19:26:14 +01:00
wmayer
8f786ea6ef
Gui: Optimize includes to reduce compile time
2022-03-07 20:29:18 +01:00
wmayer
a6838cf58f
Gui: rename methods of SelectionObserver to clarify intention in client code
2021-12-07 14:17:07 +01:00
luz paz
fb5ca272b1
Part: Issue #0004473 : Expose openCommand() to translation
...
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the Part Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
2020-12-01 14:53:35 +01:00
wmayer
77f84ce743
Part: [skip ci] fix shape builder to create filled face from vertexes
2020-09-25 13:42:39 +02:00
Yorik van Havre
8b33e6829b
Part: Fixed wording in ShapeBuilder messages
2018-07-25 12:55:27 -03:00
Yorik van Havre
a7e865ecb0
Part: Added 'Wire from Edges' option to Part ShapeBuilder
2018-07-20 20:15:26 -03:00
wmayer
7806f7b300
select all faces in shape builder if this option is activated
2017-08-10 19:10:07 +02:00
wmayer
7d38edb065
fix -Wextra in Part
2016-09-22 11:49:28 +02:00
wmayer
947f9575de
remove Application::runPythonCode
2016-09-15 23:14:31 +02:00
wmayer
250a55fe55
+ add refine option to shape builder
2016-03-05 16:13:15 +01:00
Mateusz Skowroński
c275b35d48
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Mateusz Skowroński
0695552cff
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:06:48 +01:00
wmayer
f46371b6ac
+ reorder header to fix warnings with Win32 build
2015-11-30 20:38:19 +01:00
Sebastian Hoogen
c7cfee0539
issue #1700 replace raise Exception()
2014-09-01 22:47:05 +02:00
wmayer
bfa3f8a2b1
+ support to create faces from vertices with shape builder
2014-07-25 13:35:10 +02:00
wmayer
a8d7fe27e8
Only one edge or more is required to build a face
2012-04-11 18:15:51 +02:00
wmayer
133c519ea3
0000539: Write message if off-screen rendering failed
...
+ use removeSplitter() in shape builder
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5308 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-15 17:12:45 +00:00
wmayer
8e5e1e710a
+ icon for shape builder command
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5057 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-24 09:29:55 +00:00
wmayer
25fa55d155
+ 0000144: Add several tools to Part module
...
+ fix file guard in TaskShapeBuilder.h
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5028 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-15 13:31:58 +00:00
wmayer
ff9c3fafdb
+ show forbidden cursor in task shape builder for all non-shape types
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5018 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-14 16:13:16 +00:00
wmayer
78b1282a26
+ utility to create edges, faces, shells and solids from selection
...
+fix a couple of selection bugs in SoFCUnifiedSelection node
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5016 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-14 14:05:28 +00:00