Commit Graph

9508 Commits

Author SHA1 Message Date
Zheng, Lei
4f7bcded78 Path.Area: improve projection algorithm efficiency 2017-11-16 15:20:01 +01:00
Sebastian Bachmann
15d1b80df7 Adding a 20mm border
A4 Landscape is a special template, as it is new in the standard.
We orient us on the A4 portrait template, where the border is on the
left side (e.g. long side). Thus it should be on top for the
landscape template.
2017-11-16 14:36:53 +01:00
luzpaz
00a7610ed5 Part Design: Gear.py typo fix
[skip ci]
2017-11-16 14:32:42 +01:00
luzpaz
987b8db0b5 More typos, grammar fixes, uniformity 2017-11-15 10:46:43 -05:00
wmayer
5f7576ca7f Make 'fluid' lower case in menu text and tooltip 2017-11-15 10:16:34 +01:00
wmayer
12893d3623 replace 'GMSH' with correct spelling 'Gmsh' 2017-11-15 10:11:16 +01:00
Bernd Hahnebach
9d26428997 FEM: gmsh tools, use fixed order for group data in geo file
it is needed to make a unit test for geo writing
2017-11-15 09:49:34 +01:00
Bernd Hahnebach
0887335876 FEM: typo in unit test comment 2017-11-15 09:49:15 +01:00
wmayer
04ea295280 add kd tree class
add mesh decimation algorithm
2017-11-14 14:17:19 +01:00
Yorik van Havre
0b33f977f7 Draft: Fix import of dxf files in no-gui mode 2017-11-14 10:19:33 -02:00
Amritpal Singh
c46893d537 Added TotalLength property in rebar object 2017-11-14 10:06:39 -02:00
Amritpal Singh
9017f18523 Added Length property in Rebar object 2017-11-14 10:06:39 -02:00
luzpaz
d8b2855933 Draft: tooltip uniformity fixes 2017-11-13 11:49:55 -05:00
luzpaz
5ea950e357 Spreadsheet: follow-up correction to d43716fbc5 [skip ci]
`cell/s` is now `cell(s)`
2017-11-13 14:25:23 +01:00
WandererFan
4ea6204d2e Fix Dimension value format with Qt5
- Dimension values were displayed as zero for locales
  with "," decimal point in Qt5.
2017-11-12 19:08:33 -05:00
WandererFan
3c790009a7 Fix calculation of integer scale
- conversion of <double> scale to/from integer scale
  n:d was generating odd fractions and overflowing
  spinboxes in ui.
2017-11-12 19:08:33 -05:00
WandererFan
9d038ddf60 Make decimal point optional in FormatSpec 2017-11-12 19:08:33 -05:00
WandererFan
196dd536e0 Fix QGIVSymbol positioning/rotation 2017-11-12 19:08:33 -05:00
WandererFan
88b15ffdf1 Poistioning and Rotation for QGIVAnnotation 2017-11-12 19:08:32 -05:00
WandererFan
600962362c Fix QGIVImage positioning/rotation 2017-11-12 19:08:32 -05:00
WandererFan
44fd200166 Rotate DrawViewPart around part centroid 2017-11-12 19:08:32 -05:00
Yorik van Havre
03f439caf7 AddonManager: allow to update all updatable addons at once by pressing the update button again (git-python only) 2017-11-12 15:23:25 -02:00
luzpaz
39eaa63b52 OpenSCAD: make tooltips uniform and grammatically correct
Uniformity and grammar fixes
2017-11-12 14:28:15 -02:00
wmayer
ca36e884bd fix German translation 2017-11-12 16:37:06 +01:00
luzpaz
d43716fbc5 Spreadsheet: set tooltips for fore/background buttons
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=10&t=25289
2017-11-12 11:48:33 +01:00
Markus Lampert
2a443f5ef5 Fixed issue with empty expression. 2017-11-12 11:39:17 +01:00
wmayer
209271078b fix German translation 2017-11-12 00:54:51 +01:00
wmayer
74d1aa72ea fix German translation 2017-11-11 22:47:12 +01:00
DeepSOIC
db26cbcc4c Sketcher: fix false detection of doubleclick
Double-click detector code was comparing double-click threshold (value =
5) with distance between clicked objects in model space (i.e.
double-click distance threshold was equal to 5 mm in model space
regardless of zoom). The fix changes the comparison to pixels on screen
instead.

This fixes the inability to select sketch entities in quick succession,
when the sketch is small (i.e. less than 40 mm or so).
2017-11-10 18:12:48 +03:00
wmayer
b01c503c2c fixes #0003159: ShapeBinder is part of solid 2017-11-09 23:21:06 +01:00
Eivind Kvedalen
5fe7a9af71 Spreadsheet: Fix for issue #3225.
Done by adding a selector function to Document::renameObjectIdentifiers(...) to ensure
that the Spreadsheet document object is not rewritten twice.
2017-11-08 23:15:16 +01:00
Bernd Hahnebach
bb764b1475 FEM: unit test, extend the make objects test 2017-11-08 23:01:31 +01:00
Bernd Hahnebach
551f6dc4ae FEM: unit test, move FEM objects test to the right test class and fix code formating flake8 2017-11-08 23:01:31 +01:00
Bernd Hahnebach
5c6a51c1ac FEM: code formating, flake8 2017-11-08 23:01:31 +01:00
wmayer
3011fc8b2f fix build failure on macoS when including glext.h 2017-11-08 22:58:09 +01:00
wmayer
def0b81784 changes in Mesh module:
+ cppcheck: fix some minor issues found by code analyzer
+ export to IDTF
+ fix for throwing exception
+ optimize mesh rendering
2017-11-08 17:56:13 +01:00
wmayer
547af2f5b2 + found a solution using painter path to fix the text rending in image view 2017-11-08 14:49:23 +01:00
Yorik van Havre
71836f4b37 Less copyright-harmful clone icons for Draft and PartDesign 2017-11-06 19:38:36 -02:00
Abdullah Tahiri
41deaf82dd Sketcher: Delete all geometry menu command (in sketcher tools) 2017-11-06 14:18:12 +01:00
Abdullah Tahiri
3aec9b3859 Sketcher: Python command to delete all internal geometry and constraints of an sketch 2017-11-06 14:18:12 +01:00
wmayer
7f5e0caf3e code cleanup 2017-11-06 14:15:59 +01:00
WandererFan
c70c6b15f7 Remove incorrect .qm/.ts files
- TechDraw translations directory contains old files based on
  Drawing module.
2017-11-05 18:44:49 +01:00
Peter Lama
926b844409 Rename superPlacement property to AttachmentOffset
The name Attachment Offset gives a better picture of what the
property does.
2017-11-05 16:41:25 +01:00
PLChris
647b6d6ea0 make philips postprocessor compatible with current Path Workbench 2017-11-05 13:03:35 +01:00
Harald Geyer
2677363769 Draft: Fix module loading in non-GUI mode
The WorkingPlane module is used in getSVG and getDXF, so we need to
import it unconditionally.
2017-11-05 12:47:08 +01:00
wmayer
71fbfa952f add 2d features to body for drag and drop 2017-11-05 12:37:46 +01:00
wmayer
d5d3513a56 remove pointless Section option from boolean operation in PD 2017-11-04 13:46:42 +01:00
wmayer
621d4283e5 fix build failures with gcc 2017-11-03 17:21:48 +01:00
wmayer
e0d5d92cde implement own ply/pcd importer/exporter 2017-11-03 17:03:51 +01:00
Yorik van Havre
d76cccac32 Arch: Fixed wrong strucutral presets 2017-11-03 12:28:29 -02:00