Commit Graph

22 Commits

Author SHA1 Message Date
Mateusz Skowroński
98f63ba60f Fix build warnings from deprecated Boost headers (they are used internally by Boost). Thanks @wwmayer for the hint. 2020-12-29 10:20:53 +01:00
vejmarie
704d4d9945 Big update to remove deprecation warning from Qt 5.15.0
That is need on MacOS build as travis log is bigger than 50k lines
which breaks travis rules
And by the way deprecations are real
All file contains the same modification replace 0 to Qt::WindowFlags() when needed
as the class needs to be instantiated

Signed-off-by: vejmarie <jmverdun3@gmail.com>
2020-09-24 12:56: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
26dfcfea8c Gui: [skip ci] bind spin boxes to object in Placement dialog 2020-03-27 17:08:08 +01:00
wmayer
134863a4ef Gui: [skip ci] rename Location classes 2020-01-10 21:19:36 +01:00
wmayer
8bcd3aa338 fixes 0003861: Sketch change plane when changing Attachment Offset (UI quirk) 2019-03-12 22:54:37 +01:00
wmayer
36271b4052 move from deprecated boost.signals to boost.signals2 library 2018-10-30 19:09:03 +01:00
mwganson
ea8cd54872 add axial movement to placement dialog 2018-09-29 18:08:09 +02:00
wmayer
f68d65dc7b remove limit to only allow vertexes of a model 2018-09-17 17:27:21 +02:00
mwganson
8108275846 Add select point(s) option to Placement dialog 2018-09-17 15:00:48 +02:00
wmayer
aee9359da1 ignore key events in placement dialog and let parent task panel handle them 2018-09-11 21:12:04 +02:00
wmayer
099bdf5f5d add option to placement dialog to rotate around center of mass 2017-03-05 18:47:34 +01:00
Mateusz Skowroński
f48f0f69be Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:58 +01:00
wmayer
732c521f39 + Replace InputField with QuantitySpinBox 2014-07-31 15:14:27 +02:00
wmayer
5dae9cf510 + do not close placement dialog if an error occured when pressing OK 2014-06-07 20:14:00 +02:00
wmayer
f621ffa412 + fix issue with default value and unit in InputField 2014-06-06 16:17:47 +02:00
Stefan Tröger
79c60c4096 port the placement dialog to the inputfield 2014-05-12 09:40:16 +02:00
wmayer
97a4d4f4ae 0001453: Use string representation for PropertyPlacement editor that presevers double precision 2014-03-01 11:41:42 +01:00
jriegel
ecae7fac7f Further doubel suggestions from Jan
Moved Gui/InputVector,Placement,Transform from float to double
Moved Sketcher from float to double
more suggestions for moving float -> double
2013-09-24 11:01:01 +02:00
wmayer
f5f43a5b1d 0001077: Placement Panel not removed after Entity Deletion 2013-04-03 15:22:57 +02:00
wmayer
2605c6e5fa 0000791: Placement dialog leaves unapplied changes 2012-07-21 20:07:27 +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