Changesets: FreeCAD

master ca47eeae

2015-06-02 13:52:24

Przemo Firszt


Committer: Yorik van Havre Details Diff
FEM: Remove unused property

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master 6df5809c

2015-06-02 13:52:02

Przemo Firszt


Committer: Yorik van Havre Details Diff
FEM: Optimise check_prerequisities

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master da83e472

2015-06-02 12:54:20

Przemo Firszt


Committer: Yorik van Havre Details Diff
FEM: Remove old results before loading new set

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master b27e5128

2015-05-31 20:00:29

J.L. Cercos-Pita


Committer: yorik Details Diff
Corrected the wetted surface units
mod - src/Mod/Ship/shipHydrostatics/Tools.py Diff File

master 657041d6

2015-05-31 19:51:04

J.L. Cercos-Pita


Committer: yorik Details Diff
Updated the spreadsheets to the new module
mod - src/Mod/Ship/shipCapacityCurve/PlotAux.py Diff File
mod - src/Mod/Ship/shipHydrostatics/PlotAux.py Diff File

master 071829db

2015-05-31 19:28:16

J.L. Cercos-Pita

Details Diff
Fixed 'Axes' object has no attribute 'get_frame' error (see http://matplotlib.org/api/api_changes.html)
mod - src/Mod/Plot/Plot.py Diff File

master f7be7d1e

2015-05-31 19:15:55

J.L. Cercos-Pita


Committer: yorik Details Diff
Fixed the locales
mod - src/Mod/Ship/shipCreateWeight/TaskPanel.py Diff File

master dfa96bd3

2015-05-31 19:06:24

J.L. Cercos-Pita


Committer: yorik Details Diff
Fixed the locales in the Hydrostatic tools
mod - src/Mod/Ship/shipHydrostatics/TaskPanel.py Diff File

master 63360966

2015-05-31 18:43:51

J.L. Cercos-Pita


Committer: yorik Details Diff
Fixed the problems with the group separator in some locales
mod - src/Mod/Ship/shipAreasCurve/TaskPanel.py Diff File

master 3a522494

2015-05-31 18:43:35

J.L. Cercos-Pita


Committer: yorik Details Diff
Extended the locale fixe to the stored variables into the Ship instance
mod - src/Mod/Ship/shipCreateShip/TaskPanel.py Diff File

master f867db6f

2015-05-31 18:36:08

J.L. Cercos-Pita


Committer: yorik Details Diff
Fixed the problems with the group separator in some locales
mod - src/Mod/Ship/shipCreateShip/TaskPanel.py Diff File
mod - src/Mod/Ship/shipUtils/Locale.py Diff File

master 5c79b2f7

2015-05-31 18:08:15

J.L. Cercos-Pita


Committer: yorik Details Diff
Updated the areas computation tool to the new spreadsheet
mod - src/Mod/Ship/shipAreasCurve/PlotAux.py Diff File

master 2e14552a

2015-05-31 17:29:30

wmayer

Details Diff
+ fixes 0002134: FreeCAD crashes when the window is restored and a plot is shown Affected Issues
0002134
mod - src/Gui/MainWindow.cpp Diff File

master 9766893b

2015-05-31 00:07:25

Przemo Firszt


Committer: Yorik van Havre Details Diff
FEM: Change FEM results selection to radio buttons

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File
mod - src/Mod/Fem/ShowDisplacement.ui Diff File

master a12f700a

2015-05-30 20:59:25

wmayer

Details Diff
+ fix some warnings
mod - src/Mod/Sketcher/App/Constraint.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandConstraints.cpp Diff File

master 351e7aae

2015-05-30 20:42:33

wmayer

Details Diff
+ fix wrong default of ContinueMode in settings panel
mod - src/Mod/Sketcher/Gui/SketcherSettings.ui Diff File

master eef340f1

2015-05-30 20:30:12

wmayer

Details Diff
+ fix whitespaces
mod - src/Mod/Sketcher/App/Sketch.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandAlterGeometry.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandCreateGeo.cpp Diff File

master 615d037d

2015-05-27 22:10:09

Przemo Firszt


Committer: wmayer Details Diff
App: Add workbenches with unknown status to enabled list

Newly installed workbenches are not on enabled nor disabled list, so
they were treated as disabled. That behaviur could be confusing for
the user as a newly installed workbench was not shouwing up on the
workbench list. This commit changes that behaviour and new workbenches
are enabled by default.

Reported-by: r-frank
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Gui/Action.cpp Diff File
mod - src/Gui/Action.h Diff File
mod - src/Gui/DlgWorkbenchesImp.cpp Diff File
mod - src/Gui/DlgWorkbenchesImp.h Diff File

master 4e94c02d

2015-05-27 17:04:15

Przemo Firszt

Details Diff
FEM: Rename animateNodes to applyDisplacementToNodes

Also animateNodes is now applyDisplacementToNodes.
The funcions are not doing animation, but are responsible
for deforming mesh.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/Gui/ViewProviderFemMesh.cpp Diff File
mod - src/Mod/Fem/Gui/ViewProviderFemMesh.h Diff File
mod - src/Mod/Fem/Gui/ViewProviderFemMeshPy.xml Diff File
mod - src/Mod/Fem/Gui/ViewProviderFemMeshPyImp.cpp Diff File
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master 8195ce57

2015-05-27 16:56:51

Przemo Firszt

Details Diff
FEM: Remove not used setColorStress function

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/MechanicalAnalysis.py Diff File

master 5676c632

2015-05-27 16:22:31

abdullah

Details Diff
Bug fix: Sketcher Polygon autoconstraints
=========================================

The autoconstraints on creation of an hexagon were not working.

How to reproduce?
1. In a sketch make a couple of lines
2. Create an hexagon (or other polygon of your choice) with center in one end of a line and with side coincident with the end point of the other line

Result:
Neither the center nor the side autoconstraints are properly created.

Fix:
Straightforward. Just correct the indexes. Last is always the circle. Last but one is always a side.
mod - src/Mod/Sketcher/Gui/CommandCreateGeo.cpp Diff File

master 3b1873f1

2015-05-27 15:50:27

Abdullah Tahiri


Committer: wmayer Details Diff
Sketcher Improvement: Always enable geometry creation
==============================================================================

Now you can switch from one tool to the next just by clicking on the next tool
Affected Issues
0001518
mod - src/Mod/Sketcher/Gui/CommandCreateGeo.cpp Diff File
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File

master aed303f4

2015-05-26 22:43:58

Przemo Firszt

Details Diff
FEM: Add curly brackets to one line for/if or if/if commands

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/Gui/TaskFemConstraintFixed.cpp Diff File
mod - src/Mod/Fem/Gui/TaskFemConstraintForce.cpp Diff File

master 24b71377

2015-05-26 17:55:38

wmayer

Details Diff
+ fix whitespaces
mod - src/Mod/Fem/App/FemConstraintPressure.cpp Diff File
mod - src/Mod/Fem/App/FemConstraintPressure.h Diff File
mod - src/Mod/Fem/Gui/TaskFemConstraintPressure.cpp Diff File
mod - src/Mod/Fem/Gui/TaskFemConstraintPressure.h Diff File
mod - src/Mod/Fem/Gui/ViewProviderFemConstraintPressure.cpp Diff File
mod - src/Mod/Fem/Gui/ViewProviderFemConstraintPressure.h Diff File

master ca356c30

2015-05-26 16:53:13

Abdullah Tahiri


Committer: wmayer Details Diff
Sketcher Driving/Reference and Construction/Normal single buttons icons
=======================================================================
mod - src/Mod/Sketcher/Gui/Resources/Sketcher.qrc Diff File
mod - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_AlterConstruction.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_ToggleConstraint.svg Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 549 550 551 552 553 554 555 ... 560 ... 630 ... 649 650 651  Next  Last