wmayer
1808fd83ed
Expose attribute to Python to access icon of view provider
2015-06-02 16:21:56 +02:00
wmayer
2e14552a50
+ fixes #0002134 : FreeCAD crashes when the window is restored and a plot is shown
2015-05-31 17:29:30 +02:00
wmayer
b882109cb1
+ rename method for points of selection
2015-05-26 12:51:39 +02:00
wmayer
a4441f2a41
+ implement missing methods of Python API for SelectionObject
2015-05-21 12:45:36 +02:00
wmayer
f20519d352
+ new parameter 'CoinOffscreenRenderer' to use Coin's offscreen renderer
2015-05-20 22:11:25 +02:00
wmayer
ef610c8c96
+ remove SoFCSelection from ViewProviderGeometryObject
2015-05-20 21:44:27 +02:00
wmayer
27863408c9
+ remove references to SoFCSelection where not needed
2015-05-20 19:24:12 +02:00
wmayer
dbfedbdeae
+ fix a few minor issues in DlgWorkbenchesImp and QListWidgetCustom
2015-05-20 11:18:46 +02:00
wmayer
4ae424b44a
+ fix minor bug in string concatenation
2015-05-19 21:18:45 +02:00
Kirill Gavrilov
be70bad701
+ fixes #0002108 : Add OpenCascade navigation style
2015-05-19 20:24:09 +02:00
Przemo Firszt
4c383527f8
App: Add dialog to pick preferred workbenches
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2015-05-18 22:25:59 +02:00
wmayer
9431d301d3
+ for VRML and OpenInventor export only selection, fix whitespaces
2015-05-17 13:53:22 +02:00
wmayer
994fbd072a
+ whitespace fixes
2015-05-17 12:53:00 +02:00
wmayer
1f1acad4f8
+ set appropriate step size in clipping dialog
2015-05-09 14:54:28 +02:00
wmayer
72a0c490ac
+ use right iterator variable
2015-05-08 12:40:57 +02:00
wmayer
2dd871389e
+ fix branding bug, use tr() function of class not QObject
2015-05-08 01:08:19 +02:00
wmayer
4efaacc5b3
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2015-05-08 00:54:36 +02:00
wmayer
f840f89922
+ switch between old and new offscreen renderer
2015-05-08 00:54:09 +02:00
Yorik van Havre
6c7911a602
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2015-05-07 18:17:50 -03:00
Yorik van Havre
dd78ad7e72
Better message if qt help file is not found - fixes #2084
2015-05-07 18:17:35 -03:00
wmayer
00438fffd2
+ before trying to write out snapshot image check if it's null
2015-05-07 23:07:20 +02:00
wmayer
54220d5040
+ handle case when workbench fails to be created, fix problem when inserting menu
2015-05-06 10:47:51 +02:00
wmayer
477b3ce3f2
+ fixes #0002085 : Only one Toolbar Separator
2015-05-03 21:32:24 +02:00
wmayer
6cd9220079
+ show build type
2015-05-02 17:56:44 +02:00
wmayer
894e66056e
+ show build type
2015-05-02 02:13:13 +02:00
wmayer
58b54aa729
+ code cleanup: remove NO_USE_QT_MDI_AREA
2015-05-01 23:27:20 +02:00
wmayer
dd2b39ddd6
+ fixes #0002075 : Analysis of FreeCAD by PVS-Studio static analyzer
2015-05-01 16:56:31 +02:00
wmayer
d8f63bcfd1
+ fix broken brush selection
2015-05-01 02:08:06 +02:00
wmayer
6b6070281e
+ whitespacee/typo fixes
2015-04-30 23:16:57 +02:00
wmayer
13b8d323b2
+ FEM: Improve drag and drop for FEM analysis object
2015-04-23 13:31:14 +02:00
wmayer
197aa0c85c
+ fix bug in read-only InputField, minor Utf-8 issue in meshing dialog
2015-04-22 14:01:27 +02:00
Ian Rees
f068e723ea
Remember last tab selected in PropertyView
2015-04-15 09:12:30 +12:00
Przemo Firszt
9a9f7e64a5
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
0e91902e74
+ move to Qt's built-in search system for icon resources
2015-04-14 11:37:24 +02:00
wmayer
8991b9e04b
+ add Document::sendMsgToFirstView, fix memory leak
2015-04-12 18:39:01 +02:00
wmayer
00daa1cbd2
+ fixes #0001989 : 'Open recent' not saved until exit.
2015-04-11 19:04:31 +02:00
wmayer
4e54841a75
+ fixes #0002047 : Don't register recent files which can't be opened
2015-04-11 17:34:46 +02:00
wmayer
1c79112f6e
+ handling of undercore in calltips window
2015-04-10 19:36:30 +02:00
Yorik van Havre
5d0bc520b9
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
694b0339fd
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
8ba5f73c1a
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
963b993abc
Gestures: fix running on win XP
...
Potential fix, by dynamically linking SetGestureConfig
2015-04-07 00:57:22 +03:00
wmayer
32688a636b
+ check for Win7 to activate gesture support
2015-04-01 21:56:56 +02:00
wmayer
ebb1ca3b36
+ improve whitespaces
2015-04-01 13:17:26 +02:00
Torsten Sadowski
75070b1810
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
5b27b3194e
tmp. disable gesture support
2015-03-31 23:44:23 +02:00
wmayer
8e0110a18e
+ fix various things
2015-03-31 23:08:12 +02:00
DeepSOIC
4f5747ebef
New navigation style: GestureNavigationStyle
2015-03-31 21:49:01 +02:00
DeepSOIC
7085e1ec0c
Gestures: inventor touch events and device
2015-03-31 21:49:01 +02:00
DeepSOIC
7f0ca58154
Gestures: tuning windows to enable rotates and switch off horz/vert stickiness of pans
2015-03-31 21:49:00 +02:00