Pablo Gil
a8a54e109a
[Stylesheets] typo in FreeCAD website
2020-01-13 15:14:49 +01:00
Pablo Gil
65d7516132
fix https protocol for FreeCAD website
2020-01-13 15:14:49 +01:00
wmayer
09727b9f11
fix const correctness
2020-01-13 02:30:39 +01:00
wmayer
7dc81c76c7
fixes #0004193 : ViewProviders do not inform observers about Proxy property change
2020-01-13 02:30:10 +01:00
wmayer
e5d23469f7
Gui: add function to observe before changing a property
2020-01-13 02:17:39 +01:00
wmayer
127ae92e61
TechDraw: [skip ci] fix -Winconsistent-missing-override
2020-01-13 01:59:01 +01:00
wandererfan
00c69a9c64
[TD]fix LeaderLine noshow on doc load
2020-01-12 18:38:59 -05:00
wmayer
acd3cd901e
Gui: [skip ci] add missing export macro
2020-01-12 21:12:09 +01:00
Zheng, Lei
7484738044
Gui: fix screenshot with opaque background
2020-01-12 18:50:37 +01:00
Zheng, Lei
20c85d9cc4
Gui: fix screenshot
2020-01-12 18:50:37 +01:00
Zheng, Lei
a46e3b3734
Gui: add SoShapeStyleElement.h to InventorAll.h
2020-01-12 18:50:37 +01:00
wandererfan
43115aced9
[TD]fix inconsistent override warnings.
2020-01-12 11:38:53 -05:00
wandererfan
513f3b55c5
[TD]embed geom hatch file in document
2020-01-12 11:38:53 -05:00
wandererfan
8d117827b8
[TD]embed Svg hatch file in Document
2020-01-12 11:38:53 -05:00
wandererfan
e81171147a
[TD]use new PropertyFileIncluded.isEmpty()
2020-01-12 11:38:53 -05:00
wandererfan
60c1855d12
[App]add isEmpty method to PropertyFileIncluded
...
- for consistency with PropertyFile
2020-01-12 11:38:53 -05:00
wandererfan
d823952795
[TD]embed section hatch file(s) in Document
2020-01-12 11:38:53 -05:00
wandererfan
e4cd11e4e8
[TD]correct PropertyFileIncluded handling in Welding
2020-01-12 11:38:53 -05:00
wmayer
1432dc1d50
Gui: Qt4/Qt5 neutral change in Placement class [skip ci]
2020-01-12 13:43:39 +01:00
wmayer
2d752745c2
Gui: [skip ci] fix -Wreturn-type
2020-01-12 10:47:37 +01:00
wmayer
5673d299f9
implementation classes don't inherit from UI classes
2020-01-12 10:32:34 +01:00
wmayer
f97eb7026d
fixes #0004182 : Segfault when clicking constraints from a different viewport [skip ci]
2020-01-11 17:32:54 +01:00
WandererFan
49e4e45ff3
[TD]fix compile error on Win re M_PI
2020-01-10 18:04:41 -05:00
wmayer
8d1e1e4072
Gui: [skip ci] rename Location classes
2020-01-10 21:19:36 +01:00
Bernd Hahnebach
fa6513d7c7
Arch: import IFC, add commen to True North calculation
2020-01-10 17:01:58 +01:00
wmayer
9270322d25
Mod: [skip ci] implementation classes don't inherit from UI classes any more
2020-01-10 16:19:35 +01:00
wmayer
19c37012dd
Mesh: [skip ci] refactor MeshTexture class to avoid code duplication
2020-01-10 14:05:42 +01:00
Bernd Hahnebach
7dd808ac6e
Draft: SVG import, encode fix
2020-01-10 12:39:33 +01:00
Pablo Gil
93b711f627
fixed QGroupBox checkboxes and minor other fixes.
...
Updated to v2.21
2020-01-10 11:00:30 +01:00
vocx-fc
4b5f91f4c3
Draft: test_offset, test wire and closed shape (rectangle)
2020-01-10 10:09:22 +01:00
paullee0
885046b1c6
[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
feaf9b24dc
[Arch] fix true north handling on IFC import and export
2020-01-10 10:07:08 +01:00
vocx-fc
ce2441c0b2
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
cd764c6ddb
Remove trailing whitespace
2020-01-10 10:01:56 +01:00
Zackles
d7d88da291
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
683fbffe4a
FEM: frd result reading, improve error handling
2020-01-10 09:02:15 +01:00
wmayer
379018cde4
[skip ci] fix superfluous workarounds
2020-01-09 23:36:28 +01:00
wmayer
d700744052
fixes 0004059: Tooltips for Gui::QuantitySpinBox not showing [skip ci]
2020-01-09 22:39:47 +01:00
wmayer
a03244fa1e
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
4df8233ec9
Gui: [skip ci] avoid weird acronyms in function names
2020-01-09 17:28:31 +01:00
wmayer
222a84423d
Gui: [skip ci] avoid weird acronyms in function names
2020-01-09 17:23:12 +01:00
wmayer
1f92535883
PartDesign: [skip ci] set explicit encoding of Python files for backward compatibility
2020-01-09 17:07:04 +01:00
wmayer
4d6f531aaf
Gui: [skip ci] reduce size of image settings dialog
2020-01-09 16:03:28 +01:00
wmayer
67f84faa07
fix Qt4 build failure
2020-01-09 14:35:17 +01:00
wmayer
625d252cb1
Gui: implementation classes don't inherit from UI classes any more
2020-01-09 14:30:45 +01:00
wmayer
97fef55d66
fixes #0004244 : Std_SetAppearance always appears on a corner of the secondary monitor
2020-01-09 11:26:30 +01:00
wmayer
36026f0eec
Gui: [skip ci] DlgDisplayPropertiesImp doesn't inherit from its UI class any more
2020-01-09 11:00:16 +01:00
wmayer
8cd289c370
Gui: [skip ci] restore bottom margin of group box in placement dialog
2020-01-09 09:51:04 +01:00
Bernd Hahnebach
c00af06846
FEM: console messages line break improvements
2020-01-09 08:10:07 +01:00
wmayer
004fda205e
Gui: [skip ci] fix Qt4 build failure
2020-01-09 02:40:10 +01:00