wmayer
396b1b8346
use object's inlist to filter selection in property link dialog to avoid dependency loops
2018-02-07 23:31:14 +01:00
Yorik van Havre
d2aba05eed
Added info about third-party licenses in the About dialog
2018-02-02 16:48:57 +01:00
luz.paz
69216f3604
sWhatsThis fixes
...
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
2018-01-31 19:07:07 +01:00
wmayer
f9b04b1551
#3325 : DlgPropertyLink as editor of Tip property
2018-01-28 22:37:03 +01:00
luz.paz
436444b424
Misc. typos
2018-01-27 19:43:18 +01:00
wmayer
906e548912
fix bug in SmSwitchboard::doAction
2018-01-26 16:47:56 +01:00
Yorik van Havre
d65a729864
Fixes in credits dialog
2018-01-25 18:57:18 -02:00
Daniel Rogers
c79fe60e29
Add missing const_cast
...
I missed a const_cast and a pointer dereference when inlining the
code from shiboken2
2018-01-24 17:51:42 +01:00
Daniel Rogers
d59a2c2817
Fix compliation against shiboken2 head
...
shiboken2 changed type conversion and removed a wrapper.
This just deleted the class definition that is not longer valid and inlines
code in a few places.
fixes #3287
2018-01-24 17:51:42 +01:00
luz.paz
19efb5e099
AboutApplication.ui: typos fix
...
[skip ci]
2018-01-24 17:46:37 +01:00
Yorik van Havre
93af0eef41
Added a dedication to Roland Frank in the About dialog
2018-01-24 12:25:05 -02:00
luz.paz
d31f2e25b0
Misc. comment typos
...
[skip ci]
2018-01-20 14:04:22 +01:00
wmayer
67f364c859
fix automatic update of dependency graph for Qt5
2018-01-15 23:54:31 +01:00
wmayer
2264e8d484
further simplification when to use which rendering method when saving an image
2018-01-14 22:19:32 +01:00
Yorik van Havre
d23a50e197
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2018-01-12 13:28:40 -02:00
Yorik van Havre
9d574eb4c3
Added 'Remove link' option to PropertyLinkList dialog too
2018-01-12 13:27:34 -02:00
wmayer
257ec15cff
make workaround with transparent background more reliable
2018-01-12 15:47:40 +01:00
looooo
7e6dcb45fd
add Base::PyGILStateLocker in Gui::Command::getResources
2018-01-12 15:02:13 +01:00
wmayer
9689717d34
workaround to create images with transparent background
2018-01-12 14:36:25 +01:00
triplus
408732dc25
Typo
2018-01-12 10:29:25 -02:00
triplus
b9755c4b23
Stylesheets general button with menu support
...
Currently we use a workaround only for buttons with menu on the toolbar. This change applies it everywhere. For example in command panel.
2018-01-12 10:29:25 -02:00
wmayer
86eb72d071
add method to get view providers of d view via Python
2018-01-11 16:14:53 +01:00
wmayer
c172b80701
handle disabled dock windows when setting up main window
2018-01-11 16:14:05 +01:00
luz.paz
831bf31817
Misc. typos
...
+ stepcode typo submitted upsream https://github.com/stepcode/stepcode/pull/372
2018-01-07 18:41:29 -02:00
wmayer
a9b1356bc7
code reduction w.r.t offscreen rendering
2018-01-07 17:12:50 +01:00
wmayer
292608e466
simplify to define when to use which offscreen rendering method
2018-01-07 15:00:40 +01:00
wmayer
185002d4e5
fixes #0002621 : Exporting with File Type *.svg, *.svgz, *.dxf should be prevented if not in Drawing WB
2018-01-02 16:28:24 +01:00
wmayer
a6dd02bb75
fixes #0002866 : Gui::InputField rounds values to 2 digits
2018-01-02 12:32:09 +01:00
wmayer
a50b40f8df
remove now superfluous member from InputField
2018-01-02 12:31:32 +01:00
wmayer
3a39ea43c3
respect format option when changing values with wheel or up/down keys in input field
2018-01-02 12:11:45 +01:00
wmayer
3e5bebea8a
consistently add Q_OBJECT macro to all sub-clases of PropertyItem
2018-01-01 19:15:02 +01:00
wmayer
bf379642eb
implement PropertyConstraintListItem::assignProperty to add item for each datum constraint
2017-12-30 19:49:34 +01:00
luzpaz
c4dd42de98
Typos: Various workbenches and misc.
...
[skip ci]
2017-12-25 10:58:10 +01:00
wmayer
fea662ea71
notify selection node about cleared pre-selection
2017-12-25 01:19:02 +01:00
wmayer
aa353569b3
enable anti-aliasing for Coin's offscreen renderer
2017-12-23 18:59:27 +01:00
Unknown
e3eca59173
Misc. typo fixes
...
Various workbenches
2017-12-23 14:30:30 +01:00
Unknown
7d36590917
Typo fixes
...
[skip ci]
2017-12-16 09:45:15 -02:00
wmayer
77174809db
use getRawValue in property editor to avoid normalizing the rotation axis
2017-12-13 17:00:38 +01:00
Unknown
5e2159cb74
Typos, grammar & uniformiity
...
3rd party KDL typos have been submitted upstream https://github.com/orocos/orocos_kinematics_dynamics/pull/121
2017-12-13 00:10:46 -05:00
wmayer
ae6ce996ac
fixes #0003281 : STL object doesn't retain its rotation after change
2017-12-12 21:46:18 +01:00
wmayer
4514d7a7fd
fix crash in ExpressionCompleter::slotUpdate
2017-12-06 23:02:00 +01:00
Unknown
f5146508bb
Misc. typos
2017-12-06 20:59:55 +01:00
Mateusz Skowroński
dee8769d0e
Fix some GCC 7 warnings:
...
* dynamic exception specifications are deprecated [-Wdeprecated]
* this statement may fall through [-Wimplicit-fallthrough=]
2017-12-05 17:22:00 +01:00
Eivind Kvedalen
7812099f33
Expression completer: Fixed issue #3197 .
2017-12-05 16:37:12 +01:00
wmayer
6ed21609e4
issue #0002973 : Path to FreeCAD.app can't contain unicode
2017-12-02 19:37:05 +01:00
wmayer
f08f160c37
fixes #0002923 : Python console history misbehaves with word-wrapped lines
2017-12-02 15:39:39 +01:00
Unknown
198ba0a123
SVG cleanup: remove all redundant <dc:title> content
...
Removed duplicate mentions of `[agryson] Alexander Gryson`
2017-12-02 14:02:14 +01:00
luzpaz
985980648c
Typos: user-facing and trivial
...
Several typos and uniformity fixes.
Note:
*SCL/SimpleDataTypes.py is a upstream stepcode file whose fiz has been submitted upstream and accepted.
*the header of Tools/generateBase/generateMetaModel_Module.xsd had redundant data. It has been removed. Please double check it.
2017-12-02 14:00:57 +01:00
Eivind Kvedalen
882ccc32ad
Spinboxes: Fix for issue #3278 .
2017-11-29 21:49:01 +01:00
wmayer
8d1f0ceadc
in PropertyStringItem prepare input string for assignment via Python
2017-11-26 17:51:20 +01:00