wandererfan
|
5eb7145d97
|
Cosmetic CL for Section and Detail
|
2019-06-06 19:58:15 -04:00 |
|
wandererfan
|
9f3a61aec5
|
Change Face centerline command name and icon
|
2019-06-06 19:58:15 -04:00 |
|
wandererfan
|
4a2720cf51
|
Initial version of Cosmetic Eraser
|
2019-06-06 19:58:15 -04:00 |
|
wandererfan
|
448c68cd41
|
Handle multiple face selection
|
2019-06-06 19:58:15 -04:00 |
|
wandererfan
|
07e26d3624
|
Initial working version Face Centerline
|
2019-06-06 19:58:15 -04:00 |
|
Bernd Hahnebach
|
27555ad627
|
FEM: ccx tools, some brackets where missing too ...
|
2019-06-06 15:03:37 +02:00 |
|
Bernd Hahnebach
|
6529eeb456
|
FEM: ccxtools, fix a syntax error, I wonder why flake8 did not find it ...
|
2019-06-06 14:57:38 +02:00 |
|
Yorik van Havre
|
35921443f0
|
Draft: Renamed DWire to Polyline
|
2019-06-05 19:07:30 -03:00 |
|
Yorik van Havre
|
2c918366e4
|
Draft: Introduced Layers system (former VisGroup)
|
2019-06-05 18:47:01 -03:00 |
|
Bernd Hahnebach
|
23d52a1bc0
|
FEM: solver run, add newline in error message
|
2019-06-05 21:49:16 +02:00 |
|
Bernd Hahnebach
|
d30c3fb1a0
|
Materials: editor, improve comments
|
2019-06-05 21:49:16 +02:00 |
|
Bernd Hahnebach
|
55f316b0c9
|
FEM: material task panel, fix opening of material editor with material attributes without card
|
2019-06-05 21:49:16 +02:00 |
|
Bernd Hahnebach
|
41f72e6296
|
FEM: in out, z88 mesh, small improvements
|
2019-06-05 21:49:16 +02:00 |
|
wmayer
|
69cb43eebd
|
disable ESC button support in View3DInventor::keyEvent() for Qt5 because changing MDI view mode causes rendering artifacts
|
2019-06-05 15:44:23 +02:00 |
|
wmayer
|
b35966cd00
|
set Qt::AA_ShareOpenGLContexts for Qt5.9
|
2019-06-05 09:43:47 +02:00 |
|
wmayer
|
c10de2f744
|
Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication
|
2019-06-05 07:28:02 +02:00 |
|
wandererfan
|
9cf127277d
|
Hide nonGui Property ShowFrames
|
2019-06-04 15:41:41 -04:00 |
|
wandererfan
|
4e2dc942c0
|
Fix "trails" on dim lines when zoomed in
|
2019-06-04 15:41:41 -04:00 |
|
wandererfan
|
f012c6c72f
|
Clean up Scale retrieval
|
2019-06-04 15:41:41 -04:00 |
|
wandererfan
|
6fb21ee8bc
|
Fix overlap of line ends and arrowheads
|
2019-06-04 06:59:17 -04:00 |
|
Yorik van Havre
|
079c520be8
|
Arch: Fixed Site not grouping correctly
|
2019-06-03 23:21:49 -03:00 |
|
Yorik van Havre
|
7957e065db
|
Draft: Fixed regressions in Scale tool + reimplemented Clone mode
|
2019-06-03 19:06:27 -03:00 |
|
Yorik van Havre
|
10378cc908
|
Merge branch 'master' of github.com:FreeCAD/FreeCAD
|
2019-06-03 17:48:15 -03:00 |
|
Yorik van Havre
|
4e9eb995df
|
Draft: Now uses general FreeCAD shape colors instead of defining its own
|
2019-06-03 17:47:39 -03:00 |
|
Bernd Hahnebach
|
db1f3ac0c8
|
Materials: card writer, add whitspace between FreeCAD and version string
|
2019-06-03 22:17:50 +02:00 |
|
Dion Moult
|
7a2f05541c
|
Recognise gridColor config as an unsigned type
Forgot to commit this earlier
|
2019-06-03 16:50:21 -03:00 |
|
Dion Moult
|
8cf155fbc9
|
Add draft grid color setting
|
2019-06-03 16:50:21 -03:00 |
|
Dion Moult
|
32969dde1f
|
Let getSupport() check if WP mode is set to auto before changing WP needlessly
Also refactor getSupport() function to be a little bit more semantic and reduce nested if statements so logic is clearer.
|
2019-06-03 16:49:51 -03:00 |
|
Dion Moult
|
1b362fd82b
|
Fix draft missing line tracker when snapper detects an object without any snap targets
|
2019-06-03 16:36:07 -03:00 |
|
Dion Moult
|
514fa9d4fc
|
Add customisable in-command shortcut keys rather than hardcoding them
|
2019-06-03 16:31:25 -03:00 |
|
wmayer
|
31b5614fbd
|
add define to inactivate some code blocks if needed
|
2019-06-03 18:40:45 +02:00 |
|
Abdullah Tahiri
|
0646cefebe
|
Travis: Make winpty failure not fail the build
|
2019-06-03 18:18:07 +02:00 |
|
Abdullah Tahiri
|
74281dc3e0
|
AppVeyor: Configuration for VS2017
==================================
It is configured to work with clcache, but it won't compile within the 60 minutes of Appveyor limit.
|
2019-06-03 18:18:07 +02:00 |
|
wmayer
|
85fddfc54a
|
do some security checks to make sure Py::Module is valid
|
2019-06-03 17:57:52 +02:00 |
|
wmayer
|
9660b1fb1e
|
when trying to access ViewObject attribute check that FreeCADGui is already loaded
|
2019-06-03 11:30:29 +02:00 |
|
Markus Lampert
|
adceb31db3
|
Dressup gui import cleanup
|
2019-06-02 11:30:18 -07:00 |
|
Markus Lampert
|
b69b7a1f67
|
More FreeCADGui removal from Path model classes.
|
2019-06-02 11:03:14 -07:00 |
|
Markus Lampert
|
edcb39d192
|
Removed obsolete gui import
|
2019-06-02 11:03:14 -07:00 |
|
Markus Lampert
|
fa6fca71ad
|
Remove unqualified gui import
|
2019-06-02 11:03:14 -07:00 |
|
markus
|
308409802a
|
Split ToolController into model and gui.
|
2019-06-02 11:03:14 -07:00 |
|
markus
|
30f0a861e2
|
Moved FreeCADGui dependency from PathUtils into PathUtilsGui
|
2019-06-02 11:03:14 -07:00 |
|
markus
|
b27b6d0c1b
|
Removed FreeCADGui dependency if Gui is not up
|
2019-06-02 11:03:14 -07:00 |
|
wmayer
|
f5706be874
|
Py3: fix crash if class is not part of a module any more
|
2019-06-02 18:06:46 +02:00 |
|
wandererfan
|
09679c18aa
|
Fix regression in Caption handling
|
2019-06-01 15:59:26 -04:00 |
|
wandererfan
|
fd3d6d8091
|
Hide Caption property where not applicable
|
2019-06-01 15:59:26 -04:00 |
|
luz.paz
|
ec12ffae0c
|
Path: source comment typo fixes
Found via `codespell`
|
2019-05-30 19:57:25 +02:00 |
|
luz.paz
|
2b02659010
|
Misc. typo and whitespace fixes
Found via `codespell`
|
2019-05-30 19:56:12 +02:00 |
|
wandererfan
|
4f7f8576a3
|
Fix Abandon Edit
|
2019-05-29 23:22:24 -04:00 |
|
wandererfan
|
01f2e50469
|
Fix "tick" arrow style in directional mode
|
2019-05-29 23:22:24 -04:00 |
|
Suraj Dadral
|
52833cd7cc
|
Set placement of bottom Stirrup
As discussed here:
https://forum.freecadweb.org/viewtopic.php?f=8&t=35077&start=100#p310036
<q>
While creating stirrups, if we set offset of tie to zero, then the
bottom stirrup will go out of column as in below image:
https://forum.freecadweb.org/download/file.php?id=84300
After modification, with same data, the stirrup in column looks
like:
https://forum.freecadweb.org/download/file.php?id=84301
</q>
|
2019-05-29 19:39:33 -03:00 |
|