wmayer
e2eeb521ab
fix CID 154894
2016-12-18 11:37:39 +01:00
wmayer
8afd7dc231
fix CID 154895
2016-12-18 11:32:45 +01:00
wwmayer
fb40903419
Merge pull request #383 from sliptonic/bug/drilling
...
PATH: fix for drilling border case
2016-12-18 09:59:36 +01:00
sliptonic
569139c63e
PATH: fix for drilling border case
...
If only single hole of a given size is found, it was ignored.
Doh!
2016-12-17 16:46:17 -06:00
Yorik van Havre
f8436dd909
Arch: Extended panel tools
2016-12-17 14:39:45 -02:00
Eivind Kvedalen
d2a5d0de4b
Spreadsheet: Coverity issue 151662, 151655, 133440, 129433 are false positives, but code rewritten for readability.
2016-12-15 17:27:18 +01:00
Eivind Kvedalen
638fa8c61d
Spreadsheet: Fixed dead code issue reported by Coverity (128977).
2016-12-15 17:27:18 +01:00
Eivind Kvedalen
d00ff2155d
Spreadsheet: Fix for issue #2646 : Spreadsheet-Sum-Function does not work with units
...
This fix also fixes the other aggregates.
2016-12-15 17:27:18 +01:00
Eivind Kvedalen
b398069372
Spreadsheet: Fix for issue #2647 , stddev does not work with arrays.
2016-12-15 17:27:18 +01:00
Eivind Kvedalen
7279c1bd53
Spreadsheet: Fixed for issue #2767 : In some instances, needed parentheses are dropped from the expression. Fixed and updated unit tests.
2016-12-15 17:27:18 +01:00
wmayer
6ad093ee5c
add unit test for group extension
2016-12-15 16:26:32 +01:00
Alexander Gryson
2eb7f9be91
fix for font issue in draft_shapestring
2016-12-14 10:34:07 -02:00
Alexander Gryson
a8836f17a5
clean up outline after 5558732
2016-12-14 10:34:07 -02:00
Alexander Gryson
23ed44c959
fix svg display issue (rendering bug?)
2016-12-14 10:34:07 -02:00
Alex Gryson
8159180435
add metadata
2016-12-14 10:34:06 -02:00
Alex Gryson
8d6bc6ec53
update permissions (644)
2016-12-14 10:34:06 -02:00
Alex Gryson
1d7cf7810e
Update draft icons
2016-12-14 10:34:06 -02:00
wwmayer
12565e9c80
Merge pull request #378 from wwmayer/qt5_port
...
Qt5 port
2016-12-14 09:37:35 +01:00
wmayer
c33f73eb99
use Qt WebKit module
2016-12-13 19:48:22 +01:00
wwmayer
9432da72fa
Merge pull request #376 from sliptonic/BugFixes
...
Bug fixes
2016-12-13 16:45:49 +01:00
wmayer
743b83e853
Add switch to select between Qt4 and Qt5
2016-12-13 15:53:13 +01:00
wmayer
6cfaf916f8
remove superfluous Qt includes
2016-12-13 15:40:49 +01:00
wmayer
09e3faaad4
drop inheritance of PropertyItem from BaseClass
2016-12-13 14:53:43 +01:00
wmayer
19c9a9f819
remove superfluous Qt includes
2016-12-13 14:33:16 +01:00
wmayer
5096f55ccb
port C++ code to Qt5
2016-12-13 14:22:59 +01:00
wwmayer
f844d5164f
Merge pull request #374 from mlampert/tracker-2770
...
Path: Assign Contour label on restore fixes 2770
2016-12-12 19:34:27 +01:00
wmayer
3357cd91e7
Qt4/Qt5 neutral changes:
...
+ change inheritance of PropertyItem to not derive from BaseClass (and QObject) any more to fix crashes with Qt5
2016-12-12 17:01:26 +01:00
wmayer
e20a054328
fix -Wunused-but-set-variable
2016-12-12 16:32:54 +01:00
wmayer
aaef82e41e
Qt4/Qt5 neutral changes:
...
+ move meta types to own header to avoid double declaration
2016-12-12 15:22:34 +01:00
wmayer
c997180a47
Qt4/Qt5 neutral changes:
...
+ remove QCoreApplication::UnicodeUTF8/QApplication::UnicodeUTF8
+ remove QCoreApplication::CodecForTr/QApplication::CodecForTr
2016-12-12 14:52:09 +01:00
wmayer
d420c154c0
Qt4/Qt5 neutral changes:
...
+ remove class DownloadDialog
+ remove class HelpView
+ remove class DlgTipOfTheDay
2016-12-12 14:35:52 +01:00
wmayer
a34c441373
Qt4/Qt5 neutral changes:
...
+ replace Q_WS_WIN with Q_OS_WIN
+ replace Q_WS_X11 with Q_OS_LINUX
+ replace Q_WS_MACX with Q_OS_MACX
+ set explicit cast to HWND
2016-12-12 14:09:21 +01:00
wmayer
a035045f4d
fix FemMesh::copyMeshData
2016-12-12 12:43:05 +01:00
Markus Lampert
3b4749e573
New version of gneric_post.py from chrisb.
2016-12-11 16:43:54 -08:00
Markus Lampert
8b3ed0e481
Switched to std::to_string, MSVC doesn't support snprintf.
2016-12-11 15:33:57 -08:00
Markus Lampert
1773964db0
Added missing include directive.
2016-12-11 15:33:57 -08:00
Markus Lampert
a615dfca94
Fixed contour naming;
...
only touch dependent TC objects if the tool number changed;
changed formatting of intermediate path representation to be valid g-code and not use exponents.
2016-12-11 15:33:56 -08:00
sliptonic
a9130385f4
PATH: fix cmake resort
2016-12-11 14:11:47 -06:00
sliptonic
d8dd2ed28a
Merge branch 'feature/probemoves' into BugFixes
2016-12-11 12:49:42 -06:00
sliptonic
a71e33403b
Revert "PATH: Prevent Job creation without Base object."
...
This reverts commit fb47372eae783fd9ae110a6d507faa0a79b5051d.
2016-12-11 12:48:35 -06:00
sliptonic
92c2dce16d
PATH: More reasonble defaults for new tools
2016-12-11 12:47:56 -06:00
sliptonic
b1d46c6538
PATH: Drilling: allow selection of partial circular edges
2016-12-11 12:47:56 -06:00
sliptonic
f02e7b1eae
PATH: Prevent Job creation without Base object.
...
PathMillFace won't add a base if it isn't known to the parent
2016-12-11 12:47:56 -06:00
sliptonic
e35377298f
PATH: Default values for start/end depths improved
2016-12-11 12:47:56 -06:00
sliptonic
9507fa6cae
PATH: improved stepdown calculation and test
2016-12-11 12:47:56 -06:00
sliptonic
66210c7888
PATH: Delete misplaced and unused files
2016-12-11 12:47:56 -06:00
sliptonic
7421a3e9ee
PATH: Highlighting in Inspect
2016-12-11 12:43:10 -06:00
Stefan Tröger
503c4d00c0
Draft: Fix clone of art object
2016-12-11 19:27:35 +01:00
Stefan Tröger
7a94492676
PartDesign: Adopt test to new primitive behavior
2016-12-11 19:27:35 +01:00
Stefan Tröger
b09ca0c787
Extensions: Implement persistence
2016-12-11 19:27:35 +01:00