luz.paz
c2827611be
[Crowdin] string fix + misc. typo and whitespace fixes
...
* Crowdin link: https://crowdin.com/translate/freecad/6766/en-hu#6576162
* Tacked on a few typo+whitespace fixes
2019-06-20 18:42:09 +02:00
triplus
46d1095816
Set QMdiArea tabs movable
2019-06-20 17:30:47 +02:00
sliptonic
349536d2d8
Merge pull request #2276 from Russ4262/profile_faces_fix
...
[Path] fix ProfileFaces limited depth; fix to remove phantom paths; proxy improvements
2019-06-20 07:58:59 -05:00
wmayer
254bae2ebd
For divide-by-zero issues write an error message intead of raising an exception
2019-06-20 14:43:16 +02:00
wmayer
83844e261d
improve doc string of Part.sortEdges
2019-06-20 14:41:50 +02:00
Russell Johnson
924a9860dc
Merge branch 'profile_faces_fix' of https://github.com/Russ4262/FreeCAD into profile_faces_fix
2019-06-20 00:02:31 -05:00
Russell Johnson
d6df552ff0
Fixes bug #4008 : removes phantom path cause
...
Job object was base of transformations, rather than Job base(clone).
2019-06-20 00:02:14 -05:00
Russell Johnson
37336d5701
Fix functionality of manual override of Final Depth
...
manual Final Depth settings were limited to values greater than the base face for the Op. Manual settings of Final Depth may now proceed below the face (Outside profile ops)
2019-06-20 00:02:14 -05:00
Russell Johnson
e1d3160c50
proxy to obj.Proxy partial conversion
2019-06-20 00:02:13 -05:00
Russell Johnson
8776f33a01
Fixes bug #4008 : removes phantom path cause
...
Job object was base of transformations, rather than Job base(clone).
2019-06-19 23:35:13 -05:00
sliptonic
79a4122acf
Merge pull request #2271 from sliptonic/master
...
Path: fix proxy error
2019-06-19 19:46:08 -05:00
luz.paz
13443ca27f
[Material] Respect unicode filenames
...
Fixes #4027
2019-06-19 22:16:13 +02:00
Bernd Hahnebach
ebe3a2925f
FEM: icons, fix clipping of reinforced material icon
2019-06-19 22:02:54 +02:00
wmayer
6d1785a5eb
Fix crash in case encoding of Python paths fails
2019-06-19 17:31:50 +02:00
sliptonic
2f456424cd
Path: fix proxy error
2019-06-19 10:21:17 -05:00
Russell Johnson
e1c4fb567d
Fix functionality of manual override of Final Depth
...
manual Final Depth settings were limited to values greater than the base face for the Op. Manual settings of Final Depth may now proceed below the face (Outside profile ops)
2019-06-18 22:38:58 -05:00
Russell Johnson
ee9a5050ee
proxy to obj.Proxy partial conversion
2019-06-18 19:59:57 -05:00
Bernd Hahnebach
692505ae96
IDF: code formating, replace tabs with spaces
2019-06-18 22:39:54 +02:00
Yorik van Havre
ed8be15ef4
Merged translations from crowdin
2019-06-17 20:06:59 -03:00
Yorik van Havre
8e4be1a67a
AddonManager: Fixes for translation
2019-06-17 20:06:32 -03:00
Yorik van Havre
80725ccfdd
Tools: Prefer using Qt5 translation tools over Qt4
2019-06-17 19:32:37 -03:00
Yorik van Havre
624c65dea3
Updated master ts files
2019-06-17 17:28:12 -03:00
Yorik van Havre
b69864f402
Tools: Added AddonManager to translation scripts
2019-06-17 17:26:19 -03:00
Yorik van Havre
3a2eb6e556
AddonManager: cosmetic fixes + prevision formacro icons
2019-06-17 17:17:46 -03:00
Yorik van Havre
6860a392ac
AddonManager: Added BIMBots icon
2019-06-17 16:58:23 -03:00
luz.paz
d2f491d6c9
[AddonManager] Add YAML Workspace logo
2019-06-17 16:53:28 -03:00
Hakan Seven
8be919c288
[Draft] Wavy Object Fix for Point
2019-06-17 16:52:45 -03:00
luz.paz
9b17e95530
[Crowdin] [Arch] Resources/ui/preferences-ifc.ui typo fix
...
Reported in https://crowdin.com/translate/freecad/6766/en-hu#6574208:drl:39616:ONESZ
2019-06-17 16:51:23 -03:00
Frank Severinsen
9457233823
Fix SVG export issue
...
Related forum thread: https://forum.freecadweb.org/viewtopic.php?f=3&t=36840
2019-06-17 16:46:03 -03:00
Grammatopoulos Apostolos
ef9f2e8a46
Fixes: heigh - width replace
2019-06-17 16:45:18 -03:00
Grammatopoulos Apostolos
a8da37edac
Sections added: RHS (added more/all)
2019-06-17 16:45:18 -03:00
Grammatopoulos Apostolos
54b0aaf3dc
Sections added: CHS, UC, UB
2019-06-17 16:45:18 -03:00
Yorik van Havre
43c3977c46
Draft: Added missing cmake entry from last commit
2019-06-17 16:43:01 -03:00
carlopav
4ee893b78a
[Draft] Update DraftEdit PR with Yorik suggestions
...
Cleanings of import at the beginning of new module.
Moved command setup in InitGui and removed import DraftEdit from DraftTools.
2019-06-17 16:39:56 -03:00
carlopav
555d04c221
Separate Draft Edit
...
My last attempt to separate draft edit. Everything seems to work fine.
2019-06-17 16:39:56 -03:00
Yorik van Havre
7065ce27a6
AddonManager: grammatical fix
2019-06-17 15:00:26 -03:00
Yorik van Havre
69ff96cce8
Arch: small bugfix in automatic IFC properties
2019-06-17 14:04:32 -03:00
sliptonic
2a9fdca567
Merge pull request #2231 from Russ4262/pathpocketshape_fix
...
Path: PocketShape - Fix repositioning of Job model; ProfileFaces - add 4th-axis feature
2019-06-17 11:10:28 -05:00
wmayer
002a1bbc15
Py3: no __builtin__ module available
2019-06-17 16:25:25 +02:00
sliptonic
082c1e71f1
Path: PEP8 and Proxy changes.
2019-06-17 09:17:38 -05:00
wmayer
bd1670fd76
make UpToLast option for pad working again
2019-06-17 16:14:13 +02:00
Abdullah Tahiri
dbe917dcc7
GCS: Refactor and additional debug information
...
==============================================
In maximum verbose debug mode, information is given about the groups of Sketcher Constraints that the solver is considering for redundancy or conflict.
This is before the popularity contest selects the constraint shown in the solver messages.
The main reason for showing this is to enable to diagnose problems with sketches in which the constraint indicated as the redundant one appears not to
be the right one. Intended for power users with "iteration level" debug mode.
2019-06-17 14:05:24 +02:00
Bernd Hahnebach
6dac1faaf2
FEM: code formating, still more of them
2019-06-16 23:39:35 +02:00
Russell Johnson
161a7865b5
Merge branch 'master' into pathpocketshape_fix
2019-06-16 16:38:09 -05:00
Bernd Hahnebach
1682c016de
FEM: codeformating, another small one
2019-06-16 23:29:21 +02:00
Bernd Hahnebach
4c643a0168
FEM: code formating, improve imports, get rid of E402 error
2019-06-16 23:21:38 +02:00
Bernd Hahnebach
7aa4bea38d
FEM: code formating
2019-06-16 23:21:28 +02:00
Bernd Hahnebach
6068a962a2
FEM: code formating, delete commented code:
...
We gone have git to retrieve changes made in history, if needed
2019-06-16 22:45:44 +02:00
Bernd Hahnebach
2c9b774583
FEM: code formating in unit tests
2019-06-16 22:42:15 +02:00
luz.paz
9845c002ab
Misc. source comment typo and whitespace fixes
...
Found via codespell
2019-06-16 20:47:07 +02:00