Convert remaining PNG icons to SVG for visual consistency
Categories
(Thunderbird :: Theme, enhancement)
Tracking
(Not tracked)
People
(Reporter: aleca, Assigned: Paenglab)
Details
Attachments
(7 files, 2 obsolete files)
We're using some PNGs around the app which should be converted to SVGs and complete the visual refresh to better support HiDPI monitors and improve UI consistency.
After a quick investigation, these are the sections that present replaceable icons:
- Account settings richilist for IM accounts.
- Chat contacts and availability indicator.
- Compose Address Book menu item.
- Missing primary icon in the
Get Messages
dropdown menulist. - Online/Offline indicator in the status bar.
Attachment for reference.
Assignee | ||
Comment 1•5 years ago
|
||
Magnus, FX removed all icons from the menus on Linux, Mac and Windows have none.
What do you think about removing them on TB too? Then we are in synch with Mac and Windows. The issue is also that we have no HiDPI icons, like the AB icon in composer menu, that look good on HiDPI Linux desktops.
Using SVG icons is also no option as they don't fit with the native icons we also use.
Comment 2•5 years ago
|
||
It's a bit of a shame, but gtk stock icons are deprecated, so I guess it's time to let go.
Assignee | ||
Comment 3•5 years ago
|
||
This patch implements the things you wrote in comment 0 except the IM parts. They should be done in bug 827092.
I also removed a lot of not used icons. In total 120 icons removed.
Assignee | ||
Comment 4•5 years ago
|
||
Forgot to mention: this patch removes the menu icons on Linux. Mac and Windows have done this already long time ago.
Reporter | ||
Comment 5•5 years ago
|
||
Massive patch!
Thank you so much for taking care of this. I'll take some time to review and be sure to check every single section and line of code.
Apologies for the wait.
Reporter | ||
Comment 6•5 years ago
|
||
Reporter | ||
Comment 7•5 years ago
|
||
The zoom of the Gloda view timeline is in a very strange position.
Would be possible to move it to the right of the "Toggle timeline" button?
Also, That dark background color on the zoom button is too dark. We could have that zoom icon without a bg-color in its natural state, and using the primary color on hover.
Reporter | ||
Comment 8•5 years ago
|
||
The icon used for the deleted attachment is a bit too busy.
We already have the file, which acts as a container, so we shouldn't use the cancel icon which has a circle background (another container).
A simple red X icon, or a red bar like you did for the offline icon might work better.
Assignee | ||
Comment 9•5 years ago
|
||
(In reply to Alessandro Castellani (:aleca) from comment #7)
Created attachment 9147465 [details]
Screenshot from 2020-05-11 10-55-29.pngThe zoom of the Gloda view timeline is in a very strange position.
Would be possible to move it to the right of the "Toggle timeline" button?
Also, That dark background color on the zoom button is too dark. We could have that zoom icon without a bg-color in its natural state, and using the primary color on hover.
In non-hovered state there is now no background. I changed the hover colours to use system colours, Highlight and HighlightText. I also added a border with the gloda background colour to separate the button when it overlaps a rectangle (hoe is this named?).
I don't move the button because this is too much for this bug because this button is created in JS. This should be done in a separate bug.
(In reply to Alessandro Castellani (:aleca) from comment #8)
Created attachment 9147466 [details]
Screenshot from 2020-05-11 10-57-23.pngThe icon used for the deleted attachment is a bit too busy.
We already have the file, which acts as a container, so we shouldn't use the cancel icon which has a circle background (another container).
A simple red X icon, or a red bar like you did for the offline icon might work better.
I changed it to a red X.
Reporter | ||
Comment 10•5 years ago
|
||
Reporter | ||
Comment 11•5 years ago
|
||
Reporter | ||
Comment 12•5 years ago
|
||
Reporter | ||
Comment 13•5 years ago
|
||
Assignee | ||
Comment 14•5 years ago
|
||
Thanks. Yes, looks better with this icons.
Try https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=05a8e5c368b7fb720aea4e5b7bc2543a4fa8e1ea shows no relevant failures.
Assignee | ||
Updated•5 years ago
|
Comment 15•5 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/f42a53d1dc79
Apply more SVG icons. r=aleca
Description
•