Commit Graph

53 Commits

Author SHA1 Message Date
wmayer
8fb596221f + fixes #0001794: new defined as a macro sometimes conflicts with boost 2014-10-22 12:39:43 +02:00
wmayer
5912342e3f + support of home path with non-ASCII chars 2014-10-19 17:27:02 +02:00
wmayer
f233a50a00 + harmonize API 2014-10-19 14:25:51 +02:00
Sebastian Hoogen
a53a239f2f issue #1027 use unicode filepaths 2014-10-11 13:32:06 +02:00
Yorik van Havre
fbeb7beba3 Fixed label of document - fixes #453 2014-09-18 20:17:50 -03:00
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
wmayer
f2319de49d + do not abort if user.cfg or system.cfg is empty 2014-08-31 16:10:45 +02:00
wmayer
967566acf1 + improve OCC version macro, fix build failure with MinGW, fix build failure with Coin2 2014-08-18 11:34:02 +02:00
wmayer
7a3ddd5bae + fix author note, fix various crashes, improve mesh selection stuff 2014-08-01 16:39:59 +02:00
wmayer
e327662d28 0001638: Not possible to draw anything. 2014-07-30 18:21:53 +02:00
wmayer
8aec46fbaf + support comparison with double in quantity number protocol 2014-07-14 17:17:41 +02:00
wmayer
e8724884d0 + add further log messages at startup for better troubleshooting, fix possible crash, fix typos 2014-07-01 11:03:55 +02:00
wmayer
0bcd95416a + fixes #0001039: Add the property PropertyBoolList 2014-03-09 17:10:11 +01:00
jriegel
565fb8c003 higher level exception handling on Windows 2014-02-20 22:54:30 +01:00
jriegel
2a4e8baa28 fix and test handler for DIVZERO 2014-02-20 20:31:42 +01:00
jriegel
204bff802f fix commit 2014-02-20 20:08:47 +01:00
jriegel
56d5e193bb Test case for system exceptions in FeatureTest and try to catch more of them 2014-02-20 20:03:43 +01:00
jriegel
0fbe570f9e switch the physical Properties to Quantity and add Pressure and Force 2014-02-16 22:19:56 +01:00
wmayer
1cf7da2b6d + Add PropertyQuantity to type system 2014-02-11 19:20:31 +01:00
jriegel
3a3afa0783 Switching the UnitsApi to the new Quantity system 2013-12-03 19:03:08 +01:00
jriegel
15ecd1ffe8 Adding Unit definition to the python modul 2013-11-30 21:46:36 +01:00
Yorik van Havre
782cae1d22 Updated forum links to the new subdomain 2013-11-11 11:42:34 -02:00
Yorik van Havre
355942355f Updated links to the new forum 2013-11-06 19:32:45 -02:00
jriegel
44c07da571 integrate Quantities into PropertyView and activate preferences again 2013-09-25 21:59:24 +02:00
Yorik van Havre
42fdbefc54 0001102: Updated all links to old freecad homepage and wiki to the new ones 2013-09-15 17:04:42 -03:00
wmayer
2780372bc3 Support -psn as hidden program option on MacOSX 2013-08-29 10:06:34 +02:00
jriegel
950d9093e9 Merge branch 'refs/heads/jriegel/develop-fem' 2013-06-27 16:47:40 +02:00
jriegel
b7523b63af Some fixes in python ViewProvider handling 2013-06-09 17:52:03 +02:00
jriegel
fd262a24f6 Added Material base-classes 2013-06-01 18:12:57 +02:00
wmayer
cb03da1d5c Improve UUID handling of documents 2013-05-04 18:05:39 +02:00
wmayer
946bd02df4 Improve reporting of Python exceptions 2013-05-04 14:23:53 +02:00
wmayer
2bbe465229 + Make transient directory of the form ExeName_Doc_{UUID}_{HASH}_{PID}
+ Set some properties in Document read-only

+ Implement Document::saveAs

+ Fix PropertyUUID::setValue()

+ Add a field for UUID in document information panel
2013-05-04 03:16:34 +02:00
wmayer
b36cc0e43a Add property classes to type system 2013-04-29 16:54:25 +02:00
jriegel
d739a2e41b Add all base system changes from the Assembly branch 2013-02-10 20:02:33 +01:00
wmayer
b52f67f740 0000917: Task watcher doesn't update on object creation/destruction 2012-12-21 14:51:44 +01:00
wmayer
0f6365ee4a Use own signal handler only on Windows with MSVC 2012-11-05 16:42:11 +01:00
jriegel
e4e997fd12 extend boost fix for newer boost versions 2012-08-15 16:40:03 +02:00
wmayer
857454aad5 0000777: Shared libraries call exit 2012-07-05 15:24:28 +02:00
wmayer
ffb5cba1e3 0000723: improper handling of qt specific comand line arguments 2012-05-27 23:04:04 +02:00
wmayer
bfd64a98e8 Add new Qt options 2012-05-27 13:01:13 +02:00
wmayer
23259833a1 0000659: SIGABRT on startup in boost::program_options (Boost 1.49) 2012-04-02 20:59:41 +02:00
wmayer
fcb4d396a1 Add program options --output and --hidden and implement PDF as export format 2012-03-31 13:25:01 +02:00
wmayer
10b0601c54 Fix error in processing python files given as program arguments 2012-02-29 20:42:45 +01:00
wmayer
d6511969cd Extend application branding 2012-02-23 20:25:33 +01:00
wmayer
5f140253fa Support of INSTALL target on Windows (VC++ and MinGW) 2012-02-17 21:41:00 +01:00
wmayer
4889495184 Show hash and branch name of Git repo in About dialog 2012-02-04 22:45:44 +01:00
wmayer
ce9a0bc54e + ignore the 'Closable' flag in closeDocument()
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5413 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-17 12:09:10 +00:00
wmayer
048528b886 + handle Python's SystemExit exception when running script or macro
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5398 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2012-01-11 18:39:27 +00:00
wmayer
92233011a9 + fix VS2010 build errors
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5324 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-19 11:45:00 +00:00
logari81
f8866986b6 + add Axis class to Base
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5252 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-10 14:36:26 +00:00