Sebastian Hoogen
5e51a6cdf7
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
Yorik van Havre
850d0b5e82
Added Gui.showDownloads() py function to show the download manager, and allow to click https links in webgui browser
2014-08-31 16:51:51 -03:00
wmayer
0c2d201396
+ fix security issue (do not run uncontrolled format string)
2014-08-06 10:16:06 +02:00
Yorik van Havre
81e983b6ac
Exposed doCommand (Gui version) to python - fixes #1564
2014-08-05 19:28:36 -03:00
wmayer
609422f08a
More detailed error message when xerces fails to read in parameters
2014-07-31 10:58:48 +02:00
wmayer
c6af002ab5
+ fixes #0001614 : Provide proper Error Message for corrupt xml files
2014-07-16 19:12:19 +02:00
jriegel
2a950d66ea
Add some error reporting for python GuiCommands
2014-04-17 06:33:58 +02:00
wmayer
1f478269af
+ use dialog button box where possible, replace old Python icon
2014-03-08 15:17:56 +01:00
wmayer
83caf9d67b
+ detect from Python whether a document is modified, give option to suppress warning from SendMsgToActiveView
2014-02-24 11:30:27 +01:00
wmayer
2a2acf4955
+ Make Python API more pythonic
2013-10-11 12:24:22 +02:00
wmayer
112b25f9fc
Expose getMainWindow() to Python
2013-06-30 23:34:24 +02:00
jriegel
e189c0b336
add addModule() macro helper to the python interface of Application
2013-06-09 16:24:07 +02:00
jriegel
d739a2e41b
Add all base system changes from the Assembly branch
2013-02-10 20:02:33 +01:00
wmayer
ff187c13a9
0000734: Cannot export Drawing Page to SVG
2012-06-05 13:42:21 +02:00
Yorik van Havre
4f91a5a71b
Added FreeCADGui.doCommand() python command
2012-05-31 11:34:01 -03:00
wmayer
fcb4d396a1
Add program options --output and --hidden and implement PDF as export format
2012-03-31 13:25:01 +02: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