sliptonic
fd33ed6bfa
Merge pull request #5306 from sliptonic/bug/4810
...
[PATH] fix #4810
2022-01-03 09:48:07 -06:00
Benjamin Bræstrup Sayoc
2d14c0be8d
Make it possible to do new Pick Points
2022-01-03 09:58:33 -05:00
Benjamin Bræstrup Sayoc
e483cc2b09
Use latest user input for Add Cosmetic Vertex
2022-01-03 09:58:33 -05:00
mwganson
af9857faef
[PartDesign::Scripts::Spring.py] update old example script
2022-01-03 11:45:05 +01:00
Jonas Bähr
ccb03cadd5
PD: helix cleanup: remove unused strings from task panel ui
...
Since the tool tips are now set from the property descriptions we don't
need them any more in the .ui file. Removing them prevents garbage in
the translation source files.
2022-01-03 11:40:29 +01:00
Jonas Bähr
5266ecf36f
PD: Use the helix property docs as tooltip in the task panel
...
By reusing the property docs as tooltip we avoid maintaining the same
information in two places. The propery descriptions have been made
translatable, too, to ensure a fully translatable UI.
The ground work for this was layed by the work on Issue 0002524, long
time ago: https://tracker.freecadweb.org/view.php?id=0002524
2022-01-03 11:40:29 +01:00
wmayer
36fe42d869
Raytracing: replace subprocess.call with subprocess.Popen and escape file names
2022-01-02 22:44:04 +01:00
Florian Simmer
c5affe7ea9
Github: Create codespell workflow and codespellignore
2022-01-02 11:39:17 -06:00
Wanderer Fan
5f109b5ee3
[TD]Allow selection of Page when adding View
2022-01-02 09:49:33 -05:00
Wanderer Fan
74dc5344d4
[TD]prevent touched but must be execute on DrawPage
2022-01-02 09:48:38 -05:00
Jean-Marie Verdun
5ade10d049
Fix MacBundle relocation
2022-01-02 12:57:08 +01:00
Roy
3c1531b39a
Draft: Commands acting on subelements did not load the Draft module
2022-01-01 16:26:26 -06:00
Roy-043
911fd3bf17
Draft: fix several issues with importAirfoilDAT.py
...
The importAirfoilDAT.py code could not handle several *.dat files posted in a forum topic.
2022-01-01 16:21:30 -06:00
Chris Hennes
78e12736e0
Merge pull request #5312 from chennes/addonManagerCacheMacros
...
Addon Manager: download and display Macro metadata
2022-01-01 15:44:19 -06:00
Chris Hennes
172243138a
Addon Manager: Improve display of installation details
2022-01-01 11:41:23 -06:00
Chris Hennes
6f1c2627b2
Addon Manager: Remove unused imports
2022-01-01 09:43:06 -06:00
Chris Hennes
a5e89982f4
Addon Manager: Ensure cache is rebuilt after firstrun dialog
2022-01-01 09:16:32 -06:00
Chris Hennes
e954f677fb
Addon Manager: Downgrade failed low-level urlopen to log
2022-01-01 09:16:32 -06:00
Chris Hennes
f5f78670dd
Addon Manager: Add preference to control macro download
2022-01-01 09:16:32 -06:00
Chris Hennes
cd51ec53c0
Addon Manager: Remove extraneous UI elements
2022-01-01 09:16:32 -06:00
Chris Hennes
382eabbb62
Addon Manager: Improve wiki page data extraction
2022-01-01 09:16:32 -06:00
Chris Hennes
d20c24f618
Addon Manager: Fix macro cache loading
2022-01-01 09:16:32 -06:00
Chris Hennes
7d3c6b0cce
Addon Manager: Improve macro scanning performance
2022-01-01 09:16:32 -06:00
Chris Hennes
e450e50bb2
Addon Manager: Implement simple macro metadata cache
2022-01-01 09:16:32 -06:00
wmayer
7d748d958d
PD: [skip ci] remove obsolete TaskPocketParameters.ui
2022-01-01 11:50:43 +01:00
mwganson
490f33e287
[Part::CheckGeometry] add edwilliams16's code for some global properties to the advanced shape content
2022-01-01 11:39:05 +01:00
wmayer
5eae75ecd2
Start: in Workbench::loadStartPage() raise StartPage if there is already an instance
2022-01-01 10:44:41 +01:00
wmayer
3ba49908d4
Mouse navigation: change unnecesary messages to log messages
2021-12-31 19:09:15 +01:00
Chris Hennes
a6e8e04d99
Addon Manager: Work around stylesheet problem in Qt 5.9
2021-12-31 11:00:02 -06:00
sliptonic
7558945c2b
Use run() instead of Popen() to avoid need for communicate() call.
2021-12-31 10:04:17 -06:00
wmayer
1d021345f3
PD: fix bug in TaskDressUpParameters::KeyEvent and simplify code
2021-12-31 17:03:16 +01:00
wmayer
311ab4e391
Gui: add function to check matches of key event and key sequence
2021-12-31 17:02:12 +01:00
wmayer
fd8f860223
[skip ci] fix some typos
2021-12-31 14:03:51 +01:00
mwganson
a324b33104
[PartDesign] for chamfer and fillet, add SelectAllEdges option in the context menu while in add or remove mode
2021-12-31 14:01:43 +01:00
Chris Hennes
2751cb7a51
Addon Manager: Add option to hide obsolete and py2 addons
2021-12-30 21:36:32 -06:00
Chris Hennes
c172ab1be6
Addon Manager: Convert dev startup warning to log
2021-12-30 20:13:24 -06:00
Chris Hennes
20a74ce423
Addon Manager: Clean up report window output
2021-12-30 20:06:22 -06:00
sliptonic
189d3c72a2
use subprocess.Popen() the right way
2021-12-30 16:58:45 -06:00
sliptonic
1e1f134361
fix #4810
...
use subprocess.Popen() to avoid executing arbitrary code
2021-12-30 16:32:17 -06:00
Benjamin Alterauge
e81ee6f540
Use std::map without const
2021-12-30 17:40:45 +01:00
Benjamin Alterauge
3f85853e09
Spreadsheet: Fix trouble with clang and MacOS
...
Since the Spreadsheet: support cell binding commit, I got trouble by building freecad. I didn't find similar reports in install/compile forum. So I will only use the old version of typedef for macos. Better solutions are welcome.
See [trouble details](0c54f3236e (commitcomment-62364932) )
2021-12-30 17:40:45 +01:00
wmayer
edd1d3e8e5
Gui: move options to use native or Qt dialogs to class DialogOptions
2021-12-30 17:31:00 +01:00
mwganson
9976b4cf84
[core] Add new parameter to BaseApp/Preferences/Dialog called DontUseNativeColorDialog, default to true
2021-12-30 17:07:25 +01:00
Adrian
7f0bc597a5
Mouse navigation: change unnecesary warnings to messages
...
sent when trying to set rotation center without an object under the cursor and can be annoying if report view is set to show with warnings.
2021-12-30 15:46:38 +01:00
mdkus
5e6fec53ea
Tools: small bug fix for showing the correct test icon
2021-12-30 15:39:07 +01:00
wmayer
dfa202c234
Sketcher: fix build failures with MinGW
2021-12-30 15:12:56 +01:00
wmayer
e01ab89317
Sketcher: fix build failures with MSVC
2021-12-30 14:54:37 +01:00
Yorik van Havre
3a74e1c8b4
Fem: Fixing translation context
2021-12-30 13:06:05 +01:00
Chris Hennes
7874b0dd6c
Addon Manager: Do not change image size
...
The new UI has much more space available to display README files: remove
the code that scaled the images to (sometimes unreadable) 300x300 size.
2021-12-29 23:51:21 -06:00
Chris Hennes
607ebd278a
Addon Manager: Add filter on installation status
2021-12-29 23:32:20 -06:00