wmayer
3354fa033b
Gui: move to new style connect()
2023-01-12 17:40:20 +01:00
wmayer
3f615bbe05
Gui: fix possible problems with new style connect
...
* In UIntSpinBox rename the signal to not overwrite the signal of the base class
* In UIntSpinBox use the (ambiguous) signal 'valueChanged' of the base class QSpinBox
* To avoid that connect() fails use the function pointer of the Qt class where the signal is defined
2023-01-12 17:02:59 +01:00
Uwe
5ad737ccdc
[Gui] modernize some connect() settings
...
- addresses #6166
2023-01-12 15:13:16 +01:00
berniev
ae53c9b0a4
Gui: Use auto and range-based for ( #7481 )
...
* On lines where the variable type is obvious from inspection, avoid repeating the type using auto.
* When possible use a ranged for loop instead of begin() and end() iterators
2022-09-14 13:25:13 -05:00
wmayer
23961706be
Gui: modernize C++: replace 'typedef' with 'using'
2022-08-29 14:09:18 +02:00
Chris Hennes
966d5e3f5a
GUI: Remove unnecessary translation calls
2022-08-20 17:48:39 -05:00
berniev
2db561561e
Gui: use empty
2022-08-06 16:35:45 +02:00
wmayer
82a6241fc5
fix (Qt) issues found by clang's clazy tool:
...
+ -Wclazy-incorrect-emit
+ -Wclazy-strict-iterators
+ -Wclazy-overloaded-signal
+ -Wclazy-qstring-arg
+ -Wclazy-unused-non-trivial-variable
+ -Wclazy-container-anti-pattern
+ -Wclazy-range-loop-reference
+ -Wclazy-const-signal-or-slot
+ -Wclazy-detaching-temporary
+ -Wclazy-qfileinfo-exists
2022-06-29 21:00:54 +02:00
wmayer
1178df06b4
Gui: modernize C++11
...
* use nullptr
2022-03-23 18:41:21 +01:00
Uwe
11f6f693f2
[Gui] DlgActions etc.: remove unused includes and sort headers
2022-03-16 04:06:37 +01:00
wmayer
76da77f80e
Gui: add convenience function Command::translatedGroupName()
2021-09-29 15:25:46 +02:00
Chris Hennes
098d7b9aee
[GUI] Remove code for Qt < 5.9
2021-04-02 10:10:37 +02:00
luz paz
38815b9550
Gui: Fix header uniformity, whitespace, and doxygen fixes
2020-11-26 10:14:56 +01:00
wmayer
8ce8e9c8a4
Gui: [skip ci] Coverity: Uninitialized pointer field
2020-09-14 14:08:21 +02:00
Christopher Coley
053072de64
3DConnexion SpaceBall and configuration dialog improvements
2020-08-22 15:26:00 +02:00
wmayer
6007d510f7
Gui: [skip ci] print warning if 3Dconnexion file cannot be loaded
2020-03-17 00:31:56 +01:00
wmayer
358ad27ca7
Gui: copy config file to resource directory
2020-03-16 23:44:52 +01:00
SolidDude
8573ff4c9e
Adds 3DConnexion Device Button Map loading from XML file
2020-03-16 23:44:52 +01:00
wmayer
5096f55ccb
port C++ code to Qt5
2016-12-13 14:22:59 +01:00
wmayer
1e6dcabefc
fix -Wextra in FreeCADGui
2016-09-21 20:54:52 +02:00
Mateusz Skowroński
c275b35d48
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Mateusz Skowroński
0695552cff
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:06:48 +01:00
wmayer
839eced7a9
+ fix more compiler warnings
2014-08-27 13:26:44 +02:00
wmayer
cfc2e5aa78
0000818: [PATCH] added new page to Customize dialog for space navigator
2012-09-06 14:09:43 +02:00
wmayer
a1313961c0
0000818: [PATCH] added new page to Customize dialog for space navigator
2012-08-30 11:31:46 +02: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