Commit Graph

4781 Commits

Author SHA1 Message Date
Benjamin Bræstrup Sayoc
33384cff9c [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
f94b026456 modernize C++: use transparent functors 2023-08-07 16:08:35 +02:00
wmayer
89d529ab7b modernize C++: use using 2023-08-06 23:17:10 +02:00
wmayer
2a88c7c7df modernize C++: use bool literals 2023-08-06 01:35:39 +02:00
0penBrain
51a34d1fbd Gui: convert TreeView prefs in General/Selection to PrefCheckBox 2023-08-05 16:29:39 -06:00
0penBrain
601c1f9437 Gui: move pre/-selection prefs to General/Selection + clarify behavior 2023-08-05 16:29:39 -06:00
Tobias Falk
5965956293 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
8cad3940a1 [GUI] QuantitySpinBox: Regex optimization. 2023-08-05 11:23:46 -06:00
wmayer
d244dcf2da modernize C++: use nullptr 2023-08-05 11:23:12 -06:00
wmayer
bb23aaf3e9 Core: modernize C++: redundant void arg 2023-08-05 16:50:31 +02:00
andrea
a4929211d4 remove qt4 references
Removed find and include mocked files (QT4)
2023-08-04 21:24:36 -06:00
wmayer
5621a0089f Qt6 port:
Fix deprecation warnings with version 6.3 or 6.4
2023-08-04 21:23:14 -06:00
andrea
6c2a5c1539 removed coin<3 references 2023-08-04 21:19:29 -06:00
Chris Hennes
ea49b3fe78 GUI: Add prominent dev build indicators 2023-08-04 18:21:39 -06:00
luzpaz
16e083c8f3 Fix various typos 2023-08-04 19:46:12 +02:00
wmayer
3975f31f89 Misc: modernize C++: use override 2023-08-04 17:09:53 +02:00
wmayer
e72da4d4c4 Gui: modernize C++: use override 2023-08-04 17:09:53 +02:00
wmayer
e115c52418 Gui: modernize C++: use override 2023-08-04 17:09:53 +02:00
wmayer
33dc7917bb Gui: modernize C++: use override 2023-08-04 17:09:53 +02:00
wmayer
813f452271 Gui: expose grabFramebuffer to Python 2023-08-03 01:31:15 +02:00
wmayer
b202eb2f6b Gui: support of wrapping QImage 2023-08-03 01:31:15 +02:00
0penBrain
205c0e7345 [Bugfix]Gui: in draggers, remove/detach all callbacks + add checks and asserts, hopefully fixes #9465 2023-08-02 21:04:22 +00:00
Chris Hennes
9188446113 Gui: Clarify message about FCbak 2023-08-01 19:45:43 +00:00
Yorik van Havre
82742861fa Merge pull request #9999 from yorikvanhavre/translations
Translations
2023-08-01 09:27:18 +02:00
Paddle
92b26354ba QMessage should not be used to notify that. Here we should use the requireRestart functionality. 2023-07-30 19:39:12 -05:00
Paddle
5cd6da6602 Fix bug: ui did not in initialize correctly when you start the pref page with area disabled, the other settings were not disabled as they are when you disable the area. 2023-07-30 19:38:58 -05:00
Paddle
f86107758b Simplify code. Changes nothing. 2023-07-30 19:38:38 -05:00
sliptonic
4c4792a053 Merge pull request #10002 from Ondsel-Development/move_open_recent
Move 'Recent Files' menu entry and rename it 'Open Recent'
2023-07-30 09:38:37 -05:00
sliptonic
9f10c2a3d6 Merge pull request #10016 from Ondsel-Development/thumbnail
[Pref] Change the default of 'Save thumbnail on doc save'
2023-07-30 09:22:17 -05:00
Paddle
00dcb12c0b Change the default of 'Save thumbnail on doc save' 2023-07-30 15:37:18 +02:00
Oliver Oxtoby
ba5f7e6d75 Gui: Avoid segfault if window is not an MDIView
Fixes #10003. See also #9758.
2023-07-29 08:10:38 +02:00
Paddle
618a91eef5 Move 'Recent Files' menu entry and rename it 'Open Recent' 2023-07-27 11:40:33 +02:00
Yorik van Havre
ebc65ee713 Merged crowdin translations 2023-07-26 11:05:11 +02:00
Yorik van Havre
6bfeb5ff53 Update ts files 2023-07-26 11:04:24 +02:00
luzpaz
6c72f80d55 Fix typos 2023-07-25 14:26:30 +02:00
wmayer
e5b6690535 Gui: also print category string of Qt messages 2023-07-24 20:34:52 +00:00
Chris Hennes
6838740153 Update translations 2023-07-24 13:37:52 +00:00
0penBrain
ca09364614 [Bugfix]Gui: detach field sensor of draggers and handle post-call of callbacks, fixes #9465 2023-07-23 19:38:56 +00:00
Ajinkya Dahale
c3e395f963 [Core] Use FCBak extension with timestamp by default 2023-07-23 19:37:10 +00:00
Jolbas
b1e521743b Save all decimals when property is edited 2023-07-20 12:56:21 -05:00
Ajinkya Dahale
0e3dce286e [Core] Warn user if using deprecated backup extension 2023-07-20 10:25:34 -05:00
wmayer
141b2ecf0a Qt6: fix possible build failure with Qt 6.5
Forum thread: https://forum.freecad.org/viewtopic.php?p=692199#p692199
2023-07-20 08:58:56 -05:00
wmayer
713bc349a5 Qt6: fix possible build failure
* add CMake definitions 'QT_NO_KEYWORDS' to avoid the Qt definition of the 'slots' macro that causes a conflict when including Python headers
* drop QT3_SUPPORT define
2023-07-20 08:58:56 -05:00
luzpaz
525eacca39 Fix various typos 2023-07-15 11:17:45 +02:00
sliptonic
7b75272a75 Merge pull request #9715 from MisterMakerNL/master
Updated stylesheets+preference packs.
2023-07-10 09:43:43 -05:00
Chris Hennes
6f97b74fdb Apply translations 2023-07-09 18:09:53 -05:00
MisterMaker
d3c0e58b73 Merge branch 'FreeCAD:master' into master 2023-07-08 13:08:25 +02:00
Haas
21d5b19fa4 cleaned the cfg files and changed selection color and background. 2023-07-06 21:25:59 +02:00
Chris Hennes
97771dc673 Update translations 2023-07-06 08:20:59 -05:00
Yorik van Havre
f6859cbaa4 Merge pull request #9856 from luzpaz/pre-release-typos
Fix various typos
2023-07-05 09:16:15 +02:00