Changesets: FreeCAD

master 3141db58

2020-03-13 01:23:01

donovaly


Committer: wandererfan Details Diff
[TD] wording fixes and improvement for HLR prefs
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDraw5.ui Diff File

master f714519f

2020-03-12 23:45:44

donovaly


Committer: wandererfan Details Diff
some more wording
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDraw4.ui Diff File

master 953ae1e6

2020-03-12 23:26:36

TheMarkster


Committer: wwmayer Details Diff
[Spreadsheet] fix tooltip to show newline instead of \n characters
mod - src/Mod/Spreadsheet/Gui/Sheet.ui Diff File

master 973caf90

2020-03-12 23:18:48

TheMarkster


Committer: wwmayer Details Diff
[Spreadsheet] add tooltip for alias line edit. Also, per user request, make it so when creating a new spreadsheet it is open for viewing/editing
mod - src/Mod/Spreadsheet/Gui/Command.cpp Diff File
mod - src/Mod/Spreadsheet/Gui/Sheet.ui Diff File

master 7656e746

2020-03-12 23:15:10

Patrick Felixberger

Details Diff
Added Exten LeadIn, arcs are now correctly entered
mod - src/Mod/Path/PathScripts/PathDressupLeadInOut.py Diff File

master 85c9376f

2020-03-12 23:09:31

Tobias Ellinghaus


Committer: wandererfan Details Diff
Fix label of angular dimensions

According to ISO 129-1 labels of angular dimensions may never be upside
down (that is also true for other labels but not relevant for this
commit).
mod - src/Mod/TechDraw/Gui/QGIViewDimension.cpp Diff File

master ec05f120

2020-03-12 23:06:32

donovaly


Committer: wandererfan Details Diff
another improvement
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDraw4.ui Diff File

master c9b60782

2020-03-12 22:57:03

donovaly


Committer: wandererfan Details Diff
[TD] wording fixes and improvement for advanced prefs
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDraw4.ui Diff File

master 37b578bf

2020-03-12 22:38:04

wandererfan

Details Diff
[TD]support App::Link in View Source
mod - src/Mod/TechDraw/App/DrawProjGroup.cpp Diff File
mod - src/Mod/TechDraw/App/DrawViewPart.cpp Diff File
mod - src/Mod/TechDraw/App/ShapeExtractor.cpp Diff File
mod - src/Mod/TechDraw/App/ShapeExtractor.h Diff File
mod - src/Mod/TechDraw/Gui/Command.cpp Diff File

master 23b5cebe

2020-03-12 21:27:30

berndhahnebach

Details Diff
FEM: typo
mod - src/Mod/Fem/femtools/ccxtools.py Diff File

master 1ee2c4d8

2020-03-12 21:17:36

TheMarkster


Committer: wwmayer Details Diff
[Spreadsheet] fix minor bug where failure to set alias message appears erroneously. Fixes 0004287 Affected Issues
0004287
mod - src/Mod/Spreadsheet/Gui/SpreadsheetView.cpp Diff File

master ef7eb72f

2020-03-12 17:29:17

berndhahnebach

Details Diff
FEM: solver base writer, add document as attribut
mod - src/Mod/Fem/femsolver/writerbase.py Diff File

master 1fb999be

2020-03-12 14:33:07

yorik

Details Diff
Arch: Fixed regression in layers
mod - src/Mod/Arch/ArchWall.py Diff File

master a219f927

2020-03-12 12:36:46

donovaly


Committer: wandererfan Details Diff
[TD] fix arrow end None for dimensions

This was not merged from my PR to PR 0003153

- also uniform the combobox appearance in the preferences
mod - src/Mod/TechDraw/Gui/DlgPrefsTechDraw3.ui Diff File
mod - src/Mod/TechDraw/Gui/QGIViewDimension.cpp Diff File

master 43615380

2020-03-12 11:12:52

wmayer

Details Diff
fixes 0004281: Close Documant Recovery [skip ci] Affected Issues
0004281
mod - src/Gui/DocumentRecovery.cpp Diff File

master 41259084

