wmayer
945638c405
Path: Fix a further warning
2015-07-14 19:12:46 +02:00
wmayer
e6621ea78c
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2015-07-14 19:05:39 +02:00
wmayer
3a00aa5918
+ fix wrong vertical size policy of task groups
2015-07-14 19:05:12 +02:00
Yorik van Havre
9b476e140d
Path: Several fixes suggested by wmayer
2015-07-14 12:23:40 -03:00
wmayer
44ae0d7ae7
+ fix mesh smoothing panel
2015-07-14 17:02:38 +02:00
wmayer
2ce0fac098
+ set a minimalistic style sheet on task panel
2015-07-14 16:27:49 +02:00
wmayer
5273c47c1b
+ fix layouting problem due to bad implementation of minimumSizeHint() in ActionPanel and ActionGroup
2015-07-14 14:22:00 +02:00
sgrogan
4d2e81796d
[PATCH] Fix dependency on QtCored4 and icons
2015-07-13 10:52:02 +02:00
wmayer
a369791665
+ issue #0002053 : Support of themes
2015-07-12 23:59:26 +02:00
wmayer
a5619f3bb6
+ issue #0002053 : Support of themes
2015-07-12 23:12:05 +02:00
wmayer
f7644fc9f3
+ issue #0002053 : Support of themes
2015-07-12 22:54:56 +02:00
sgrogan
b52ab25322
+ by default disable bundled pivy and enable use of FreeType on all OS
2015-07-12 15:59:09 +02:00
wmayer
18f0ec61eb
+ fix crash in ViewProviderFemMesh::setHighlightNodes when values out of range
2015-07-12 10:47:57 +02:00
wmayer
2f25170763
+ write out product name if defined to IGES/STEP files
2015-07-11 14:05:47 +02:00
wmayer
7bd6dccac7
+ support user template parameter file for branding
2015-07-11 12:46:55 +02:00
wmayer
66de19b162
+ improve loading splash screen of branded application
2015-07-11 02:59:56 +02:00
wmayer
d6d9264f25
+ fix possible crash when application icon is empty
2015-07-11 01:12:52 +02:00
wmayer
b3970f63ba
+ implement missing types in FemMesh.addFace
2015-07-10 11:01:17 +02:00
wmayer
af793f16b0
+ event to restore/clear action style scheme
2015-07-09 23:08:10 +02:00
wmayer
82a4eb0cec
+ apply Debian patch: unittest to stdout
2015-07-09 15:29:45 +02:00
wmayer
18a770f616
+ Fix crash when passing emtpy argument list to Path.Tooltable
2015-07-09 13:14:11 +02:00
wmayer
ce5ce0f933
+ implement SystemPanelScheme and use for Linux
2015-07-09 12:12:51 +02:00
wmayer
5fc3370235
+ fix possible inconsistency of arrow button in task header
2015-07-08 22:23:24 +02:00
wmayer
1eb76ba48c
+ support dynamic property 'fold' in TaskHeader
2015-07-08 20:22:21 +02:00
wmayer
5b3d50afc4
+ use icon of style sheet for task header
...
+ fix size issue with task panel
+ enable QSint task panel
2015-07-08 15:17:49 +02:00
wmayer
df04df01f7
+ add QSint test widget
2015-07-07 17:43:23 +02:00
wmayer
7b37841fdc
+ reset built-in scheme when setting global style sheet
2015-07-07 12:35:48 +02:00
wmayer
997001bbd9
+ usage of QSint
2015-07-07 12:34:20 +02:00
wmayer
b738537452
+ add QSint scheme for FreeCAD
2015-07-07 11:45:57 +02:00
wmayer
61db2cb15e
+ extend QSint API, fix problems with Qt macro
2015-07-07 11:42:24 +02:00
wmayer
83bef31698
+ add QSint source to build
2015-07-07 11:41:20 +02:00
wmayer
bf97878f37
set export macro for QSint
2015-07-07 11:33:21 +02:00
wmayer
36241de2c6
+ remove test class TaskPanelView
2015-07-07 11:25:31 +02:00
wmayer
3299e0c377
+ add license notice
2015-07-07 11:10:54 +02:00
wmayer
f71f962f54
+ Add QSint sources
2015-07-07 11:10:13 +02:00
wmayer
cc281d482e
+ move branding stuff from main() to FreeCADApp
2015-07-07 00:52:13 +02:00
Przemo Firszt
1470a32533
FEM: suppress some non error console messages
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:52 +02:00
Przemo Firszt
bf1accec06
FEM: get noisy if ccx produces something in stderr
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:51 +02:00
Przemo Firszt
f6bf3f3055
FEM: show ccx exit code if the code is not 0
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:51 +02:00
Przemo Firszt
c87c15946c
FEM: raise exception is no analysis is specified or found in __init__
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:50 +02:00
Przemo Firszt
9a7151863c
FEM: reset results_present on purge_results
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:49 +02:00
Przemo Firszt
3d94464ba4
FEM: add use_results to allow selecting results by name
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:49 +02:00
Przemo Firszt
e850604cdf
FEM: Rename set_result_type to show_result
...
show_result by default shows Von Mises strass
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:48 +02:00
Przemo Firszt
52c453bdba
FEM: add show_displacement to FemTools
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:47 +02:00
Przemo Firszt
ff742beb97
FEM: Add multi-thread calcs
...
Slightly modified code by kwahoo
2015-07-06 19:21:46 +02:00
Przemo Firszt
b45190fb4d
FEM: Add Quick Analysis
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:46 +02:00
Przemo Firszt
7f9e50a22b
FEM: Allow to run inp writing/ccx in separate thread
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:45 +02:00
Przemo Firszt
4c4e76aa2b
FEM: Use check_prerequisites from FemTools
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:44 +02:00
Przemo Firszt
3187141dfe
FEM: move writing inp file to FemTools module
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:44 +02:00
Przemo Firszt
e0956f67f3
FEM: Add basic FemTools module
...
That module will handle in the future all non-gui related features
that are currently in MechanicalAnalysis.py. It will allow easier
python scripting and greater flexibility when creating new FEM wb
features.
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:43 +02:00