wmayer
23baa80496
+ if FreeCAD is not running in Gui mode do not replace Python std. output
2015-08-29 17:22:40 +02:00
wmayer
72aaaa669a
+ harmonize Coin3D cmake variables with official check
2015-07-28 14:55:15 +02:00
wmayer
c2c83a353b
+ harmonize XercesC cmake variables with official check
2015-07-28 14:17:49 +02:00
wmayer
d2b7b730d3
+ replace deprecated PYTHON_INCLUDE_PATH
2015-07-25 18:29:42 +02:00
wmayer
afe2f10eff
+ use variables instead of hard-coded library names
2015-07-17 14:54:02 +02:00
wmayer
c9fda649ea
+ eliminate cmake variable QT_DEBUG_LIBRARIES
2015-07-16 19:06:20 +02:00
wmayer
f45602424d
+ move branding stuff from main() to FreeCADApp
2015-07-07 00:52:13 +02:00
Sebastian Hoogen
0dc2202347
respect locale environment except for LC_NUMERIC
...
fixes #1852
2015-01-24 19:52:25 +01:00
wmayer
788c78df68
+ change copyright notice
2015-01-15 00:36:27 +01:00
wmayer
3398513a28
+ remove useless stuff from Init files
2015-01-13 16:19:19 +01:00
Sebastian Hoogen
46a00d1380
remove support for automake
2014-11-26 10:26:30 +01:00
wmayer
7ade19fde2
+ support of home path with non-ASCII chars
2014-10-19 17:27:02 +02:00
wmayer
2453dd4e01
+ harmonize API
2014-10-19 14:28:39 +02:00
wmayer
398546aecb
+ fix build problems with Python & MacOSX
2014-10-13 22:02:57 +02:00
wmayer
4449d1abdc
+ fixes #0001762 : Update 'About FreeCAD' Screen
2014-09-23 19:31:37 +02:00
Stefan Tröger
512a2b94d2
Adaption of FreeCAD to QuarterWidget
...
-removes all soqtviewer references
-create a quarter adaptor class which implements missing functionality
-adopts freecad code to make use of SoRenderManager and changed View3DInventorViewer interface
2014-09-23 10:11:11 +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
jriegel
103ae7c2ad
move build specifier in own cMake group
2014-08-03 20:53:19 +02:00
wmayer
bda933a1ca
+ add further log messages at startup for better troubleshooting, fix possible crash, fix typos
2014-07-01 11:03:55 +02:00
wmayer
6ac93e9d72
Add initial support for different libdir (jobermayr)
2014-05-10 12:57:38 +02:00
mdinger
1498e99cef
Move python module prefix and suffix properties into macro to be set together
2014-05-03 16:00:30 +02:00
wmayer
ec07288585
+ Fix name clash of PDB files
2014-05-01 14:14:59 +02:00
wmayer
67edfb895b
+ Fix prefix of Python extensions built with MinGW
2014-04-30 18:22:52 +02:00
mdinger
b606beb103
Remove extra parameter. Fix FreeCAD* names.
2014-04-30 13:41:15 +02:00
mdinger
37d6b55008
Insert SET_BIN_DIR macro everywhere except Mod
2014-04-30 13:41:12 +02:00
wmayer
6f43ef821c
+ Get program arguments as unicode string under Windows
2014-04-25 15:28:20 +02:00
Yorik van Havre
37f6fcf6d8
Updated links to the new bugtracker location
2013-11-04 17:07:35 -02:00
wmayer
6f4fe2b9e2
+ Use of style sheets
2013-10-14 12:57:00 +02:00
Yorik van Havre
4005b199e0
0001102: Updated all links to old freecad homepage and wiki to the new ones
2013-09-15 17:04:42 -03:00
wmayer
c278df081f
Create minidump file if FreeCAD crashes on Windows
2013-06-14 14:33:02 +02:00
wmayer
3f11c1fd82
Fix build errors
2013-02-13 00:34:45 +01:00
wmayer
8189b9a869
Do not pass 0 to PyObject_IsTrue
2012-12-30 23:16:56 +01:00
wmayer
f165aaa222
Allow to run FreeCAD in its own thread
2012-12-30 12:33:53 +01:00
wmayer
759c826241
Fix initialization error
2012-10-18 10:31:04 +02:00
wmayer
40a997217b
Proper handling of SystemExitException in Python
2012-08-11 10:58:54 +02:00
wmayer
41c46bf48b
0000777: Shared libraries call exit
2012-07-05 15:24:28 +02:00
wmayer
c21ac1b6b0
Extend application branding
2012-02-23 20:25:33 +01:00
wmayer
42129462c5
Embed version number into splashscreen
2012-02-22 17:28:22 +01:00
wmayer
ffd390a6af
+ fix cmake file for MinGW
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5298 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-13 19:18:22 +00:00
wmayer
bde949f7e4
0000519: Patch to set proper RPATH's for system wide installation on Linux
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5270 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-11 12:36:36 +00:00
wmayer
bb726c4644
+ changes to make working with ipython shell
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5162 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-11-23 21:04:51 +00:00
wmayer
120ca87015
+ unify DLL export defines to namespace names
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00