Chris Hennes
8945ab642d
Merge pull request #10761 from Ondsel-Development/ui_view_toolbar
...
Toolbar View and Structure cleaning
2023-09-25 10:42:26 -05:00
Yorik van Havre
951aafde60
Merge pull request #10555 from Syres916/Font_8514oem_exclude
...
[Preferences] Exclude 8514oem from Monospace fonts
2023-09-25 10:57:26 +02:00
wmayer
9728e60753
Gui: fixes #10782 : Unable to cancel Select module Open obj messagebox
2023-09-24 16:08:02 -05:00
wmayer
5a81fcd7a5
MSVC: fix warnings and build failure
2023-09-23 19:10:32 +02:00
wmayer
fdc44d50ef
Gui: fixes #10724 : TaskView gets truncated
2023-09-21 19:11:45 -05:00
wmayer
5743ce4681
Gui: fix possible memory leak if inappropriate view provider is created
...
Example code:
doc = App.newDocument()
doc.addObject(type = "Part::Feature", viewType = "MeshGui::ViewProviderMesh")
2023-09-21 19:11:29 -05:00
Paddle
a515bd0244
Improve tooltips and remove the html from the translate.
2023-09-21 07:31:15 +02:00
Chris Hennes
3a0582b507
Merge pull request #10738 from qewer33/transform-fixes
...
Gui: Transform dragger fixes for PR #10706
2023-09-20 09:43:33 -05:00
Rexbas
c2bf9efc7d
Gui: Improve accuracy for navigation cube's rotate to nearest feature
2023-09-20 07:37:02 -05:00
Paddle
5dc8c42e95
Group: Give a proper tooltip
2023-09-20 13:42:30 +02:00
Paddle
f9379e0f1a
Std_Part : give it a proper tooltip.
2023-09-20 13:39:50 +02:00
Paddle
5edb1b0243
Add "Std_LinkSelectActions" to the view menu.
...
Remove "Std_LinkSelectActions" from the toolbar.
Remove "Std_SelBack" & "Std_SelForward" from the toolbar
Remove "Std_SelBoundingBox"
from the toolbar
Reorder the toolbar entries.
2023-09-20 12:44:38 +02:00
Paddle
e833a495fa
Add Std_SelBack and Std_SelForward to the Std_TreeViewActions group where they belong.
...
This also solve the fact that these commands were not in the menu which are supposed to be exaustive.
2023-09-20 12:44:38 +02:00
Paddle
b77ab713b3
Give std_SelBack and std_selforward proper names and tooltips.
2023-09-20 12:44:38 +02:00
Paddle
404623a114
Give std_LinkMake a proper tooltip.
2023-09-20 12:44:38 +02:00
Paddle
a92c528c9e
Structure toolbar : put Link in the command group.
2023-09-20 12:44:33 +02:00
Chris Hennes
730d471fb1
Update translations
2023-09-19 22:25:14 -05:00
Syres916
4e466355f1
[Gui] Fix color bar position and text ( #10552 )
...
* [Gui] Fix ColorBar position and labelling
* [Gui] Improve formatting
* [Gui] ColorBar adjusts if user squashes window height
* [Gui] Changes following feedback
2023-09-19 18:35:22 -05:00
qewer33
4c39dcb347
Gui: Transform dragger fix lint warnings
2023-09-19 21:04:25 +03:00
MisterMaker
08d6e65218
[Stylesheets] ProDark remove reminant of hex color codes. ( #10737 )
...
* [Stylesheets] Fixed and added more accent colors.
Added accent colors to Behave dark ProDark and Dark contrast.
Used accent color 3 to the button gradients.
Added Gradient to the Modern styles, because you can disable the gradient by giving 2 accent colors the same color.
2023-09-19 12:37:52 -05:00
qewer33
cd4d3e4505
Remove unnecessary parameters from ViewParams
2023-09-19 18:26:19 +03:00
qewer33
8d4a01318b
Gui: Transform dragger fixes
2023-09-19 18:24:19 +03:00
Paddle
4293c4a65b
Core: Selection : Add possibility to set the style of selection between normal and greedy
2023-09-19 00:08:39 +02:00
Chris Hennes
3915e44ee7
Merge pull request #10681 from wwmayer/dock_windows_rebased
...
Gui: make layout of Combo, Property and Tree view more flexible
2023-09-18 10:53:40 -05:00
qewer
420f099946
Gui: Transform dragger improvements ( #10706 )
...
* Gui: Improve transform dragger appereance
* Gui: Implement axis color parameters
* Gui: Implement plane draggers for the Transform tool
* Gui: Clean comments in Transform dragger files
2023-09-18 10:34:26 -05:00
bdieterm
e33c5754d4
Core, Gui: allow breakpoints in Init.py and InitGui.py of mods
2023-09-18 10:27:51 +02:00
mwganson
788c86e1c4
[Macro Execute Dialog] add file name and file content filtering
2023-09-17 19:45:33 -05:00
wmayer
b5e1d4b601
Gui: Remove bounding box computation from SoDatumLabel::GLRender()
2023-09-17 19:27:12 +02:00
wmayer
4110a62c08
Gui: fix clang-tidy warnings in EditableDatumLabel
...
and fix two further memory leaks
2023-09-17 19:11:31 +02:00
wmayer
da65485979
Gui: fix clang-tidy warnings in TaskImage
2023-09-17 19:11:31 +02:00
Paddle
a6971d376c
TaskImage: remove the spinbox/sodatumLabel gestion and use the global EditableDatumLabel instead.
2023-09-17 13:05:53 +02:00
Paddle
dc77391ebf
Introduce EditableDatumLabel. A class that handles a SoDatumLabel with a spinbox to edit its value.
2023-09-17 13:05:53 +02:00
Paddle
712d52bf3d
SoDatumLabel: Make the textOffset persistent.
2023-09-17 13:05:53 +02:00
luzpaz
760fac5d82
Fix typos
2023-09-14 20:53:04 -05:00
wmayer
f5b4123109
Gui: implement handling of Combo, Property and Tree view
2023-09-14 13:35:13 +02:00
wmayer
897923ac3b
Gui: rework ComboView
2023-09-14 13:24:24 +02:00
wmayer
5419a0c28f
Gui: add TaskView to its own dock window
2023-09-14 13:17:33 +02:00
wmayer
9289e33e2f
Gui: determine the bounding box of an SoDatumLabel outside its GLRender() method
2023-09-13 16:56:53 +02:00
wmayer
89bb28239e
MSVC: fix several compiler warnings
2023-09-12 22:57:26 +02:00
sliptonic
d1315fd3d9
Merge pull request #10529 from wwmayer/cancel-button-feature
...
Gui: Add cancel button to transform task UI dialog
2023-09-11 10:55:00 -05:00
sliptonic
094a794cac
Merge pull request #10586 from wwmayer/issue_9422
...
Gui: fixes issue #9422 : Dependency Graph: export to .dot/.gv
2023-09-11 10:39:00 -05:00
Yorik van Havre
143bcd741a
Merge pull request #10619 from wwmayer/fix_issue_10617
...
Gui: fixes #10617 : Ctrl+C only stop python running in console not from macros
2023-09-11 17:36:43 +02:00
sliptonic
838d3b4818
Merge pull request #10632 from Rexbas/rotation-center-opencascade
...
Gui: Fix rotation center indicator for OpenCascade style
2023-09-11 10:35:12 -05:00
Chris Hennes
857ddacb6e
Update translations ( #10613 )
...
* Update translations
* Start: Remove Start.ts
2023-09-10 13:06:26 -05:00
wmayer
561be3f55c
Gui: fix some MSVC truncation warnings
...
See forum: https://forum.freecad.org/viewtopic.php?t=81051
2023-09-10 18:08:06 +02:00
Rexbas
b979d7d5ae
Gui: Fix rotation center indicator for OpenCascade style
2023-09-10 14:03:38 +02:00
andrea
9fbc86daa5
Removed old code using qt<5.4
2023-09-09 17:50:51 +02:00
wmayer
2d2b2b8990
Gui: fixes #10617 : Ctrl+C only stop python running in console not from macros
...
This commit handles the execution from the Python editor
2023-09-09 14:19:00 +02:00
wmayer
1446c07806
Gui: fixes #10617 : Ctrl+C only stop python running in console not from macros
...
This commit handles the execution from the macro dialog
2023-09-09 14:02:57 +02:00
wmayer
378dfd96b7
Gui: fix clang-tidy warning
2023-09-08 21:45:10 +02:00