Chris Hennes
6541e13294
Gui: Tweak size of developer warning
...
Ensure that the warning adapts to the font size and text length as needed.
2023-08-12 10:24:05 -07:00
Paddle
37ad74519f
Pref: Theme: Make sure theme has changed before saving the setting.
2023-08-11 13:19:19 +02:00
Paddle
c547e3cddf
Pref: Theme: Solves #10136
2023-08-11 13:19:19 +02:00
wmayer
7fe0d5b9a6
modernize C++: use equals delete
2023-08-10 17:29:05 +02:00
wmayer
12bd92cdf5
Gui: fix another tabstop compilation warning
...
See also #10105
2023-08-10 17:01:45 +02:00
wmayer
c15be7d714
fixes #10105 : Tabstop assignment compilation warning
2023-08-09 16:29:31 +02:00
Syres916
2d4f379d9d
Improve Sliders with some colour
2023-08-09 10:53:29 +02:00
Syres916
d5feaae615
Improve grammar and remove whitespace
2023-08-09 10:53:29 +02:00
Syres916
d34ceeae26
Improve Visibility for Urls and Expressions
2023-08-09 10:53:29 +02:00
Paddle
7e833518b3
Preference Page Theme : remove jun from .ui file.
2023-08-09 10:19:29 +02:00
Chris Hennes
3bad74fe7d
Update translations
2023-08-08 17:52:59 -06:00
wmayer
948cbfccd9
modernize C++: avoid bind
...
In many cases std::bind() is kept because the code is much simpler
2023-08-08 21:10:16 +02:00
Pieter Hijma
c765d64891
Gui: Expose the upDirection vector to Python
2023-08-08 13:53:50 -04:00
wmayer
52e1c7c33b
modernize C++: move from boost::bind to std::bind
2023-08-08 17:36:13 +02:00
luzpaz
a6202bc3ce
Fix various typos
2023-08-08 14:25:00 +02:00
Paddle
4f4919a3c8
Move DlgSettingsTheme
2023-08-08 11:12:48 +02:00
Paddle
34eb609415
Move all the preference pages to PreferencePages subfolder.
2023-08-08 11:12:48 +02:00
Paddle
6487627b12
Change DlgEditor file name
2023-08-08 11:12:48 +02:00
Paddle
b9d65bd0fa
Change DlgEditor to DlgSettingsEditor
2023-08-08 11:12:48 +02:00
Paddle
bc7c159dd1
Change DlgReportView file names.
2023-08-08 11:12:48 +02:00
Paddle
dc738f0dee
Replace DlgReportView by DlgSettingsReportView in the files.
2023-08-08 11:12:48 +02:00
Paddle
760f014274
Change the 'DlgGeneral' file names.
2023-08-08 11:12:48 +02:00
Paddle
7ae3f6be8b
Replace DlgGeneralImp by DlgSettingsGeneral.
2023-08-08 11:12:48 +02:00
wmayer
ec73caa40e
modernize C++: make unique
2023-08-07 19:51:30 -06:00
wmayer
c2e17824fa
modernize C++: raw string literal
2023-08-07 19:51:15 -06:00
Paddle
236bd2c189
Add highlight color and focus color to theme customization.
2023-08-07 10:52:08 -06:00
Paddle
d200dca4b0
Prevent the pref pack widget from showing themes
2023-08-07 10:52:08 -06:00
Paddle
d73434639d
- Create a 'Theme' pref page in which 'StyleSheet' is moved, and a secondary color pref is created.
...
- 'StyleSheet' combobox is removed from general and replaced by a 'Theme' combobox.
- Theme combobox triggers the pref packs of type 'Theme'.
2023-08-07 10:52:08 -06:00
Paddle
607f61a5d5
Add 'type' metadata to build-in themes preference packs.
2023-08-07 10:52:08 -06:00
MisterMaker
3f32672f29
[Stylesheets] Sliders and some cleanup. ( #9910 )
...
Improve sliders and checkboxes
* Delete CMakePresets.json
* Delete VSInheritEnvironments.txt
* Fix for calltips transparant issue https://github.com/FreeCAD/FreeCAD/pull/9715#issuecomment-1633146515
* removed inkscape from a bunch of svg files
* Small bug grid color for draft workbench was to dark.
* The sketcher colors are added.
* The transparant calltips: https://github.com/FreeCAD/FreeCAD/pull/9715#issuecomment-1633146515
* There were some corner dots that I removed.
* I fixed the splitter not working with hovering.
* I also removed the extra dark splitter background, so now you won't see the splitters unless you hover over them.
* Also fixed the url label color.
* These fixes can be tested true the theme's beta addon.
* added preference packs
* Fix for transparant in Qwidget disabled. https://github.com/FreeCAD/FreeCAD/issues/10077
2023-08-07 10:05:00 -06:00
Yorik van Havre
81b9f2fcec
Merge pull request #9909 from Rexbas/rotationcenter
...
Gui: Add rotation center indicator
2023-08-07 17:57:13 +02:00
Benjamin Bræstrup Sayoc
da2ae719f2
[Everywhere] FileInfo::hasExtension for multiple values ( #9774 )
...
* [Base] Add hasExtension for multiple values
* [Gui] Use hasExtension for multiple values
* [Drawing] Use hasExtension for multiple values
* [Fem] Use hasExtension for multiple values
* [Import] Use hasExtension for multiple values
* [Mesh] Use hasExtension for multiple values
* [Part] Use hasExtension for multiple values
* [TechDraw] Use hasExtension for multiple values
2023-08-07 09:55:19 -06:00
wmayer
b6f331f4fa
modernize C++: use transparent functors
2023-08-07 16:08:35 +02:00
wmayer
dbad96d43e
modernize C++: use using
2023-08-06 23:17:10 +02:00
wmayer
7a3106d31b
modernize C++: use bool literals
2023-08-06 01:35:39 +02:00
0penBrain
5be3ad33aa
Gui: convert TreeView prefs in General/Selection to PrefCheckBox
2023-08-05 16:29:39 -06:00
0penBrain
6fdabd9651
Gui: move pre/-selection prefs to General/Selection + clarify behavior
2023-08-05 16:29:39 -06:00
Tobias Falk
529f9401f7
added PDF/A-1b compliancy to all PDF export functions
...
for more details about this look at: https://www.kdab.com/creating-pdfa-documents-qt/
2023-08-05 14:46:11 -06:00
Connor Worrell
3ed8e884be
[GUI] QuantitySpinBox: Regex optimization.
2023-08-05 11:23:46 -06:00
wmayer
9f99285d59
modernize C++: use nullptr
2023-08-05 11:23:12 -06:00
wmayer
702f3b4ddd
Core: modernize C++: redundant void arg
2023-08-05 16:50:31 +02:00
andrea
d37099fcbf
remove qt4 references
...
Removed find and include mocked files (QT4)
2023-08-04 21:24:36 -06:00
wmayer
7d0926d0b3
Qt6 port:
...
Fix deprecation warnings with version 6.3 or 6.4
2023-08-04 21:23:14 -06:00
andrea
18e1883284
removed coin<3 references
2023-08-04 21:19:29 -06:00
Chris Hennes
12f7dff7a6
GUI: Add prominent dev build indicators
2023-08-04 18:21:39 -06:00
luzpaz
57b9442df7
Fix various typos
2023-08-04 19:46:12 +02:00
wmayer
b8a7849dd3
Misc: modernize C++: use override
2023-08-04 17:09:53 +02:00
wmayer
4d4267481f
Gui: modernize C++: use override
2023-08-04 17:09:53 +02:00
wmayer
b441870b5b
Gui: modernize C++: use override
2023-08-04 17:09:53 +02:00
wmayer
640467aa49
Gui: modernize C++: use override
2023-08-04 17:09:53 +02:00