Abdullah Tahiri
f9e0c1fd57
Sketcher: Grid - correction of design decisions
...
===============================================
Removal of ViewProviderGridExtension properties:
-GridStyle
-GridSnap
Improvement of ViewProviderGridExtension API:
- color via App::Color
Toolbar grid command:
- Conversion of Snapping to edit parameter
- Snap gets a class enum to support future Snapping functionalities as edit parameter
Sketcher Settings:
- Removal of snap preference
Behaviour:
- ShowGrid, GridAuto, GridSize preferences do not change any existing VP. They apply to any newly created sketch.
- Do not limit grid to hardcoded values
Snap to grid:
- Code updated to use closestpoint functionality provided by the extension,
Several other fixes
2023-02-25 23:13:55 +01:00
Abdullah Tahiri
3381d91b82
Sketcher: Add QtAll to PCH
2023-02-25 23:13:55 +01:00
wmayer
3e58513c24
Mod: fix some compiler warnings:
...
* QString::indexOf() is now marked as [[nodiscard]]
* QApplication::fontMetrics() is deprecated, use the constructor of QFontMetricsF
* fix -Wunused-result
* fix -Wunused-but-set-variable
2022-12-31 21:54:45 +01:00
Uwe
a912e8aa95
[Sketch] Gui:Task*: remove unused headers
...
- also some sorting
2022-12-14 03:48:40 +01:00
Uwe
0e062212b5
[Sketch] Gui: U - End: remove unused headers
...
- also some sorting
2022-12-13 04:02:20 +01:00
Uwe
035546b05c
[Sketch] Gui: improve precompiled headers
2022-12-11 23:59:28 +01:00
wmayer
8a0816ff40
Sketch: use the focal distance to determine a correct scale factor for SoDatumLabel
...
This fixes #7860 : Dimensions get unreadable (small) if a 2nd sketch is visible
and fixes #7082 : Dimension size on perspective view scales "backwards"
2022-11-24 10:21:59 +01:00
wmayer
8e19f83803
Sketcher: include header with export macros
2022-03-24 21:09:14 +01:00
wmayer
97330443a2
All: modernize C++11
...
* replace deprecated headers
2022-03-23 22:44:18 +01:00
Uwe
3c96daf105
[Sketch] remove Python.h and Xerces
...
seems not to be necessary anymore
2022-03-21 02:51:57 +01:00
Uwe
bda12907de
[Gui] rename the Qt header list
2022-03-07 20:35:38 +01:00
wmayer
5663651fd0
Sketcher: fix build failures with MSVC
2021-12-30 14:54:37 +01:00
Greg V
ce7b57a08f
Sketcher: [skip ci] fix computing of hotspot of sketcher icons on Wayland
...
Restrict the hotspot multiplication on unix platforms to X11 (xcb platform)
2021-02-04 10:45:33 +01:00
wmayer
3415401916
Sketcher: [skip ci] fix changing multiplicity of a spline for Windows builds if PCH is enabled
2020-10-23 13:43:42 +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
luz.paz
b2ffebf1c0
Sketcher: [skip ci] fix header uniformity
...
This PR fixes header uniformity across all Sketcher WB files
2019-12-22 01:00:29 +01:00
wmayer
4c63bd49e3
fix Sketcher build failure
2019-05-16 12:46:02 +02:00
Abdullah Tahiri
dc32a0685b
Sketcher: GUI PCH
2019-05-02 07:12:51 +02:00
jriegel
fbd763a8f4
switch PartDesign to Bodies
2016-04-12 18:11:45 +02:00
wmayer
2b2358e70b
+ fix warnings with Win32 build
2015-12-01 00:51:57 +01:00
Mateusz Skowroński
43a4a5938c
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
6d17bbb7f6
+ fixes #0001535 : Remove conflict between min/max macros and std::min/max
2014-05-08 17:30:23 +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