sliptonic
8cdcfcd696
translation cleanup PathSanity
2022-01-03 10:50:33 -06:00
sliptonic
bd140e3b3c
translation cleanup
2022-01-03 10:48:39 -06:00
sliptonic
b67bd47aa3
translation cleanup
2022-01-03 10:48:39 -06:00
sliptonic
8c3ec0b78e
Translation cleanup
2022-01-03 10:48:39 -06:00
sliptonic
37284c5a73
translation cleanup
2022-01-03 10:48:39 -06:00
sliptonic
61435ffe54
translation cleanup PathCollision
2022-01-03 10:48:39 -06:00
sliptonic
aa30b7ba60
PathArray translation cleanup
2022-01-03 10:48:39 -06:00
sliptonic
de6977db73
translation cleanup PathGeom
2022-01-03 10:48:39 -06:00
sliptonic
d567266c51
Translation cleanup PathHop
...
PathHop transaction
2022-01-03 10:48:39 -06:00
sliptonic
d0d15f956f
Translation cleanup PathUtils/PathUtil
2022-01-03 10:48:39 -06:00
sliptonic
240d44238b
translation cleanup PathCustom/gui
2022-01-03 10:48:39 -06:00
sliptonic
958c912104
translation cleanup PathComment
...
transaction PathComment
2022-01-03 10:48:39 -06:00
sliptonic
41ea04f875
tranlation cleanup PathCopy
...
transaction PathCopy
2022-01-03 10:48:39 -06:00
sliptonic
af0411a897
Translation cleanup: PathCommands
2022-01-03 10:48:39 -06:00
sliptonic
7766cda1b1
cleanup for translation handling
2022-01-03 10:48:39 -06:00
sliptonic
0fae42230c
black reformat
...
black reformat for PathCommands
Black reform PathCopy
Black reform PathComment
Black reformat PathCustom/gui
Black reformat PathUtil/PathUtils
Black reformat PathHop
Black reformat PathGeom
Black reformat
Black reformat
Black reformat
Black reformat
Black reformat
black reformat
Black reformat
black
2022-01-03 10:48:39 -06:00
sliptonic
c055ac4619
Make combos in .UI non-translatable.
2022-01-03 10:48:39 -06:00
sliptonic
6cbd7651ac
Merge pull request #5008 from Russ4262/fix/childless_job
...
[Path] Fixes #4645
2022-01-03 10:37:27 -06:00
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