Przemo Firszt
8f8ed63119
Base: Fix GPa/MPa units in UnitsSchemaMKS.cpp
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-05-18 16:37:09 +01:00
wmayer
859d76faf8
+ fixes #0002075 : Analysis of FreeCAD by PVS-Studio static analyzer
2015-05-01 16:56:31 +02:00
wmayer
d03daf3773
+ fix build failure for zipios++ from Fedora
2015-04-29 10:31:10 +02:00
Ian Rees
1b57b8d78a
Refactored PropertyEnumeration
2015-04-24 23:33:33 +02:00
wmayer
bbd5a882b3
+ extend Inventor builder, project curve on mesh
2015-04-22 17:15:49 +02:00
wmayer
d57395c755
+ fixes #0001831 : FreeCAD can start only once
2015-04-12 02:02:30 +02:00
wmayer
3fd44cf3f0
+ make XML parser more robust against unexpected structure
2015-04-11 13:11:12 +02:00
Przemo Firszt
813d30904f
Base: Fix pressure unit problem in internal unit schema
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-04-09 19:45:09 +02:00
wmayer
bb89cbdb87
+ fix compiler warning
2015-04-04 14:09:00 +02:00
Sebastian Hoogen
ba0f2a765c
document the convention used for Euler angles (XY'Z'')
...
in the Placement dialog and the docstrings of the Rotation python class.
fixes #2007
2015-03-21 13:29:32 +01:00
wmayer
9d70e9c0ce
+ issue #0002007 : Base::Rotation::get/setYawPitchRoll uses wrong euler convention
2015-03-15 18:53:03 +01:00
wmayer
e05b1af5b8
+ change doc string of Vector.projectPointToLine
2015-02-22 18:14:45 +01:00
Eivind Kvedalen
337bd00de0
Added Quantity::operator>(...).
2015-02-13 21:53:58 +01:00
Eivind Kvedalen
c16139da7f
Added InterpreterSingleton::getValue(...) function.
2015-02-13 21:53:57 +01:00
wmayer
87fa47d8e3
+ allow to suppress verbose mode of XMLReader
2015-01-13 21:57:18 +01:00
Sebastian Hoogen
4cb5332e38
make the Qt::ISODate workaround obvious
...
by including the intended implmentation
2015-01-10 12:09:00 -02:00
wmayer
92c2dc0174
+ fix one more missing va_end
2015-01-06 12:06:12 +01:00
Julien Nabet
ac57af3b8a
Fix some cppcheck reports:
...
- (error) va_list '<var>' was opened but not closed by va_end()
- (style) Same expression on both sides of '||'
- (style) Same expression on both sides of '!='
2015-01-06 11:37:44 +01:00
wmayer
6f48bd86c3
+ Implement repr() method of Python binding for ParameterGrp
2015-01-05 13:45:46 +01:00
Peter Lama
0428584eb3
Fix duplicate 'optimized' when using new libpack
...
When using a CLbundler libpack, PYTHON_LIBRARY has both optimized and debug
libs, but it doesn't when using an old libpack, which was the reason for
commit f5a4e680
2014-12-28 19:04:31 -08:00
wmayer
ebcda68b20
+ utc time with timezone
2014-12-10 15:39:45 +01:00
Sebastian Hoogen
5c9e911a12
use ISO 8601 timestamps including timezone
...
for creation and last changed properties
2014-12-10 12:52:06 +01:00
Sebastian Hoogen
b311c93262
use 4 spaces to indent XML output
2014-12-10 01:33:51 +01:00
wmayer
b5674274e2
+ check if file handle is valid in FileInfo::isFile
2014-12-04 16:44:22 +01:00
wmayer
707bc8a6a5
+ allow to modify placement via sub-attributes
2014-12-02 19:19:23 +01:00
wmayer
7fb3e45326
+ revert regression with mixing Python debug and release libs
2014-12-02 11:29:28 +01:00
jriegel
58411cbbd3
Merge branch 'refs/heads/master' into review-CL-Bundler
2014-11-29 15:43:19 +01:00
Sebastian Hoogen
46a00d1380
remove support for automake
2014-11-26 10:26:30 +01:00
jriegel
17a6810518
some fixes in build with CL-Bundler
2014-11-15 21:18:22 +01:00
jriegel
aa5a8cb7ad
fix some warnings in cMake
2014-11-15 13:22:48 +01:00
Peter Lama
7d30188d01
Add support for CLbundler created LibPack
...
* New 'UseLibPack' cmake file sets CMAKE_PREFIX_PATH so that find_package
can be used for most packages.
* Mimic fc_wrap_cpp defined in other 'UseLibPack' files. Some file
dependencies did not get set correctly otherwise.
* OCE 0.16 does not have Standard_ctype.hxx
* shfolder.h can't be used with Win SDK 7.0
2014-11-14 08:01:09 -08:00
wmayer
487493994d
+ fixes #0001816 : parseQuantity returns garbage
2014-11-04 14:51:19 +01:00
wmayer
9fb670ae16
+ fixes #0001794 : new defined as a macro sometimes conflicts with boost
2014-10-22 12:39:43 +02:00
wmayer
398546aecb
+ fix build problems with Python & MacOSX
2014-10-13 22:02:57 +02:00
Sebastian Hoogen
01cf0f5872
issue #1027 use unicode filepaths
2014-10-11 13:32:06 +02:00
Sebastian Hoogen
8234d97dd5
bugfix in unit parser
...
partly revert to 810fadab23
and change python string handling to "et" method
2014-10-05 14:44:04 -03:00
wmayer
599ac0e819
+ add missing header to Tools2D.h
2014-10-02 11:40:39 +02:00
wmayer
cff917b013
+ Proper handling of sketch plane parallel to view direction
2014-09-27 15:53:21 +02:00
wmayer
696d4a5f4a
+ fix warnings with clang
2014-09-24 17:46:04 +02:00
Sebastian Hoogen
59596bb6b0
fixes #1744 Use unicode in Unit system
2014-09-20 08:58:06 +02:00
Sebastian Hoogen
d49528b27e
issue #1700 replace PyExc_Exception
2014-09-17 11:15:57 +02:00
Sebastian Hoogen
af50cbf964
fixes #0001422 : Subclass Exception
...
inherit Base.FreeCADError form RuntimeError
inherit Part.OCCError from Base.FreeCADError
inherit OCCDomainError from Part.OCCError
inherit OCCRangeError from Part.OCCError
inherit OCCConstructionError from OCCDomainError
inherit OCCDimensionError from OCCDomainError
Added PY_CATCH_OCC macro
replace PyExc_Exception
use FreeCADError in makeWireString
catch exception in BSplineCurve.increasedegree
2014-09-17 11:15:56 +02:00
wmayer
353d481281
+ Add StackWalker to get log messages on crashes (MSVC only)
2014-09-03 11:48:34 +02:00
wmayer
721cb21b42
+ do not abort if user.cfg or system.cfg is empty
2014-08-31 16:10:45 +02:00
wmayer
419664e0ea
+ restore lost changes, improve whitspaces, suppress useless MSVC warnings
2014-08-28 12:37:42 +02:00
jriegel
3f377c7c0e
Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack
2014-08-27 22:25:35 +02:00
jriegel
b701003247
fix Win64 bug in FileInfo
2014-08-27 22:22:29 +02:00
jriegel
d0d832896a
Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack
...
Conflicts:
src/3rdParty/salomesmesh/CMakeLists.txt
2014-08-27 15:39:00 +02:00
wmayer
839eced7a9
+ fix more compiler warnings
2014-08-27 13:26:44 +02:00
wmayer
2fe8e5c070
+ fixes #0001696 : Quantity.getValueAs('rad') touches the Property
2014-08-18 13:30:14 +02:00