Benjamin Bræstrup Sayoc
500a52e7b8
Sandbox: Use QStringLiteral
2025-02-10 18:34:57 +01:00
Tobias Frost
debca05df4
Remove unused ifndefs for GL_MULTISAMPLE
...
(found while searching for the build error on armhf/armel on Debian
buildds, once resolved will make an additional PR for that.)
$grep -r GL_MULTISAMPLE src/
yields:
src/Mod/Sandbox/Gui/Overlay.cpp: #ifndef GL_MULTISAMPLE
src/Mod/Sandbox/Gui/Overlay.cpp: #define GL_MULTISAMPLE 0x809D
src/Mod/Sandbox/Gui/GLGraphicsView.cpp:#ifndef GL_MULTISAMPLE
src/Mod/Sandbox/Gui/GLGraphicsView.cpp:#define GL_MULTISAMPLE 0x809D
-> The defines are defined, but never used in the compilation unit
2024-12-24 10:41:40 +01:00
mosfet80
f1cf05081f
[Mod] clean GLGraphicsView.cpp
...
Removed dead code
2024-07-08 11:58:13 +02:00
wmayer
8a56da4ee0
Sandbox: [skip ci] fix build failures
2023-09-08 11:47:16 +02:00
mosfet80
f0817d44b7
Removal of unused code due to old <5.2 Qt library ( #8842 )
2023-03-12 11:08:58 +01:00
luzpaz
79e150a81b
Fix trailing whitespace, typos, headers
...
Fix trailing whitespace, typos, and header uniformity.
2023-01-23 00:34:37 +01:00
wmayer
2c42c57560
fixes 0003222: Invert zoom setting is not respected in paper/page mode
2019-01-14 11:08:17 +01:00
wmayer
0e1cfea354
fixes 0003657: automatic rotation disabled by default
2018-10-28 20:45:02 +01:00
luz.paz
43244aa762
More misc. typos
2018-05-19 12:17:52 -04:00
wmayer
75cba4d987
fix -Wextra in Sandbox
2016-09-23 21:58:43 +02:00
wmayer
2af6bb6e49
replace deprecated auto_ptr with unique_ptr
2016-09-22 13:01:20 +02:00
wmayer
555f8cb325
+ fix issue with cursor on viewer widget, prepare code for improved event handling
2016-03-28 00:55:37 +02:00
wmayer
d43ba59077
+ improve GraphicsScene class
2016-03-27 16:22:30 +02:00
wmayer
c4bd392d85
+ improve GraphicsScene class
2016-03-26 19:02:15 +01:00
wmayer
c7a8471ca1
+ make GraphicsView get working again, remove unneeded code
2016-03-26 14:30:36 +01:00
maurerpe
2e4efb5b10
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
51b817bbe1
+ add GL test stuff into Sandbox module
2014-08-21 18:15:43 +02:00