Uwe
1a649fa852
[Gui] iis: remove few unused includes
...
mainly just sorting
2022-03-06 19:31:37 +01:00
Zheng, Lei
b3c2ac3f7d
Gui: fix property view synchronization of property status
2022-03-06 13:20:08 -05:00
Uwe
e3e8fe1e7d
[Gui] Translator: sort includes
2022-03-06 19:12:52 +01:00
Uwe
d09cb5e49e
[Gui] move xerces to precompiled header
...
as suggested here: https://github.com/FreeCAD/FreeCAD/commit/0235a172#r68066840
2022-03-06 15:53:13 +01:00
Uwe
4b3a7ae7ce
[Gui] compilation fix for precompiled headers
2022-03-06 15:33:31 +01:00
wmayer
91e4e468dd
Base: move ILogger sub-classes to their own source files in order to reduce including stream classes in client code
2022-03-06 10:13:47 +01:00
Uwe
07c28ad22a
[Gui] Inventor: remove unused includes
...
-also move some includes to precompiled header
2022-03-06 03:28:50 +01:00
Uwe
f274c63e0e
[App] next attempt to fix CI build error
...
- revert previous commit and re-add application as header
2022-03-06 03:25:14 +01:00
Uwe
8f4053e31d
[Gui] ViewProviderPython* etc.: remove unused includes
2022-03-06 02:24:52 +01:00
Uwe
a345a226d5
[Gui] ViewProviderOrigin* etc.: remove unused includes
2022-03-06 01:44:33 +01:00
Uwe
a65c88d3c5
[Gui] ViewProviderLink etc.: remove unused includes
...
- also put headers to PreCompiled.h
2022-03-06 01:11:42 +01:00
Uwe
e0e7bc7072
[Gui] ViewProviderFeature etc.: remove unused includes
2022-03-06 00:34:35 +01:00
Uwe
a830d92947
[Gui] ViewProviderDocument* etc.: remove unused includes
2022-03-06 00:01:37 +01:00
Uwe
d6b7b91ab4
[Gui] View3D*: remove unused includes
2022-03-05 23:16:28 +01:00
Uwe
9de55d010c
[Gui] Tool* etc.:remove unused includes
2022-03-05 18:08:13 +01:00
Uwe
560c85c7f8
[Gui] Task* and Text*: remove unused includes
2022-03-05 17:44:07 +01:00
Uwe
ae35d11694
[Gui] SoTextLabel etc.: remove unused includes
2022-03-05 16:42:26 +01:00
Uwe
119812ed66
[Gui] SpinBox etc.: remove unused includes
2022-03-05 16:20:40 +01:00
Uwe
6de594ecd9
[Gui] SoTextLabel: unify mixed line endings
...
fixes a compiler warning from MSVC
2022-03-05 16:03:09 +01:00
Uwe
5d64f43dd6
[Gui] fix when compiling with PCH
2022-03-05 15:01:55 +01:00
Uwe
7184f2b93b
[Gui] Selection: remove unused includes
2022-03-05 04:21:58 +01:00
Uwe
4147337715
[Gui] Python and Property: remove unused includes
2022-03-05 03:44:45 +01:00
Uwe
c2c6443a06
[Gui] QuantitySpinBox: remove unused includes
2022-03-05 03:17:58 +01:00
Uwe
f2a77b4e96
[Gui] Progress: remove unused includes
2022-03-05 03:07:50 +01:00
Uwe
85416eab43
[Gui] Placement: remove unused includes
2022-03-05 02:48:17 +01:00
Uwe
3e6e711e06
[Gui] MDIView: remove unused includes
2022-03-05 02:10:24 +01:00
Uwe
898361d7fc
[Gui] Graphviz: remove unused includes
2022-03-05 01:34:02 +01:00
Uwe
119001733e
[Gui] compilation fix for ExpressionCompleter
...
MSVC complained that ssize_t was undefined
2022-03-05 01:12:30 +01:00
wmayer
5e0cfc64ee
App: use forward declarations
2022-03-04 21:09:46 +01:00
wmayer
2a33fe77f6
App/Gui: move template classes (ViewProvider)ExtensionPythonT to their own header files
2022-03-04 18:54:42 +01:00
wmayer
1cbecdf122
App: use forward declaration to reduce compile time
2022-03-04 17:27:53 +01:00
Yorik van Havre
6bec7f2e39
Gui: Added 'Report a bug' help menu entry
2022-03-04 14:06:59 +01:00
Uwe
407e9c4859
[Gui] DocumentObserver: re-add a header
2022-03-04 04:43:34 +01:00
Uwe
f04d77db59
[Gui] Document and Download: remove unused includes
2022-03-04 04:37:36 +01:00
Uwe
cbe80b46f2
[Gui] DockWindow and DemoMode: remove unused includes
2022-03-04 03:37:44 +01:00
Uwe
41f49010bd
[Gui] Command: remove unused includes
2022-03-04 03:21:46 +01:00
Uwe
75ab31a357
[Gui] PropertyEditor: remove unused includes
2022-03-03 03:59:48 +01:00
Uwe
21974cc08f
[Gui] Task: remove unused includes
2022-03-03 03:16:35 +01:00
Uwe
efa589c7c5
[Gui] Navigation styles: remove unused includes
2022-03-03 02:25:21 +01:00
Uwe
1a9493d937
[Gui] ActiveObjectList etc.: remove unused includes
2022-03-03 02:08:19 +01:00
Yorik van Havre
e4ca93bfbc
Preparation for Help module
...
Added a preference switch to enable the use of the Help module.
Doing this before the release so users of 0.20 will be able to
use the Help module when it's ready
2022-03-02 19:07:44 +01:00
Uwe
a8c679c370
[Gui] Expression: remove unused includes
2022-03-02 05:00:21 +01:00
Uwe
10436cb7f4
[Gui] Manual alignment etc.: remove unused includes
2022-03-02 04:22:48 +01:00
0penBrain
acd5097a13
[RecentMacros] Check and warn for shortcut conflicts
2022-03-01 18:40:33 +01:00
0penBrain
cbf6e3d9bd
[RecentMacros] Refactor restore()
2022-03-01 18:40:33 +01:00
0penBrain
40dfb94347
[RecentMacros] Fix shortcut display in status bar
2022-03-01 18:40:33 +01:00
wmayer
5430c986f8
Gui: cleanup of PR #5516
...
* instead of breaking encapsulation of PropertyItem apply the attorney idiom
* refactoring of PropertyItemDelegate::createEditor by moving the code to PropertyItem::createPropertyEditorWidget
2022-03-01 17:19:12 +01:00
wmayer
739804b511
Mod: add string header to dxf.h
2022-03-01 17:18:29 +01:00
wmayer
58239955a0
Gui: [skip ci] export PDF of 3D view in landscape orientation
2022-03-01 12:46:35 +01:00
Chris Hennes
cba00f8ee1
GUI: Clean up copy of addon list
2022-02-28 15:26:01 -06:00