Abdullah Tahiri
4154482dfc
Sketcher Bug fix: Solver information update on over-constrained situation
...
==================================================================================
Why?
if lastDoF<0, then an over-constrained situation has ensued and geometry is not to be updated, as geometry can not follow the constraints.
However, solver information needs to be updated.
Solution:
Just trigger a constraint change so that signaling is sent to ViewProviderSketch via boost and the solver information updated, using
Constraints.touch().
2016-01-09 13:42:12 +01:00
Eivind Kvedalen
c2d5b0ad91
Issue #2389 : ObjectIdentifiers constructed from a property sometimes do not
...
resolve correctly, because the resolver may fail if a different document
objects has a Label equal to the property's document object's identifier.
2016-01-08 23:09:00 +01:00
Eivind Kvedalen
17827a8243
Spreadsheet: Issue #2388 : The SheetObserver should ignore changed properties that don't have a name.
2016-01-08 23:09:00 +01:00
Eivind Kvedalen
205feae9d1
ExpressionCompleter: Remove '=' before tokenizing string, to improve completer when used in the spreadsheet.
2016-01-08 23:09:00 +01:00
Eivind Kvedalen
ee9c242960
Spreadsheet: Don't update line edit on top unless we have to.
2016-01-08 23:09:00 +01:00
Eivind Kvedalen
7739335fb3
Spreadsheet: Clear line edit on top when current cell is cleared.
2016-01-08 23:09:00 +01:00
Eivind Kvedalen
fd9ceeae43
ObjectIdentifier: Resolve document name on both identifier and Label.
2016-01-08 23:09:00 +01:00
Eivind Kvedalen
34d9d86925
ObjectIdentifier::resolve() should set documentName to internal name, not the Label property.
2016-01-08 23:09:00 +01:00
Eivind Kvedalen
f373b57b69
Spreadsheet: Enable tooltip for error messages.
2016-01-08 23:09:00 +01:00
Eivind Kvedalen
495b23209c
Document/PropertyExpressionEngine: Added onDocumentRestored function, to update internals of PropertyExpressionEngine after loading a document from disk.
2016-01-08 23:08:55 +01:00
Eivind Kvedalen
b6d5c668b0
App: Added template<class P> class AtomicPropertyChangeInterface.
2016-01-08 23:08:39 +01:00
Yorik van Havre
a6dd30877b
Removed workbench keyboard shortcut W+0. Now only W+1-9 work.
2016-01-08 10:30:44 -02:00
Yorik van Havre
53a37cf983
Arch: fixed encoding bugs
2016-01-07 15:27:49 -02:00
Yorik van Havre
bb6fe96578
Arch: handle ifcopenshell error when shape is not available
2016-01-07 12:09:17 -02:00
Yorik van Havre
98d4c5efd5
Changed shortcuts of workbenches to W + number
2016-01-07 11:47:53 -02:00
wmayer
9bae526756
+ replace use of accessibleName with custom property
2016-01-06 16:59:11 +01:00
Bernd Hahnebach
21d7acbc9d
FEM: small improvements in the regard of flake8 compatiblity
2016-01-06 11:13:38 -02:00
Bernd Hahnebach
849be0979c
FEM: delete no longer needed EditorMode Setting
...
the properties are set to read only in the C++ constructor allready.
See commit 1a8c643d50
2016-01-06 11:13:38 -02:00
Bernd Hahnebach
36d7f39363
FEM: set solver type property to read only the hard way
2016-01-06 11:13:38 -02:00
Bernd Hahnebach
c1d180eba3
FEM: make result stats read only in property editor
2016-01-06 11:13:38 -02:00
Yorik van Havre
7a2d7ab6dc
Draft: small change in DXF pref page layout
2016-01-06 10:56:25 -02:00
Yorik van Havre
71eb5a295f
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2016-01-05 20:20:42 -02:00
Yorik van Havre
6cab0690c1
Drawing: support for text alignment in Spreadheetview
2016-01-05 20:20:25 -02:00
wmayer
a83e09d6e2
+ expose onDocumentRestored to Python feature classes
2016-01-05 19:05:48 +01:00
wmayer
2709266e83
+ do not include from .qrc generated .cpp file from other .cpp file but add it to build system
2016-01-05 17:35:58 +01:00
wmayer
a5ff4dda11
+ use TRUE and FALSE for Vrml output (reverts part of commit 7d0e892d3)
2016-01-05 17:27:56 +01:00
Mateusz Skowroński
6942c23895
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
...
158f39ec78
This change is Qt4/Qt5 neutral.
2016-01-05 16:43:33 +01:00
Mateusz Skowroński
ee10a9ca44
Change includes in Spreadsheet to be compatible with Qt5.
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:10:40 +01:00
Mateusz Skowroński
fe6face07b
Change includes in Quarter to be compatible with Qt5.
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:10:02 +01:00
Mateusz Skowroński
56ece555b7
QAbstractItemModel::reset() is obsolete in Qt5. Use beginResetModel() and endResetModel() instead.
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:09:12 +01:00
Mateusz Skowroński
78b16b2bf0
QKeySequence::operator QString() is obsolete in Qt5. Use toString(QKeySequence::NativeText) instead.
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:08:31 +01:00
Mateusz Skowroński
f48f0f69be
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:58 +01:00
Mateusz Skowroński
c275b35d48
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Mateusz Skowroński
0695552cff
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:06:48 +01:00
Yorik van Havre
8a7768a04a
Added script to check download stats on github
2016-01-05 12:24:57 -02:00
Yorik van Havre
80658d0868
Draft: fixed bug in DXF export because of last commit - fixes #2391
2016-01-05 12:15:44 -02:00
Yorik van Havre
10b8354f55
Draft: don't check anymore for python DXF libs if using the C++ importer
2016-01-04 22:19:13 -02:00
Yorik van Havre
197f77f4ef
Draft: finished new DXF importer - fixes #2205
2016-01-04 18:01:34 -02:00
wmayer
3fb195b2c7
+ fix major flaw in Spreadsheet module: do not include precompiled header in other header files
...
+ fix linking errors in drawing module
2016-01-04 16:03:00 +01:00
wmayer
b39093fd72
+ support cutting of coloured mesh
2016-01-04 14:39:54 +01:00
Yorik van Havre
80f27ca316
Updated ts files prior to translation cycle
2016-01-03 19:45:29 -02:00
Yorik van Havre
16e857cbef
Drawing: Add SpreadsheetView command - fixes #1805
2016-01-03 16:44:56 -02:00
wmayer
8505be37f9
+ fix build failure with gcc
2016-01-03 19:30:03 +01:00
wmayer
85abdee744
+ handling of colored mesh in view provider
2016-01-03 01:16:00 +01:00
wmayer
a7ec23e471
+ make faster reading ply mesh files
2016-01-03 01:14:48 +01:00
wmayer
78822ab8e9
+ fix rendering bug for colored
2016-01-01 15:37:05 +01:00
wmayer
750897c20e
+ introduce proper enum for property status to replace plain integers
2016-01-01 15:36:24 +01:00
wmayer
9f19d5611a
+ support reading mesh files with colors
2015-12-31 21:07:04 +01:00
wmayer
e2a02cb434
if offscreen rendering for thumbnail fails then only write out application icon
2015-12-31 17:04:56 +01:00
wmayer
61a6a23a39
+ use custom points feature to read in ply with properties
2015-12-31 15:50:56 +01:00