Commit Graph

28911 Commits

Author SHA1 Message Date
Yorik van Havre
c669c4e618 Merge pull request #6904 from Roy-043/Draft-Fix-grid-update-issue
Draft: Fix grid update issue
2022-05-19 12:22:19 +02:00
turn211
6beef68ae1 Fixed bugs and added requests
Fixed Tableview widgets coloured by spreadsheet colours, Changed dark splitters to light. https://forum.freecad.org/viewtopic.php?p=596013&sid=b180cb250e3567c4a8d0bead16ed8cc2#p596013
2022-05-18 23:20:32 -05:00
turn211
afe78105ec Add files via upload 2022-05-18 23:20:32 -05:00
Roy-043
0b12cba3b5 Draft: Fix grid update issue
If the grid spacing was updated in this sequence: 1 -> 0 -> 1 (or any sequence where the first and last value are equal), the grid would not be redrawn.
2022-05-18 22:49:05 +02:00
sliptonic
354c4e9635 Merge pull request #6887 from sliptonic/bug/6826
fixes #6826.  Simplifies logic for calculating helix stepovers
2022-05-18 08:58:11 -05:00
wmayer
ca279e4057 Gui: avoid that toolbars of active workbench become invisible
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=67748
2022-05-18 14:08:32 +02:00
wmayer
2ecb11985e App: simplify code in Application::getResourceDir() and Application::getHelpDir() 2022-05-18 10:27:27 +02:00
wmayer
f3fd1d2035 App: inside Application::getLibraryDir() check if an absolute path name is set for LIBRARYDIR 2022-05-18 10:20:37 +02:00
Wanderer Fan
10888e7aad [TD]fix handling of translated enumeration 2022-05-17 20:04:19 -04:00
wmayer
a5ff515804 Mesh: issue #6131: Colors set prior to saving aren't retained when re-opening file
Note: A mesh feature must have a PropertyColorList property with the name FaceColors or VertexColors. The colors won't be set when loading a project but in the context-menu there is the function 'Display colors'
2022-05-17 16:43:53 +02:00
wmayer
2e7a7e70b0 Mesh: [skip ci] use const-reference when iterating over list 2022-05-17 15:52:43 +02:00
wmayer
eca8c9dbe2 Mesh: improve OBJ import by allowing arbitrary names for the mtllib file 2022-05-17 15:02:59 +02:00
wmayer
f1025b1448 Mesh: replace several reinterpret_cast with static_cast 2022-05-17 14:33:44 +02:00
Yorik van Havre
559a3f84dc Merge pull request #6896 from FreeCAD/mesh-initpy
Mesh: fix pep8 related issues in Init.py
2022-05-17 13:40:00 +02:00
wmayer
bb028c7989 Mesh: modernize MeshIO classes 2022-05-17 12:20:22 +02:00
wmayer
354bfb5c5b Mesh: implemented recommended move constructor and move assignment for Point3d 2022-05-17 11:55:33 +02:00
wmayer
3fbc9992e8 Mesh: avoid problematic const_cast 2022-05-17 11:54:11 +02:00
wmayer
74ead2c6ff Mod: whitespace fixes 2022-05-17 11:51:22 +02:00
wmayer
216ed31d8a Points: fix round-off errors in pcd export 2022-05-17 11:48:58 +02:00
wmayer
61bc913fe5 Test: [skip ci] test matrix element order 2022-05-17 11:47:40 +02:00
wmayer
d0f98bf45c Conda: ssize_t is a POSIX type and thus not necessarily defined on Windows. Currently this causes build failures with Conda + Py3.10.
The solution is to get rid off all occurrences of ssize_t in FreeCAD code
2022-05-17 11:43:40 +02:00
Yorik van Havre
06515cd340 Draft: Prevented error when grid size is zero - issue #5427 2022-05-17 10:58:10 +02:00
Yorik van Havre
27277e29c6 Draft: Fixed qt connect style - fixes #6879 2022-05-17 09:58:56 +02:00
wmayer
a564d5ced7 Import: fixes #5793: DXF export (Autodesk DXF 2D type) doesn't add any UNITS field inside the dxf file 2022-05-17 02:41:02 +02:00
luz paz
6e86375e8f [TestWB] fix source comment typo in
[skip ci]
2022-05-17 02:28:47 +02:00
luz paz
feec67e90f Mesh: fix pep8 related issues in Init.py
Added `import FreeCAD`
Added missing whitespace after commas
Removed DOS line endings
2022-05-16 16:44:00 -04:00
Chris Hennes
cd53c06b98 Draft: fix SVG rotation around non-origin center
Fixes #6869
2022-05-16 11:10:04 -05:00
sliptonic
9adf4c4e33 fixes 6826. Simplifies logic for calculating helix stepovers 2022-05-16 10:58:04 -05:00
wmayer
a8411881c9 Gui: use Py_ssize_t instead of ssize_t in AbstractSplitViewPy::sequence_item 2022-05-16 14:54:18 +02:00
marioalexis
52b1d11e59 Gui: Fix crash when invoke command with sMenuText equal to nullptr 2022-05-16 13:47:29 +02:00
marioalexis
1654dddb73 Gui: Improve docstrings in CommandPy.xml 2022-05-16 13:46:24 +02:00
wmayer
00fea5057c Test: [skip ci] unit test for Commands related to PR #6889 2022-05-16 13:33:32 +02:00
Yorik van Havre
a175ae63b3 Arch: fixed window for good this time 2022-05-16 13:21:52 +02:00
wmayer
cca62bd8b5 Test: unit test for sub-objects related to PR #6888 2022-05-16 11:29:18 +02:00
Zheng, Lei
65889b6c80 App: Fix Origin::extensionGetSubObject() 2022-05-16 11:27:35 +02:00
Yorik van Havre
73d28acd87 Arch: Fixed mistake in last commit 2022-05-16 10:42:09 +02:00
wmayer
57fcdd8182 Sketch: fixes #6890: Problem with Grid size preference 2022-05-16 10:18:42 +02:00
Yorik van Havre
3ec140fac7 Arch: Fixed default component type for new windows 2022-05-16 09:34:14 +02:00
kaktus Jacek
aa19e21662 Update the qrc file list to the latest QT file import (QT5 files update for Polish language)
The file translation.qrc had to be updated as well, which was not done

