Abdullah Tahiri
9d805452f9
Pixmap: Make bigger attachment icon
2019-06-23 01:03:35 +02:00
Abdullah Tahiri
813e9040ac
PartDesign: Refactor set/remove tip in the new Gui::ViewProvider mechanism
2019-06-23 01:03:35 +02:00
Abdullah Tahiri
d28ef3bd54
PartDesign: Extend Datums ViewProvider to overlay attachment status
2019-06-23 01:03:35 +02:00
Abdullah Tahiri
9fd2a2d9ff
Sketcher: Fix carbon copy construction points
...
=============================================
fixes #3926
Points made of construction type are special non-constrainable points, such as (current) bspline knots.
This was not intended in Carbon Copy.
2019-06-22 23:15:07 +02:00
Abdullah Tahiri
7d0f8e2fa9
Sketcher: Polyline snap arc to 45 degrees bug fix
...
=================================================
fixes #3974
Snapping to 45 degrees during arc creation (hold ctrl during an arc within a polyline), resulted in
reduced precision, because Gui::Command::doCommand %f defaults only to six decimal positions, which is
a poor representation in radians of, for example, 90 degrees.
A work-around could have been to hardcode a higher number of decimals, as in %0.Xf. However, I do not like
such magic numbers.
The solution chosen is to use an App.Quantity object using as units degrees, which leads to no loss of precision.
2019-06-22 17:22:40 +02:00
Abdullah Tahiri
34402cbe90
Sketcher: fixes no horizontal/vertical on segment after horizontal/vertical alignment
...
=====================================================================================
Selecting first the horizontal/vertical constraint and applying to a line segment with
a previous horizontal/vertical alignment constraint caused FreeCAD to refuse applying it.
fixes #4013
2019-06-22 09:58:42 +02:00
Abdullah Tahiri
383885f2b5
Sketcher: Toolbar - add toggle deactivated state command
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
4dd484bd7e
Sketcher: ViewProvider representation of deactivated constraints
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
a97bb669a9
Sketcher: Settings - Deactivated constraints color selection
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
3facea7ed0
Sketcher: Constraints' widget deactivated constraints commands and representation
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
a571376584
Sketcher: GUI command to activate/deactivate constraints
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
688641b8db
Sketcher: Update icon resources
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
3d137cbf8d
Sketcher: Art - Toggle Active Constraint icon
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
0e15d3461f
Sketcher: Python interface to SketchObject constraint state
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
3a47e27ce4
Sketcher: Extend SketchObject to handle constraint state
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
3e72246e9f
Sketcher: Solver interface of activated state
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
6a1863fe52
Sketcher: Python interface to contraints' activated state
2019-06-22 08:26:31 +02:00
Abdullah Tahiri
0b84325e5f
Sketcher: Extend Constraints to have an activated boolean state
2019-06-22 08:26:31 +02:00
sliptonic
617c619d2f
remove unnecessary imports. normalize debug log levels
2019-06-21 13:01:01 -05:00
sliptonic
c8e945a3ab
Path: normalize proxy stratements
...
remove bare exceptions
2019-06-21 13:01:01 -05:00
Zheng, Lei
5708613672
BrowserView: fix QWebEngine crash
2019-06-21 16:23:55 +02:00
wmayer
b2cd9bdab6
PartDesign: Extend context menu when right-clicking on 3d view in PD workbench
2019-06-21 13:02:56 +02:00
luz.paz
450d46f212
[AddonManager] Keep AddonManager.qrc alphabetized
...
For more convenient readability of the file in order to look for specific items.
2019-06-20 18:48:51 +02:00
luz.paz
016e352c43
[Crowdin] Fix typo in TechDraw/Gui/CommandAnnotate.cpp
...
https://crowdin.com/translate/freecad/all/en-en#6576658
2019-06-20 18:42:09 +02:00
luz.paz
5ae08b34bb
[Crowdin] Fix typo in Draft/Resources/ui/preferences-draft.ui
...
https://crowdin.com/translate/freecad/all/en-en#6576194
2019-06-20 18:42:09 +02:00
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
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
83844e261d
improve doc string of Part.sortEdges
2019-06-20 14:41:50 +02: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
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
sliptonic
2f456424cd
Path: fix proxy error
2019-06-19 10:21:17 -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
624c65dea3
Updated master ts files
2019-06-17 17:28:12 -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