Furgo
e9bbc75f60
Properly scale link overlays
2024-10-14 17:50:35 +02:00
qewer33
5cea955d44
Update about dialog thumbnail image
2024-09-16 17:46:27 +02:00
qewer33
f54600dfdf
fixup! Gui: Add new splash images
2024-09-02 12:44:36 -04:00
qewer33
0f510e5790
fixup! Gui: Add new splash images
2024-09-02 12:44:36 -04:00
qewer33
d98b803300
fixup! Gui: Add new splash images
2024-09-02 12:44:36 -04:00
qewer33
8479764558
Gui: Add new splash images
2024-09-02 12:44:36 -04:00
Kacper Donat
a76226d70f
Gui: Use FreeCAD supplied icons on Linux by default
...
Fixes : #14968
2024-07-15 21:16:24 +02:00
Kacper Donat
dbb68789dd
Gui: Utilize XDG icon themes properly
2024-07-15 18:26:40 +02:00
Roy-043
b08074e15b
Gui: fix icon name conflict related to Std_ViewScreenShot
...
The image Std_ViewScreenShot.svg was not used in the GUI. The command Std_ViewScreenShot used a different icon. This caused a name conflict in the Wiki.
2024-07-13 19:32:14 -05:00
Roy-043
d854dc78fc
Gui: Minor cleanup related to obsolete Part_Measure tools
2024-07-13 19:31:51 -05:00
Turan Furkan Topak
e96206db9c
[Icons]Core Icon Revision ( #14154 )
...
* Core Icon Revision
Update utilities-terminal.svg
Update button_add_all.svg
pixel alignment
Pixel alignment was performed for the specified icons.
* Changes requested by Obelisk
* Return old icons
2024-06-24 10:54:58 -05:00
Chris Hennes
f82ba8b47e
Merge pull request #14393 from NomAnor/visibility-icon
...
Change visibility icon default to enabled and tweak visuals
2024-06-17 10:36:35 -05:00
Max Wilfinger
3e1871cecf
Updated icons according to DWG feedback
2024-06-06 21:41:50 -05:00
André Althaus
5e21c4cd0c
Use a gray invisible icon for the tree
2024-06-02 14:22:45 +02:00
obelisk79
178bac70b7
[UI] Logo Update ( #14284 )
...
* Updating instances of FreeCAD's old logo to reflect the new Logo
* updating additional instances of the Logo
* updating additional instances of the Logo
* Update logo for windows installer
* Update logo reference to /src/Gui/Icons/freecad.svg
2024-05-27 15:33:55 -04:00
Max Wilfinger
99240b57fa
Update icons for consistency
2024-05-27 11:28:24 -05:00
marcuspollio
7561eef962
UI : update zoom-all.svg icon
...
Following PR 13932 (based on Forum and Discord discussions)
Second PR
2024-05-27 11:08:09 -05:00
Max Wilfinger
2595cbf06b
replace selection filter icon with no filter icon
2024-05-27 10:37:24 -05:00
Chris Hennes
0e0fce5678
Merge pull request #13906 from Rexbas/align-camera
...
Align camera to faces and edges
2024-05-20 11:28:24 -05:00
Max Wilfinger
baed58a950
Unify document icons according to artwork guidelines
2024-05-20 10:35:39 -05:00
Chris Hennes
a4e179f182
Gui: Add privacy policy to About ( #13987 )
2024-05-20 10:34:10 -05:00
Max Wilfinger
f4fa7619c0
Update icons for legibility and consistency
2024-05-16 21:29:16 -04:00
Bas Ruigrok
c985c3ddee
Gui: Add alignToSelection() icon and add to toolbar
...
Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com >
2024-05-13 19:04:06 +02:00
marcuspollio
a3d0713911
Update Draft WB icons ( #13585 )
...
* Update Draft WB icons
* Also make all icons 64px based
* keep inner white outline and small tweaks
* Tweaks following review
* Further tweaks following feedback
* Tweak more icons for consistency with light/dark themes
* Update following PR 13865, save as Plain SVG and remove unused ressources
Update texts for visibility
Some more cleanup
Use consistent FreeSans font
2024-05-13 11:20:42 -05:00
wandererfan
722fab240e
[Measure] Change icon
...
Co-Authored-By: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com >
2024-04-29 09:27:22 -04:00
hlorus
4f66ef8cb0
[Gui] Add command and task for unified measurement facility
2024-04-29 09:27:22 -04:00
Chris Hennes
57bc297005
Start: Recreate start as a QtWidgets-based app
...
Removes all Start network access and dependency on Chromium for rendering. Written
entirely in C++ (no HTML, CSS, JS, etc.).
2024-04-21 22:27:49 -05:00
Patryk Skowroński
43ddbb4936
New integration with 3Dconnexion devices ( #12929 )
...
* New integration with 3Dconnexion devices
* CMake build option hidden for Mac
* Minor fixes, to be squashed to previous commit
* cmake: fix indent and case; to be squashed
* Corrected name case
---------
Co-authored-by: Patryk Skowroński <pskowronski@3dconnexion.com >
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
Co-authored-by: Ladislav Michl <ladis@linux-mips.org >
2024-04-15 10:43:45 -05:00
Max Wilfinger
e38b8d9bd4
update hardcoded XPMs to .svg files. Updated .svg icons for clarity.
2024-03-30 11:25:13 +01:00
wmayer
a44262b736
Gui: add SVG icons
2024-03-28 07:26:12 +01:00
Florian Foinant-Willig
c53d5fbf9d
Introduce object freeze ( #12580 )
...
* Introduce object freeze
* do nothing at property change
2024-03-04 17:54:25 +01:00
Chris Hennes
c566498d8f
Merge pull request #12298 from NomAnor/visibility-icon
...
Add an icon to toggle the visibility of items in the tree view
2024-02-26 10:45:07 -06:00
André Althaus
a3a1b63abd
Add visibility icons to resources
...
The icons are taken from https://github.com/realthunder/FreeCAD/tree/LinkMerge
2024-02-21 19:25:12 +01:00
Pieter Hijma
402421f6aa
[Core] Managing Custom Data Elements: VarSet ( #12135 )
...
* [Core] Add a basic VarSet document object
* [Core] Add basic tests for VarSets
* Core: Replace the VarSet icon with an outlined one
2024-02-21 10:38:06 +01:00
PaddleStroke
a296c10491
Std_Transparency : Toggle transparency of objects. ( #10805 )
...
* Std_Transparency : Toggle transparency of objects.
* Remove "Std_ToggleTransparency" from toolbar
---------
Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com >
2023-11-06 12:41:27 -06:00
DeflateAwning
46b3c02647
Change http to https in SVGs
...
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Include: *.svg
2023-10-29 22:32:59 -06:00
Zheng, Lei
ba6b2a4375
Gui: add support for transparent overlay docking widget
2023-10-11 09:58:53 +02:00
Syres916
6770713eb1
[Gui] Add new Selection Filter functionality ( #2 )
...
* [Gui] Add Selection Filters
* [Gui] Add Selection Filters to Toolbar
* [Gui] Add Selection Filter Icons
* [Gui] Add 4 new Selection filter Icon Files
* [Gui] Update Context Menu
* [Gui] Add default Selection Filter icon
* [Gui] Update resource.qrc with new icon
* [Gui] Add SelectFilter dropdown toolbar
* [Gui] Update Content Menu and Toolbar
* [Gui] Icon changed to Plain SVG
* [Gui] edge-selection icon as Plain SVG
* [Gui] vertex-selection icon as Plain SVG
* [Gui] selection-filter.svg replace metadata
2023-08-21 11:07:04 -05:00
Chris Hennes
927c3b9731
GUI: Update Splashscreen
2023-06-15 09:57:27 -05:00
luzpaz
38a01939e0
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
Paddle
c22b723e5f
pref: python: replace icon.
2023-04-04 09:36:12 +02:00
Paddle
310f3c0575
Pref: Create Python group
2023-04-03 14:34:40 +02:00
Chris Hennes
f679823c6e
Merge pull request #8955 from wwmayer/issue_8556
...
Move image loading to core
2023-03-22 16:00:43 -05:00
Abdullah Tahiri
f0077e5f8a
NotificationArea: Change Icon color to indicate missed notifications
2023-03-22 19:13:32 +01:00
Abdullah Tahiri
ad3ccd9ec1
Resources: New Intray icon
2023-03-22 19:13:32 +01:00
wmayer
ea93a2f76d
Gui: add image icon resources
2023-03-22 16:08:09 +01:00
Abdullah Tahiri
a3aedccc22
Gui: New Icon for Notification Area
...
Gui: Icon resources - Warning icon
Gui: Icons - squash
2023-03-12 06:06:29 +01:00
Uwe
b9b53e6ef7
[Gui] [skip ci] improve new icon
...
- remove the Python logo in it (not visible in this size and can be license issue in future)
- save as plain SVG
2023-03-09 15:04:54 +01:00
Syres916
5c7f1e5d0e
[Gui] Add an icon for Std_RecentMacros command ( #8793 )
...
* [Gui] Add Std_RecentMacros.svg icon
* [Gui] Add Std_RecentMacros icon
* [Gui] Add icon to Std_RecentMacros command
2023-03-09 14:55:30 +01:00
Tobias Frost
d20a2c60a1
Replace edit-cut.svg
...
Replace 2 instances of edit-cut.svg with the version from the tango icon
library to reslove license issue. Closes #7347 .
Tango Icon Library used: http://tango.freedesktop.org/releases/tango-icon-theme-0.8.90.tar.gz
Location within the tarball:
./tango-icon-theme-0.8.90/scalable/actions/edit-cut.svg
2022-08-11 10:23:02 -04:00