Commit Graph

14334 Commits

Author SHA1 Message Date
wandererfan
18028d18a1 [TD]fix Balloon text positioning 2019-11-04 19:03:22 -05:00
donovaly
953b802f83 [TD] Command.cpp: fix indentation 2019-11-04 08:04:56 -05:00
donovaly
42742db540 [TD] Command.cpp: uniform menu names
see https://forum.freecadweb.org/viewtopic.php?f=35&t=40608 for the reason
2019-11-04 08:04:56 -05:00
donovaly
33844f8760 DrawViewAnnotation: add transformation procedure for changed properties 2019-11-04 07:23:34 -05:00
donovaly
3a34cf1344 TD annotation: use more suitable properties
- see https://forum.freecadweb.org/viewtopic.php?f=35&t=40608 for details
- also simplify tooltips
2019-11-04 07:23:34 -05:00
Bernd Hahnebach
64cf85c214 Arch: import IFC, fix crash if IfcProject is not found in ifc file 2019-11-04 11:03:30 +01:00
donovaly
28daf35955 TD Workbench.cpp: add submenus
- the menu was too long even for 4k monitors, see https://forum.freecadweb.org/viewtopic.php?f=35&t=40608
2019-11-03 18:54:59 -05:00
wandererfan
c2851ae4b6 [TD]fix Quadrant/Midpoint selection 2019-11-03 18:52:19 -05:00
wandererfan
6ada9e96ad [TD]using namespace clean up 2019-11-03 18:52:19 -05:00
donovaly
adccd0d3f3 DlgPrefsTechDraw.ui: uniformity and tooltip improvements
- add and improve tooltips using the info given in the Wiki
- fix typos
- uniform letter casing
2019-11-03 11:28:31 -05:00
donovaly
286926d0c8 [TD] DrawView.cpp: better tooltips
- for the reason of the change, see https://forum.freecadweb.org/viewtopic.php?f=35&t=40608

- also use "0.0" as initialization because these values are floats, not integers and e.g. in the mesh WB these are initialized that way
2019-11-03 11:25:12 -05:00
wandererfan
f3c6db990c [TD]fix ShowAll on DPG 2019-11-02 20:12:14 -04:00
wandererfan
f1e9c1967a [TD]fix py2 unicode/string handling 2019-11-02 14:59:32 -04:00
wandererfan
5cab111a65 [TD]Implement unique tags for Cosmetic Vertex 2019-11-02 14:59:32 -04:00
wandererfan
a7d9661b1d [TD]Extent Dimensions 2019-11-02 14:59:32 -04:00
Jean-Marie Verdun
223d41c676 Fix Apple build 2019-11-01 17:48:14 -03:00
donovaly
5e1ee09209 DlgSettingsMeshView.ui: add missing unit suffix 2019-11-01 17:47:36 -03:00
Jean-Marie Verdun
1aeea67f42 Introduce support of multiple entries bucket directory list
Needed for FreeCAD files which generate thousands of BRep files
(most of the time assemblies or STEP)
2019-11-01 17:46:29 -03:00
Markus Lampert
c6c761b812 Added <last> as an option to the workbench selection. 2019-11-01 17:42:14 -03:00
Sören Rohweder
813b529f5c Arch: Fixes PanelCut action 2019-11-01 17:39:45 -03:00
Gabriel Wicke
5a055fec0d [path] Fix ignoreWasteFlag option
The code was trying to iterate over a `range(0, pntsPerLine)`, but
pntsPerLine was a float resulting from a division.

