Commit Graph

4934 Commits

Author SHA1 Message Date
wmayer
b5987f0ff4 + Support preference pages for Python widget class 2015-07-16 00:10:23 +02:00
Przemo Firszt
b7c8463841 3rdParty: Remove boost-numeric, ANN and atlas
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-15 10:27:54 +01:00
wmayer
5527db088e Path: Fix a further warning 2015-07-14 19:12:46 +02:00
wmayer
a558b42dd1 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2015-07-14 19:05:39 +02:00
wmayer
aa269a8d3e + fix wrong vertical size policy of task groups 2015-07-14 19:05:12 +02:00
Yorik van Havre
8b09e708e2 Path: Several fixes suggested by wmayer 2015-07-14 12:23:40 -03:00
wmayer
42afedc4ba + fix mesh smoothing panel 2015-07-14 17:02:38 +02:00
wmayer
659263d705 + set a minimalistic style sheet on task panel 2015-07-14 16:27:49 +02:00
wmayer
b828b412eb + fix layouting problem due to bad implementation of minimumSizeHint() in ActionPanel and ActionGroup 2015-07-14 14:22:00 +02:00
sgrogan
b7240b7465 [PATCH] Fix dependency on QtCored4 and icons 2015-07-13 10:52:02 +02:00
wmayer
7ea0cc478d + issue #0002053: Support of themes 2015-07-12 23:59:26 +02:00
wmayer
1facaae959 + issue #0002053: Support of themes 2015-07-12 23:12:05 +02:00
wmayer
343bb91450 + issue #0002053: Support of themes 2015-07-12 22:54:56 +02:00
wmayer
7150b168dc + fix crash in ViewProviderFemMesh::setHighlightNodes when values out of range 2015-07-12 10:47:57 +02:00
wmayer
f85fa0325a + write out product name if defined to IGES/STEP files 2015-07-11 14:05:47 +02:00
wmayer
e4aa8b0e8c + support user template parameter file for branding 2015-07-11 12:46:55 +02:00
wmayer
dedefd24a8 + improve loading splash screen of branded application 2015-07-11 02:59:56 +02:00
wmayer
13467a131d + fix possible crash when application icon is empty 2015-07-11 01:12:52 +02:00
wmayer
2829d2bdb6 + implement missing types in FemMesh.addFace 2015-07-10 11:01:17 +02:00
wmayer
d126506fca + event to restore/clear action style scheme 2015-07-09 23:08:10 +02:00
wmayer
9f9df364fd + apply Debian patch: unittest to stdout 2015-07-09 15:29:45 +02:00
wmayer
5cceeeba8e + Fix crash when passing emtpy argument list to Path.Tooltable 2015-07-09 13:14:11 +02:00
wmayer
cd76576873 + implement SystemPanelScheme and use for Linux 2015-07-09 12:12:51 +02:00
wmayer
b4a13f2cae + fix possible inconsistency of arrow button in task header 2015-07-08 22:23:24 +02:00
wmayer
0ae03d3af9 + support dynamic property 'fold' in TaskHeader 2015-07-08 20:22:21 +02:00
wmayer
dcd43937a7 + 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
8090804160 + add QSint test widget 2015-07-07 17:43:23 +02:00
wmayer
05286b8bb6 + reset built-in scheme when setting global style sheet 2015-07-07 12:35:48 +02:00
wmayer
f14b71d374 + usage of QSint 2015-07-07 12:34:20 +02:00
wmayer
32b98bbc11 + add QSint scheme for FreeCAD 2015-07-07 11:45:57 +02:00
wmayer
e17df75ff7 + extend QSint API, fix problems with Qt macro 2015-07-07 11:42:24 +02:00
wmayer
2bfd67267c + add QSint source to build 2015-07-07 11:41:20 +02:00
wmayer
fb501cba85 set export macro for QSint 2015-07-07 11:33:21 +02:00
wmayer
72ce990d56 + remove test class TaskPanelView 2015-07-07 11:25:31 +02:00
wmayer
5ca5248593 + add license notice 2015-07-07 11:10:54 +02:00
wmayer
afa820e29e + Add QSint sources 2015-07-07 11:10:13 +02:00
wmayer
f45602424d + move branding stuff from main() to FreeCADApp 2015-07-07 00:52:13 +02:00
Przemo Firszt
e583b98a4a 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
852985f372 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
16e9295b45 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
49331582f9 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
b529684fc1 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
a64042f0f0 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
8fda83c580 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
b77def5618 FEM: add show_displacement to FemTools
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:47 +02:00
Przemo Firszt
c3801a732c FEM: Add multi-thread calcs
Slightly modified code by kwahoo
2015-07-06 19:21:46 +02:00
Przemo Firszt
ebfa002601 FEM: Add Quick Analysis
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:46 +02:00
Przemo Firszt
a21ae5cd85 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
5769babd34 FEM: Use check_prerequisites from FemTools
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:44 +02:00
Przemo Firszt
573622d529 FEM: move writing inp file to FemTools module
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-07-06 19:21:44 +02:00