wmayer
d8722070b8
+ extend State attribute of document object
2014-12-17 18:20:30 +01:00
wmayer
6e5118c9c8
+ fixes #0001038 : Improve and show List properties in Tree View
2014-12-15 23:54:55 +01:00
wmayer
ff7e33b95d
+ reimplement copyObject based on merge document
2014-12-13 21:43:20 +01:00
wmayer
f9986e54e4
+ get full dependency when copying an object
2014-12-13 19:35:28 +01:00
wmayer
69edf4b6c9
+ merge project on app level
2014-12-13 16:15:21 +01:00
Sebastian Hoogen
7a8492fddc
use ISO 8601 timestamps including timezone
...
for creation and last changed properties
2014-12-10 12:52:06 +01:00
wmayer
c02590c666
+ support of merging projects on App level
2014-12-07 00:38:53 +01:00
wmayer
3de3aa49d3
+ make sure to use valid compression level
2014-12-02 23:02:04 +01:00
wmayer
dd3412b159
+ improve whitespaces
2014-12-01 11:36:33 +01:00
wmayer
73859191f3
+ exposing onBeforeChange to Python
2014-12-01 10:58:25 +01:00
jriegel
38fc7ba604
Merge branch 'refs/heads/master' into review-CL-Bundler
2014-11-29 15:43:19 +01:00
Sebastian Hoogen
debca91e98
remove support for automake
2014-11-26 10:26:30 +01:00
wmayer
c9ab183bf4
+ set DBL_MAX as maximum for units
2014-11-24 14:30:50 +01:00
wmayer
3c61d41dbf
+ fix bug in mesh bounding box, fix clang warning
2014-11-23 10:55:36 +01:00
jriegel
7d30060c4e
fix in destruction of the application
2014-11-22 16:41:22 +01:00
Peter Lama
f13f5dc520
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
429e55d744
+ make sure to set unique labels for newly created documents
2014-10-27 13:11:50 +01:00
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
wmayer
a96f390097
+ fix build problems with Python & MacOSX
2014-10-13 22:02:57 +02:00
Sebastian Hoogen
a53a239f2f
issue #1027 use unicode filepaths
2014-10-11 13:32:06 +02:00
wmayer
003c2bf77d
+ fix warnings with clang
2014-09-24 15:55:36 +02:00
Yorik van Havre
fbeb7beba3
Fixed label of document - fixes #453
2014-09-18 20:17:50 -03:00
Sebastian Hoogen
57db95a1c3
issue #1701 removed further except: statements
2014-09-17 11:57:32 +02:00
Sebastian Hoogen
ed66ada1cf
issue #1700 replace PyExc_Exception
2014-09-17 11:15:57 +02: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
5c269996b8
+ restore lost changes, improve whitspaces, suppress useless MSVC warnings
2014-08-28 12:37:42 +02:00
jriegel
c1f0f70b88
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
346e5c6a77
+ fix more compiler warnings
2014-08-27 13:26:44 +02:00
wmayer
cc775f9254
+ fix -Wnull-conversion, -Woverloaded-virtual, -Wlogical-not-parentheses, -Wsometimes-uninitialized
2014-08-26 19:14:13 +02:00
jriegel
d65a4e4ed7
some type clearification
2014-08-21 17:59:33 +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
fedbd2fc2e
+ Check for valid document in link properties
2014-08-13 17:47:50 +02:00
Yorik van Havre
e0bdc07c4d
Fixed output of ViewObject attribute in console mode
2014-08-07 10:38:41 -03: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
c54311123b
+ Add method getEditorMode() to see if a property is hidden or read-only in the property editor
2014-07-29 11:36:42 +02:00
wmayer
6b1e6a66ad
+ Make destructor virtual for classes with virtual methods (based on DevJohan's patch)
2014-07-26 19:17:12 +02:00
wmayer
8aec46fbaf
+ support comparison with double in quantity number protocol
2014-07-14 17:17:41 +02:00
wmayer
0a986ddca6
+ give more information when assigning wrong type to quantity property
2014-07-07 13:56:23 +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
e036460635
+ fixes #0001565 : Images in the 3D plane are not shown after opening a project
2014-06-23 14:02:26 +02:00
wmayer
07c64e206d
+ encode CR and LF for XML
2014-06-14 18:04:19 +02:00
wmayer
30e5321e76
+ fix whitespaces and a few minor things
2014-05-12 14:14:23 +02:00
Stefan Tröger
58a781e5c4
add inputfield to property editor for PropertyQuantity and PropertyQuantityConstraint
2014-05-12 09:40:14 +02:00
wmayer
6b89c03181
Add initial support for different libdir (jobermayr)
2014-05-10 12:57:38 +02:00
wmayer
0467777d1b
+ remove unneeded semicolons
2014-05-08 17:32:23 +02:00
wmayer
3b5cdda879
+ fix flaws found with code analyzer tool
2014-05-07 13:09:44 +02:00