wandererfan
|
5cea2f83bc
|
Fix "trails" on dim lines when zoomed in
|
2019-06-04 15:41:41 -04:00 |
|
wandererfan
|
7d6bc8d92c
|
Clean up Scale retrieval
|
2019-06-04 15:41:41 -04:00 |
|
wandererfan
|
8e6dd25ad7
|
Fix overlap of line ends and arrowheads
|
2019-06-04 06:59:17 -04:00 |
|
Yorik van Havre
|
3a988baac9
|
Arch: Fixed Site not grouping correctly
|
2019-06-03 23:21:49 -03:00 |
|
Yorik van Havre
|
e2f65ef010
|
Draft: Fixed regressions in Scale tool + reimplemented Clone mode
|
2019-06-03 19:06:27 -03:00 |
|
Yorik van Havre
|
18e83c12f9
|
Merge branch 'master' of github.com:FreeCAD/FreeCAD
|
2019-06-03 17:48:15 -03:00 |
|
Yorik van Havre
|
b9bcffda03
|
Draft: Now uses general FreeCAD shape colors instead of defining its own
|
2019-06-03 17:47:39 -03:00 |
|
Bernd Hahnebach
|
6e5ec327c9
|
Materials: card writer, add whitspace between FreeCAD and version string
|
2019-06-03 22:17:50 +02:00 |
|
Dion Moult
|
25c1007676
|
Recognise gridColor config as an unsigned type
Forgot to commit this earlier
|
2019-06-03 16:50:21 -03:00 |
|
Dion Moult
|
687b2778d3
|
Add draft grid color setting
|
2019-06-03 16:50:21 -03:00 |
|
Dion Moult
|
61625b4bfb
|
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
|
95378e5c6b
|
Fix draft missing line tracker when snapper detects an object without any snap targets
|
2019-06-03 16:36:07 -03:00 |
|
Dion Moult
|
1c243cfc57
|
Add customisable in-command shortcut keys rather than hardcoding them
|
2019-06-03 16:31:25 -03:00 |
|
wmayer
|
3789a26014
|
add define to inactivate some code blocks if needed
|
2019-06-03 18:40:45 +02:00 |
|
Abdullah Tahiri
|
bd8fc5527c
|
Travis: Make winpty failure not fail the build
|
2019-06-03 18:18:07 +02:00 |
|
Abdullah Tahiri
|
642919b480
|
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
|
13480d6d9c
|
do some security checks to make sure Py::Module is valid
|
2019-06-03 17:57:52 +02:00 |
|
wmayer
|
feff5fa9f0
|
when trying to access ViewObject attribute check that FreeCADGui is already loaded
|
2019-06-03 11:30:29 +02:00 |
|
Markus Lampert
|
285efa3379
|
Dressup gui import cleanup
|
2019-06-02 11:30:18 -07:00 |
|
Markus Lampert
|
71a3690892
|
More FreeCADGui removal from Path model classes.
|
2019-06-02 11:03:14 -07:00 |
|
Markus Lampert
|
e472693c8c
|
Removed obsolete gui import
|
2019-06-02 11:03:14 -07:00 |
|
Markus Lampert
|
8197bca040
|
Remove unqualified gui import
|
2019-06-02 11:03:14 -07:00 |
|
markus
|
9bed47a18c
|
Split ToolController into model and gui.
|
2019-06-02 11:03:14 -07:00 |
|
markus
|
fb62e3940e
|
Moved FreeCADGui dependency from PathUtils into PathUtilsGui
|
2019-06-02 11:03:14 -07:00 |
|
markus
|
5415b35202
|
Removed FreeCADGui dependency if Gui is not up
|
2019-06-02 11:03:14 -07:00 |
|
wmayer
|
ed47e962d2
|
Py3: fix crash if class is not part of a module any more
|
2019-06-02 18:06:46 +02:00 |
|
wandererfan
|
0c429e3bc6
|
Fix regression in Caption handling
|
2019-06-01 15:59:26 -04:00 |
|
wandererfan
|
71a095360a
|
Hide Caption property where not applicable
|
2019-06-01 15:59:26 -04:00 |
|
luz.paz
|
aedb888ae3
|
Path: source comment typo fixes
Found via `codespell`
|
2019-05-30 19:57:25 +02:00 |
|
luz.paz
|
7c1490c046
|
Misc. typo and whitespace fixes
Found via `codespell`
|
2019-05-30 19:56:12 +02:00 |
|
wandererfan
|
be257182ba
|
Fix Abandon Edit
|
2019-05-29 23:22:24 -04:00 |
|
wandererfan
|
74737f71fd
|
Fix "tick" arrow style in directional mode
|
2019-05-29 23:22:24 -04:00 |
|
Suraj Dadral
|
a6e410dae6
|
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 |
|
Bernd Hahnebach
|
50f91840d6
|
FEM: unit tests, mesh element reader writer, simplify tests
|
2019-05-28 22:19:44 +02:00 |
|
Bernd Hahnebach
|
ac41a773b0
|
FEM: in out, z88, resort methods, add comments
|
2019-05-28 22:19:44 +02:00 |
|
Bernd Hahnebach
|
a39a33aad7
|
FEM: in out, add missing returns of document objects
|
2019-05-28 22:19:44 +02:00 |
|
Bernd Hahnebach
|
1ba3b1fe03
|
FEM: in out, fix guarding FreeCADGui in fenics import
|
2019-05-28 14:44:27 +02:00 |
|
Bernd Hahnebach
|
d682d3ea6e
|
FEM: code formating, line length < 100, there still where some left
|
2019-05-28 05:48:23 +02:00 |
|
Bernd Hahnebach
|
63f3453189
|
FEM: code formating, max line length < 100, fem mesh modules, we are done in FEM :-)
|
2019-05-28 05:48:23 +02:00 |
|
Bernd Hahnebach
|
40d5cad697
|
FEM: unit test, fix comment
|
2019-05-28 05:48:23 +02:00 |
|
sliptonic
|
a8a7f46bfe
|
Merge pull request #2217 from Russ4262/increase_tool_count
Path: Increase tool count limit to 99999
|
2019-05-27 22:42:47 -05:00 |
|
Tomas Pavlicek
|
fad4db3300
|
TechDraw: Fix font size issues when exporting to SVG
|
2019-05-27 22:18:14 -04:00 |
|
Russell Johnson
|
8f50b057df
|
Increase tool count limit to 99999
|
2019-05-27 14:39:13 -05:00 |
|
DeepSOIC
|
5a4373a3c4
|
Gui: GestureNavigationStyle: logging option
To enable logging, execute:
App.ParamGet("User parameter:BaseApp/Preferences/View").SetBool("NavigationDebug",True)
|
2019-05-27 19:37:04 +03:00 |
|
DeepSOIC
|
6d7400f0e2
|
Revert "Gui: GestureNavigationStyle: remove logging"
This reverts commit 24e45023aa.
|
2019-05-27 19:37:04 +03:00 |
|
Bernd Hahnebach
|
d15745c4b8
|
FEM: code formating, max line length < 100, fem toolsmodules
|
2019-05-27 14:51:57 +02:00 |
|
Bernd Hahnebach
|
d40dc9b1e1
|
FEM: unit tests, objects, add some comments an new lines
|
2019-05-27 14:51:57 +02:00 |
|
Bernd Hahnebach
|
5d698058bf
|
FEM: code formating, max line length < 100, fem in out modules
|
2019-05-27 14:51:57 +02:00 |
|
Bernd Hahnebach
|
f2bbb89188
|
FEM: code formating, fenics import
|
2019-05-27 14:51:57 +02:00 |
|
joha2
|
ae0a164794
|
FEM: importFenicsMesh: GuiUp code inserted
|
2019-05-27 14:51:57 +02:00 |
|