wmayer
08b10cd287
fix cppcoreguidelines-*
...
* cppcoreguidelines-init-variables
* cppcoreguidelines-c-copy-assignment-signature
* cppcoreguidelines-macro-usage
* cppcoreguidelines-non-private-member-variables-in-classes
* cppcoreguidelines-pro-type-member-init
* cppcoreguidelines-slicing
* cppcoreguidelines-special-member-functions
* cppcoreguidelines-virtual-class-destructor
2023-11-16 01:22:09 +01:00
wmayer
39337ea12e
fix bugprone-*
...
* bugprone-throw-keyword-missing
* bugprone-unhandled-self-assignment
* bugprone-suspicious-string-compare
* bugprone-reserved-identifier
* bugprone-narrowing-conversions
* bugprone-macro-parentheses
* bugprone-implicit-widening-of-multiplication-result
* bugprone-exception-escape
* bugprone-copy-constructor-init
2023-11-16 01:22:09 +01:00
wmayer
c07c7c9fc9
fix performance-*
...
* performance-type-promotion-in-math-fn
* performance-trivially-destructible
* performance-noexcept-move-constructor
* performance-faster-string-find
2023-11-16 01:22:09 +01:00
wmayer
85ead154c4
fix readability-make-member-function-const
2023-11-16 01:22:09 +01:00
wmayer
7c00932fa0
fix readability-isolate-declarations
2023-11-16 01:22:08 +01:00
wmayer
5c306f6e2a
fix readability-*:
...
* readability-uppercase-literal-suffix
* readability-named-parameter
2023-11-16 01:22:08 +01:00
wmayer
f539138dd9
fix readability-*:
...
* readability-const-return-type
* readability-container-data-pointer
* readability-container-size-empty
* readability-delete-null-pointer
* readability-else-after-return
* readability-inconsistent-declaration-parameter-name
* readability-redundant-member-init
* readability-redundant-smartptr-get
* readability-redundant-string-cstr
* readability-use-anyofallof
* readability-static-definition-in-anonymous-namespace
* readability-static-accessed-through-instance
* readability-simplify-boolean-expr
2023-11-16 01:22:08 +01:00
wmayer
e4975f0153
fix readability-braces-around-statements
2023-11-16 01:22:08 +01:00
wmayer
767647a05f
fix readability-avoid-const-params-in-decls
2023-11-16 01:22:08 +01:00
wmayer
73a1e90e45
fix readability-identifier-length
2023-11-16 01:22:08 +01:00
pre-commit-ci[bot]
6a66034ce2
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-11-16 00:24:09 +01:00
wandererfan
7194c29a81
[Units]Add Meters-only schema ( #7395 )
...
- use correct unit for velocity
- typo in include guard
2023-11-16 00:24:09 +01:00
Paddle
fbcc53d2cb
Fix ESC key for Sketcher_Dimension
2023-11-15 14:41:43 +01:00
Paddle
12f48d531c
Sketcher OVP setting : add missing default.
2023-11-15 14:40:03 +01:00
Abdullah Tahiri
97d3665757
SketcherGui: Fix preselectAtPoint for non X-Y orientations
2023-11-15 14:34:11 +01:00
Roy-043
4857836287
Merge pull request #11393 from Roy-043/Draft-cleanup-related-to-PR11336
...
Draft: cleanup related to PR11336
2023-11-15 09:43:49 +01:00
Adrián Insaurralde Avalos
e937cc1efc
move WindowsInstaller to tools/build [skip ci]
2023-11-14 14:55:08 -03:00
Adrián Insaurralde Avalos
81d56fa45a
Improve upon #11268 - fix wrong description for shortcuts [skip ci]
2023-11-14 14:55:08 -03:00
Paddle
60dc6cd1cf
Slot fix vertical/horizontal constraints
2023-11-14 14:22:26 +01:00
Paddle
ca4ba5e3b0
Slot DSH : fixes
2023-11-14 14:22:26 +01:00
Paddle
cb19b1036e
Slot DSH : implement tool parameters.
2023-11-14 14:22:26 +01:00
Abdullah Tahiri
b4d4a00329
SketcherGui: DSH - parameter unused depending of constexpr fixed
2023-11-14 14:12:16 +01:00
Roy-043
0f76aaab86
Draft: cleanup related to PR11336
...
See #11336
2023-11-14 11:51:34 +01:00
Roy-043
8b6d133c26
Merge pull request #11388 from Roy-043/Arch-more-file-extensions-also-in-caps
...
Arch: more file extensions also in caps
2023-11-14 10:34:42 +01:00
Roy-043
db970b0ab3
Merge pull request #11387 from Roy-043/Draft-more-file-extensions-also-in-caps
...
Draft: more file extensions also in caps
2023-11-14 10:34:14 +01:00
Roy-043
6837bf2756
Merge pull request #11379 from Roy-043/Draft-remove-the-tolerance-preference
...
Draft: remove the tolerance preference
2023-11-14 10:33:10 +01:00
alexbeer2048
6373760845
Fix windows uninstaller issue #10971 and #11232 ( #11268 )
...
* Move MultiUser install mode default registry key to the uninstaller registry entry
Lets the uninstaller detect the correct context for each installed version. related to #10971
* Fix uninstaller doesn't use correct shell context when installed for current user
related to #10971
* Update installer init checks for previously installed versions
Use shell context determined by the MultiUser plugin. related to #10971
* fix: Perform installer version checks after install mode selection
Perform installer version checks after install mode selection to ensure that they are done for the correct reg root key. Fixes #10971 .
* Call version check method also in silent mode
* Add TrimQuotes macro to installer utilities
Also remove FileCheck macro
* Update comment in gui.nsh
* Change Windows installer/uninstaller FileDescription entry
related to #11232
2023-11-13 23:48:13 -03:00
Roy-043
aee9fcf6c6
Arch: more file extensions also in caps
2023-11-14 00:14:20 +01:00
Roy-043
3f7dedf8a4
Typos
2023-11-14 00:04:33 +01:00
Roy-043
7ac0a44136
Draft: more file extensions also in caps
2023-11-13 23:12:18 +01:00
Abdullah Tahiri
4ff00ef998
SketcherGui: Compiler warning fix
2023-11-13 21:09:13 +01:00
Abdullah Tahiri
0525cee4ee
SketcherGui: DSH Default - return reference in ShapeConstraint helpers
2023-11-13 20:52:04 +01:00
wandererfan
69761e72d2
[TD]fix regression on Links with scale
2023-11-13 12:21:10 -05:00
sliptonic
b998ea29bd
Merge pull request #11368 from LarryWoestman/staging
...
Path: Rearranged and renumbered some of the tests
2023-11-13 11:19:56 -06:00
Abdullah Tahiri
d9a81dd139
SketcherGui: ArcSlot lints
2023-11-13 18:19:10 +01:00
Abdullah Tahiri
cc1e11482b
SketcherGui: Fix lints
2023-11-13 18:18:50 +01:00
Adrián Insaurralde Avalos
94f7398f36
Add OndselSolver as git submodule
...
also update github actions to pull submodules
2023-11-13 12:17:20 -05:00
Roy-043
17f2146887
Draft: remove the tolerance preference
...
The tolerance function now derives its value from the precision preference.
Additonally:
Removed the epsilon() function. It did not make sense and was not used.
2023-11-13 18:07:37 +01:00
sliptonic
13792dcdb6
Merge pull request #11356 from mwganson/pythoneditor
...
[Python editor] match current indentation for next line when pressin…
2023-11-13 11:06:49 -06:00
Abdullah Tahiri
686dafc108
Gui: ReportView - include notifier string
...
=========================================
Console error, warnings, ... allow for a notifiername. This appears separately in the notification area. However, the report view ignores it.
This commit prepends the notifier string separated by a semicolon, if not empty.
It solves the problem that, if the message did not include the notifier, this was not indicated in the Report View.
If the message included the notifier, then it was duplicated in the notification area.
2023-11-13 12:04:53 -05:00
tmksw
39f76dde67
Gui: Do not add non-existing files to open recent menu
2023-11-13 14:03:36 -03:00
wmayer
0ea46f03c8
Base: fix several reported lint warnings
2023-11-13 12:01:26 -05:00
wmayer
93edd65c12
Base: fix indentation of documentation
2023-11-13 12:01:26 -05:00
wmayer
9a98b898a4
Base: apply clang format
2023-11-13 12:01:26 -05:00
wmayer
e85c383bff
Base: apply clang format
2023-11-13 12:01:26 -05:00
sliptonic
5fe6e46080
Merge pull request #11337 from yorikvanhavre/start-timeformat
...
Start: Fixed default time format
2023-11-13 10:59:49 -06:00
wmayer
33f08ef2fe
Gui: restore old behaviour to set up main window
2023-11-13 13:55:44 -03:00
wmayer
a20a053b60
Gui: only use primary screen to restore main windows settings
2023-11-13 13:55:44 -03:00
sliptonic
c83f9273fe
Merge pull request #11223 from wwmayer/Part_format_xml
...
Part: format XML files
2023-11-13 10:52:03 -06:00
sliptonic
23381893fd
Merge pull request #11136 from FlachyJoe/fix_11135
...
PD: Pad to the base shape
2023-11-13 10:46:54 -06:00