luz paz
298c677873
Gui: Fix header uniformity, whitespace, and doxygen fixes
2020-11-26 10:14:56 +01:00
bitacovir
acf9b1f0de
Add SVG icons for five Std Tool commands
...
This commit adds SVG files with icons for these commands. Also, it makes the necessary changes on CommandStd.cpp, CommandDoc.cpp, CommandView.cpp and resource.qrc files.
Forum Discussion: https://forum.freecadweb.org/viewtopic.php?f=34&t=51502&start=10
2020-11-22 11:58:14 +01:00
wmayer
2057e151d8
Qt5: fix deprecation warnings for Qt 5.15
...
+ QByteArray::append is deprecated
+ QPixmap* QLabel::pixmap() is deprecated
+ overloaded version of QString::split is deprecated
+ QSysInfo::windowsVersion()/QSysInfo::MacVersion() is deprecated
2020-10-18 14:45:31 +02:00
wmayer
ef0fd3ca67
Qt5: 'endl' manipulator is deprecated with 5.15. Replace it with newlines.
2020-10-15 15:22:28 +02:00
vejmarie
81af54e410
Big update to remove deprecation warning from Qt 5.15.0
...
That is need on MacOS build as travis log is bigger than 50k lines
which breaks travis rules
And by the way deprecations are real
All file contains the same modification replace 0 to Qt::WindowFlags() when needed
as the class needs to be instantiated
Signed-off-by: vejmarie <jmverdun3@gmail.com >
2020-09-24 12:56:43 +02:00
wmayer
c176f714f1
Gui: make Clipping widget a dockable widget so that it can be used while a task dialog is open
2020-09-04 11:54:52 +02:00
Roy-043
33ef4e0e35
Update CommandView.cpp
2020-09-01 20:22:26 +02:00
mwganson
78cd1790df
[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
f3b460e42e
boost: fix for boost < 1.60
2020-06-15 19:38:39 +02:00
wmayer
ec5547aaec
Qt5: 'void QFileDialog::setConfirmOverwrite(bool)' is deprecated: Use setOption(DontConfirmOverwrite, not enabled) instead [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
1ee3d79d7c
Qt5: 'int QFontMetrics::width' is deprecated since Qt 5.11: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
2020-06-12 17:51:33 +02:00
wmayer
4ec45b545e
boost 1.73.0: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated
2020-06-12 17:51:33 +02:00
Adrian
90bc7789d2
Improve Axis Cross behavior and expose parameter to 3D View preferences
2020-05-30 11:17:38 +02:00
wmayer
ae159ed44d
Gui: [skip ci] fixes #0004310 : Std_FreezeViews command: The settings of frozen views resulting from loading a *.cam file will not be saved in a new *.cam file.
2020-05-01 16:14:51 +02:00
wmayer
f900bdf115
Gui: [skip ci] fixes #0004330 : The Std_WhatsThis command does not work for 2 submenus of the View menu.
2020-04-30 14:53:37 +02:00
vocx-fc
5b330f7650
Gui: add sWhatsThis to Std_DrawStyle
2020-04-30 13:06:45 +02:00
carlopav
9a36a379d2
[Gui] Reorder Drawstyle menu bugfix
...
bugfix
2020-03-12 09:10:41 -03:00
carlopav
a9115ed436
[Gui] New Icons for HiddenLine and NoShading
...
Just an experiment, didn't try to compile
Gui: Changed icons in Draw Style menu
And also saved old icons in pure svg.
2020-03-12 09:10:41 -03:00
luz.paz
b3e42d103d
[skip ci] fix follow-up typos
2020-03-06 14:50:35 +01:00
wmayer
625d252cb1
Gui: implementation classes don't inherit from UI classes any more
2020-01-09 14:30:45 +01:00
wmayer
97fef55d66
fixes #0004244 : Std_SetAppearance always appears on a corner of the secondary monitor
2020-01-09 11:26:30 +01:00
wmayer
36026f0eec
Gui: [skip ci] DlgDisplayPropertiesImp doesn't inherit from its UI class any more
2020-01-09 11:00:16 +01:00
wmayer
8e5151002b
Gui: set image creation method in settings dialog
2020-01-08 12:49:56 +01:00
Zheng, Lei
4ea3200629
Gui: fix box selection
2019-10-20 14:56:58 +02:00
wmayer
891f8953fe
improve strict ISO C++11 (-Wpedantic)
2019-10-14 10:54:57 +02:00
wmayer
8f72e1fde6
fix typo
2019-10-08 10:36:19 +02:00
Zheng, Lei
1e69eb0d8e
Gui: improve SelectionSingleton::setVisible()
...
Change argument to enum type. Make setVisible() robust against
unexpected selection change.
2019-10-08 10:21:06 +02:00
Zheng, Lei
9e2bdd6ea8
Gui: assign default guesture to Std_SelBack/Forward
2019-10-08 10:16:20 +02:00
Zheng, Lei
845fa8471a
Gui: add class GroupCommand help with grouped command
...
As an example usage, changed StdCmdTreeViewActions to be derived from
GroupCommand
2019-10-08 10:16:00 +02:00
Zheng, Lei
5c26b7a3ba
Gui: add toolbar button for toggling selection bounding box
2019-10-08 09:56:09 +02:00
Zheng, Lei
68aca247ee
Gui: remove FC_TREEPARAM, add document for class TreeParams
2019-09-27 15:49:42 +02:00
wmayer
b50b21576e
core system
...
force strict ISO C++ (-Wpedantic)
TODO: still a lot of variadic macros are not valid ISO C++
2019-09-18 01:01:14 +02:00
Zheng, Lei
c93741d72f
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
c18bf11821
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
e730dd94e3
Automatic visibility handling of axis cross
2019-06-16 13:05:39 +02:00
Mateusz Skowroński
317bcd59c9
Use QString's multi-arg overload to save memory allocations. [-Wclazy-qstring-arg] Thanks Clazy!
2019-02-11 15:39:14 +01:00
wmayer
de53904563
fixes 0002706: Box selection does not select dimension or text
2019-01-18 14:46:21 +01:00
wmayer
abe82e00f4
harmonize functions to set camera orientations
2019-01-12 22:59:44 +01:00
wmayer
64a94ae0f7
implement Isometric, Dimetric and Trimetric projection
2019-01-10 18:31:17 +01:00
wmayer
8678f74dc6
allow to access NaviCube of 3d viewer
2018-10-23 12:47:11 +02:00
wmayer
0286a4e313
exit measure distance tool with Esc
2018-09-17 22:21:23 +02:00
luz.paz
d1f1230ef5
Typo and whitespace fixes
...
Found via `codespell -q 3 -I ../fc-word-whitelist.txt --skip=".git,*.ts,*.po,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/zipios++" -L "entires,fle,actuall"`
2018-09-15 19:13:52 +02:00
Markus Lampert
052d8a70e9
Added collapse/expand option to the document tree view.
2018-09-11 11:38:58 +02:00
Markus Lampert
6359c26b5b
Changed tree view document hiding boolean to integer to support arbitrary number of views.
2018-09-11 11:38:38 +02:00
Markus Lampert
03d4f084c7
Added option to hide inactive documents in tree view.
2018-09-11 11:38:20 +02:00
Yorik van Havre
ac6ae007b2
Remember background type in Tools->Save picture dialog
2018-05-18 10:46:21 -03:00
luz.paz
a86c0fe137
sWhatsThis fixes
...
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
2018-01-31 19:07:07 +01:00
Unknown
c8c9b76f43
Misc. typos
2017-12-06 20:59:55 +01:00
luzpaz
56111a0810
Typos: user-facing and trivial
...
Several typos and uniformity fixes.
Note:
*SCL/SimpleDataTypes.py is a upstream stepcode file whose fiz has been submitted upstream and accepted.
*the header of Tools/generateBase/generateMetaModel_Module.xsd had redundant data. It has been removed. Please double check it.
2017-12-02 14:00:57 +01:00
luzpaz
0d1451f39d
User-facing typo fixes
...
All user-facing strings that have double (consecutive) whitespace e.g. `\b \b`have been removed. Inspired by the error message in https://forum.freecadweb.org/viewtopic.php?f=3&t=5899&p=200309#p200309
2017-11-21 17:21:23 -03:00