Benjamin Bræstrup Sayoc
f647d4a1eb
Gui: Use QStringLiteral
2025-02-10 18:34:57 +01:00
tritao
e94d1cf872
Base: Remove Boost-based filesystem and switch to standard <filesystem>
2025-02-10 10:48:54 -06:00
tritao
8aa50c4380
Gui: Reorganize the dialog files into a top Dialogs folder.
2025-01-24 16:28:02 -06:00
wasd845
f4f611163d
Add export config directory specification feature ( #15235 )
2024-12-13 10:44:30 -06:00
Syres916
8b53daf263
[Gui] Disable the ability to change themes and preference packs...
2024-10-10 20:25:30 -05:00
Syres916
6669aa55f7
[Gui] Apply requested changes
2024-07-15 20:17:58 +01:00
Syres916
dbb7c6e5b8
[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
Kacper Donat
45dc70c51f
Gui: Add information about custom themes to settings
...
Fixes : #14929
2024-07-01 18:27:23 +02:00
Furgo
ba51408a71
Simplify comboview/treeview choice with natural language
2024-07-01 10:44:49 -05:00
Kacper Donat
032545924f
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
wmayer
133d13bf7f
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
62463fa0bd
Gui: Add QtStyle user parameter
...
This allows theme developers to set proper Qt style.
2024-06-06 22:26:21 -05:00
Kacper Donat
3f2d5b83b5
Gui: Add ability to disable single-solid rule by default
2024-05-20 12:25:36 -04:00
wmayer
1dad1b3718
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
e03fcf9c3f
Gui: fixes #12043 : Treeview doesn't work if not in combo view mode
2024-02-12 18:46:29 +01:00
CalligaroV
49e7bba9c7
Preferences: reset preference pages parameters set without using "PrefWidgets" objects
...
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-01-15 11:28:12 -06:00
bgbsww
a1c08dbf43
Move the unit schema into Project Information and remove all Project Unit System code ( #11266 )
...
* Add unit system to Project Information and store with document.
* Remove the project unit system
* Restore correct document activation signalling to fix test fail
* Remove commented out dead lines
* Restore ignore option for project unit schemas
* Whitespace fix
* Refresh after changing units
* Remove field label
* Property editor changes applied to unit system
2023-12-04 13:04:53 -06:00
wmayer
310c052134
Gui: implement option to disable overlay management
2023-10-14 13:36:12 +02:00
Zheng, Lei
21e6e7a79b
Gui: expose various overlay UI options to preference pages
2023-10-11 09:58:53 +02:00
AgCaliva
2212e68a30
merge master via cli
2023-10-04 13:28:48 -03: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
AgCaliva
dacb2c43a4
Merge branch 'master' into User/Document/Feature_level_units_selection_#7746
2023-09-18 14:01:25 -03:00
wmayer
f5b4123109
Gui: implement handling of Combo, Property and Tree view
2023-09-14 13:35:13 +02:00
AgCaliva
39dcb1da7b
Merge Master
2023-08-30 16:24:16 -03:00
wmayer
c016f1c1fb
Gui: modernize C++: use equals default
2023-08-20 18:12:43 +02:00
Paddle
acb63fa79d
Theme: Fix the issue that the stylesheet combobox did not update when theme changed.
2023-08-16 08:14:07 +02:00
Paddle
58ef6c244e
Pref: Theme: Make sure theme has changed before saving the setting.
2023-08-11 13:19:19 +02:00
Paddle
3899304b37
Pref: Theme: Solves #10136
2023-08-11 13:19:19 +02:00
AgCaliva
0df27979a1
fixed class name
2023-08-09 02:19:26 -03:00
AgCaliva
0c4ef0e106
merge master
2023-08-08 23:29:40 -03:00
Paddle
ccb9d7faeb
Move all the preference pages to PreferencePages subfolder.
2023-08-08 11:12:48 +02:00