Changesets: FreeCAD

master b9782483

2019-08-05 03:05:06

vocx


Committer: yorik Details Diff
Draft: importAirfoilDAT, removed all tabs, and used 4 spaces instead
mod - src/Mod/Draft/importAirfoilDAT.py Diff File

master 0b22d1c3

2019-08-05 03:01:25

vocx


Committer: yorik Details Diff
Draft: importAirfoilDAT, changed entire code to use Linux end of lines, LF, instead of Windows end of lines CRLN
mod - src/Mod/Draft/importAirfoilDAT.py Diff File

master c63b9d79

2019-08-05 02:58:52

vocx


Committer: yorik Details Diff
Draft: importAirfoilDAT, added proper docstrings to public functions
mod - src/Mod/Draft/importAirfoilDAT.py Diff File

master 53401404

2019-08-05 02:35:00

vocx


Committer: yorik Details Diff
Draft: importDWG.py, use FreeCAD.Console.Print, instead of basic Python print()
mod - src/Mod/Draft/importDWG.py Diff File

master b0df1a6f

2019-08-05 02:28:42

vocx


Committer: yorik Details Diff
Draft: importDWG.py, moved documentation text; added test for ODAFileConverter
mod - src/Mod/Draft/importDWG.py Diff File

master 0804564d

2019-08-05 01:17:07

vocx


Committer: yorik Details Diff
Draft: importDWG.py, improve Pythonic style, maximum line length; also translate the console messages
mod - src/Mod/Draft/importDWG.py Diff File

staging 8d336f4e

2019-08-05 00:04:03

Zheng, Lei

Details Diff
Sketcher: fix external editing
mod - src/Mod/Sketcher/Gui/CommandAlterGeometry.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandConstraints.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandCreateGeo.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandSketcherTools.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandSketcherVirtualSpace.cpp Diff File
mod - src/Mod/Sketcher/Gui/TaskSketcherConstrains.cpp Diff File

master f78f05ad

2019-08-05 00:04:03

Zheng, Lei


Committer: wmayer Details Diff
Sketcher: fix external editing
mod - src/Mod/Sketcher/Gui/CommandAlterGeometry.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandConstraints.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandCreateGeo.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandSketcherTools.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandSketcherVirtualSpace.cpp Diff File
mod - src/Mod/Sketcher/Gui/TaskSketcherConstrains.cpp Diff File

master 12d59b76

2019-08-04 23:36:45

vocx


Committer: yorik Details Diff
Draft: importDWG.py, improve Pythonic style, spacing around commas
mod - src/Mod/Draft/importDWG.py Diff File

master 0056edb6

2019-08-04 23:21:41

vocx


Committer: yorik Details Diff
Draft: importDWG.py, added proper docstrings to the functions
mod - src/Mod/Draft/importDWG.py Diff File

master 7c2dd775

2019-08-04 21:19:11

vocx


Committer: yorik Details Diff
Draft: importOCA.py, open the file to write as text, not to write in binary
mod - src/Mod/Draft/importOCA.py Diff File

master 3777e8f7

2019-08-04 21:10:19

vocx


Committer: yorik Details Diff
Draft: importOCA.py, print to the FreeCAD console (report view), and also allow translating the text
mod - src/Mod/Draft/importOCA.py Diff File

master a8532d64

2019-08-04 20:50:28

vocx


Committer: yorik Details Diff
Draft: importOCA.py, as of 2019 this file format is practically obsolete, and this module is not maintained
mod - src/Mod/Draft/importOCA.py Diff File

master 0de37f50

2019-08-04 20:48:44

vocx


Committer: yorik Details Diff
Draft: importOCA.py, improved Pythonic style, checked the code with flake8 and Spyder, which uses various code analyzers
mod - src/Mod/Draft/importOCA.py Diff File

master 7d7d45ce

2019-08-04 19:06:35

vocx


Committer: yorik Details Diff
Draft: importOCA.py, improved Pythonic style, changed a few variables; checked the code with flake8
mod - src/Mod/Draft/importOCA.py Diff File

master 5d63f8c0

2019-08-04 18:44:24

vocx


