Pablo Gil
bc70b1ad2e
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
c8a3ff0ae2
+ pull request 61
2016-03-14 23:07:20 +01:00
wwmayer
6cb1fc7719
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
0081b2f970
FEM: unit test, update test result files and expected result files
2016-03-14 20:38:42 +01:00
Bernd Hahnebach
a9a785f431
FEM: unit test, add some helper to create result files
2016-03-14 20:38:41 +01:00
Bernd Hahnebach
8a66697056
FEM: unit test, update FreeCAD file with objects from module TestFem
2016-03-14 20:38:40 +01:00
Bernd Hahnebach
87dbeed028
FEM: unit test, change load and pressure to some more reasonable values
2016-03-14 20:38:40 +01:00
Bernd Hahnebach
ef9d943272
FEM: unit test, remove not used files
2016-03-14 20:38:39 +01:00
wmayer
7a5bfaef70
+ fix minor issue with url redirection
...
+ remove const reference
2016-03-14 18:04:31 +01:00
wmayer
6488c2c43e
+ when using QGLFramebufferObject check if a GL context is active
2016-03-14 10:35:13 +01:00
wmayer
2b8af7be1f
+ issue: #0002440 : 0.16 Build rev 6395 Several display issues
2016-03-13 12:56:08 +01:00
Lorenz Hüdepohl
d0e50f8216
Add lib64 to python path
...
On certain distributions the library directories are called "lib64" on
amd64 machines
2016-03-13 01:18:18 +01:00
wmayer
2dadb1f260
+ do not hide expression dialog when using the line edit's context-menu
2016-03-12 22:35:36 +01:00
DeepSOIC
038b9e71c1
Sketcher: negative constraint value avoidance
...
by swapping elements being constrained at creation time, should the
precalculated value happen to be negative.
2016-03-12 21:28:37 +01:00
DeepSOIC
acec16d5dc
Sketcher: never ever hide constraint value sign, anymore
2016-03-12 21:28:22 +01:00
wmayer
ab449f5dd8
+ on rename of contraint make sure that new name is different, on swap constraint names make sure they have user-defined names
2016-03-12 20:02:18 +01:00
wmayer
edd55999cc
+ fixes #0002471 : In constraint context menu, 'Change Value' is always greyed out
2016-03-12 15:26:06 +01:00
wmayer
712fc50d1d
+ prepare ViewProvider2DObject to read in GridSize from old projects
2016-03-11 23:06:47 +01:00
wmayer
e7df101273
+ minor whitespace fix, fix warnings
2016-03-11 21:39:15 +01:00
wmayer
6488b745d1
+ fixes #0002433 : Window weirdness after changing constraint value in sketcher
2016-03-11 13:33:23 +01:00
wmayer
72a96f7da9
+ fixes #0002273 : Part: Chamfer edges and fillet edges dialog does not remember the type
2016-03-10 22:04:10 +01:00
wmayer
111ebaf6be
+ allow to get user friendly names for navigation styles
2016-03-10 18:37:48 +01:00
wwmayer
c701a4f83a
Merge pull request #115 from pgilfernandez/FreeCAD_stylesheets203
...
Dark and Light stylesheet 2.03
2016-03-10 12:34:16 +01:00
Pablo Gil
d9d90674cc
Stylesheets:
...
+ simplified toolbar button separators
+ added hover and pressed states for toolbar buttons to improve user experience
+ partial fix for button with icons inside Task panel
+ fixed styles for fields inside a table cell
2016-03-10 11:58:33 +01:00
wwmayer
4911a2e760
Merge pull request #114 from bblacey/set-exitcode-on-unittest-failure
...
Exit with non-zero status when unit tests fail.
2016-03-10 11:18:21 +01:00
Bruce Lacey
131ce6834a
Exit with non-zero status when unit tests fail.
...
1. Enhanced TestApp.py to return the unittest TestResult object to the calling method
2. FreeCADTest.py now checks the TestResult object. If all tests pass, FreeCADTest.py exits with a 0 however if any tests fail, then it exits with 1. FreeCADTest.py calls os._exit() with the exit code instead of sys.exit() because Base::Interpreter:SystemExitException intercepts sys.exit() calls and swallows the exit code so there is no way to propogate the non-zero code from the python test cases through the interpreter to the shell in the current call stack.
2016-03-09 21:57:57 -08:00
wmayer
3f2d1e458d
+ issue #0002468 : freecad-0.15.4671/src/Base/Handle.cpp:61: bad test ?
2016-03-09 22:13:05 +01:00
wmayer
08069b87b1
+ remove extra qualification on normalEstimation
2016-03-09 18:57:36 +01:00
Bernd Hahnebach
5dd0c7a2a4
FEM: fix translation issue of FEM Menue
2016-03-09 18:52:22 +01:00
Bernd Hahnebach
9a6f2ef936
FEM: update FEM example file
2016-03-09 18:52:05 +01:00
wmayer
c438c9b9d0
+ simplify fix to avoid memory leaks in keySequenceToAccel
2016-03-09 17:19:19 +01:00
wmayer
e48ae2e7ce
+ fix unit tests for spreadsheet
2016-03-09 17:03:48 +01:00
wmayer
b2d43072b5
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD
2016-03-09 15:53:03 +01:00
wmayer
ff5e147f5e
+ terminate xerces at program exit
2016-03-09 15:52:42 +01:00
wmayer
f07a8c269b
+ fix possible build failure
2016-03-09 15:25:15 +01:00
wmayer
c910a3375a
+ add algorithm to estimate normals of points
2016-03-09 14:46:19 +01:00
Yorik van Havre
8d43fd4f24
Fem: Fixed a translation bug
2016-03-08 21:44:06 -03:00
Yorik van Havre
8665875177
Merge pull request #113 from bblacey/mac-osx-packaging
...
Improved Mac OS X Application Packaging.
2016-03-08 21:39:43 -03:00
Eivind Kvedalen
30d888be36
Spreadsheet: Added code to throw under/overflow exceptions.
2016-03-08 16:09:31 +01:00
Eivind Kvedalen
98bc8b3856
Spreadsheet: Added test case for conditional expressions.
2016-03-08 16:09:31 +01:00
Eivind Kvedalen
e551c538bf
Spreadsheet: Fixed parser so it accepts integer numbers written as e.g 1e3.
2016-03-08 16:09:30 +01:00
Eivind Kvedalen
573594d69d
Spreadsheet: Added AtomicPropertyChange object to avoid excessive property change reporting.
2016-03-08 16:09:30 +01:00
Eivind Kvedalen
3c8dde7644
Spreadsheet: Turned off debug/tracing for expression parser.
2016-03-08 16:09:29 +01:00
Eivind Kvedalen
0458ba6561
Expressions: Added code to throw under/overflow exceptions.
2016-03-08 16:09:29 +01:00
Eivind Kvedalen
4eb3af633f
Expressions: ints should be 64 bit.
2016-03-08 16:09:28 +01:00
Eivind Kvedalen
59e3bad558
Expressions: Use BooleanExpression class for EQ, NE, LT, GT, LTE, and GTE operators.
2016-03-08 16:09:27 +01:00
Eivind Kvedalen
778abe9072
Expressions: Added App::BooleanExpression class.
2016-03-08 16:09:27 +01:00
Eivind Kvedalen
e063c25b69
Expressions: Turned off debug output/tracing for expression parser.
2016-03-08 16:09:26 +01:00
Eivind Kvedalen
1e8b678cb3
Fixed leak.
2016-03-08 16:09:25 +01:00
Eivind Kvedalen
cfc3de186a
SIM::Coin3D::Quarter::SoQTQuarterAdaptor: Added missing initializationg of member field m_viewingflag.
2016-03-08 16:09:25 +01:00