Convert pntsPerLine to an int, and only ignore waste if this was
successful.
2019-11-01 17:12:42 -03:00
Yorik van Havre
95f18a7507 Arch: Allow OfflineRenderingUtils module to run without pivy 2019-11-01 13:49:52 -03:00
wandererfan
481870be2b [TD]Simplify Section cut surface formatting 2019-10-30 14:25:35 -04:00
wandererfan
1b4d2d48ae [TD]fix Section frame paint 2019-10-30 14:25:35 -04:00
wandererfan
5d6c5312c6 [TD]fix const-ness of CS routines 2019-10-30 14:25:35 -04:00
wandererfan
266b5cfdbd [TD]fix default svg hatch file retrieval 2019-10-30 14:25:35 -04:00
wmayer
5fd5db9aed add method to sketch object to get index by user-defined name 2019-10-29 19:35:53 +01:00
Bernd Hahnebach
d6fc794aca Arch: import IFC, add guid to non parametric arch import 2019-10-28 18:04:48 +01:00
luz.paz
e243c6e943 ...small comment clarification [skip ci] 2019-10-28 10:23:59 -03:00
luz.paz
3d532321df AddonManager: Add WebTools icon to dialog
Thanks @bitacovir !  
Ref:  
* Closes https://github.com/yorikvanhavre/WebTools/issues/7  
* https://forum.freecadweb.org/viewtopic.php?f=34&t=40130
2019-10-28 10:23:59 -03:00
donovaly
01fb3e03d3 add toolbar icon to create mesh from shape
In daily work there are 2 main methods to work with meshes: creating one from a shape or importing an existent one.
Since the generation from a shape is often needed, add its icon to the default toolbar.
2019-10-28 10:23:26 -03:00
wandererfan
ccd0c4ebaa [TD]fix selection issue for View and ProjGroup
- DrawPage should not be include in Source selection
2019-10-28 08:39:06 -04:00
wandererfan
3124323b28 [TD]improve handling of Assembly4 Models 2019-10-28 08:39:06 -04:00
wandererfan
a8ee33a754 [TD]hide uneditable properties for DPGI 2019-10-27 07:23:18 -04:00
wandererfan
6e6fdb88fe [TD]fix Orientation of Detail of Section of DPG 2019-10-27 07:23:18 -04:00
Bernd Hahnebach
523d8d71f1 FEM: coding conventions, add linkt to lgtm 2019-10-26 17:39:22 +02:00
Yorik van Havre
eb3dafb56b AddonManager: Fixed missing 'update available' header 2019-10-25 11:36:09 -03:00
vocx-fc
c9402696f6 Draft: fix double translation in Draft._PointArray 2019-10-25 10:55:19 -03:00
vocx-fc
d57cc0c336 Draft: set the Autoconstraint view property only if the interface is up (FreeCAD.GuiUp) 2019-10-25 10:54:31 -03:00
vocx-fc
210dfbf13a Draft: change DisplayMode only if the interface is up (FreeCAD.GuiUp) 2019-10-25 10:54:31 -03:00
luz.paz
1bc33025d6 LGTM: various fixes for using string operator instead of numeric 2019-10-25 10:33:12 -03:00
luz.paz
e4c8890d52 Arch: Dice3DS/dom3ds.py LGTM fix
Following recommendations from https://lgtm.com/rules/6770081/
2019-10-25 10:29:15 -03:00
luz.paz
892db1a770 Draft: whitespace fix [skip-ci] 2019-10-25 10:25:31 -03:00
luz.paz
bec8e1befd Draft: use string operator instead of numeric LGTM fix 2019-10-25 10:25:31 -03:00
luz.paz
cf854a52a5 Draft: DraftEdit.py use string operator instead of numeric LGTM fix [skip ci] 2019-10-25 10:25:31 -03:00
luz.paz
6084bbfb1b Draft: Draft.py missing translate() context LGTM fixes [skip ci] 2019-10-25 10:25:31 -03:00
luz.paz
5c1cae14b9 Arch: use string operator instead of numeric LGTM fix 2019-10-25 10:23:24 -03:00
luz.paz
95af9ed202 Arch: ArchSectionPlane.py LGTM incorrect variable fix [skip ci]
LGTM reported `For loop variable 'objs' is not used in the loop body.`
2019-10-25 10:23:24 -03:00
luz.paz
0c038dfbee Arch: ImportOBJ.py LGTM fixes [skip ci]
Fixes recommended via LGTM report
2019-10-25 10:23:24 -03:00
wandererfan
efd55884ad [TD]fix regression in multi source selection 2019-10-23 20:00:33 -04:00