wmayer
b7be7aec13
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-07 13:38:17 +02:00
wmayer
f53a691bba
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-06 21:16:44 +02:00
wmayer
30b5311aa4
+ fix clang warnings, fix wrong characters
2015-10-05 17:59:19 +02:00
wmayer
e9594501dd
+ use dedicated exception classes for expression and parsing errors
2015-09-27 23:17:33 +02:00
wmayer
ee28daa669
+ replace old C casts with static_cast in generated C++ code, remove unused parent structure of Python classes, support of -1 as return value of setCustomAttributes
2015-09-27 22:08:08 +02:00
Mateusz Skowroński
43a4a5938c
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
Eivind Kvedalen
4d1ebeccfa
Base: Added toStdString and fromStdString, to convert std::string to/from QString,
...
assuming std::string is utf-8 encoded.
2015-09-21 14:51:00 +02:00
Eivind Kvedalen
98700edbca
Added Base::freecad_dynamic_cast(...)
2015-09-21 14:50:59 +02:00
wmayer
1dad42c2f6
+ fixes #0002126 : Fails to load .FCStd file which contains many MultiByte-Char strings
2015-09-20 12:29:05 +02:00
wmayer
7d09444dd9
+ fixes #0001237 : the project file is not saved when the /tmp directory is full, but the user is not aware of it
2015-09-19 18:59:22 +02:00
wmayer
e5c3a09502
+ for file-based recovery write the data files in worker threads
2015-09-19 13:12:59 +02:00
wmayer
8db1280a4d
+ make RecoveryWriter more robust
2015-09-18 15:32:33 +02:00
wmayer
bb05d17596
+ implement FileWriter class based on files and a specialized sub-class for recovery purposes
2015-09-17 21:37:47 +02:00
wmayer
32367b1744
+ save Brep in binary format for recovery files
2015-09-16 22:58:47 +02:00
wmayer
e461f65552
+ fix build for FreeBSD
2015-09-02 18:06:37 +02:00
wmayer
1a12d109e9
+ fix strict-aliasing warnings
2015-08-29 19:48:08 +02:00
wmayer
4dee0663c3
+ test command to show race conditions in Console class
...
+ fix race conditions in Console class
2015-08-13 18:57:52 +02:00
wwmayer
e7441149f0
+ fix many minor warnings, activate -Wall for gcc
2015-08-02 22:32:18 +02:00
Przemo Firszt
7d8fb99cea
Units: Add Density to internal schema
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-07-31 14:04:14 -03:00
wmayer
7d98705396
+ harmonize XercesC cmake variables with official check
2015-07-28 14:17:49 +02:00
wmayer
d95003e92c
+ replace deprecated PYTHON_INCLUDE_PATH
2015-07-25 18:29:42 +02:00
wmayer
bb9f43746f
+ eliminate cmake variable Boost_DEBUG_LIBRARIES
2015-07-17 11:05:25 +02:00
wmayer
40cd060c5b
+ replace PYTHON_LIBRARY with correct variable PYTHON_LIBRARIES
2015-07-16 19:29:56 +02:00
Eivind Kvedalen
c61c12d834
Unit: Added overflow/underflow checking.
2015-06-25 10:40:00 +02:00
Kirill Gavrilov
e75fd5e69a
+ fixes : #0002109 : Matrix4D - add missing constructor body
2015-05-19 20:10:48 +02:00
Przemo Firszt
b7e7f1f40a
Base: Handle Unit::Stress tha same way as Unit::Pressure in UnitsSchema
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-05-18 16:43:45 +01:00
Przemo Firszt
4729cafdcc
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
dd2b39ddd6
+ fixes #0002075 : Analysis of FreeCAD by PVS-Studio static analyzer
2015-05-01 16:56:31 +02:00
wmayer
1811795e41
+ fix build failure for zipios++ from Fedora
2015-04-29 10:31:10 +02:00
Ian Rees
f1b75dbe29
Refactored PropertyEnumeration
2015-04-24 23:33:33 +02:00
wmayer
02b84611b2
+ extend Inventor builder, project curve on mesh
2015-04-22 17:15:49 +02:00
wmayer
708f6665e6
+ fixes #0001831 : FreeCAD can start only once
2015-04-12 02:02:30 +02:00
wmayer
c62319d2d9
+ make XML parser more robust against unexpected structure
2015-04-11 13:11:12 +02:00
Przemo Firszt
72b73d8208
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
d3af1ea85a
+ fix compiler warning
2015-04-04 14:09:00 +02:00
Sebastian Hoogen
16c1dbd25d
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
0950b33014
+ issue #0002007 : Base::Rotation::get/setYawPitchRoll uses wrong euler convention
2015-03-15 18:53:03 +01:00
wmayer
f47df84705
+ change doc string of Vector.projectPointToLine
2015-02-22 18:14:45 +01:00
Eivind Kvedalen
8ec6b3493d
Added Quantity::operator>(...).
2015-02-13 21:53:58 +01:00
Eivind Kvedalen
75dab66916
Added InterpreterSingleton::getValue(...) function.
2015-02-13 21:53:57 +01:00
wmayer
7c789a1bf7
+ allow to suppress verbose mode of XMLReader
2015-01-13 21:57:18 +01:00
Sebastian Hoogen
9ce08e7596
make the Qt::ISODate workaround obvious
...
by including the intended implmentation
2015-01-10 12:09:00 -02:00
wmayer
053f76086b
+ fix one more missing va_end
2015-01-06 12:06:12 +01:00
Julien Nabet
b325bcea3d
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
ab24e9df6a
+ Implement repr() method of Python binding for ParameterGrp
2015-01-05 13:45:46 +01:00
Peter Lama
32dd867a30
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
ae3755cf01
+ utc time with timezone
2014-12-10 15:39:45 +01:00
Sebastian Hoogen
7a8492fddc
use ISO 8601 timestamps including timezone
...
for creation and last changed properties
2014-12-10 12:52:06 +01:00
Sebastian Hoogen
fc14611c93
use 4 spaces to indent XML output
2014-12-10 01:33:51 +01:00
wmayer
4964628291
+ check if file handle is valid in FileInfo::isFile
2014-12-04 16:44:22 +01:00