Ian Rees
27f12ae3de
Find Netgen/nglib on MacOS with MacPorts
2016-03-28 10:48:49 +02:00
wwmayer
c69aae4b2f
Merge pull request #129 from ianrrees/20160327-use-SystemExitException-code
...
More fixes around Python exit codes
2016-03-28 10:17:13 +02:00
Yorik van Havre
153e87d36c
fixed wrong info in fcinfo tool
2016-03-28 00:27:43 -03:00
wmayer
fa77887d09
+ fix issue with cursor on viewer widget, prepare code for improved event handling
2016-03-28 00:55:37 +02:00
wmayer
d43443a832
+ improve GraphicsScene class
2016-03-27 16:22:30 +02:00
wmayer
7993938ab6
+ delete transient directory if sub-directory fc_recovery_files is empty
2016-03-27 11:32:29 +02:00
Ian Rees
bc71c6e64b
More fixes around Python exit codes
2016-03-27 13:01:04 +13:00
wmayer
b86e14afff
+ improve GraphicsScene class
2016-03-26 19:02:15 +01:00
wmayer
bd46939070
+ make GraphicsView get working again, remove unneeded code
2016-03-26 14:30:36 +01:00
wwmayer
70eeb4b475
Merge pull request #128 from ianrrees/20160326-catch-exceptions-FreeCADCmd
...
Catch exceptions in FreeCADCmd like FreeCAD
2016-03-26 11:07:31 +01:00
Ian Rees
3cd752417b
Catch exceptions in FreeCADCmd like FreeCAD
2016-03-26 20:49:47 +13:00
wmayer
287f3d94ca
+ resize scene size when resizing graphics view
2016-03-25 18:11:56 +01:00
wmayer
05ed514bcf
+ replace insecure x/fabs(x) with sgn function
2016-03-24 11:07:30 +01:00
wwmayer
368cd7b731
Merge pull request #125 from triplus/patch-1
...
Pan support (LMB + RMB) Blender navigation
2016-03-24 09:46:16 +01:00
wmayer
3af29639c6
+ various minor fixes, whitespaces improvements
2016-03-23 23:28:56 +01:00
wmayer
a69ee20f0c
+ fix warning of unused variable
...
+ when clearing scene graph then also empty internal lists
+ whitespace changes
2016-03-22 19:25:38 +01:00
Yorik van Havre
9e75213c92
Document.openTransaction() now accepts unicode
2016-03-22 12:20:58 -03:00
wmayer
ff0839184b
+ make an option to enable C++11 support for clang
2016-03-22 12:29:17 +01:00
wmayer
6453040cd8
+ fix mesh merge
2016-03-22 11:06:04 +01:00
wwmayer
9299a73cf1
Merge pull request #126 from bblacey/new-document-icons
...
Added osx freecad-doc.icns icon resource file.
2016-03-21 19:31:55 +01:00
wmayer
7df94ca9af
+ fix crash when raising SystemExitException if not called inside Python function
2016-03-21 18:50:57 +01:00
Bruce Lacey
feac22b00d
FreeCADTest.py invokes sys.exit() instead of the more aggressive os._exit()
...
With the ability to now pass the <exitCode> from sys.exit() up the
call stack to the shell, FreeCADTest.py should use sys.exit() instead
of the more aggressive os._exit() method that does not allow for
post-exception cleanup.
2016-03-21 18:28:46 +01:00
Bruce Lacey
9816e48b07
Propagate sys.exit(code) up the call stack to the shell
...
SystemExitException is instantiated and thrown by Base::Interpreter
whenever the python interpreter executes a sys.exit(<exitCode>) call.
However, in the current implementation, the SystemExitException
effectively swallows the <exitCode> hence under this change,
SystemExitException has been extended to save the <exitCode> passed to
the sys.exit() call when it is instantiated and provides a new
getExitCode() accessor method to retrieve the <exitCode> in a
try/catch block. MainGui.cpp was change to pass the corresponding
<exitCode> to the system exit() call so it is accessible in the shell.
2016-03-21 18:28:29 +01:00
wmayer
5393196c0e
+ add clean-up function to recovery dialog
2016-03-21 17:56:18 +01:00
Bruce B. Lacey
0f2943bde5
Added osx freecad-doc.icns icon resource file.
2016-03-20 19:51:24 -07:00
Yorik van Havre
aa83224594
Merge pull request #124 from bblacey/new-document-icons
...
Add high-resolution variant of FreeCAD document icon resources for al…
2016-03-20 21:41:33 -03:00
triplus
aebcea070c
Pan support (LMB + RMB) Blender navigation
2016-03-20 20:24:17 +01:00
Bruce B. Lacey
4ac1e89b65
Add high-resolution variant of FreeCAD document icon resources for all platforms
...
We did not have document icons defined for OS X and the existing legacy
icons were low resolution. For this change, we have created a
freecad-doc.svg icon that serves as the basis for generating
platform-specific FreeCAD document icon sets for the supported
platforms. Extended the OS X bundle definition to include the
high-resolution document icon set and regenerated the existing 64x64
Gui/Icon/freecad-doc.png from the new svg variant.
2016-03-19 19:10:13 -07:00
wmayer
c2bf2d0daa
+ fix build failure on Windows
2016-03-19 21:44:33 +01:00
Yorik van Havre
056c2f1586
Merge pull request #122 from kkoksvik/cmake
...
Helping cMake find pyside-uic in Arch Linux
2016-03-19 13:22:45 -03:00
wmayer
a4dc263846
+ always get occ version information in About dialog
2016-03-19 15:55:09 +01:00
wmayer
297e84e3f0
+ fix compiler warnings
2016-03-19 10:12:04 +01:00
kkoksvik
3849cd7993
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD into cmake
2016-03-19 08:44:48 +01:00
Bernd Hahnebach
eca9e3339a
FEM: preference setting to disable restore result dialog settings
2016-03-18 21:53:13 +01:00
Bernd Hahnebach
1280a185c2
FEM: add FIXME comment to CommandQuickAnalysis
2016-03-18 21:53:12 +01:00
Bernd Hahnebach
c9d1fbdc7d
FEM: fix result stats in result widget for frequency analysis
2016-03-18 21:53:12 +01:00
Yorik van Havre
8829848f35
fixed startpage link
2016-03-18 16:21:33 -03:00
kkoksvik
a235cbf275
Helping cMake find pyside-uic in Arch Linux
2016-03-18 11:48:49 +01:00
Yorik van Havre
bcb75d5477
Updated translation files from crowdin
2016-03-17 23:29:11 -03:00
Yorik van Havre
2542cb490a
Merge pull request #120 from pgilfernandez/FreeCAD_stylesheets204
...
Dark and Light stylesheets v2.04
2016-03-17 23:17:12 -03:00
Yorik van Havre
cf713cf2a1
Merge pull request #121 from wood-galaxy/arch-roof-3
...
Arch Roof : Fix BOPCheck failed
2016-03-17 20:49:37 -03:00
Jonathan Wiedemann
010121d8c1
Arch Roof : Fix BOPCheck failed
...
cf http://forum.freecadweb.org/viewtopic.php?f=23&t=14711
2016-03-17 23:24:17 +01:00
wmayer
e6f0346521
+ make method ManualAlignment::setViewingDirections more reliable
2016-03-17 14:11:03 +01:00
Eivind Kvedalen
9d617ce4c8
Expressions: Changed precedence of ?, :, EQ, NEQ, LT, GT, GTE, and LTE.
2016-03-15 18:28:23 +01:00
Pablo Gil
348303a6cf
Stylesheets:
...
+ selected Tab bar has now opaque background color
+ styles for buttons inside Task Panel that are in reality QToolButtons
+ styles for QListWidget and QTreeView items with checkboxes
+ simplified regular QCheckBox styling
2016-03-15 15:09:28 +01:00
wmayer
6ee243c2fa
+ pull request 61
2016-03-14 23:07:20 +01:00
wwmayer
711f34f5ae
Merge pull request #119 from dev-at-stellardeath-org/python_lib64
...
Add lib64 to python path
2016-03-14 21:09:56 +01:00
Bernd Hahnebach
a0af9e2da0
FEM: unit test, update test result files and expected result files
2016-03-14 20:38:42 +01:00
Bernd Hahnebach
eca76c3781
FEM: unit test, add some helper to create result files
2016-03-14 20:38:41 +01:00
Bernd Hahnebach
a0a989fe4c
FEM: unit test, update FreeCAD file with objects from module TestFem
2016-03-14 20:38:40 +01:00