wmayer
77f88d39c3
Part: handle Part_SectionCut in WorkbenchManipulator
2023-10-03 19:26:28 +02:00
wmayer
ac342af190
Gui: integrate WorkbenchManipulator
2023-10-03 19:26:28 +02:00
wmayer
690b892536
Gui: add class WorkbenchManipulator
2023-10-03 19:26:28 +02:00
Vincenzo Calligaro
d8636dd058
[Feature Request] [Core] [Preferences] [UI/UX] Buttons to reset default values of Pages/Groups ( #10688 )
...
* Gui: added buttons to restore the default values of the selected Tab or Group
* reformatted texts for better translations
* Morphed buttons from QPushButton to QToolButton
* added code to resize items list and buttons on language change
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2023-10-02 16:14:29 -05:00
Paddle
e076e4bf31
Remove Std_MacroStopRecord command as obsolete.
2023-10-01 17:22:19 -05:00
Paddle
ec07dcede7
Remove macro recording stop from toolbar and menu, and adds the stop functionality to the main macro recording command.
2023-10-01 17:22:19 -05:00
wmayer
2e1f3d862d
Gui: several minor improvements:
...
* replace C array with std::array
* use range-based loop
* activate the first of tabified dock widgets
* refactor DockWindowManager::setup
2023-09-30 17:33:33 +02:00
wmayer
0398716487
Gui: fixes #10807 : By default keep the old tabulated layout of ComboView and TaskView
2023-09-30 17:33:33 +02:00
Chris Hennes
5dfd4d5190
Update translations
2023-09-29 22:57:37 -05:00
wmayer
a9f6835306
Gui: fix build failure with Qt6 on macOS
2023-09-29 11:19:25 +02:00
dyylanhammond
f1a6a9e3a6
Change default file saving preferences ( #10781 )
...
* Change default compression level from 3 to 7
* increase default thumbnail size to 256
2023-09-27 16:08:43 -05:00
Yorik van Havre
ffd66cf826
Revert "Gui: Refactor navigation animations"
2023-09-26 19:44:16 +02:00
wmayer
3433ce70a6
Gui: fix automatic spinning of DemoMode
2023-09-26 15:41:12 +02:00
wmayer
eec9bdcefa
Gui: do not create the commands StdCmdSelBack and StdCmdSelForward twice
2023-09-26 11:07:51 +02:00
Yorik van Havre
79a74e722b
Merge pull request #10790 from Rexbas/rotation-center-preferences
...
Gui: Add rotation center indicator color, transparency and size preferences
2023-09-26 11:01:19 +02:00
Yorik van Havre
84cb841f3f
Merge pull request #9446 from Rexbas/navigation-animation
...
Gui: Refactor navigation animations
2023-09-25 18:15:43 +02:00
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
Rexbas
148f4adef0
Gui: Add rotation center indicator color, transparency and size preferences
2023-09-23 22:42:20 +02: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