Commit Graph

84 Commits

Author SHA1 Message Date
carlopav
a3dfd14c2a [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
triplus
0b2251a88e Reduce demo icon theme
Mitigate an issue with scaled icons as discussed:
https://forum.freecadweb.org/viewtopic.php?f=10&t=28838&p=363487#p363487
2020-01-28 12:08:11 +01:00
vocx-fc
d841e59668 Gui: better icon for the Origin object
During the LinkMerge, a new icon
`Std_CoordinateSystem.svg` was used
for the `App::Origin` object that appears in
`PartDesign::Body`. However, this icon
doesn't look as good as the original `CoordinateSystem.svg`.

This commit renames the old icon to the new name. The newer icon
is kept as an alternate version `Std_CoordinateSystem_alt.svg`.

In addition, a new icon `Std_Placement.svg`
is provided for the `App::Placement` object, which previously
was also using `CoordinateSystem.svg`.
In this way, `App::Placement` and `App::Origin`
use different icons and there is no confusion
in the tree view.
2019-12-17 15:08:30 -03:00
vocx-fc
6777f91e40 Gui: PartDesign: remove execute bit from icons, now 644 2019-12-06 14:34:25 -03: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
Yorik van Havre
0a6b2a86d6 AddonManager: Better icons 2019-09-04 18:26:56 -03:00
Yorik van Havre
349bfce263 Gui: Use freedesktop name for the group icon so it can be displayed using the system theme 2019-09-04 17:36:13 -03:00
Zheng, Lei
4158673d35 Gui: add some icons 2019-08-17 15:08:34 +02:00
Yorik van Havre
ab68749909 AddonManager: New UI 2019-06-11 17:06:11 -03:00
Yorik van Havre
7aa61cca0d More readable splash image 2018-11-21 18:37:01 -02:00
Yorik van Havre
d24c6a9da3 Changed splash screen, to remind us of it... 2018-11-20 14:15:42 -02:00
furti
5a8c29cf4b Make Part_Measure_Clear_All icon more intuitive
Previously the icon was made up of a tape measure and a pencil. But pencil
icons normally mean editing something. It was not clear that this icon was
meant to delete all the measurements.

This commit replaces the pencil with a red X to make clear it deletes
something. The X was taken because existing delte icons in FreeCAD also
use a red X.
 - https://www.freecadweb.org/wiki/File:Mesh_Remove_Components.svg
 - https://www.freecadweb.org/wiki/File:OpenSCAD_RemoveSubtree.svg
 - https://www.freecadweb.org/wiki/File:Delete.svg
2018-09-26 22:39:26 +02:00
Unknown
e3eca59173 Misc. typo fixes
Various workbenches
2017-12-23 14:30:30 +01:00
Unknown
198ba0a123 SVG cleanup: remove all redundant <dc:title> content
Removed duplicate mentions of `[agryson] Alexander Gryson`
2017-12-02 14:02:14 +01:00
Pablo Gil
a07790f0df updating Body, Part and Assembly icons 2017-09-09 18:29:53 +02:00
Stefan Tröger
3e12f4b8c0 PartDesign: Prevent problems with link scopes during feature creation 2017-09-09 16:55:55 +02:00
Stefan Tröger
5da7aed8e1 Update Group/Part Icons and copy/paste behaviour 2017-09-09 16:55:55 +02:00
Stefan Tröger
0dd5f14918 Add new icons for Part and Group 2017-09-09 16:55:55 +02:00
Markus Hovorka
f9f2d8c31b Add TextDocument with full size editor
A new document object App::TextDocument. It has a property Text which
holds the text of the document as a string. This commit also contains a
full size editor based on QPlainTextEdit. It can only be used by the
TextDocument and has a read only mode invoked for read only documents
(ReadOnly property set to true). The editor is invoked by a double
click on the TextDocument.
2017-07-04 19:36:10 +02:00
wmayer
0e605eccb3 workaround for broken tree indicators with Qt 5.6 under Windows 2017-05-20 21:21:30 +02:00
wmayer
2e6345dbba Extend task panel for filling function 2017-04-22 14:46:26 +02:00
Alexander Gryson
16ef532113 Spin icon a little after forum feedback 2017-04-05 16:09:03 -03:00
Alexander Gryson
2395d06892 Update "as-is" icon based on forum feedback 2017-04-01 11:01:08 -03:00
Alexander Gryson
6dc82fe2d4 Align core icons to guidelines 2017-04-01 11:01:08 -03:00
Kurt Kremitzki
fed542da9e Add Addon Manager to Tools menu 2017-02-02 11:20:41 +01:00
Stefan Tröger
2420559431 Extensions: Revert few changes after restructuring 2016-10-08 12:48:34 +02:00
Stefan Tröger
6fa964c53f Extensions: Introduce classes and port App groups 2016-10-08 12:48:34 +02:00
Yorik van Havre
e80a8e0280 New splash for 0.17 2016-09-11 13:28:59 -03:00
Pablo Gil
cb3adfd966 Improved icons: white background for window drawings so that they are better recognized inside FreeCAD plus theme independent 2016-08-29 10:22:24 +02:00
wmayer
78140c1f67 activate new icons and remove old icons 2016-08-19 17:08:02 +02:00
wwmayer
bcf3bd423d Merge pull request #256 from pgilfernandez/Missing_icons
Missing icon: "what's this"
2016-08-19 17:01:20 +02:00
Pablo Gil
7fb7bdf1a4 Missing icon: "what's this" 2016-08-19 16:25:56 +02:00
wmayer
b3b06fb4d3 activate new icons and remove old icons 2016-08-19 16:21:37 +02:00
Pablo Gil
354c1ab927 old XPM icons converted to SVG and placed into Icons folder
(is it still needed to link them on the code in order to use the new SVG version instead of old XPM)
2016-08-19 13:53:23 +02:00
blobfish
241846dda2 Core: Gui: DAGView: using pending icon and showing valid status for tool tip 2016-04-12 18:12:19 +02:00
blobfish
cfed58cfd9 Core: Gui: DAGView: add pending icon 2016-04-12 18:12:19 +02:00
blobfish
8510509bec Core: Gui: DAGView: adding icons 2016-04-12 18:12:10 +02:00
Stefan Tröger
c4f5d790be add origin icon 2016-04-12 18:12:05 +02:00
Bruce B. Lacey
9344c3201b Add high-resolution variant of FreeCAD document icon resources for all platforms
We did not have document icons defined for OS X and the existing legacy
icons were low resolution.  For this change, we have created a
freecad-doc.svg icon that serves as the basis for generating
platform-specific FreeCAD document icon sets for the supported
platforms.  Extended the OS X bundle definition to include the
high-resolution document icon set and regenerated the existing 64x64
Gui/Icon/freecad-doc.png from the new svg variant.
2016-03-19 19:10:13 -07:00
Yorik van Havre
8e16345534 Updated the FreeCAD icon to the new style 2016-02-23 11:45:37 -03:00
Stefan Tröger
4b906690b6 Enhance expression icon
- fix size and position on kubuntu
- different icon for set or unset expression for better visual feedback
2015-09-26 19:09:07 +02:00
Eivind Kvedalen
8e5619f7a0 Added expression support to QuantitySpinBox and InputField classes. 2015-09-21 14:51:08 +02:00
wmayer
319ea4fbcc + fix typo in 'axonometric' 2015-07-25 16:54:18 +02:00
wmayer
343bb91450 + issue #0002053: Support of themes 2015-07-12 22:54:56 +02:00
wmayer
28c92a1bfa + issue #0002053: Support of themes 2015-06-30 13:14:56 +02:00
wmayer
dc686a55d6 + issue #0002053: Support of themes 2015-06-29 14:33:14 +02:00
Yorik van Havre
17c5294840 New splashscreen 2015-06-09 11:36:19 -03:00
Przemo Firszt
da0e25b709 App: Add dialog to pick preferred workbenches
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-05-18 22:25:59 +02:00
Przemo Firszt
6848c9a9ca FEM: Add icons to materials
Add icons to distinguish where the material is from. FreeCAD icon for
build-in materials, notmal material icon for materials from user
preferences directory which is "~/.FreeCAD/Materials" on linux or
from an user defined location defined in FEM preferences.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2015-04-14 15:25:36 +02:00