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
Sebastian Hoogen
2583e50ea0
flush stdout after reseting the console color
2014-08-18 13:11:16 +02:00
jriegel
4cd434a096
New parser c-files
2014-08-10 19:17:40 +02:00
jriegel
ba683cb39d
Merge branch 'refs/heads/negative_sign_problem-2'
2014-08-10 19:12:39 +02:00
jriegel
6b4f15d95d
remove double parameter functions from quantity parser
2014-08-10 19:10:14 +02:00
Yorik van Havre
677ee978e4
Added a couple of missing units in MKS schema
2014-08-04 19:16:10 -03:00
jriegel
cf229654aa
App and Base Compiles with new LibPack
2014-08-03 22:56:52 +02:00
Johan K
d9a5576708
Adding changes
2014-08-03 20:13:05 +02:00
jriegel
eb8c06aaa3
clean up number scanner in Units
2014-08-03 17:24:42 +02:00
jriegel
11dd48375d
fix swedish minus simbol
2014-08-03 16:01:21 +02:00
wmayer
004f61d4e1
+ Add class CoordinateSystem and use it to compute placement of plane from fit
2014-07-29 23:01:29 +02:00
wmayer
d422b146b0
+ fixes #0001619 : Python script generating 3D model works in V0.13, error in V0.14
2014-07-27 14:08:31 +02:00
wmayer
bbaf4d9073
+ use XMLString::release to free memory
2014-07-16 19:11:17 +02:00
wmayer
050bab79f0
+ fix mesh trimming
2014-07-16 18:21:30 +02:00
wmayer
09572a364a
+ fixes #0001499 : Mesh trim loses some triangles
2014-07-15 18:42:42 +02:00