Ajinkya Dahale
6f5159180b
[PD] Use PropertyLinkSubList for loft and sweep sections
...
This change is necessary since we restrict part-design features to only use
other features from the same body.
2021-11-20 21:37:14 +01:00
wmayer
25afe523c4
Spreadsheet: [skip ci] return Py::None() instead of Py::Object()
2021-11-20 14:40:12 +01:00
Chris Hennes
a9ee8d4ffb
Spreadsheet: Remove unnecessary functions & files
...
Remove functions from they Python code for ViewProviderSpreadsheet that
are now in SheetView, and eliminate the unneded files for SheetView now
that it's being generated by hand to facilitate pseudo-inheritance.
2021-11-20 14:40:12 +01:00
Chris Hennes
0da3bc7332
Spreadsheet: Implement Python SheetView functions
...
Add the following functions to the Python interface of SheetView:
* selectedRanges()
* selectedCells()
* select(cell, flags)
* select(upperLeft, lowerRight, flags)
* currentIndex()
* setCurrentIndex(cell)
2021-11-20 14:40:12 +01:00
wmayer
84b7185a28
PD: [skip ci] code clean-up in pad and pocket feature
2021-11-20 12:01:55 +01:00
wmayer
998abc8d4d
PD: move duplicated code to common base class
2021-11-20 11:45:13 +01:00
wmayer
877e8d14e5
PD: Add common base class for Pad/Pocket
2021-11-20 10:34:01 +01:00
wmayer
67cc5c9047
Gui: add MDIViewPy.cast_to_base and implement in Python wrappers for sub-classes of MDIView
2021-11-19 15:44:23 +01:00
wmayer
3bd3f20e32
Gui: [skip ci] add sub-classes of the MDIView to the type system
2021-11-19 12:51:13 +01:00
sliptonic
740d71b638
Merge pull request #5177 from sliptonic/bug/profilebug
...
[Path] face outerwires aren't always the first wire in the Wires list.
2021-11-18 08:44:09 -06:00
Yorik van Havre
5f822a2b5b
Merge pull request #5028 from luzpaz/Crowdin-MeshPart
...
Crowdin: Fix and expose Mesh WB translations
2021-11-18 12:27:42 +01:00
P-C-R
598cc99651
Merge branch 'master' into RRF-PP-for-Path
2021-11-18 07:59:14 +01:00
Roy-043
413fff7ea2
Draft: fix toggle grid issue.
2021-11-17 19:26:36 +01:00
wmayer
c410ba4f7d
Tux: [skip ci] fix error: NameError: name 'adjustSize' is not defined
...
Caused by commit a318878be48
2021-11-17 19:18:12 +01:00
wmayer
039422572a
PD: [skip ci] fix warning -Wunused-variable
2021-11-17 19:06:35 +01:00
wmayer
895ff340af
TD: [skip ci] fix deprecation warning with Qt5.15
2021-11-17 17:20:57 +01:00
Yorik van Havre
c4d4575eb3
Merged crowdin translations
2021-11-16 17:30:39 +01:00
Yorik van Havre
7dc8f59369
Updated ts files
2021-11-16 17:25:03 +01:00
Roy-043
5435d3b0ee
Draft: fix array issue with Draft_Point and Part_Vertex
2021-11-16 17:00:54 +01:00
Roy-043
b03a1db7d0
Draft housekeeping: SS-shortcut used twice
2021-11-16 16:49:30 +01:00
Roy-043
47ac12dbfd
Draft housekeeping: import is_group and get_windows in Draft.py
2021-11-16 16:35:34 +01:00
Yorik van Havre
35d0603b3c
Merge pull request #5156 from donovaly/TUX-navibar-fixes
...
[Tux] fix navigation status bar width
2021-11-16 11:33:28 +01:00
Yorik van Havre
6725ca7489
Merge pull request #5153 from Roy-043/Draft-fix-importDXF-should-use-make_layer
...
Draft housekeeping: importDXF.py should use make_layer
2021-11-16 11:30:17 +01:00
sliptonic
54d593e116
face outerwires aren't always the first wire in the Wires list.
...
Added logic to compare hashCodes()
https://forum.freecadweb.org/viewtopic.php?f=13&t=50567
2021-11-15 18:40:28 -06:00
wmayer
84e382a5a6
PD: simplify Pad/Pocket commands
2021-11-16 00:58:55 +01:00
wmayer
408e8a40ef
PD: [skip ci] for pockets use opposite direction of reference axis
2021-11-16 00:35:57 +01:00
sliptonic
4f1116af03
Merge pull request #5154 from sliptonic/feature/drill-generator
...
[PATH] Drilling refactor part 1 - Generator and testing
2021-11-15 09:05:28 -06:00
Uwe
cf9e5a3f33
[PD] fix issue 0004785
...
- then the profile of a pad/pocket was a face, the direction handling was completely broken
2021-11-15 15:44:28 +01:00
Uwe
8b8b04cfde
[PD] uniform pad and pocket handling
...
- since pockets now can have a certain direction, also handle the reference axis like for pad
- uniforms initial length to 10.0
2021-11-15 15:32:56 +01:00
P-C-R
d7c1de814d
Update rrf_post.py
2021-11-15 08:20:06 +01:00
P-C-R
823acea717
Merge branch 'master' into RRF-PP-for-Path
2021-11-15 08:18:18 +01:00
P-C-R
bc3e8fbbc7
Bugfix for "Before Tool Change" Commands
2021-11-15 08:15:07 +01:00
Zheng, Lei
fdae470c1b
App: add hiddenref() expression built-in function
...
Any object reference inside this function is treated as hidden to
exclude it from dependency calculation. This function allows some form
of cyclic depdenency.
Merger note: renamed from "HREF" to "HIDDENREF" to avoid confusion with
the standard "hypertext reference" use of HREF.
2021-11-14 20:45:09 -06:00
Roy-043
6e1874eede
Draft: revise findMidpoint function
...
The findMidpoint function (used by Draft_Snap_Midpoint) only worked for straight and circular edges. With this revision the midpoint of all edges can be found.
2021-11-14 11:34:06 -06:00
wmayer
69fd6d35ec
Part: use of factory method of Vector2dPy
2021-11-14 18:19:34 +01:00
Uwe
c138b75af0
[PD] uniform Pad/pocket UI
...
now that pockets have the same functionality as pads, the UIs can be unified:
- the position of the Offset widget in the UI is better in pocket, thus use it for pad too
- add missing tabstops for pad
- add missing tooltip for pocket
- update tabstops for pocket
2021-11-14 03:58:21 +01:00
alexneufeld
4068876f83
Addon Manager: Added VendorParts workbench icon
2021-11-13 19:08:10 -06:00
wmayer
90630795b8
Spreadsheet: several improvements
...
* do not simply return with Py_None from Python handler without incrementing the ref. counter as otherwise the interpreter steals a reference and the program will crash after a while
* avoid using the plain Python C API and instead use the PyCXX API
2021-11-13 21:56:15 +01:00
wmayer
7431bddea7
Spreadsheet: get access to the sheet view from the view provider via Python
2021-11-13 21:43:58 +01:00
wmayer
43b3bfcb04
Spreadsheet: in ViewProviderSheet do not add a second member to store the Python wrapper because the base class already has it
...
and it invalidates the wrapper in case the it is destroyed
2021-11-13 21:34:43 +01:00
wmayer
54688e7267
SpreadSheet: fix -Wunused-parameter
2021-11-13 20:45:06 +01:00
wmayer
aea7e60bf3
SpreadSheet: fix -Winconsistent-missing-override
2021-11-13 20:41:06 +01:00
wmayer
d398ee7f50
Spreadsheet: implement SheetViewPy that acts as sub-class of MDIViewPy
2021-11-13 20:40:32 +01:00
luz paz
91b4207cba
Fix header uniformity
2021-11-13 06:20:19 -05:00
Chris Hennes
48f4277477
Spreadsheet: Expose currentIndex to Python
2021-11-12 22:54:24 -06:00
Uwe
e27270e615
[PD] fix pad/pocket direction issue
...
- the info if a custom direction is used, was incorrectly determined by checking a checkbox that only displays the vector value, no matter if it is a custom vector or not
2021-11-13 04:03:04 +01:00
Chris Hennes
170e515f15
Spreadsheet: Add programmatic selection of cells
...
Implement modifying the current selection programmatically via the
ViewProvider object in both C++ and Python. This enables unit testing of
GUI tasks that require a selection, and improves scriptability of
Spreadsheet.
2021-11-12 17:33:39 -06:00
Uwe
c6f48531cc
[PD] fix typos
2021-11-13 00:29:33 +01:00
Chris Hennes
23370d3ba1
Spreadsheet: Minor code cleanup
2021-11-12 13:31:05 -06:00
Jose Luis Cercos-Pita
6c63bc3acf
Expose the selected cells to Python
2021-11-12 13:19:03 -06:00