2020-03-12 10:59:58

wmayer

Details Diff
Gui: [skip ci] improve whitespaces
mod - src/Gui/DocumentRecovery.cpp Diff File

master e9aeef17

2020-03-12 10:39:09

wmayer

Details Diff
fixes 0004286: PartDesign hole: angle of the tapered hole does not match the tapered angle specified [skip ci]

See https://forum.freecadweb.org/viewtopic.php?f=13&t=44056#p375915
Affected Issues
0004286
mod - src/Mod/PartDesign/App/FeatureHole.cpp Diff File

master 0e048440

2020-03-12 09:00:57

berndhahnebach

Details Diff
FEM: improve Python type checking and Python imports
mod - src/Mod/Fem/femcommands/commands.py Diff File
mod - src/Mod/Fem/femcommands/manager.py Diff File
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemMeshGmsh.py Diff File
mod - src/Mod/Fem/femmesh/gmshtools.py Diff File
mod - src/Mod/Fem/femresult/resulttools.py Diff File

master 14352677

2020-03-12 06:34:16

vocx-fc


Committer: yorik Details Diff
Draft: move DisplayMode command to gui_togglemodes module
mod - src/Mod/Draft/DraftTools.py Diff File
mod - src/Mod/Draft/draftguitools/gui_togglemodes.py Diff File

master 9758d983

2020-03-12 06:00:15

vocx-fc


Committer: yorik Details Diff
Draft: move mode commands to gui_togglemodes module

`Draft_ToggleConstructionMode` and `Draft_ToggleContinueMode`.
They call a base class `BaseMode` which also uses the base
`gui_base.GuiCommandSimplest` class.

Also add a new icon for continue mode.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftTools.py Diff File
mod - src/Mod/Draft/Resources/Draft.qrc Diff File
add - src/Mod/Draft/Resources/icons/Draft_Continue.svg Diff File
add - src/Mod/Draft/draftguitools/gui_togglemodes.py Diff File

master a104ece5

2020-03-12 03:37:48

vocx-fc


Committer: yorik Details Diff
Draft: update InitGui with context commands

The `ContextMenu` method defines commands that will be listed
when right clicking and opening the context menu in the 3D view
or the tree view.

This sets up the line GUI commands when either a line, wire,
polyline, spline, or bezier curve is active.

However, this currently doesn't work at all for unknown reasons.
Maybe some other functionality in the internal C++ code
needs to be changed first.
mod - src/Mod/Draft/InitGui.py Diff File

master 663d5f30

2020-03-12 02:45:21

sliptonic

Details Diff
revise library editor
mod - src/Mod/Path/Gui/Resources/panels/ToolBitLibraryEdit.ui Diff File
mod - src/Mod/Path/PathScripts/PathToolBitLibraryGui.py Diff File

master 7189d3de

2020-03-11 23:48:19

vocx-fc


Committer: yorik Details Diff
Draft: move line GuiCommands to gui_lineops module

The commands `FinishLine`, `CloseLine`, and `UndoLine`
are moved from the huge `DraftTools.py` to `gui_lineops.py`
to reduce the complexity of the former file.

These GuiCommands aren't actually used presently
in the Draft Workbench. They were used in the past
particularly from the context menu when editing a Line object.
mod - src/Mod/Draft/CMakeLists.txt Diff File
mod - src/Mod/Draft/DraftTools.py Diff File
add - src/Mod/Draft/draftguitools/gui_lineops.py Diff File

master 32231e40

2020-03-11 23:01:20

Patrick Felixberger

Details Diff
Merge branch 'millface-drilling-improvements' of https://github.com/Schildkroet/FreeCAD into millface-drilling-improvements
mod - src/Mod/Path/PathScripts/PathDrilling.py Diff File

master d4ba61bf

2020-03-11 23:00:44

Patrick Felixberger

Details Diff
Changed property names
mod - src/Mod/Path/Gui/Resources/panels/PageOpDrillingEdit.ui Diff File
mod - src/Mod/Path/PathScripts/PathDrilling.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 185 186 187 188 189 190 191 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last