mwganson
b7f829e15f
[Macro Menu] add Recent macros to Macro menu + list size preference. Executes selected macro or if Shift+click opens macro in editor.
2020-09-03 11:29:37 +02:00
mwganson
99585f3a85
[Standard Views] add Home view command. Default shortcut is 'Home' key. Restores camera orientation to current home view, configurable in edit menu -> preferences -> display -> navigation -> New Document Camera Orientation / Home view.
2020-07-20 13:48:37 +02:00
wmayer
0a40d3981f
Gui: [skip ci] rename Std_ExportGraphviz to Std_DependencyGraph
2020-05-13 10:26:57 +02:00
wmayer
aac7392740
Gui: move functions to list menus and toolbars from sub-class to base Workbench class
...
implement new function to list all toolbars and their used commands
2020-04-04 11:46:45 +02:00
wmayer
d99f424345
Gui: add possibility to connect to remote Python debugger
2020-02-29 14:25:51 +01:00
wmayer
8648bbe3df
Gui: fix naming inconsistency and rename 'combi' to 'combo'
2020-02-08 13:43:44 +01:00
Yorik van Havre
5eb1ddaeac
Implemented SendToPythonConsole FreeCAD-wide (edit and context menu)
2020-02-04 10:02:29 +01:00
wmayer
696719f3a1
Add GUI command to insert a text document into the active document
2019-12-11 16:01:31 +01:00
Zheng, Lei
c34ee6e753
Gui: expose link actions to toolbar
2019-10-08 10:25:36 +02:00
Zheng, Lei
3f63064301
Gui: expose link selection and navigation command
2019-10-08 10:19:20 +02:00
Zheng, Lei
8b65a94f28
Gui: add toolbar button for toggling selection bounding box
2019-10-08 09:56:09 +02:00
wmayer
a0811878c2
re-activate DAG view
2019-09-08 16:00:08 +02:00
Zheng, Lei
d270d60950
Gui: expose link command to global toolbar
2019-08-30 14:43:32 +02:00
Zheng, Lei
f7edaabe43
Gui: add box geometry element selection command
...
Implement box element selection that support linked and grouped objects.
Also modified original box selection command to support the same with
the same code.
2019-08-17 15:08:33 +02:00
Zheng, Lei
81d3cf1b89
Gui: refactor tree view
...
* Major refactor of tree view to support external linking.
* Item update and selection change are now mostly handled by timer for
performance improvement.
* Major change to drag and drop for better support of switching between
copy, move and replace action, and auto adjustment of placement and
relative link.
* Add second column for user changable object description.
* Unified tree view options and action into command group
Std_TreeViewActions.
* Modified object search function to find external objects using
Expression syntax.
2019-08-17 15:08:33 +02:00
wmayer
94c28e9fc8
implement Isometric, Dimetric and Trimetric projection
2019-01-10 18:31:17 +01:00
wmayer
9b1151bec5
improve whitspaces
2018-10-23 12:43:47 +02:00
wmayer
adb2fb6e04
move document mode command further uo in the View menu
2018-09-13 01:23:52 +02:00
Markus Lampert
b475b01686
Changed tree view document hiding boolean to integer to support arbitrary number of views.
2018-09-11 11:38:38 +02:00
Markus Lampert
71175748fc
Added option to hide inactive documents in tree view.
2018-09-11 11:38:20 +02:00
Stefan Tröger
553514bd15
Add group command to structure toolbar
2017-09-09 16:47:07 +02:00
Stefan Tröger
1a3fb02eb9
Move App::Part to a separate global toolbar
2017-09-09 16:47:07 +02:00
triplus
f211c63da2
Add standard fullscreen mode
2017-09-08 13:15:46 +02:00
Kurt Kremitzki
fed542da9e
Add Addon Manager to Tools menu
2017-02-02 11:20:41 +01:00
wmayer
d21be0cd53
add command to select visible objects
2016-12-21 15:21:18 +01:00
wmayer
1e6dcabefc
fix -Wextra in FreeCADGui
2016-09-21 20:54:52 +02:00
wmayer
0c52922d15
translation items of OSX application menu
2016-07-24 10:56:12 +02:00
blobfish
32744adf76
Core: Gui: DAGView: skeleton implemented
...
Need to enable through parameter BaseApp/Preferences/DAGView
2016-04-12 18:12:10 +02:00
Mateusz Skowroński
78b16b2bf0
QKeySequence::operator QString() is obsolete in Qt5. Use toString(QKeySequence::NativeText) instead.
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:08:31 +01:00
wmayer
b3190ca956
+ improve autoload mechanism to get commands of custom toolbars
2015-12-16 21:19:12 +01:00
Pablo Gil
127442be75
Adds the ViewFitSelection to the main toolbar (improves usability)
2015-11-27 10:59:15 +01:00
Yorik van Havre
d5a6120f7d
Relocated the WB switcher to its original location
2015-11-26 09:11:39 -02:00
Yorik van Havre
199f16f4c8
Split workbench selector and placed it left
2015-11-26 09:11:39 -02:00
Yorik van Havre
e122ea8bf7
Added SaveCopy command
...
This command saves a copy of the current document under a new name,
without modifying the document itself.
Available in menu File -> Save a Copy or from python with
FreeCAD.ActiveDocument.saveCopy(filename)
2015-09-02 13:38:14 -03:00
wmayer
f14b71d374
+ usage of QSint
2015-07-07 12:34:20 +02:00
wmayer
72ce990d56
+ remove test class TaskPanelView
2015-07-07 11:25:31 +02:00
Yorik van Havre
e31ae460c8
Added a Revert command to the File menu - fixes #2040
2015-06-14 22:58:07 -03:00
wmayer
23a8a9359b
+ handle case when workbench fails to be created, fix problem when inserting menu
2015-05-06 10:47:51 +02:00
wmayer
0343deb30a
+ fixes #0002085 : Only one Toolbar Separator
2015-05-03 21:32:24 +02:00
wmayer
c1492bf5a0
+ whitespacee/typo fixes
2015-04-30 23:16:57 +02:00
wmayer
85bc04f0a0
+ fix problems on unit tests, open transaction when creating distance object, layout warning, ...
2015-01-25 14:04:33 +01:00
wmayer
4844d9c48c
+ support global custom toolbars
2014-12-06 13:21:36 +01:00
jriegel
6f8d6e9c26
FreeCAD-VR: command integration
2014-09-13 10:18:52 +02:00
wmayer
966b12813a
+ fix typos or documentation
2014-03-29 11:46:07 +01:00
wmayer
1767be704f
+ fixes #0001332 : Allow copy-paste on elements in Project tree
2014-03-16 11:22:42 +01:00
tanderson
2e8c09f432
adding to menus and toolbars
2014-01-16 10:27:21 -02:00
jriegel
bbc39a885b
additional places for measurement commands
2013-12-19 22:02:40 +01:00
blobfish
1f7f5ac709
adding toggle and clear to context, view menu
2013-12-19 10:18:50 -05:00
wmayer
e9b356f666
+ Apply Jim's fix of typos
2013-12-02 17:22:30 +01:00
jriegel
33242fd8d7
Add UnitsCalculator
2013-11-07 16:16:17 +01:00