This time the qrc file also contains an update.
2022-05-15 10:28:04 +02:00
Uwe
1c5e387035 Win installer: prepare for a beta build 2022-05-15 05:32:46 +02:00
Uwe
10fa08e879 update to Windows SDK 10.0.19041.0
because Qt 5.15.3 requires this SDK version too

done in preparation of FC 0.20 that will use Qt 5.15.3 as default for Windows
2022-05-15 04:14:15 +02:00
wmayer
4ae98779c1 Test: unit test for sub-objects related to PR #6838 2022-05-14 16:32:19 +02:00
wmayer
eb6adf17fa App: fix DocumentObjectPy::getSubObject:
* do not set pyMat to Py_None by default but nullptr and do type check in PyArg_ParseTupleAndKeywords
* if refType is out of range raise a ValueError instead of TypeError
* replace (undocumented) magic numbers with an enum class
* implement a lambda function to avoid code duplication
* fix bug for retType=3 or retType=4 if subname is a list of strings
2022-05-14 15:54:27 +02:00
Zheng, Lei
6340dcdd63 App: fix Origin getSubObject() 2022-05-14 14:02:21 +02:00
kaktus Jacek
a2e99d9196 add Qt5 translation files
QT5 files update for Polish language

The files contain updated translations and a new standard

https://github.com/FreeCAD/FreeCAD/issues/6875

https://github.com/qt/qttranslations/blob/dev/translations/qt_pl.ts
2022-05-14 13:06:29 +02:00
Wanderer Fan
3e56f88404 [TD]mark literals for translation 2022-05-13 13:41:37 -04:00
Wanderer Fan
00c8916341 [TD]Fix group item moving when locked 2022-05-13 13:41:37 -04:00
sliptonic
b96a650dec Merge pull request #6703 from Russ4262/fix/extensions_size_update
Path: Fix extensions updates and Default Length application [Bug]
2022-05-13 09:08:49 -05:00
wmayer
4fea37b3bc Part: std::unique_ptr is provided by the memory header 2022-05-12 17:52:52 +02:00
wmayer
5f0ad3864d Part: reorder headers in PreCompiled.h 2022-05-12 17:50:33 +02:00