wmayer
e4aa8b0e8c
+ support user template parameter file for branding
2015-07-11 12:46:55 +02:00
wmayer
f45602424d
+ move branding stuff from main() to FreeCADApp
2015-07-07 00:52:13 +02:00
Csaba Nagy
dda8608fd5
+ Add command line options dump-config and get-config
2015-07-02 13:22:13 +02:00
wmayer
859d76faf8
+ fixes #0002075 : Analysis of FreeCAD by PVS-Studio static analyzer
2015-05-01 16:56:31 +02:00
wmayer
37c881c9b5
+ do not throw exception from inside signal handler to get useful stack trace for segmentation faults
2015-01-13 22:01:59 +01:00
wmayer
bddf8d30de
+ improve whitespaces
2014-12-01 11:36:33 +01:00
jriegel
65352f28b8
fix in destruction of the application
2014-11-22 16:41:22 +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
128613bae1
+ make sure to set unique labels for newly created documents
2014-10-27 13:11:50 +01:00
wmayer
9fb670ae16
+ fixes #0001794 : new defined as a macro sometimes conflicts with boost
2014-10-22 12:39:43 +02:00
wmayer
7ade19fde2
+ support of home path with non-ASCII chars
2014-10-19 17:27:02 +02:00
wmayer
be949a054d
+ harmonize API
2014-10-19 14:25:51 +02:00
Sebastian Hoogen
01cf0f5872
issue #1027 use unicode filepaths
2014-10-11 13:32:06 +02:00
Yorik van Havre
a9b363af0e
Fixed label of document - fixes #453
2014-09-18 20:17:50 -03: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
721cb21b42
+ do not abort if user.cfg or system.cfg is empty
2014-08-31 16:10:45 +02:00
wmayer
222bcf39c4
+ improve OCC version macro, fix build failure with MinGW, fix build failure with Coin2
2014-08-18 11:34:02 +02:00
wmayer
7262c8b278
+ fix author note, fix various crashes, improve mesh selection stuff
2014-08-01 16:39:59 +02:00
wmayer
c2fd97318a
0001638: Not possible to draw anything.
2014-07-30 18:21:53 +02:00
wmayer
25defd5699
+ support comparison with double in quantity number protocol
2014-07-14 17:17:41 +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
bbdbf10304
+ fixes #0001039 : Add the property PropertyBoolList
2014-03-09 17:10:11 +01:00
jriegel
2e1a84c149
higher level exception handling on Windows
2014-02-20 22:54:30 +01:00
jriegel
e54f0e1903
fix and test handler for DIVZERO
2014-02-20 20:31:42 +01:00
jriegel
60177f66e5
fix commit
2014-02-20 20:08:47 +01:00
jriegel
15fa1f525b
Test case for system exceptions in FeatureTest and try to catch more of them
2014-02-20 20:03:43 +01:00
jriegel
aca751daf4
switch the physical Properties to Quantity and add Pressure and Force
2014-02-16 22:19:56 +01:00
wmayer
83ab31f917
+ Add PropertyQuantity to type system
2014-02-11 19:20:31 +01:00
jriegel
87c8d5b022
Switching the UnitsApi to the new Quantity system
2013-12-03 19:03:08 +01:00
jriegel
0612ebcb28
Adding Unit definition to the python modul
2013-11-30 21:46:36 +01:00
Yorik van Havre
70bc2446a1
Updated forum links to the new subdomain
2013-11-11 11:42:34 -02:00
Yorik van Havre
4c500237db
Updated links to the new forum
2013-11-06 19:32:45 -02:00
jriegel
c8cc4a179a
integrate Quantities into PropertyView and activate preferences again
2013-09-25 21:59:24 +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
5716d6179e
Support -psn as hidden program option on MacOSX
2013-08-29 10:06:34 +02:00
jriegel
415262bc0d
Merge branch 'refs/heads/jriegel/develop-fem'
2013-06-27 16:47:40 +02:00
jriegel
7687079b43
Some fixes in python ViewProvider handling
2013-06-09 17:52:03 +02:00
jriegel
5e9271c6a5
Added Material base-classes
2013-06-01 18:12:57 +02:00
wmayer
0c378f12dc
Improve UUID handling of documents
2013-05-04 18:05:39 +02:00
wmayer
3a591b3a94
Improve reporting of Python exceptions
2013-05-04 14:23:53 +02:00
wmayer
eafd67e74d
+ 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
218ebf5400
Add property classes to type system
2013-04-29 16:54:25 +02:00
jriegel
61914bc772
Add all base system changes from the Assembly branch
2013-02-10 20:02:33 +01:00
wmayer
3588ee48b4
0000917: Task watcher doesn't update on object creation/destruction
2012-12-21 14:51:44 +01:00
wmayer
bdc9fea5e2
Use own signal handler only on Windows with MSVC
2012-11-05 16:42:11 +01:00
jriegel
0216ff4d50
extend boost fix for newer boost versions
2012-08-15 16:40:03 +02:00
wmayer
41c46bf48b
0000777: Shared libraries call exit
2012-07-05 15:24:28 +02:00
wmayer
691c84085d
0000723: improper handling of qt specific comand line arguments
2012-05-27 23:04:04 +02:00
wmayer
ddf80789d3
Add new Qt options
2012-05-27 13:01:13 +02:00
wmayer
5fd277a7d2
0000659: SIGABRT on startup in boost::program_options (Boost 1.49)
2012-04-02 20:59:41 +02:00