wmayer
5e375a6238
Add switch to select between Qt4 and Qt5
2016-12-13 15:53:13 +01:00
wmayer
166fc624eb
remove superfluous Qt includes
2016-12-13 15:40:49 +01:00
Stefan Tröger
6356636b04
PartDesign: Fix crash on datum abort
2016-12-08 08:17:31 +01:00
Stefan Tröger
aeea77ab26
PartDesign: Reduce needed primitive task box space
2016-12-07 18:53:01 +01:00
Stefan Tröger
214722b435
PartDesign: prevent double deletion of TempVis
2016-12-07 06:41:40 +01:00
Stefan Tröger
b758df7193
Port attachment UI to Part for general use
...
Furthermore change PartDesign primitives to use the new task dialog
2016-12-07 06:41:40 +01:00
Stefan Tröger
bc133e4de2
PartDesign: Primitives are attachable directly
...
With the recently introduced AttachExtension the PartDesign primitives can be attachable by themself and don't need anymore the helping coordinate system datum. This simplyfies the code and the TreeView largely
2016-12-07 06:41:40 +01:00
Stefan Tröger
d0d4d6bc07
Port Attacher codde to the extension framework
...
AttachableObjects are desired in multiple occasions, and the current AttachableObject is not flexible enough to handle all cases. Hence the code is portet to an extension, which gives the needed flexibility.
2016-12-07 06:41:40 +01:00
Sergo
261bc46738
fix #0002662 - crash when create ShapeBinder with origin selected
2016-12-02 17:21:32 +01:00
Stefan Tröger
bb1ac8bfc6
PartDesign: Fix origin selection for pattern
2016-11-28 22:13:41 +01:00
wmayer
a16b143664
fixes #0002782 : Build error message
2016-11-19 14:27:55 +01:00
wmayer
e0a0aa7786
fix typos
2016-11-12 17:57:14 +01:00
wmayer
57db39bf05
issue #0002760 : The result of an 'Undo' is shown too late.
2016-11-06 21:06:28 +01:00
wmayer
3b961bcb5f
+ add convenience method recomputeFeature()
...
+ make method recompute() protected
2016-11-06 17:16:50 +01:00
wmayer
9c1134940b
fixes #0002502 : Inconsistent selection
2016-10-24 01:49:24 +02:00
wmayer
d5f02ffde3
fix i18n issues in feature pick panel
2016-10-24 00:34:56 +02:00
wmayer
9c49a0bab1
issue #0001649 : Changing names on Pads does not change them everywere
2016-10-21 15:45:50 +02:00
wmayer
991d766001
issue #0001649 : Changing names on Pads does not change them everywere
2016-10-21 15:40:26 +02:00
wmayer
36b3d331fd
issue #0001649 : Changing names on Pads does not change them everywere
2016-10-21 15:38:45 +02:00
wmayer
58cb2e2ddc
issue #0001649 : Changing names on Pads does not change them everywere
2016-10-21 15:33:43 +02:00
wmayer
c92dbb3269
issue #0001649 : Changing names on Pads does not change them everywere
2016-10-21 15:19:20 +02:00
wmayer
6fef24f676
replace const char* with QString in removeItemFromListWidget
2016-10-21 13:48:45 +02:00
wmayer
32fff898bd
issue #0002711 : TAB key switches between Additive Cylinder creation parameters in reverse order
2016-10-19 19:27:46 +02:00
wmayer
43eb0899db
fix -Wunused-paremeter
2016-10-16 15:47:53 +02:00
Sergo
c08202a520
remove make_unique call
2016-10-15 17:41:56 +02:00
Sergo
be249f902d
PD: add SelectionFilterGate to filter dependents, fix mirror taskview
2016-10-15 17:41:56 +02:00
Sergo
cdf437445c
PD: fix #0002582
2016-10-15 17:41:56 +02:00
Stefan Tröger
3a51404dd5
Extenions: Drop virtual inheritance
...
Due to problems onthe windows platform the virtual inheritance approach must be dropped. NExt to the already reimplemented proeprty interface the Type interface is reimplemented too. This change allows to revert some earlier changes.
2016-10-08 12:48:34 +02:00
Stefan Tröger
258be36aad
Extensions: Handle new dynamic_cast's
2016-10-08 12:48:34 +02:00
Stefan Tröger
44d1ee0157
Extension: Fix test case
2016-10-08 12:48:34 +02:00
Stefan Tröger
c47c34edff
Extensions: bring files in correct order
2016-10-08 12:48:34 +02:00
Stefan Tröger
c5a2419e14
Extensions: Introduce classes and port App groups
2016-10-08 12:48:34 +02:00
Sergo
99076944af
PartDesign: points are selectable for Datum support
2016-09-30 11:09:01 -03:00
Sergo
ef14bbd88a
PartDesign: fix showing base object on newly opened file, cleanup
2016-09-30 11:09:01 -03:00
Sergo
46a218ed24
PartDesign: fix Datum editing, showing/hiding objects
2016-09-30 11:09:01 -03:00
Sergo
8b7b720beb
PartDesign: fix Polar and Mirror accepting Datum
2016-09-30 11:09:00 -03:00
wmayer
664cf65d26
fix -Wextra in PartDesign
2016-09-22 18:34:56 +02:00
wmayer
f44df3cdf0
do not use doCommand without using format string, add overloaded method of runCommand
2016-09-15 18:53:37 +02:00
DeepSOIC
b74b92fe23
PartDesign: Gui: fix primitive command what's this string
2016-09-13 18:54:54 +04:00
wmayer
46adbae952
fix whitespaces
2016-08-25 12:27:08 +02:00
Sergo
c90da8e5fb
fix relinkToOrigin, remove source body from list, etc
2016-08-24 19:11:26 +02:00
Sergo
3177402141
typo
2016-08-24 19:11:26 +02:00
Sergo
f49ddaea45
PD MoveFeature:Check if feature has dependencies in source body
2016-08-24 19:11:26 +02:00
Sergo
85015ef494
PartDesignGui: move feature with its dependencies
2016-08-24 19:11:26 +02:00
Sergo
52b98f9cf2
PD ui: Fix Primitive combobuttons icons remember last choice
2016-08-22 16:08:20 +02:00
wmayer
63ad26491f
fix Coverity issues
2016-08-22 15:02:18 +02:00
wmayer
e8b36592c0
fix Coverity issues
2016-08-21 18:46:40 +02:00
wmayer
de7978434d
fix Coverity issues
2016-08-19 22:51:33 +02:00
wmayer
d98337b5f2
Coverity: fix high impact issues
2016-08-17 15:33:04 +02:00
Wolfgang E. Sanyer
7f4a437cc2
This commit adds getShape and setShape to TopoShape
2016-08-06 23:42:55 +02:00