wandererfan
eaa42b0dcd
[TD]fix leader line display attributes
2020-01-14 06:41:35 -05:00
howetuft
11008e9ae2
Increment year in copyright notice
2020-01-13 15:19:51 +01:00
Pablo Gil
a9e10b532b
[Stylesheets] fix https for FreeCAD forums
2020-01-13 15:14:49 +01:00
Pablo Gil
e11144ea8b
[Stylesheets] typo in FreeCAD website
2020-01-13 15:14:49 +01:00
Pablo Gil
578ec93667
fix https protocol for FreeCAD website
2020-01-13 15:14:49 +01:00
wmayer
482723851e
fix const correctness
2020-01-13 02:30:39 +01:00
wmayer
006fada679
fixes #0004193 : ViewProviders do not inform observers about Proxy property change
2020-01-13 02:30:10 +01:00
wmayer
6bf1a623c5
Gui: add function to observe before changing a property
2020-01-13 02:17:39 +01:00
wmayer
4a8bafd88c
TechDraw: [skip ci] fix -Winconsistent-missing-override
2020-01-13 01:59:01 +01:00
wandererfan
41b09a0ee5
[TD]fix LeaderLine noshow on doc load
2020-01-12 18:38:59 -05:00
wmayer
fc6e01d933
Gui: [skip ci] add missing export macro
2020-01-12 21:12:09 +01:00
Zheng, Lei
78ac86abd2
Gui: fix screenshot with opaque background
2020-01-12 18:50:37 +01:00
Zheng, Lei
12965165a6
Gui: fix screenshot
2020-01-12 18:50:37 +01:00
Zheng, Lei
4fa270193e
Gui: add SoShapeStyleElement.h to InventorAll.h
2020-01-12 18:50:37 +01:00
wandererfan
2ec45406e7
[TD]fix inconsistent override warnings.
2020-01-12 11:38:53 -05:00
wandererfan
879a259d81
[TD]embed geom hatch file in document
2020-01-12 11:38:53 -05:00
wandererfan
c3088fab71
[TD]embed Svg hatch file in Document
2020-01-12 11:38:53 -05:00
wandererfan
37653e57d5
[TD]use new PropertyFileIncluded.isEmpty()
2020-01-12 11:38:53 -05:00
wandererfan
58db711ff5
[App]add isEmpty method to PropertyFileIncluded
...
- for consistency with PropertyFile
2020-01-12 11:38:53 -05:00
wandererfan
594786847e
[TD]embed section hatch file(s) in Document
2020-01-12 11:38:53 -05:00
wandererfan
c3fbc24290
[TD]correct PropertyFileIncluded handling in Welding
2020-01-12 11:38:53 -05:00
wmayer
4bbcd1e483
Gui: Qt4/Qt5 neutral change in Placement class [skip ci]
2020-01-12 13:43:39 +01:00
wmayer
1e259a76a5
Gui: [skip ci] fix -Wreturn-type
2020-01-12 10:47:37 +01:00
wmayer
e578e8f849
implementation classes don't inherit from UI classes
2020-01-12 10:32:34 +01:00
wmayer
523570f3f8
fixes #0004182 : Segfault when clicking constraints from a different viewport [skip ci]
2020-01-11 17:32:54 +01:00
WandererFan
599c586cfa
[TD]fix compile error on Win re M_PI
2020-01-10 18:04:41 -05:00
wmayer
134863a4ef
Gui: [skip ci] rename Location classes
2020-01-10 21:19:36 +01:00
Bernd Hahnebach
e44fc27505
Arch: import IFC, add commen to True North calculation
2020-01-10 17:01:58 +01:00
wmayer
8fdb29c842
Mod: [skip ci] implementation classes don't inherit from UI classes any more
2020-01-10 16:19:35 +01:00
wmayer
6020ffee84
Mesh: [skip ci] refactor MeshTexture class to avoid code duplication
2020-01-10 14:05:42 +01:00
Bernd Hahnebach
41cf28d1fb
Draft: SVG import, encode fix
2020-01-10 12:39:33 +01:00
Pablo Gil
3c4ff72269
fixed QGroupBox checkboxes and minor other fixes.
...
Updated to v2.21
2020-01-10 11:00:30 +01:00
vocx-fc
60d81151d7
Draft: test_offset, test wire and closed shape (rectangle)
2020-01-10 10:09:22 +01:00
paullee0
0f38aad7ba
[DraftGeomUtils] OffsetWire() to accept input as Face as previously did.
...
Forum Discussion -
https://forum.freecadweb.org/viewtopic.php?f=23&t=42282&p=359233#p359233
2020-01-10 10:08:00 +01:00
hlg
3535cf7a83
[Arch] fix true north handling on IFC import and export
2020-01-10 10:07:08 +01:00
vocx-fc
4d956930f5
Draft: new module for GUI utility functions
...
Many auxiliary tools used by `Draft.py` can be defined
in another module. Many functions are moved to this module
so that `Draft.py` isn't as big and hard to maintain.
The following is a list o functions that were moved:
`get3DView`, `autogroup`, `dimSymbol`, `dimDash`,
`removeHidden`, `formatObject`, `getSelection`,
`getSelectionEx`, `select`, `loadTexture`.
Moreover, many of these functions were renamed
to comply better with PEP8 guidelines,
particularly the use of `snake_case`. For example,
`get3DView` is now `get_3d_view`.
Aliases are provided for the old names so that
other functions and classes that depend on these
won't break. The new names should be the official
programming interface, while the old names
should be deprecated at some point in the future.
2020-01-10 10:04:07 +01:00
zacl
06ef9b044d
Remove trailing whitespace
2020-01-10 10:01:56 +01:00
Zackles
33206bb6fc
Add Proxy to Addon Manager with UI
...
Correct crash when Macro description is not reachable
Python crashed when under proxy - Macro list is charged - Proxy is undone ( internet connection lost) - Try to load macro description (u=None)
Add Proxy setting in Addon Manager Option UI
Correction of SSL context
Replace ssl.Purpose.CLIENT_AUTH by ssl.Purpose.SERVER_AUTH as context for a client
Add configuration of proxy setting UI
Add proxy management by urllib
2020-01-10 10:01:56 +01:00
Bernd Hahnebach
78c95c7929
FEM: frd result reading, improve error handling
2020-01-10 09:02:15 +01:00
wmayer
d8d44f37cb
[skip ci] fix superfluous workarounds
2020-01-09 23:36:28 +01:00
wmayer
74953de3f0
fixes 0004059: Tooltips for Gui::QuantitySpinBox not showing [skip ci]
2020-01-09 22:39:47 +01:00
wmayer
3ab0a20fcd
Gui: [skip ci] when changing expression of a widget then set tooltip only for the label child but not for the widget itself
...
this allows that a custom tooltip can be set
2020-01-09 21:35:13 +01:00
wmayer
18a116874d
Gui: [skip ci] avoid weird acronyms in function names
2020-01-09 17:28:31 +01:00
wmayer
c5061f73c5
Gui: [skip ci] avoid weird acronyms in function names
2020-01-09 17:23:12 +01:00
wmayer
52fdc66003
PartDesign: [skip ci] set explicit encoding of Python files for backward compatibility
2020-01-09 17:07:04 +01:00
wmayer
f158e65873
Gui: [skip ci] reduce size of image settings dialog
2020-01-09 16:03:28 +01:00
wmayer
1d14534d19
fix Qt4 build failure
2020-01-09 14:35:17 +01:00
wmayer
71818b466d
Gui: implementation classes don't inherit from UI classes any more
2020-01-09 14:30:45 +01:00
wmayer
a441cb95c8
fixes #0004244 : Std_SetAppearance always appears on a corner of the secondary monitor
2020-01-09 11:26:30 +01:00
wmayer
96380368ad
Gui: [skip ci] DlgDisplayPropertiesImp doesn't inherit from its UI class any more
2020-01-09 11:00:16 +01:00