Ben Hagen
c53cc8ea23
macOS: Add symlink to /Applications and use bigger icons
2024-06-16 22:17:44 -05:00
obelisk79
3eb45b045c
[UI] Logo Update ( #14284 )
...
* Updating instances of FreeCAD's old logo to reflect the new Logo
* updating additional instances of the Logo
* updating additional instances of the Logo
* Update logo for windows installer
* Update logo reference to /src/Gui/Icons/freecad.svg
2024-05-27 15:33:55 -04:00
Chris Hennes
d4f780782d
Update translations
...
Arch->BIM is a WIP
2024-05-25 19:11:51 -05:00
Johannes Wüller
0e24e121eb
Fix backwards-compatible Qt6 warnings
2024-05-13 11:39:24 -05:00
Chris Hennes
a2b0941540
Update translations
...
Also removes Web from translation scripts.
2024-05-06 18:17:53 +02:00
sliptonic
a041129090
Merge pull request #13134 from chennes/qtQuickTechDemo
...
Start: Recreate start as a QtWidgets-based app
2024-04-22 11:49:02 -05:00
Chris Mayo
ff894dc58c
Tools: Resolve SyntaxWarning in generateTools.py
...
src/Tools/generateBase/generateTools.py:144: SyntaxWarning: invalid escape sequence '\+'
rbe = re.compile("\+")
2024-04-22 11:07:28 -05:00
Chris Hennes
9b1ef66e98
Remove WebKit SVG renderer.
2024-04-21 22:27:50 -05:00
Chris Hennes
b93c02e07d
Precommit: formatting fixes after Black update
2024-04-04 23:24:37 -05:00
Chris Hennes
d8a194a70b
Fix Material resource location
2024-04-02 22:52:52 -05:00
Dov Grobgeld
67ac3631ce
Fix regexp string quoting
2024-03-31 17:28:47 +02:00
Chris Hennes
af131413c5
Update translations
2024-03-25 18:08:22 -05:00
Chris Hennes
47df83c4db
Translation update: move Path to CAM
2024-03-25 17:32:59 -05:00
wmayer
ef39e34c14
plugin: port FreeCAD's QtDesigner plugin to Qt6
2024-03-16 18:47:34 +01:00
Chris Hennes
d195787a68
Tools: Path -> CAM
2024-03-13 14:04:20 -05:00
mosfet80
9e1903d461
[tools] cleanVisual studio
...
removed visual studio project files
2024-03-04 18:28:00 +01:00
mosfet80
36f42cf4d8
Delete src/Tools/update_qt_language_files.py
...
Empty file
2024-02-27 08:42:56 -06:00
PaddleStroke
926490adce
Assembly fixes
2024-02-13 08:26:54 +01:00
wmayer
100ab2a975
Py3.12: initialize field 'tp_watched'
2024-02-12 11:41:49 -06:00
Adrián Insaurralde Avalos
c20a3e9543
Revert "disable git info"
...
This reverts commit 3b7da50ca7 .
2023-11-19 15:15:26 -03:00
Adrián Insaurralde Avalos
3b7da50ca7
disable git info
2023-11-18 17:44:50 -03:00
wmayer
5a39a85b73
Tools: for generated Python binding use PyTypeObject instead of _typeobject
...
And name the function arguments of PyMake to handle readability-named-parameter
2023-11-16 17:03:14 +01:00
mos
c25500fc72
fix python get value rotation are a Long .
...
remove old check python >=3.5 -> freecad require python 3.6
2023-11-16 14:05:30 +01:00
Chris Hennes
36c7b9db7f
Tools: Add check for existence in updatecrowdin.py ( #11304 )
2023-11-09 12:24:54 -06:00
Chris Hennes
954c2fa03f
Update translations
2023-11-09 12:23:56 -06:00
Chris Hennes
62006d89bc
Tools: Add entitlements to MacOS signing
2023-11-06 11:20:45 -06:00
mos
68feca4bf4
removed pylupdate4 used in qt4
2023-11-06 11:18:07 -06:00
Chris Hennes
aaa0db3867
Merge pull request #11231 from DeflateAwning/http-cleanup
...
Find and replace http://freecad to https://freecad
2023-11-06 11:16:13 -06:00
Chris Hennes
2c7638b7aa
Merge pull request #11138 from davesrocketshop/material_editor_pr
...
Material: Material editor enhancements
2023-11-01 09:42:43 -05:00
DeflateAwning
8de6db3e97
Find and replace http://freecad.org to https://freecad.org
...
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Done in all remaining files (after doing it in SVGs in the last commit)
2023-10-29 22:39:22 -06:00
wmayer
196cbecde6
Tools: improve XML formatter
...
* Avoid adding '
' to the output
* Sort attributes of PythonExport element
* Remove trailing whitespaces from UserDocu text and replace tabs with 4 spaces
2023-10-28 22:38:46 +02:00
wmayer
3956205a26
[skip ci] Tools: add XML format tool
2023-10-28 16:57:32 +02:00
David Carter
58bacb6b40
Material: Material editor enhancements
...
Continues the work of the material subsystem improvements.
This merge covers the continued development of the material editor. The
primary improvements are in the handling of 2D and 3D array properties.
These properties are now fully editable, and can be saved and restored.
The cards now separate the author and license. These were previously
saved as a single item. Future support will be provided for standard
open source licenses.
Saving operations validate the cards to ensure UUIDs of materials are
considered. Warnings are given when a save could potentially impact the
models, such as saving over a material instead of creating a new
instance.
The editor is still not complete. There are a number of functional
elements, such as drag/drop operations, folder creation, and deletion
operations that need to be added to the main tree. State needs to be
saved and restored to improve the user experience. The appearance
preview also needs significant work. This will be handled in a future
PR.
2023-10-24 12:36:36 -04:00
Yorik van Havre
1c18768634
Merging the Help module ( #11008 )
...
* Adding the Help module - fixes 10527, fixes #10512
* Aded Help to pre-commit
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-16 11:17:06 -05:00
wmayer
816a054203
Core: switch from master to main in version number script
2023-10-10 13:09:44 +02:00
wmayer
56820718c5
Core: Revert superfluous changes made with PR #9521
2023-10-09 15:06:45 +02:00
AgCaliva
2212e68a30
merge master via cli
2023-10-04 13:28:48 -03:00
wmayer
3b9aefa4a3
Tools: support of METH_NOARGS flag for Python methods
2023-09-27 17:48:53 +02:00
AgCaliva
4a504437d3
merge master via cli
2023-09-16 02:12:58 -03:00
pre-commit-ci[bot]
222a2520b1
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-09-12 13:02:35 -04:00
andrea
577004c1eb
The DownloadStatistics.py file is the duplication of the githubstats.py file
2023-09-09 17:55:25 +02:00
mosfet80
686618411f
Delete src/Tools/astylerc
...
Removed config file for astylerc c c++ formatter tool
2023-09-09 01:12:49 +02:00
pre-commit-ci[bot]
86083a5b94
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-09-08 12:13:51 +00:00
AgCaliva
0859cf6555
Fix DOMDocument redefinition error
2023-09-08 09:12:52 -03:00
Chris Hennes
dfb6670379
Tools: Fix Start translation TS file name
2023-09-07 23:05:25 +02:00
mosfet80
a9503e38e4
Delete src/Tools/plugins/widget/FreeCAD_widgets.vcxproj.user
...
removed Visual studio user personal file
2023-09-06 07:22:01 +02:00
mosfet80
a320748c3f
Delete src/Tools/plugins/widget/FreeCAD_widgets.vcxproj.filters
...
removed custom Visual Studio filter file
2023-09-06 07:22:01 +02:00
Chris Hennes
c1825036a6
Tools: Reformat to current clang-format standard
2023-09-03 09:51:22 -05:00
Chris Hennes
09edbbebaf
Merge pull request #10258 from chennes/translations20230814
...
Update translations
2023-08-18 08:52:13 -05:00
wmayer
e444f86619
Tools: modernize C++: return braced init list
2023-08-18 00:36:24 +02:00