Commit Graph

2715 Commits

Author SHA1 Message Date
wmayer
1991a08ffd Gui: [skip-ci] disable cancel button of progress dialog if operation cannot be aborted 2020-01-28 13:48:59 +01:00
triplus
647f3c0f4b Reduce demo icon theme
Mitigate an issue with scaled icons as discussed:
https://forum.freecadweb.org/viewtopic.php?f=10&t=28838&p=363487#p363487
2020-01-28 12:08:11 +01:00
triplus
bdf4bfe303 Improve TabBar stylesheets support 2020-01-27 10:08:40 +01:00
0penBrain
67e6b81a65 [NaviCube]Add 'NaviStepByTurn' parameter to 'View' preferences 2020-01-27 10:05:41 +01:00
0penBrain
232987d0e3 [NaviCube]Fix error when 'NaviStepByTurn' parameter value leads to non-integer angle increment step 2020-01-27 10:05:41 +01:00
wandererfan
a226801f1b [Gui]fix missing #includes 2020-01-25 20:20:04 -05:00
wmayer
26aed44d4f Gui: activate ProgressDialog 2020-01-25 16:31:30 +01:00
wmayer
4b85928b6c Gui: [skip-ci] fix several problems with ProgressBar when using in a thread because the slots of its base class are invoked instead 2020-01-25 16:20:21 +01:00
wmayer
5c17f71a21 Gui: [skip-ci] rename Sequencer to SequencerBar 2020-01-25 16:06:29 +01:00
wmayer
f7d0329552 Gui: [skip-ci] allow user to sort elements in parameter editor by name/type/value 2020-01-25 15:28:38 +01:00
0penBrain
4ea3007776 [NaviCube] Add user parameter 'NaviStepsByTurn' to make customizable the rotation step increment 2020-01-22 10:28:13 +01:00
Pablo Gil
0fb698f0b8 [Stylesheets] fix vertical Selector Toolbar width 2020-01-22 10:25:37 +01:00
Pablo Gil
ce039fc00b [Stylesheets] Missing SVG for vertical toolbars added 2020-01-22 10:25:37 +01:00
wmayer
fbd51918ff Gui: [skip ci] add method to get bounding boxes of the fixed and movable groups of manual alignment 2020-01-17 23:00:26 +01:00
wmayer
298b1d49ac Gui: [skip ci] clear language combo box when loading settings 2020-01-17 22:57:25 +01:00
wmayer
1a8df1ab03 Gui: [skip ci] in Gesture style handle release instead of press events for the keys: H, PgUp, PgDown
For more details see: https://forum.freecadweb.org/viewtopic.php?f=8&t=42408&start=10#p361248
2020-01-17 15:06:17 +01:00
wmayer
e6b3fad6e1 Gui: allow to dump only the visible part of the scene graph
Gui.ActiveDocument.ActiveView.dump("scene.iv", True)
The second parameter is optional and by default False
2020-01-16 13:28:01 +01:00
Pablo Gil
e52bd1770a [Stylesheets] fix selection background color for Darker theme 2020-01-15 10:23:59 +01:00
Zheng, Lei
5afd6a9641 Gui: fix screentshot 2020-01-14 15:59:38 +01:00
donovaly
59d3a277b6 make clear that is is the local coordinate system 2020-01-14 12:56:46 +01:00
donovaly
af0485b75d [proposal] rename rotation angles
proposal for this discussion: https://forum.freecadweb.org/viewtopic.php?p=359619#p359482
2020-01-14 12:56:46 +01:00
Pablo Gil
3fadbb3cb5 [Stylesheets] fix https for FreeCAD forums 2020-01-13 15:14:49 +01:00
Pablo Gil
a8a54e109a [Stylesheets] typo in FreeCAD website 2020-01-13 15:14:49 +01:00
Pablo Gil
65d7516132 fix https protocol for FreeCAD website 2020-01-13 15:14:49 +01:00
wmayer
7dc81c76c7 fixes #0004193: ViewProviders do not inform observers about Proxy property change 2020-01-13 02:30:10 +01:00
wmayer
e5d23469f7 Gui: add function to observe before changing a property 2020-01-13 02:17:39 +01:00
wmayer
acd3cd901e Gui: [skip ci] add missing export macro 2020-01-12 21:12:09 +01:00
Zheng, Lei
7484738044 Gui: fix screenshot with opaque background 2020-01-12 18:50:37 +01:00
Zheng, Lei
20c85d9cc4 Gui: fix screenshot 2020-01-12 18:50:37 +01:00
Zheng, Lei
a46e3b3734 Gui: add SoShapeStyleElement.h to InventorAll.h 2020-01-12 18:50:37 +01:00
wmayer
1432dc1d50 Gui: Qt4/Qt5 neutral change in Placement class [skip ci] 2020-01-12 13:43:39 +01:00
wmayer
2d752745c2 Gui: [skip ci] fix -Wreturn-type 2020-01-12 10:47:37 +01:00
wmayer
5673d299f9 implementation classes don't inherit from UI classes 2020-01-12 10:32:34 +01:00
wmayer
8d1e1e4072 Gui: [skip ci] rename Location classes 2020-01-10 21:19:36 +01:00
Pablo Gil
93b711f627 fixed QGroupBox checkboxes and minor other fixes.
Updated to v2.21
2020-01-10 11:00:30 +01:00
wmayer
379018cde4 [skip ci] fix superfluous workarounds 2020-01-09 23:36:28 +01:00
wmayer
d700744052 fixes 0004059: Tooltips for Gui::QuantitySpinBox not showing [skip ci] 2020-01-09 22:39:47 +01:00
wmayer
a03244fa1e Gui: [skip ci] when changing expression of a widget then set tooltip only for the label child but not for the widget itself
this allows that a custom tooltip can be set
2020-01-09 21:35:13 +01:00
wmayer
222a84423d Gui: [skip ci] avoid weird acronyms in function names 2020-01-09 17:23:12 +01:00
wmayer
4d6f531aaf Gui: [skip ci] reduce size of image settings dialog 2020-01-09 16:03:28 +01:00
wmayer
67f84faa07 fix Qt4 build failure 2020-01-09 14:35:17 +01:00
wmayer
625d252cb1 Gui: implementation classes don't inherit from UI classes any more 2020-01-09 14:30:45 +01:00
wmayer
97fef55d66 fixes #0004244: Std_SetAppearance always appears on a corner of the secondary monitor 2020-01-09 11:26:30 +01:00
wmayer
36026f0eec Gui: [skip ci] DlgDisplayPropertiesImp doesn't inherit from its UI class any more 2020-01-09 11:00:16 +01:00
wmayer
8cd289c370 Gui: [skip ci] restore bottom margin of group box in placement dialog 2020-01-09 09:51:04 +01:00
wmayer
004fda205e Gui: [skip ci] fix Qt4 build failure 2020-01-09 02:40:10 +01:00
wmayer
2fcfa48274 Gui: [skip ci] reduce height of Placement dialog 2020-01-09 02:26:17 +01:00
wmayer
c0aedf29da Gui: [skip ci] adjust content to size after hiding bottom button row 2020-01-08 23:38:20 +01:00
wmayer
2e31417aa4 Gui: [skip ci] fix regression of placement dialog 2020-01-08 21:42:57 +01:00
wmayer
b1189aef6e Gui: override QOpenGLWidget::paintGL() in sub-class [skip ci] 2020-01-08 13:28:50 +01:00