Committer: yorik Details Diff
Draft: importOCA.py, improved Pythonic style, added spaces around operators and commas
mod - src/Mod/Draft/importOCA.py Diff File

master d9bb428d

2019-08-04 18:27:29

vocx


Committer: yorik Details Diff
Draft: importOCA.py, added proper docstrings to the functions
mod - src/Mod/Draft/importOCA.py Diff File

master 3e11cc59

2019-08-04 04:56:05

vocx


Committer: yorik Details Diff
Draft: importSVG.py, commented out or removed unused variables. Quality of code checked with flake8 --ignore=E226,E266,E401,W503
mod - src/Mod/Draft/importSVG.py Diff File

master 27703874

2019-08-04 03:54:20

vocx


Committer: yorik Details Diff
Draft: importSVG.py, use auxiliary variables to reduce the length of the lines, particualrly the lines with regular expressions which search quantities in strings
mod - src/Mod/Draft/importSVG.py Diff File

master f0155052

2019-08-04 02:39:37

wandererfan

Details Diff
[TD]Welding Symbol Editor alpha release
add - CMakeLists.txt.user Diff File
mod - src/Mod/TechDraw/App/DrawTile.cpp Diff File
mod - src/Mod/TechDraw/App/DrawTile.h Diff File
mod - src/Mod/TechDraw/App/DrawTileWeld.cpp Diff File
mod - src/Mod/TechDraw/App/DrawWeldSymbol.cpp Diff File
mod - src/Mod/TechDraw/App/DrawWeldSymbol.h Diff File
mod - src/Mod/TechDraw/Gui/CMakeLists.txt Diff File
mod - src/Mod/TechDraw/Gui/CommandAnnotate.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIArrow.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGITile.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGITile.h Diff File
mod - src/Mod/TechDraw/Gui/QGIView.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIWeldSymbol.cpp Diff File
mod - src/Mod/TechDraw/Gui/QGIWeldSymbol.h Diff File
add - src/Mod/TechDraw/Gui/SymbolChooser.cpp Diff File
add - src/Mod/TechDraw/Gui/SymbolChooser.h Diff File
add - src/Mod/TechDraw/Gui/SymbolChooser.ui Diff File
mod - src/Mod/TechDraw/Gui/TaskWeldingSymbol.cpp Diff File
mod - src/Mod/TechDraw/Gui/TaskWeldingSymbol.h Diff File
mod - src/Mod/TechDraw/Gui/TaskWeldingSymbol.ui Diff File
mod - src/Mod/TechDraw/Gui/ViewProviderWeld.cpp Diff File
mod - src/Mod/TechDraw/Gui/ViewProviderWeld.h Diff File

master 68f38007

2019-08-04 00:13:20

vocx


Committer: yorik Details Diff
Draft: importSVG.py, use auxiliary variables to reduce the length of the lines, and make the code more readable
mod - src/Mod/Draft/importSVG.py Diff File

master 7c48ad75

2019-08-03 11:36:30

howetuft

Details Diff
SMDS_VolumeTool.cpp: Fix compilation warning

Creating an explicit copy assignment operator for class XYZ, as implicit copy assignment operator is deprecated (-Wdeprecated-copy)
mod - src/3rdParty/salomesmesh/src/SMDS/SMDS_VolumeTool.cpp Diff File

master b554cb5d

2019-08-03 05:37:51

vocx


Committer: yorik Details Diff
Draft: importSVG.py, use auxiliary variables to reduce the length of the lines, avoid too many nested parentheses, and make the code more readable
mod - src/Mod/Draft/importSVG.py Diff File

master 7e45fd35

2019-08-03 00:13:06

vocx


Committer: yorik Details Diff
Draft: importSVG.py, test for FreeCAD.GuiUp to confirm that the interface is up; the old check doesn't work; show the Qt dialog only if the interface exist, otherwise assume 96 dpi
mod - src/Mod/Draft/importSVG.py Diff File

master 9424c114

2019-08-02 23:51:48

vocx


Committer: yorik Details Diff
Draft: importSVG.py, improved spacing, used auxiliary variables to reduce the line length and clean up the code
mod - src/Mod/Draft/importSVG.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 286 287 288 289 290 291 292 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last