Chris Hennes
a3004c2c0a
Merge pull request #19142 from hyarion/refactor/add-template-addobject
...
Add new addObject<T>() function
2025-02-11 09:42:47 -06:00
Benjamin Nauck
265b58c034
Mod: Use new addObject<T>(...) using regex
2025-02-10 18:35:38 +01:00
Benjamin Bræstrup Sayoc
500a52e7b8
Sandbox: Use QStringLiteral
2025-02-10 18:34:57 +01:00
Chris Hennes
b18150e048
Merge pull request #19479 from tritao/base-cleanup-xml-generation
...
Base: Minor cleanups to base XML bindings generation
2025-02-10 09:34:50 -06:00
tritao
2145b742eb
Base: Standardize on Py::Long type for Python bindings.
2025-02-08 13:14:22 +00:00
tritao
02ab2deac7
Gui: Reorganize the navigation files into a top Navigation folder.
2025-02-05 20:21:00 -06:00
tritao
551c2e48fb
Gui: Reorganize the selection files into a top Selection folder.
2025-02-03 17:56:57 +01:00
Benjamin Nauck
6a3eb2ab49
Use is<T>() when possible
2025-01-27 16:08:18 +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
luzpaz
bc150dc73c
Fix trailing newlines and minor typo fixes
2024-07-23 16:16:30 +02:00
mosfet80
146fbad3cd
[Mod:overlay] clean Overlay.cpp
...
Deleted dead code.
2024-07-08 11:58:51 +02:00
mosfet80
f1cf05081f
[Mod] clean GLGraphicsView.cpp
...
Removed dead code
2024-07-08 11:58:13 +02:00
wmayer
a4600528bd
Mod: remove leftovers of includes of Standard_math.hxx
2024-02-12 12:02:17 -06:00
Florian Foinant-Willig
3ecc412746
Sandbox: modernize type checking
2023-10-23 18:08:32 +02:00
wmayer
d305f306df
Core: Revert superfluous changes made with PR #9521
2023-10-09 15:06:45 +02:00
AgCaliva
3ac69993c0
merge master via cli
2023-10-04 13:28:48 -03:00
liukaiwen
329904a055
[cmake] some definitions do not matter build now
2023-09-27 18:17:14 +08:00
AgCaliva
64f60721a9
merge master via cli
2023-09-16 02:12:58 -03:00
AgCaliva
b360b43ebe
Fixing DOMDocument redefinition
2023-09-16 00:38:41 -03:00
AgCaliva
93679b2729
Fix DOMDocument redefinition error
2023-09-08 09:12:52 -03:00
wmayer
8a56da4ee0
Sandbox: [skip ci] fix build failures
2023-09-08 11:47:16 +02:00
mosfet80
574953a4f5
Update CMakeLists.txt
...
Freecad use qt5 or qt6
2023-09-07 23:06:11 +02:00
Pesc0
99e13d9529
Remove all PyQt references
2023-03-31 10:36:04 +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
312c8f68e4
Mod: modernize C++: replace 'typedef' with 'using'
2022-08-29 23:21:15 +02:00
Zheng, Lei
8bec44934b
Fix mixed line endings
2022-04-26 12:52:55 -05:00
Chris Hennes
bfcc772817
Sandbox: PR6497 move return statement to new line
2022-03-29 13:24:46 -05:00
wmayer
bfc6ffe455
Sandbox: modernize C++11
2022-01-26 17:47:25 +01:00
Benjamin Nauck
b6a5716b6a
[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
8244ad4ba2
build: boost: Drop boost <= 1.41 dependent-code branches
2020-10-13 12:56:28 +02:00
wmayer
611fd4088a
fixes #0004318 : Compilation fails with Qt 5.15 beta with QPainterPath errors [skip ci]
2020-07-02 13:19:43 +02:00
wmayer
730154a684
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
12b944984c
[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
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
360e581672
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
6b2f24a28c
CMP0050: make Sandbox module aware of cmake policy
2018-08-20 22:27:36 +02:00
wmayer
228b63e1f9
fix possible UNICODE related build failure due to OCCT cmake flags
2018-08-06 12:29:43 +02:00
luz.paz
43244aa762
More misc. typos
2018-05-19 12:17:52 -04:00
wmayer
76b12d242d
fix syntax errors
2018-01-31 20:53:42 +01:00
luz.paz
69216f3604
sWhatsThis fixes
...
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
2018-01-31 19:07:07 +01:00
Unknown
e3eca59173
Misc. typo fixes
...
Various workbenches
2017-12-23 14:30:30 +01:00
Mateusz Skowroński
dee8769d0e
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
f9485efb26
Qt5 port: Sandbox module
2017-10-26 13:12:15 +02:00
wmayer
ddce56a988
Qt5 port: make Sandbox module compile with Qt5
2017-07-15 17:50:55 +02:00
wmayer
52e8d56ca6
py3: ported Sandbox to python3
2017-02-28 17:39:08 +01:00
wmayer
c11d6ac3b1
check between Qt4/Qt5 build in cmake
2016-12-23 14:13:43 +01:00
wmayer
c997180a47
Qt4/Qt5 neutral changes:
...
+ remove QCoreApplication::UnicodeUTF8/QApplication::UnicodeUTF8
+ remove QCoreApplication::CodecForTr/QApplication::CodecForTr
2016-12-12 14:52:09 +01:00
wmayer
75cba4d987
fix -Wextra in Sandbox
2016-09-23 21:58:43 +02:00