Commit Graph

2759 Commits

Author SHA1 Message Date
wmayer
b34df5672a + show build type 2015-05-02 17:56:44 +02:00
wmayer
34ecfa1799 + show build type 2015-05-02 02:13:13 +02:00
wmayer
f638da6281 + code cleanup: remove NO_USE_QT_MDI_AREA 2015-05-01 23:27:20 +02:00
wmayer
859d76faf8 + fixes #0002075: Analysis of FreeCAD by PVS-Studio static analyzer 2015-05-01 16:56:31 +02:00
wmayer
5699fd911b + fix broken brush selection 2015-05-01 02:08:06 +02:00
wmayer
c1492bf5a0 + whitespacee/typo fixes 2015-04-30 23:16:57 +02:00
wmayer
638bf26bb5 + FEM: Improve drag and drop for FEM analysis object 2015-04-23 13:31:14 +02:00
wmayer
05b921df0d + fix bug in read-only InputField, minor Utf-8 issue in meshing dialog 2015-04-22 14:01:27 +02:00
Ian Rees
e0ce0808e8 Remember last tab selected in PropertyView 2015-04-15 09:12:30 +12:00
Przemo Firszt
6848c9a9ca FEM: Add icons to materials
Add icons to distinguish where the material is from. FreeCAD icon for
build-in materials, notmal material icon for materials from user
preferences directory which is "~/.FreeCAD/Materials" on linux or
from an user defined location defined in FEM preferences.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-04-14 15:25:36 +02:00
wmayer
06685a91f0 + move to Qt's built-in search system for icon resources 2015-04-14 11:37:24 +02:00
wmayer
a77fd99e85 + add Document::sendMsgToFirstView, fix memory leak 2015-04-12 18:39:01 +02:00
wmayer
a201bd2a5e + fixes #0001989: 'Open recent' not saved until exit. 2015-04-11 19:04:31 +02:00
wmayer
86807adb63 + fixes #0002047: Don't register recent files which can't be opened 2015-04-11 17:34:46 +02:00
wmayer
d2507dc15f + handling of undercore in calltips window 2015-04-10 19:36:30 +02:00
Yorik van Havre
ae191886ea Gui: Added entry to Selection View's context menu, to use selected objects in the python console 2015-04-08 14:08:14 -03:00
DeepSOIC
3baafccb60 GestureNav: bug fix (tilting) + kill messagebox
Fixed a bug where starting tilting with LMB+RMB with LMB in sketcher
caused odd behavior.
No more messagebox upon hitting H key when the cursor is over nothing
(replaced with a warning). The messagebox was very annoying when trying
to hunt a point with touch input.
2015-04-07 00:57:24 +03:00
DeepSOIC
3d2e364317 GestureNav: bug fix (gesture lockup in sketcher)
Navigation by gestures didn't work after double-clicking a constraint in
sketcher to edit a value. This was probably caused by the last mouse
button release event not reaching the viewer.
2015-04-07 00:57:23 +03:00
DeepSOIC
571b7ded02 Gestures: fix running on win XP
Potential fix, by dynamically linking SetGestureConfig
2015-04-07 00:57:22 +03:00
wmayer
33679c5107 + check for Win7 to activate gesture support 2015-04-01 21:56:56 +02:00
wmayer
63d390bc69 + improve whitespaces 2015-04-01 13:17:26 +02:00
Torsten Sadowski
b5ac41d44c Builds and runs with or without 3Dconnexion.framework on Mac
Moved on top of a clean master
2015-04-01 12:30:07 +02:00
wmayer
996e2fd160 tmp. disable gesture support 2015-03-31 23:44:23 +02:00
wmayer
697dd741d4 + fix various things 2015-03-31 23:08:12 +02:00
DeepSOIC
499fffcb7e New navigation style: GestureNavigationStyle 2015-03-31 21:49:01 +02:00
DeepSOIC
26fb298043 Gestures: inventor touch events and device 2015-03-31 21:49:01 +02:00
DeepSOIC
a53940fcf6 Gestures: tuning windows to enable rotates and switch off horz/vert stickiness of pans 2015-03-31 21:49:00 +02:00
DeepSOIC
ccf173e207 Gestures: subscribe 3d view to recieve gestures 2015-03-31 21:49:00 +02:00
DeepSOIC
3deeebafb6 Gestures: custom Windows gesture recognizer
Translates native Windows pinch and rotate gestures into Qt's pinch
gestures.
2015-03-31 21:49:00 +02:00
wmayer
8e2b45b245 + build failure 2015-03-31 13:00:42 +02:00
wmayer
85ae6ad4bb + support context-menu in Python view providers 2015-03-31 11:32:43 +02:00
wmayer
421d82e432 + extend ActionFunction and use in mesh view provider 2015-03-31 01:02:16 +02:00
wmayer
0b9f7a5245 + fix build failure with gcc 2015-03-30 23:16:28 +02:00
wmayer
ed30fc0f51 + implement mechanism to connect QAction signal with class method 2015-03-30 23:07:34 +02:00
wmayer
347cc7fcb4 + implement mechanism to connect QAction signal with class method 2015-03-30 23:06:35 +02:00
wmayer
2adc56cb14 + syntax highlighter for Abaqus, show short filename on tabs 2015-03-28 21:50:01 +01:00
wmayer
d15f0d5317 + fix gcc build failure 2015-03-28 16:35:27 +01:00
wmayer
9751d36fae + fixes #0002029: VRML inline ignored 2015-03-28 14:51:03 +01:00
wmayer
80956aef8d + fixes #0002029: VRML inline ignored 2015-03-27 16:42:14 +01:00
wmayer
7e2e452f50 + disable lighting effect of axis cross 2015-03-23 21:08:28 +01:00
wmayer
2e9423fd11 + re-enable check for active window for spaceball events 2015-03-23 19:44:04 +01:00
wmayer
f8062bf464 + check if directory exists when trying to save image 2015-03-22 12:12:42 +01:00
wmayer
4b9264e208 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2015-03-21 16:57:36 +01:00
Yorik van Havre
bf9854e17a Arch: added bimserver and git utilities 2015-03-21 12:08:05 -03:00
Ian Rees
55862bfe11 Warn user if they cascade/tile windows on Mac 2015-03-21 15:59:44 +01:00
Sebastian Hoogen
ba0f2a765c document the convention used for Euler angles (XY'Z'')
in the Placement dialog and the docstrings of the Rotation python class.
fixes #2007
2015-03-21 13:29:32 +01:00
wmayer
d9322b38cb + fix layout in DlgReportView page 2015-03-21 13:00:57 +01:00
wmayer
e570ec3a20 + fix for MacOSX when changing anti-aliasing setting 2015-03-16 23:40:27 +01:00
wmayer
75263353cd + show message when changing anti-aliasing 2015-03-15 20:02:21 +01:00
wmayer
7704305b97 + add Spacemouse pro wireless 2015-03-14 13:40:57 +01:00