wmayer
21b2f97ab0
Gui: extend class View3DSettings so that it can be used for AbstractSplitView
...
AbstractSplitView then no longer needs to be derived from ParameterGrp::ObserverType and reimplement onChange() and thus removes a lot of code duplication
2023-04-04 18:44:27 +02:00
wmayer
406034f3ca
Gui: add method setDocumentOfViewers and set documents of viewers in constructor of SplitView3DInventor
2023-01-10 17:23:48 +01:00
wmayer
2062f9ce87
clang: fix warnings [-Winconsistent-missing-override]
2022-08-09 17:36:25 +02:00
berniev
0c70d45c83
Gui: Use override etc 2
2022-08-09 12:43:23 +02:00
berniev
656ef8961f
Gui: redundant void 2
2022-08-08 10:21:44 +02:00
wmayer
60112e7618
PyCXX: change typedef of PyCxx_ssize_t to fix compiler warnings with MSVC
2022-08-02 16:58:25 +02:00
wmayer
a8411881c9
Gui: use Py_ssize_t instead of ssize_t in AbstractSplitViewPy::sequence_item
2022-05-16 14:54:18 +02:00
Uwe
cf5732dfad
[Gui] SpinBox etc.: remove unused includes
2022-03-05 16:20:40 +01:00
wmayer
292f6dcaa7
Gui: make AbstractSplitViewPy acting as sub-class of MDIViewPy
2021-11-21 18:59:28 +01:00
vejmarie
81af54e410
Big update to remove deprecation warning from Qt 5.15.0
...
That is need on MacOS build as travis log is bigger than 50k lines
which breaks travis rules
And by the way deprecations are real
All file contains the same modification replace 0 to Qt::WindowFlags() when needed
as the class needs to be instantiated
Signed-off-by: vejmarie <jmverdun3@gmail.com >
2020-09-24 12:56:43 +02:00
wmayer
eb4e2d2c56
Gui: add virtual method containsViewProvider to MDIView and re-implement it in some sub-classes
...
Improve Document::setActiveView to not always switch to the first 3D view but check the currently active view before
2019-12-29 15:00:35 +01:00
wmayer
abe82e00f4
harmonize functions to set camera orientations
2019-01-12 22:59:44 +01:00
luzpaz
128239b54a
Typos: Various workbenches and misc.
...
[skip ci]
2017-12-25 10:58:10 +01:00
wmayer
e331bdbc5d
Squashed commit of the following:
...
commit 89eb699e69c05dda0ebecf4aa22acc85386ede8f
Author: looooo <sppedflyer@gmail.com >
Date: Wed Apr 27 21:43:16 2016 +0200
added close function
commit 2acc25adbc9df47194934ef4db18383919248c7d
Author: looooo <sppedflyer@gmail.com >
Date: Wed Apr 27 21:12:18 2016 +0200
some additions to the split-view-bindings
commit ec366d154a96a71c7716900f4de1c109a9160df8
Author: looooo <sppedflyer@gmail.com >
Date: Sun Apr 24 20:55:26 2016 +0200
SplitView: Antia-Aliasing, getViewer, handlinging of deletion
added anti-aliasing for the SplitView3DInventor class
added method getViewer to the AbstractSplitView
delete python-object when c++ object gets deleted
commit 7225cd836b0001d302c9e14328b5eb7dd489cdb1
Author: looooo <sppedflyer@gmail.com >
Date: Sun Apr 24 15:28:57 2016 +0200
added function Gui.createViewer([int])->Viewer/SplitViewer
2016-05-01 15:46:53 +02:00
wmayer
6763d3a6e4
+ add Puthon binding to AbstractSplitView
2016-02-06 18:54:40 +01:00
Mateusz Skowroński
3b463f2138
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:58 +01:00
wmayer
7a3ddd5bae
+ fix author note, fix various crashes, improve mesh selection stuff
2014-08-01 16:39:59 +02:00
wmayer
fe19cb09cc
Do not override edit cursor with pre-selection
2013-04-10 13:57:44 +02:00
wmayer
0f6d6d4b37
Implement manual alignment utility
2012-03-26 15:54:13 +02:00
wmayer
09922ab7a5
Fix a couple of minor issues and a possible crash when closing a document with several MDI views
2012-03-11 18:37:28 +01:00
wmayer
120ca87015
+ unify DLL export defines to namespace names
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00