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
wmayer
3f212ad8ac
Porting Py3.8/Py3.9:
...
Since Py3.3: 'Py_ssize_t PyUnicode_GetSize(PyObject*)' is deprecated [-Wdeprecated-declarations]
Since Py3.9: 'PyObject* PyEval_CallObjectWithKeywords(PyObject*, PyObject*, PyObject*)' is deprecated [-Wdeprecated-declarations]
Since Py3.9: 'void PyEval_InitThreads()' is deprecated [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
6c80d8df0d
Qt5: 'QString QFileInfo::readLink() const' is deprecated: Use QFileInfo::symLinkTarget() instead [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
3cbec199ad
Qt5: 'static QPixmap QPixmap::grabWidget(QObject*, const QRect&)' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
b143194f9d
Qt5: 'static bool QPixmapCache::find(const QString&, QPixmap&)' is deprecated: Use bool find(const QString &, QPixmap *) instead [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
eced6aaed1
Qt5: 'int QImage::byteCount() const' is deprecated since Qt 5.10: Use sizeInBytes [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
d195cd5c98
Qt5: 'Qt::DropAction QDrag::start(Qt::DropActions)' is deprecated: Use QDrag::exec() instead [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
053312188b
Qt5: 'void QListWidget::setItemSelected(const QListWidgetItem*, bool)' is deprecated: Use QListWidgetItem::setSelected() instead [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
84a164ba30
Qt5: 'static QString Gui::TaskView::TaskWatcherCommands::trUtf8(const char*, const char*, int)' is deprecated [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
da6cb8a963
Qt5: 'bool QTreeWidget::isItemSelected(const QTreeWidgetItem*) const' is deprecated: Use QTreeWidgetItem::isSelected() instead [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
0984bedebc
Qt5: 'bool QTreeWidget::isItemExpanded(const QTreeWidgetItem*) const' is deprecated: Use QTreeWidgetItem::isExpanded() instead [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
45017ec839
Qt5: 'void QTreeWidget::setItemExpanded(const QTreeWidgetItem*, bool)' is deprecated: Use QTreeWidgetItem::setExpanded() instead [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
c814eb1a50
Qt5: 'QString::null' is deprecated: use QString() [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
b2f5a3bd90
[skip ci] avoid to redefine GL_GLEXT_PROTOTYPES if already defined
2020-06-12 14:07:45 +02:00
wmayer
c8be528f37
Qt5: [skip ci] 'void QTextEdit::setTabStopWidth(int)' is deprecated [-Wdeprecated-declarations]
2020-06-12 13:56:57 +02:00
wmayer
8b9fb78228
Gui: [skip ci] Invalid signal/slot connection: 'buttonBox' -> 'Utils::CheckableMessageBox'
2020-06-12 13:43:11 +02:00
wmayer
eaedcfea4c
Gui: [skip ci] fix some thread issues:
...
avoid to crash the application when trying to create thumbnail from worker thread
avoid that application behaves weirdly when triggering an action update from worker thread
2020-06-12 12:20:20 +02:00
Gabriel Wicke
11a2b948ea
[Theme] Dark high contrast color theme
...
The existing dark themes all have fairly low contrast, which can make
text hard to read. This diff adds a variant of Darker-blue that
increases contrast between text and background.
2020-06-10 15:54:43 +02:00
wmayer
b2c72a212d
CMake: [skip ci] add build option to let the user decide to link with shiboken/PySide at build time
2020-06-10 14:17:50 +02:00
wmayer
350bae2aa7
clang/gcc/cmake: [skip ci] suppress deprecated-copy warnings for OpenInventor class SbMatrix
2020-06-10 12:49:45 +02:00
wmayer
6c2815214a
CMake: [skip ci] add build option to let the user decide to link with shiboken/PySide at build time
2020-06-10 10:18:47 +02:00
wmayer
27b6066beb
clang/gcc/cmake: move handling of suppressed deprecated-copy warnings from source file to CMake file to more easily support gcc 10
2020-06-09 15:30:42 +02:00
wmayer
9a67154e73
Gui: [skip ci] fix bug when keyboard tracking for QuantitySpinBox is disabled and value is changed by mouse wheel or the spin buttons
2020-06-07 23:38:03 +02:00
wmayer
89ddab33f6
Expression: move handling of invalid quantities (NaN) from FunctionExpression to DlgExpressionInput
2020-06-07 18:00:35 +02:00
wmayer
200c7c7e00
[skip ci] include missing boost header
2020-06-07 17:21:37 +02:00
wmayer
03113405fc
Gui: [skip ci] fix bug when keyboard tracking for QuantitySpinBox is disabled and value is changed by mouse wheel or the spin buttons
2020-06-07 11:30:56 +02:00
wmayer
3df91974b8
Gui: [skip ci] fix unicode handling when showing units in status bar
2020-06-04 16:27:58 +02:00
Zheng, Lei
3f2f8ce039
Gui: fix crash on selecting removing object
...
The crash happens if some code calls Gui::Selection().addSelect() of a
removing object in response to App::Document::signalDeletedObject.
2020-06-04 09:34:27 +02:00
wmayer
bbb0823293
Gui: [skip ci] automatically save & load settings of PrefFontBox widgets
2020-06-03 17:53:10 +02:00
donovaly
20deabfa33
[Gui] DlgSettings3DView.ui: fix a tooltip
2020-06-03 14:44:27 +02:00
Zheng, Lei
6ace3e96e3
Gui: fix qt5 ProgressBar modal checking
2020-06-03 14:42:52 +02:00
Zheng, Lei
92804a79d8
Gui: fix property link editor for PropertyLinkSubList
2020-06-03 14:34:20 +02:00
wmayer
fcddee2924
Gui: [skip ci] avoid that scrolling over a spin box steals the focus
2020-06-03 14:07:55 +02:00
wmayer
5348f5b0c0
Gui: [skip ci] do not superfluously call StdCmdStatusBar::activated at start
2020-06-03 13:26:21 +02:00
wmayer
dafd102591
Gui: [skip ci] add font combo box class to widget factory
2020-06-03 11:41:38 +02:00
wmayer
47c9f01d22
Gui: [skip ci] handle unicode in tool tips of tree view
2020-06-02 20:15:42 +02:00
wmayer
fa7ae69dac
Gui: [skip ci] set working directory when using QUiLoader so it can find its resources
2020-06-02 13:27:28 +02:00
wmayer
8fb5da86b4
Gui: [skip ci] in QuantitySpinBox first set pendingEmit to false before actually emitting the signals
2020-06-02 08:22:24 +02:00
wmayer
e09f824b1a
Gui: [skip ci] add spin box classes to widget factory
2020-06-01 19:04:06 +02:00
wmayer
15c9644008
Gui: [skip ci] make QuantitySpinBox to handle disabled keyboard tracking
2020-06-01 18:47:54 +02:00
wmayer
08dca736e3
Gui: let each coordinate use its own unit to avoid that the displayed values can become very huge
2020-05-30 17:16:32 +02:00
wmayer
0821649a7f
Gui: implement a static function schemaTranslatePoint to avoid code duplication
2020-05-30 16:46:35 +02:00
0penBrain
b0084cd43d
[FC] Status bar preselection coordinates are aware of user unit setting ; fixes #4148
2020-05-30 12:29:58 +02:00
wmayer
66e546042f
Gui: [skip ci] move handling of parameter ShowAxisCross from Document to View3DInventor
2020-05-30 11:32:34 +02:00
Adrian
90bc7789d2
Improve Axis Cross behavior and expose parameter to 3D View preferences
2020-05-30 11:17:38 +02:00
Przemo Firszt
da4baa74ef
Fix typo in credits
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2020-05-28 22:06:05 +02:00
wmayer
3233dc1f47
clang: [skip ci] fix -Wfinal-dtor-non-final-class
2020-05-25 23:07:17 +02:00
wmayer
300e887480
Handle clang 10 warnings:
...
+ fix -Wtautological-bitwise-compare
+ fix -Wimplicit-int-float-conversion
+ fix -Wmisleading-indentation
+ fix -Wrange-loop-construct
+ suppress -Wdeprecated-copy of 3rd party libs
2020-05-25 15:34:43 +02:00
wmayer
c90db64188
Gui: [skip ci] wheel event filter for combo boxes
2020-05-22 10:42:38 +02:00
Zheng, Lei
31bb4d84b9
Gui: improve property editor status update
2020-05-16 12:15:49 +02:00