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•10 months 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•10 months 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•10 months 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•10 months 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•10 months 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• |
Description
•