Commit Graph

12616 Commits

Author SHA1 Message Date
plgarcia
da79e1ff86 Very minor problem. Test of sheets is impacted by the locale. The decimal separator may be , instead of .
An assertEqualLocale function has been added to replace , by . in the values impacted by the locale with before comparison with the expected string containing a . as decimal separator.

Works fine
2017-11-18 22:04:57 +01:00
wmayer
f1f2a90190 fix coverity issues 2017-11-18 18:07:00 +01:00
wmayer
01a13e9a95 fix coverity issue 2017-11-18 16:30:27 +01:00
Jeff
7f633cfbb2 Added color prefs to sketcher create commands
Create geometry commands in sketcher now have configurable crosshair color and editCurve color.
2017-11-18 15:30:41 +01:00
luzpaz
7a85bc81b5 Path: typo fixes
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=15&t=25384
+ I squeezed in a few more changes. @mlampert & @sliptonic do you mind reviewing?
2017-11-18 12:51:31 +01:00
luzpaz
fa0f8cd9a7 PartDesign: Fix previous commit + more typos 2017-11-18 12:50:26 +01:00
luzpaz
cc87c20afe Make uniform the use of B-spline visible to users
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=25411
This commit does not include fixes to source  comments unless they were 'doxygenated'.
No .xml files were altered either.
2017-11-17 19:30:37 -05:00
wmayer
247166405f fix Shaft Wizard due to renamed property 2017-11-17 12:18:24 +01:00
Eivind Kvedalen
5b22a8a133 Sketcher: Fix for issue #3245, including regression test. 2017-11-16 21:44:23 +01:00
Yorik van Havre
007e31a7fa TechDraw: Updated translation scripts 2017-11-16 17:12:52 -03:00
WandererFan
74350839d1 Correct sceneRect when Template size changes 2017-11-16 10:31:14 -05:00
Zheng, Lei
bdf4ee7326 Path.Area: improve coplanar checking performance 2017-11-16 15:20:17 +01:00
Zheng, Lei
c426249253 Path.Area: improve projection algorithm efficiency 2017-11-16 15:20:01 +01:00
Sebastian Bachmann
1ad8f1f3d2 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
2d309a859f Part Design: Gear.py typo fix
[skip ci]
2017-11-16 14:32:42 +01:00
wmayer
5520c1a92f fix generation script of Python wrapper 2017-11-16 14:30:39 +01:00
luzpaz
35ec477426 More typos, grammar fixes, uniformity 2017-11-15 10:46:43 -05:00
wmayer
c5b5d2069e Make 'fluid' lower case in menu text and tooltip 2017-11-15 10:16:34 +01:00
wmayer
1f40d24fd9 replace 'GMSH' with correct spelling 'Gmsh' 2017-11-15 10:11:16 +01:00
Bernd Hahnebach
09c724cc4d 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
10eaae5005 FEM: typo in unit test comment 2017-11-15 09:49:15 +01:00
wmayer
2da18e49aa fix warning 2017-11-14 21:47:56 +01:00
wmayer
3998eb964e add kd tree class
add mesh decimation algorithm
2017-11-14 14:17:19 +01:00
Yorik van Havre
7a755f0294 Draft: Fix import of dxf files in no-gui mode 2017-11-14 10:19:33 -02:00
Amritpal Singh
0331cf130c Added TotalLength property in rebar object 2017-11-14 10:06:39 -02:00
Amritpal Singh
ade6825629 Added Length property in Rebar object 2017-11-14 10:06:39 -02:00
luzpaz
5d4f641ea2 DlgCustomizeSpNavSettings.ui: remove trailing whitespace
I haven't built this to test it. I did look at it in Qt Designer, and here is what I saw (sans whitespace)
2017-11-13 18:48:23 -05:00
wmayer
ed817b0e05 make retrieving view direction numerically more stable, change orientation of bottom view 2017-11-13 21:53:10 +01:00
luzpaz
e4d1d305ea Draft: tooltip uniformity fixes 2017-11-13 11:49:55 -05:00
luzpaz
7dac468b9b Spreadsheet: follow-up correction to cc9b26b438bfb [skip ci]
`cell/s` is now `cell(s)`
2017-11-13 14:25:23 +01:00
WandererFan
8ee5a0cfd3 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
857aca5e8b 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
f637da702d Make decimal point optional in FormatSpec 2017-11-12 19:08:33 -05:00
WandererFan
c4e10f50f6 Fix QGIVSymbol positioning/rotation 2017-11-12 19:08:33 -05:00
WandererFan
9c85b1aca3 Poistioning and Rotation for QGIVAnnotation 2017-11-12 19:08:32 -05:00
WandererFan
d832eb55c9 Fix QGIVImage positioning/rotation 2017-11-12 19:08:32 -05:00
WandererFan
3b8c240f89 Rotate DrawViewPart around part centroid 2017-11-12 19:08:32 -05:00
Yorik van Havre
c72b9fa532 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
Mateusz Skowroński
ed671ef65e Fix issue with working directory. 2017-11-12 14:29:56 -02:00
luzpaz
831fbe7ee7 OpenSCAD: make tooltips uniform and grammatically correct
Uniformity and grammar fixes
2017-11-12 14:28:15 -02:00
wmayer
d591ec7b07 fix German translation 2017-11-12 16:37:06 +01:00
luzpaz
cfac5ce1a9 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
6a1d88b08c Fixed issue with empty expression. 2017-11-12 11:39:17 +01:00
wmayer
5af7cca43d fix German translation 2017-11-12 00:54:51 +01:00
wmayer
d9cc4a621b fix German translation 2017-11-11 22:47:12 +01:00
DeepSOIC
356e2810a4 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
210a48cbf3 fixes #0003159: ShapeBinder is part of solid 2017-11-09 23:21:06 +01:00
Unknown
b084fc3f22 Fixes #3252 - obsolete FC links in package/debian FC man pages
See https://freecadweb.org/tracker/view.php?id=3253
More work will need to be done to get the man page updated with more current relevant info.
2017-11-09 15:01:52 -05:00
Eivind Kvedalen
dd6757bbb8 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
8b55b3407e FEM: unit test, extend the make objects test 2017-11-08 23:01:31 +01:00