wmayer
21d3749d7a
Spreadsheet: [skip ci] fix gcc warnings about unused variables
2021-04-03 12:21:42 +02:00
Benjamin Nauck
51596b5acc
Spreadsheet: Fix UI issues when trying to insert rows/cols
...
* Add support for better translations (using pluralizations)
* Add support for inserting rows/columns after the selection
* Informs the user that it will insert rows/cols above/under/left/right of the selection
* Informs the user how many rows/cols that will be inserted
2021-04-02 19:33:06 +02:00
wmayer
efba06737f
Web: remove obsolete function setTextSizeMultiplier because QtWebEngine already supports HiDPI monitors
2021-04-02 14:10:02 +02:00
Chris Hennes
51b57f9844
[Web] Remove deprecated Qt < 5.9 code
2021-04-02 13:46:43 +02:00
wmayer
033b5397f3
TD: [skip ci] fix DrawingView::print/MDIViewPage::print
2021-04-02 12:06:24 +02:00
Chris Hennes
cbdc2ac48e
[TD] Remove deprecated Qt < 5.9 code
2021-04-02 12:02:54 +02:00
Benjamin Nauck
67d26939dc
Tux: Add "_light" suffix to light navigation icons
2021-04-01 19:48:18 +02:00
Benjamin Nauck
a56e5c2928
Tux: Add "_dark" suffix to dark navigation icons
2021-04-01 19:48:18 +02:00
Chris Hennes
6227a711c3
[Sketcher] Remove deprecated Qt < 5.9 code
2021-04-01 19:38:23 +02:00
Chris Hennes
00d9dd965f
[Part] Remove deprecated Qt < 5.9 code
2021-04-01 19:36:40 +02:00
Chris Hennes
08ba85888e
[Spreadsheet] Remove deprecated Qt < 5.9 code
2021-04-01 19:31:22 +02:00
Chris Hennes
f200cea636
[Test] Remove deprecated Qt < 5.9 code
2021-04-01 19:30:30 +02:00
wmayer
90ed40d605
Import: if in a dxf file control points and fit points are given then use the former to create the B-Spline
2021-04-01 13:27:03 +02:00
wmayer
5169a7e852
smesh: [skip ci] build FEM & MeshPart with C++14 when using external smesh because it doesn't support C++17 yet
2021-03-31 15:35:28 +02:00
Chris Hennes
663ac994a7
[OpenSCAD] Fix projection for OCCT7.3
...
OCCT 7.3 did not work well when using a very large projection plane, so
this commit reduces the plane size to the minimum required for the cut
operation. It also performs some minor refactoring in anticipation of
the implementation of the true projection feature, and it removes the
last attempted fix, which proved unnecessary.
2021-03-30 22:55:16 +02:00
Yorik van Havre
afa40aa049
Merge pull request #4299 from three-ddd/archstairs_connections_flight_landing
...
[0.20] [Arch] connections between stair flight and landing
2021-03-30 13:17:24 +02:00
Yorik van Havre
37ef8ee24f
Merge pull request #4410 from marioalexis84/draft-snap
...
Draft: Fixes #0004278 : Working Plane Proxy origin hijack nearby object
2021-03-30 13:16:14 +02:00
Yorik van Havre
111184a770
Merge pull request #4517 from Roy-043/Arch_Roof_fix_for_adjust_list_len
...
[ARCH] Arch_Roof fix for adjust_list_len function
2021-03-30 13:05:10 +02:00
Yorik van Havre
7573e54d16
Merge pull request #4546 from chennes/lgtmDraftUnusedLoopVariables
...
[DRAFT] Remove unused loop variable
2021-03-30 13:04:08 +02:00
Yorik van Havre
a346a10c88
Merge pull request #4547 from chennes/lgtmArchUnusedIterationVariable1
...
[Arch] Refactor to eliminate unused variable
2021-03-30 13:01:06 +02:00
Yorik van Havre
aba520180e
Merge pull request #4548 from chennes/lgtmDraftColorArrayCreation
...
[Draft] Eliminate unused loop iteration variables
2021-03-30 13:00:45 +02:00
Yorik van Havre
d8fc51dcf5
Merge pull request #4625 from marioalexis84/draft-edit
...
Draft: Make Edit closed wires consistent with open wires and tracker
2021-03-30 12:50:06 +02:00
Matthijs Kooijman
cc88c21fae
Arch: Fix displayed rotation values when adding or editing window components
...
This ensures the rotation edge and mode GUI elements are cleared when starting
to add or edit a component. Previously, when adding a new component or
editing one without rotation, the GUI elements would retain the value
from the previously edited component, which made it hard to check that
components did not have any rotation, and would make it easy to
accidentally add rotation to components that did not need it (just by
clicking edit and confirming).
2021-03-30 12:40:06 +02:00
Yorik van Havre
788e8aea69
Start: Fixed translated quote issue
2021-03-30 12:38:31 +02:00
Yorik van Havre
4bf315a070
Merge pull request #4690 from chennes/openscadFixMinorIssuesB
...
[OpenSCAD] Minor bug fixes in importing CSG
2021-03-30 12:28:03 +02:00
Chris Hennes
dfbfa67250
[Start] Correct TestStart installation location
2021-03-29 14:11:32 -05:00
Chris Hennes
fbd6b0441f
[OpenSCAD] Add piecewise helix for OCCT < 7.5
...
Address a hang when using older versions of OCC to create a rotated
extrusion. This approximates the auxilliary spine as set of line
segments formed from the helix, rather than using the helix directly.
2021-03-29 13:59:03 -05:00
Chris Hennes
b18cabae05
[OpenSCAD] Add additional recompute() logic
2021-03-29 13:58:52 -05:00
Abdullah Tahiri
ebfaa6ac95
Sketcher: No vertex color update (selection/preselection) after box selection
...
=============================================================================
The issue:
https://forum.freecadweb.org/viewtopic.php?f=10&t=56550#p486554
The fix:
Setting the render type to Image causes the issue, but neither do I know why it is
necessary to set it to Image, nor do I understand why this is causing the issue. I
only know it solves the issue.
2021-03-29 16:23:18 +02:00
Abdullah Tahiri
5c4f9df447
Sketcher: add subnodes to the right separator
2021-03-29 16:23:18 +02:00
donovaly
bedd22a662
[Part] save more icons with uniform resolution
...
- also save them as plain SVG to get rid of sometimes deprecated Inkscape-only stuff
2021-03-29 16:21:59 +02:00
marioalexis
d428b30635
Draft: Make featureName attribute translation-independent
...
The translation for the task panel title is done in the Ui method call
2021-03-29 10:51:53 -03:00
marioalexis
744846dd4f
Draft: Fix tooltip typo and trimex task panel title
2021-03-29 10:51:53 -03:00
wmayer
05f1634276
PD: [skip ci] fixes #0004139 : Macro - SubtractivePipe attached path object issues after macro executed
2021-03-29 10:43:08 +02:00
wmayer
b9da524451
PD: in setEdit() helper function make sure that recorded macro is handled as Gui command
2021-03-28 18:39:44 +02:00
Chris Hennes
b1f8184858
Remove unneeded Qt version checks
2021-03-28 17:41:27 +02:00
Chris Hennes
b15f134038
Remove deprecated Qt constants
...
Qt has deprecated the following constants, this commit replaces them
with their new equivalent/replacement:
Qt::TextColorRole -> Qt::ForegroundRole
Qt::BackgroundColorRole -> Qt::BackgroundRole
QPainter::HighQualityAntialiasing -> QPainter::Antialiasing
QPalette::Foreground -> QPalette::WindowText
2021-03-28 17:03:09 +02:00
donovaly
0490e33667
[Part] save icons with uniform resolution
...
- also save them as plain SVG to get rid of sometimes deprecated Inkscape-only stuff
2021-03-28 16:02:28 +02:00
flachyjoe
80a3aa8eaa
format TopoShapeWirePy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
44f6b670a8
format TopoShapeSolidPy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
7111e137a1
format TopoShapeShellPy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
37764982bd
format TopoShapeEdgePy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
c09093a079
format TopoShapeCompoundPy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
f9af6e8ea3
format TopoShapeCompSolidPy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
5f01c7559e
format TopoShapeFacePy.xml
2021-03-28 15:36:36 +02:00
flachyjoe
88c27d502e
fix some missed lines
2021-03-28 15:36:36 +02:00
flachyjoe
f94b3c3f58
Improve Part.Shape methods documentation
...
Formats UserDocu to follow the template:
Description
method(args) -> return
--
More infos
2021-03-28 15:36:36 +02:00
wmayer
4fbdcfb477
OpenSCAD: [skip ci] disable rich text in OpenSCAD widget to avoid weird behaviour when copying code from an HTML page
2021-03-28 13:51:38 +02:00
wmayer
9f93bf3b3c
PD: remove superfluous code block from Helix::execute
2021-03-28 13:38:53 +02:00
wmayer
ac3ce00b63
PD: replace error-prone strings with enum to handle different helix modes
2021-03-28 13:37:13 +02:00