xtemp09
e6e6b1b1e5
[GUI] Make some strings untranslatable in Light Sources dialog
2024-09-11 08:41:07 -05:00
xtemp09
f7f8143913
[GUI] Enable sort of zoom in Light Sources dialog
2024-09-09 18:27:51 +02:00
wwmayer
7b0a23337c
Gui: Prepare for clang-format ( #16051 )
...
* Gui: Prepare for clang-format
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-09-02 17:48:55 +02:00
Kacper Donat
c3b92154b2
Gui: Add maximum width for font picker in navigation settings
2024-08-31 13:17:06 -05:00
xtemp09
3ec31ef59b
Reimplementation of Light source dialog ( #15877 )
...
* Reimplementation of Light source dialog
Closes #15793 .
* Gui: Remove redundant void arguments
---------
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2024-08-22 18:58:14 -05:00
Max
b256c457e9
Change default to not include the icon file to the file thumbnail on save.
...
Windows renders the application image on top so it appears twice.
Update example file thumbnails on start page to have a consistent background (classic theme) and remove the old FreeCAD logos.
2024-08-12 11:37:38 -04:00
Chris Hennes
b4abe0b3d3
Gui: Fix crash in DlgSettingsLightSources
...
Fixes #13357
2024-08-08 21:34:28 -04:00
MisterMaker
e6863d0d15
Stylesheet fixes part IV - A new hope (to be done for 1.0) ( #15586 )
...
* Qcolor dialog fixes
* Fix for white hoover on tabbar
* Changes active color and selected feature color
* update same colors in cfg
* fix for tab pan in material editor
* some fixes
mostly theme accent colors fixes.
* fixed text edit being cut off
https://github.com/FreeCAD/FreeCAD/issues/15603
* extend arrow fix
https://github.com/FreeCAD/FreeCAD/issues/15616
* checkboxes links qpushbuttons etc.
Fixed https://github.com/FreeCAD/FreeCAD/issues/15610#event-13642470770
and hopefully also
https://github.com/FreeCAD/FreeCAD/issues/15136#issuecomment-2254156398
* fixed selection-text color in the preference menu also White is white.
* forgot checkbox spacing for light
* colors update
fix for https://github.com/FreeCAD/FreeCAD/issues/15660#event-13670498420
and
https://github.com/FreeCAD/FreeCAD/issues/15620#issuecomment-2251144435
* Delete CMakeSettings.json
* get out of here
* title a tat higher
* change rubberband from white to blue to make it work with white background.
* setting the colors.
* tree colors
2024-07-29 17:31:17 -05:00
Chris Hennes
369a2f7654
Merge pull request #15652 from kadet1090/ui-fixes
...
Gui: Cosmetic Fixes
2024-07-29 11:26:58 -05:00
Kacper Donat
484199dbce
Gui: Remove unnecessary minimumSizes from Preferences
...
QT treats setting minimum size very seriously - it applies even if
the size required by the control is smaller than specified resulting in
rendering too small controls.
2024-07-28 00:00:09 +02:00
Kacper Donat
9f1fd5a2b4
Gui: Fix minor preference pages issues
2024-07-27 20:29:38 +02:00
Syres916
be3dc20075
[Gui] Add missing checked property
2024-07-25 18:50:46 +01:00
Syres916
f5d46d6eee
[Gui] Correct checkbox checked states
2024-07-25 15:04:04 +01:00
luzpaz
bc150dc73c
Fix trailing newlines and minor typo fixes
2024-07-23 16:16:30 +02:00
Syres916
72829d07b4
[Gui] Overlay set hide in non 3D view to be true/checked
2024-07-22 11:13:11 -05:00
Chris Hennes
31493fa0ce
Merge pull request #15382 from Syres916/Fix_Theme_ComboBox_Lookup
...
[Gui] Preferences - fix the theme combobox index lookup...
2024-07-16 23:26:47 -05:00
Chris Hennes
debfe7bb4d
Merge pull request #15376 from wwmayer/issue_15369
...
Gui: Allow to set MSAA 4x option
2024-07-15 21:06:46 -05:00
Syres916
f53e81cd06
[Gui] Apply requested changes
2024-07-15 20:17:58 +01:00
Chris Hennes
8bc38f0a92
UI: Fix repeated names in UI files
2024-07-14 22:34:37 -05:00
Syres916
7276b97570
[Gui] Preferences - fix the theme combobox index lookup...
...
...when the user has FreeCAD-themes (and no doubt other theme addons) installed.
2024-07-11 23:50:26 +01:00
wmayer
39cbfdb2c5
Gui: Allow to set MSAA 4x option
...
Fixes #15369
2024-07-11 17:40:55 +02:00
wmayer
6b932aa96e
Gui: Use of Multisample class
2024-07-11 17:39:23 +02:00
FEA-eng
5bc00c302b
Update DlgSettingsUI.ui
2024-07-10 10:31:29 +02:00
Max Wilfinger
8ff5a1f688
Fix source string typos mentioned on Crowdin ( #15261 )
2024-07-08 17:18:31 -05:00
Kacper Donat
3e0fb8fc13
Gui: Add information about custom themes to settings
...
Fixes : #14929
2024-07-01 18:27:23 +02:00
Syres916
084bf8c6b4
[Gui] Preferences - Workbenches add text to advise how to sort...
...
...alphabetically
2024-07-01 10:45:36 -05:00
Furgo
a189697c99
Simplify comboview/treeview choice with natural language
2024-07-01 10:44:49 -05:00
Furgo
b91ef32970
Remove unavailable Tree view mode option from tooltip
2024-07-01 10:44:49 -05:00
Kacper Donat
b386314415
Preferences: Reorganize UI and Theme pages in Display group
...
This changes current "Display/UI" pages to "Display/Advenced" as most of
settings there were pretty technical. These settings are not removed as
it is hard to decide which one should be removed and which one should
stay and we are too close to UI freeze.
Settings that should be obviously kept were moved to new "Display/UI"
section which now includes also options from previous "Display/Theme".
Fixes : #14412
2024-07-01 10:41:30 -05:00
Kacper Donat
acacdea43b
Gui: Change QStyle only with theme
...
It fiexes performance issues on applying preferences that happens due to
forcing Qt style which is quite slow operation.
2024-06-24 11:28:13 -05:00
FEA-eng
2ebb20c698
Preselection preference text improvement ( #14579 )
...
* Update CommandView.cpp
* Update DlgSettingsSelection.ui
2024-06-17 10:40:03 -05:00
Kuzemko Alexsandr
4d5eb39762
Displaying internal names in the tree view ( #14237 )
...
* Displaying internal names in the tree view
* Change "Hide extra column" to "Hide Description"
---------
Co-authored-by: Kuzma30 <kuzemkoa@gmail.com >
2024-06-10 11:31:04 -05:00
wmayer
422549ee6a
Fix a couple of language change issues
...
When changing the language in the preferences dialog without closing it then a few things are not re-translated
2024-06-10 11:19:37 -05:00
Kacper Donat
3e4195410e
Gui: Add QtStyle user parameter
...
This allows theme developers to set proper Qt style.
2024-06-06 22:26:21 -05:00
Kacper Donat
302706be38
Gui: Add ability to disable single-solid rule by default
2024-05-20 12:25:36 -04:00
Zheng Lei
b00a4384bf
Gui: support toolbar drag and drop to status bar and menu bar ( #13571 )
...
* Gui: support toolbar drag and drop to status bar and menu bar
Closes FreeCAD/FreeCAD#12979
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Gui: improve toolbar handling in status and menu bar
* Gui: fix workbench tab bar orientation in status or menu bar
* Gui: remove workbench toolbar position settings
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-05-06 17:59:16 +02:00
Roy-043
743f2ac41b
Gui: DlgSettingsNavigation.ui fix misalignment of Corner label
2024-04-29 11:26:11 -05:00
Roy-043
472fcc7f23
Gui: Clarify cache directory as read-only in prefs, add Browse tooltip
...
Fixes #13608 .
2024-04-26 23:10:05 +02:00
Roy-043
65b698e222
Gui: DlgSettingsDocument.ui change url to https
2024-04-24 01:22:41 +02:00
PaddleStroke
5d3de598e7
Core: Introduce Tab-Bar workbench selector
2024-04-01 10:35:53 -05:00
ppphp
8863b9ac4c
fix: c++20 deprecate [=]
2024-03-31 10:47:32 +02:00
sliptonic
b78b2c8b0e
Merge pull request #12948 from wwmayer/issue_5609
...
Fixes #5609 : Add MSAA 6x option
2024-03-25 12:27:58 -05:00
wmayer
7e698ba537
Fixes #11861 : Gui::PrefUnitSpinBox requires restart after unit system change
...
This fixes a regression of PR #11266 that dropped the case where neither the option 'Ignore project unit system and use the default' is set
nor an active document exists. In this case nothing happens even if the user changed the unit system.
2024-03-22 09:40:13 +01:00
wmayer
b9f5d29a4f
Gui: fixes #5609 : Add MSAA 6x option
2024-03-14 11:41:33 +01:00
wmayer
b02100a583
Gui: refactor DlgSettings3DViewImp and fix some linter warnings
2024-03-14 10:10:53 +01:00
Chris Hennes
9bf772ca67
Gui: Remove trailing spaces from translations
2024-03-12 22:42:19 -05:00
Rexbas
d512d68ec4
Gui: Set default navigation animation duration to 500 ms
2024-02-29 13:29:37 -06:00
André Althaus
8ed244df3f
Add a new preference for the visibility icons
...
Add a preference to Display->UI that allows the user to choose if
the visibility icons are shown in the tree view.
2024-02-21 19:28:28 +01:00
Paddle
2a3284808f
Assembly: Replace Tangent+Parallel+Planar by 'Distance'.
2024-02-13 08:25:45 +01:00
wmayer
74121ea127
Gui: fixes #12043 : Treeview doesn't work if not in combo view mode
2024-02-12 18:46:29 +01:00