Uwe
7b14b3b02e
[Base] Reader and Writer: remove unused includes
2022-02-27 23:54:00 +01:00
Uwe
07912f7388
[App] Link and Material: remove unused includes
2022-02-27 21:23:51 +01:00
Wanderer Fan
eb4a5384c0
[TD]add alignment grid to page
2022-02-27 14:34:35 -05:00
Uwe
6a606783d6
[Base] remove unused code
2022-02-27 19:30:09 +01:00
Uwe
f35a1237b2
[App] Annotation: remove unused code
2022-02-27 18:30:15 +01:00
Ajinkya Dahale
15281aed86
[Sketcher] Allow setting B-Spline degree at creation
2022-02-27 16:48:23 +01:00
Uwe
8bedc25344
[App] Feature: remove unused includes
2022-02-27 16:37:29 +01:00
Chris Hennes
b5965a4869
Addon Manager: Add packages requested by Ickby
2022-02-26 21:40:12 -06:00
Chris Hennes
75d2233ed6
Addon Manager: Add wiki macro icon scraping
2022-02-26 21:06:37 -06:00
Chris Hennes
1a7fcd575e
Addon Manager: Auto-create toolbar button
...
When installing a macro, prompt user to install a toolbar button
automatically. Fills in the details of the button using the macro's
metadata, including an icon if the __icon__ metadata variable points to
a file.
Also:
* Support XPM data for macro icon
* Support online icons
* Fix bug in macro uninstall
* Cleaned up macro code
2022-02-26 21:06:37 -06:00
Chris Hennes
3be45f4087
Gui: Add function to search custom commands
2022-02-26 21:06:37 -06:00
Chris Hennes
126c9aace0
GitHub: Correct YAML syntax
2022-02-26 20:48:29 -06:00
mosfet80
b2966a51ca
Update requirements.txt
...
remove python1-2 matplotlib required version
2022-02-26 22:00:47 +01:00
Syres916
896b036aee
[FEM] Bugfix Gmsh Version check to be...
...
...Python 3.6 compatible
2022-02-26 17:15:28 +01:00
wmayer
b05fb73196
PD: [skip ci] refactor Hole feature
2022-02-26 17:06:38 +01:00
wmayer
3ce87cb2fa
PD: [skip ci] refactor Hole feature
2022-02-26 16:48:37 +01:00
wmayer
9ddfcb89a5
PD: [skip ci] fix const correctness in Hole feature
2022-02-26 16:34:44 +01:00
wmayer
df0fac1de8
PD: [skip ci] refactor Hole feature
2022-02-26 16:18:20 +01:00
wmayer
4753b0232d
PD: fix error 'gp_Dir::Crossed() - result vector has zero norm'
...
As reported here: https://forum.freecadweb.org/viewtopic.php?f=3&t=65826
2022-02-26 16:07:35 +01:00
Stefan Brüns
6b062b25e1
[CMake] Abort configuration when required uic/rcc is not found
2022-02-26 14:13:46 +01:00
StefanBruens
4e9363c70b
[CMake] Use imported executable targets for finding Qt uic/rcc
...
Commit 024bde641c ("Update FindPySide2Tools.cmake") removed the
versioned names of uic/rcc, which are at least used on openSUSE
and Fedora.
Instead of determining the path of uic/rcc manually, just use
the imported executable targets. rcc comes from QtCore, while
uic comes from QtWidgets.
Fixes #6445 .
2022-02-26 14:13:46 +01:00
wmayer
a5bc46afb2
Base: fix build failure with MSYS/clang
2022-02-26 12:08:02 +01:00
wmayer
f24fe8157a
Base: [skip ci] fix build failure with MSYS/clang
2022-02-26 11:16:57 +01:00
Chris Hennes
14ff42be13
Addon Manager: Add unit test framework
...
Adds the framework for unit testing, and a few tests of the utilities functions.
2022-02-25 23:17:59 -06:00
Chris Hennes
b1d6768d1c
Addon Manager: Minor improvements to utilities
2022-02-25 20:41:03 -06:00
Ajinkya Dahale
f90a987cac
[Sketcher] Create internal geometry after converting to NURBS
...
The control points are needed to edit the converted B-Spline
2022-02-25 18:45:12 +01:00
Ajinkya Dahale
690a7b4ab9
[Sketcher] Correct NURB to NURBS
...
The S in NURBS stands for Spline
2022-02-25 18:22:01 +01:00
Uwe
b4fff07d9e
[App] Expression and Extension: remove unused includes
2022-02-25 18:06:57 +01:00
Yorik van Havre
8196033d1b
Merge pull request #6444 from Roy-043/Draft-Fix-Draft_Line-Length-is-zero-bug
...
Draft: Fix Draft_Line Length is zero bug
2022-02-25 14:32:15 +01:00
Zheng, Lei
75dd3d6533
Gui: add missing PropertyItemDelegate::eventFilter()
...
For handling focus change when editing property
2022-02-25 12:17:17 +01:00
luz paz
d5b032970c
Github: rename Workbench tags so they present alphabetically in GH UI
...
When choosing a specific workbench tag in the GH the current dropdown entries are scattered. By prepending `WB` to them and sorting them alphabetically will make it cleaner to select them. Due to this, the tags have been renamed.
This PR follows up the change of the tags to the GH auto-labeler action. Some extra tags were added as well like :octocat: for GH files and `Addon Manager` etc...
[skip ci]
2022-02-25 08:30:02 +01:00
Uwe
26102318a0
[App] remove some unused includes
2022-02-25 02:25:47 +01:00
luz paz
713fdfc32d
[TD] tweak verbiage for weld symbol directory tooltip [skip ci]
2022-02-24 18:10:57 -05:00
luz paz
de3168606a
[TD] Fix some more grammatical issues
2022-02-24 18:10:57 -05:00
Benjamin Bræstrup Sayoc
3a14133269
[TD] Improve weld task tool tips, partially fixes #0004838
2022-02-24 18:10:57 -05:00
Chris Hennes
ef4fdc7ecf
Addon Manager: Improve darkmode check
2022-02-24 12:05:08 -06:00
wmayer
0ccca56532
Gui: [skip ci] make some minor improvements in ReportOutput class
2022-02-24 17:56:52 +01:00
wmayer
b9b32c7ebf
Gui: Fix problem where Python output and errors are not redirected to report view until preferences window is opened
2022-02-24 17:42:40 +01:00
Chris Hennes
189bec3e5a
Addon Manager: Remove restart need for pref packs
...
The actual need to restart was removed by 7a566ea4d , this commit
updates the Addon Manager user interface to stop telling the user
they need to restart. Now restarting is only required for addons
that contain workbenches. Macros and pref packs to not need a
restart.
2022-02-24 09:49:15 -06:00
Chris Hennes
af8890df69
Addon Manager: Switch cache strategy to PreferNetwork
2022-02-24 09:25:02 -06:00
Chris Hennes
b5c72365a8
Addon Manager: Fix compact view tag label
2022-02-24 09:16:07 -06:00
Chris Hennes
9dd852202b
OpenSCAD: Warning message tweaks
2022-02-24 09:08:43 -06:00
Yorik van Havre
ed031b5b28
Merge pull request #6420 from marioalexis84/draft-drawing_techdraw
...
Arch: Replace Drawing functions with TechDraw functions
2022-02-24 13:34:59 +01:00
wmayer
86c91d71a1
Sketcher: fix crash in function 'Convert to B-Spline'
...
See also the forum thread: https://forum.freecadweb.org/viewtopic.php?f=19&t=66470
2022-02-24 12:54:11 +01:00
Roy-043
039457bdd6
Draft: Fix Draft_Line Length is zero bug
...
When changing the Length of a Draft_Line to f.e. 0.5 the input of the zero resulted in a zero length line.
2022-02-24 12:26:42 +01:00
Uwe
8dd1140a4b
[App] Range to VRML: remove unused includes
2022-02-24 11:28:52 +01:00
Uwe
9ec0bcdcf2
[Base] Units and Uui: remove unused includes
2022-02-24 11:08:56 +01:00
Uwe
c08c4c12ef
[Base] Console and BaseClass: remove unused includes
2022-02-24 09:34:01 +01:00
Uwe
e583eec264
[Part] fix a comment on SectionCut
2022-02-24 04:49:29 +01:00
Chris Hennes
2931c3ccb6
OpenSCAD: Fix for empty groups
2022-02-23 21:21:57 -06:00