Zheng, Lei
3ef438eaf0
Fix mixed line endings
2022-04-26 12:52:55 -05:00
Chris Hennes
190d64bdae
Sandbox: PR6497 move return statement to new line
2022-03-29 13:24:46 -05:00
wmayer
4b788d0413
Sandbox: modernize C++11
2022-01-26 17:47:25 +01:00
Benjamin Nauck
babe8c2487
[Sandbox] Use std::shared_ptr instead of boost::shared_ptr
...
There's no need to use boost version when stl has support for shared_ptr
2021-03-06 19:32:03 +01:00
Priit Laes
a56b6730d0
build: boost: Drop boost <= 1.41 dependent-code branches
2020-10-13 12:56:28 +02:00
wmayer
da6b379566
fixes #0004318 : Compilation fails with Qt 5.15 beta with QPainterPath errors [skip ci]
2020-07-02 13:19:43 +02:00
wmayer
4ec45b545e
boost 1.73.0: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated
2020-06-12 17:51:33 +02:00
wmayer
7fe10182a9
[skip ci] fix header uniformity
...
Set a real email address for headers in inspection and surface module
2019-12-21 16:12:54 +01:00
wmayer
c601f4cb66
fixes 0003222: Invert zoom setting is not respected in paper/page mode
2019-01-14 11:08:17 +01:00
wmayer
42c5b2e9ca
fixes 0003657: automatic rotation disabled by default
2018-10-28 20:45:02 +01:00
luz.paz
b214f606c4
Misc. typo and whitespace fixes
...
ref: https://forum.freecadweb.org/viewtopic.php?f=3&t=30988#p256964
along with other misc. fixes
2018-09-19 17:26:03 +02:00
wmayer
f4a21d3b6b
CMP0050: make Sandbox module aware of cmake policy
2018-08-20 22:27:36 +02:00
wmayer
2e4d2dff03
fix possible UNICODE related build failure due to OCCT cmake flags
2018-08-06 12:29:43 +02:00
luz.paz
7a09a5774e
More misc. typos
2018-05-19 12:17:52 -04:00
wmayer
7d5d250a0d
fix syntax errors
2018-01-31 20:53:42 +01:00
luz.paz
a86c0fe137
sWhatsThis fixes
...
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
2018-01-31 19:07:07 +01:00
Unknown
a8ecffb652
Misc. typo fixes
...
Various workbenches
2017-12-23 14:30:30 +01:00
Mateusz Skowroński
23cdde88e0
Fix some GCC 7 warnings:
...
* dynamic exception specifications are deprecated [-Wdeprecated]
* this statement may fall through [-Wimplicit-fallthrough=]
2017-12-05 17:22:00 +01:00
wmayer
8d3fe21116
Qt5 port: Sandbox module
2017-10-26 13:12:15 +02:00
wmayer
e6b9ec5dbc
Qt5 port: make Sandbox module compile with Qt5
2017-07-15 17:50:55 +02:00
wmayer
70aebe98f1
py3: ported Sandbox to python3
2017-02-28 17:39:08 +01:00
wmayer
d3ff5171ea
check between Qt4/Qt5 build in cmake
2016-12-23 14:13:43 +01:00
wmayer
d2cb4e4af9
Qt4/Qt5 neutral changes:
...
+ remove QCoreApplication::UnicodeUTF8/QApplication::UnicodeUTF8
+ remove QCoreApplication::CodecForTr/QApplication::CodecForTr
2016-12-12 14:52:09 +01:00
wmayer
b1272cb1aa
fix -Wextra in Sandbox
2016-09-23 21:58:43 +02:00
wmayer
f944ab3846
replace deprecated auto_ptr with unique_ptr
2016-09-22 13:01:20 +02:00
wmayer
1c1f0dfe49
fix various compiler warnings
2016-08-09 13:16:26 +02:00
Mateusz Skowroński
c50bc17675
QInputDialog::getInteger() is obsolete in Qt4. Replace it with getInt().
...
This change is Qt4/Qt5 neutral.
2016-04-22 20:11:52 +02:00
wmayer
fa77887d09
+ fix issue with cursor on viewer widget, prepare code for improved event handling
2016-03-28 00:55:37 +02:00
wmayer
d43443a832
+ improve GraphicsScene class
2016-03-27 16:22:30 +02:00
wmayer
b86e14afff
+ improve GraphicsScene class
2016-03-26 19:02:15 +01:00
wmayer
bd46939070
+ make GraphicsView get working again, remove unneeded code
2016-03-26 14:30:36 +01:00
maurerpe
3f3d8a95f5
Fix remaining toAscii/fromAscii
...
Qt5 does not have toAscii or fromAscii. Use toLatin1 and fromLatin1
respectively. Both replacement functions exist in Qt4.8.
2016-02-24 23:56:43 +01:00
wmayer
bfdaa46feb
+ simplify porting of Sandbox module to Python3
2016-01-18 11:43:20 +01:00
wmayer
a4d1dbe5f0
+ rework BoundingBox class and its Python binding
2015-10-11 00:18:53 +02:00
Mateusz Skowroński
43a4a5938c
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
32367b1744
+ save Brep in binary format for recovery files
2015-09-16 22:58:47 +02:00
wmayer
731b2567b3
Mod/Sandbox: Remove -Wunused-result warnings.
2015-09-11 18:42:25 +02:00
wmayer
60b555d64b
+ implement auto-save function for documents
2015-09-03 19:09:03 +02:00
Alexander Golubev
0603c3fb61
App/DocumentObserver: make slot methods unimplemented rather pure-virtual and clenup derived classes accordingly
2015-09-02 13:54:44 +02:00
wmayer
b81482d597
+ harmonize Coin3D cmake variables with official check
2015-07-28 14:55:15 +02:00
wmayer
7d98705396
+ harmonize XercesC cmake variables with official check
2015-07-28 14:17:49 +02:00
wmayer
d95003e92c
+ replace deprecated PYTHON_INCLUDE_PATH
2015-07-25 18:29:42 +02:00
wmayer
df04df01f7
+ add QSint test widget
2015-07-07 17:43:23 +02:00
wmayer
2b53da4eee
+ include missing header files
2015-06-30 17:48:03 +02:00
Sebastian Hoogen
debca91e98
remove support for automake
2014-11-26 10:26:30 +01:00
wmayer
a7157ce6a9
+ add new render type to 3d viewer
2014-11-03 23:09:38 +01:00
wmayer
21eae7f900
+ port Sandbox module to Quarter
2014-10-19 12:16:33 +02:00
Stefan Tröger
72cab0c002
Adaption of FreeCAD to QuarterWidget
...
-removes all soqtviewer references
-create a quarter adaptor class which implements missing functionality
-adopts freecad code to make use of SoRenderManager and changed View3DInventorViewer interface
2014-09-23 10:11:11 +02:00
wmayer
c1c25f1a5c
+ add GL test stuff into Sandbox module
2014-08-21 18:15:43 +02:00
wmayer
6b89c03181
Add initial support for different libdir (jobermayr)
2014-05-10 12:57:38 +02:00