Yorik van Havre
73d5e2c7e1
Updated ts files
2021-09-06 15:32:07 +02:00
Yorik van Havre
5f621f9d11
Merge pull request #4732 from donovaly/PD-attachment-fix
...
[PD] fix bug that reference selection is always on
2021-09-02 11:59:43 +02:00
Yorik van Havre
199e8a8d6e
Merged crowdin translations
2021-08-26 14:51:36 +02:00
Yorik van Havre
8acd9f8734
Updated ts files
2021-08-26 14:50:54 +02:00
Benjamin Alterauge
6128a073f3
Possible to use DefaultShapeVertexColor setting.
...
Add a separate material for vertex. So, it is possible use DefaultShapeVertexColor. [Ticket #4692 ](https://forum.freecadweb.org/viewtopic.php?f=3&t=59576 )
2021-08-03 07:35:00 +02:00
Yorik van Havre
834933866e
Merged crowdin translations
2021-07-08 16:06:38 +02:00
Yorik van Havre
e540e5a969
Updated ts files
2021-07-08 16:00:23 +02:00
Yorik van Havre
da508e30b0
Merged crowdin translations
2021-07-01 13:56:25 +02:00
Yorik van Havre
7efbe176a0
Updated ts files
2021-07-01 13:50:17 +02:00
Yorik van Havre
acedf491f3
Merged crowdin translations
2021-06-24 17:22:19 +02:00
Yorik van Havre
7980f7b318
Updated ts files
2021-06-24 17:18:01 +02:00
Yorik van Havre
24362e9020
Merged crowdin translations
2021-06-17 16:04:02 +02:00
Yorik van Havre
d12702e588
Updated ts files
2021-06-17 15:49:33 +02:00
Yorik van Havre
ee6a9b8c7d
Merged crowdin translations
2021-06-10 12:24:24 +02:00
Yorik van Havre
78436e0f35
Updated ts files
2021-06-10 11:48:18 +02:00
tomate44
63a454a24d
Part: add Fill property to Offset2D macro recording
2021-06-08 11:29:13 +02:00
Yorik van Havre
3e98ff41f9
Updated ts files
2021-06-04 18:30:30 +02:00
Yorik van Havre
9f81ca933d
merged crowdin translations
2021-06-03 15:43:34 +02:00
Yorik van Havre
441635aff0
updated ts files
2021-06-03 15:37:33 +02:00
Yorik van Havre
dd1220b345
Merged crowdin translations
2021-05-27 14:51:33 +02:00
Yorik van Havre
4b7a5d2e98
Updated translation files
2021-05-27 14:44:40 +02:00
Yorik van Havre
0be2757e13
Merged crwodin translations
2021-05-12 16:36:31 +02:00
Yorik van Havre
91ea7fbba8
Updated ts files
2021-05-11 13:05:20 +02:00
Yorik van Havre
966906da96
Merge pull request #4557 from luzpaz/crowdin/whitespaces-substituted-into-code
...
Crowdin: represent whitespace in code instead of in string
2021-05-05 17:18:35 +02:00
wmayer
a6e7bdf849
allow to enable PCH for gcc and clang
2021-05-03 17:37:58 +02:00
luz paz
e0ab0382b3
Part: remove py2 code
2021-04-25 11:29:35 +02:00
wmayer
2fe44f80b9
Part: properly handle small quantities in part primitive dialog
2021-04-20 17:11:38 +02:00
Mateusz Skowroński
9ade68e9bf
Fix CMake warning: qt5_make_output_file is not part of the official API, and might be removed in Qt 6.
2021-04-19 15:10:53 +02:00
luz paz
e312b5f740
Crowdin: remove obsolete translation manually [skip ci]
...
For some reason updatets.py is not successfully removing obsolete translations. This is a long standing issue. The workaround is to manually remove them from the .ts file.
ref: https://forum.freecadweb.org/viewtopic.php?f=21&t=51825&p=483474#p482519
crowdin: https://crowdin.com/translate/freecad/7254/en-pl?filter=basic&value=0#6572886
2021-04-19 06:23:07 -04:00
luz paz
b94ee8b275
Crowdin: represent whitespace in code instead of in string [skip ci]
...
Removing possible whitespace from strings lead to more accurate translations
2021-04-19 06:16:09 -04:00
donovaly
a275de7202
[PD] fix bug that reference selection is always on
...
It is annoying because error-prone, that on opening e.g. primitives the reference selection mode is always on. You then e.g. click in the model and get a new attachment. But when opening existing primitives you don't always want to change the attachment (often only the parameters). And even if you want to change the attachment, you want to select which one and you like to know when you are in selection mode.
2021-04-12 03:20:18 +02:00
donovaly
f1ab972234
[PD] UI file fixes
...
the rotation angle settings of primitives had a different layout than the other parameters, this things like shown in the image below happened.
- The PR uniforms all layouts to grid and for the PD layout
- it sets for the cylinder page a minimum width
- the PD UI file is now also sorted using David's file sorter
- fix the mess with stdset="0"> I accidentally introduced with the merges from yesterday (I simply forgot to install to Qt designer the FreeCAD widgets and then designer pollutes the file with these tags for all FC-specific widgets since it doesn't know them
2021-04-06 13:17:43 +02:00
donovaly
1f0e0f3e21
[Part] add direction to cylinder primitive
...
We already have the possibility to create skewed prisms. I recently stumbled upon that I would need this feature for cylinders too.
This PR takes the existing prism extrude direction feature and use it for cylinders too
2021-04-05 13:59:03 +02:00
Chris Hennes
e0b9f28198
[Part] Remove deprecated Qt < 5.9 code
2021-04-01 19:36:40 +02:00
donovaly
73e4e4f339
[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
donovaly
b8a7fb26c1
[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
donovaly
f71dd32ae9
[Part] change icon to math the other Part icon scheme
...
The other Part icons have red lines indicating wires, only the new make faces ion does not. The PR changes this to use the same for all icons.
2021-03-25 18:11:49 +01:00
donovaly
d65cc5c63f
[Part] uniform feature sorting
...
at the moment the sorting is confusing, the sorting in the menu differs from the toolbars and some features even belong in the menu to another category than in the toolbars and one feature has not yet a toolbar entry
This PR implements a uniform sorting for the menu and toolbar and adds the missing toolbar icon
2021-03-25 18:04:35 +01:00
bitacovir
3b4e96d4a7
[UI] Replace Bitmap icon of Part_PointsFromMesh command
2021-03-25 17:42:26 +01:00
Benjamin Nauck
0032f4e298
[Path] Switch from boost::tuple to std::tuple
...
It's better to use the standard lib when possible
2021-03-06 19:31:06 +01:00
wmayer
dfba396b4f
Gui: support to customize the font size of bounding boxes
2021-03-02 16:29:57 +01:00
David Osterberg
c1b3fba031
Beautify xml step 1: These changes do not affect the uic output
2021-03-02 16:29:11 +01:00
Yorik van Havre
fa85db61f9
Merged crowdin translations
2021-02-25 13:27:48 +01:00
Yorik van Havre
5c12afb5b5
Merged crowdin translations
2021-02-24 18:07:59 +01:00
wmayer
253bbb54ba
Part: [skip ci] Fix coverity warning
...
Coverity warnings fixed:
CID 316522 (#2 of 2): Uninitialized scalar variable (UNINIT)
5. uninit_use_in_call: Using uninitialized value newSelection. Field newSelection.shapeType is uninitialized when calling push_back
2021-02-21 16:06:59 +01:00
donovaly
8a4334abcd
[Part] fix regression in location dialog layout
...
For some reason the horizontal alignment got broken. This PR replaces the different grids with each on grid per groupbox
2021-02-21 11:36:13 +01:00
wmayer
48fdbbab4c
PD: [skip ci] fixes #0004573 : missing bindings to expressions in primitives location dialog
2021-02-20 20:04:37 +01:00
donovaly
e3dff59c2e
[Part] add missing bindings
...
For FC 0.19 we added bindings to the PD primitives but we forgot the Part primitives
2021-02-20 20:02:09 +01:00
David Osterberg
29cd1049bb
Part: Allow helix primitive with negative Angle
2021-02-14 11:53:34 +01:00
Yorik van Havre
0de8cceb53
Updated ts files
2021-02-12 14:47:37 +01:00