-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icons #43
Comments
Currently I am the maintainer of official icon theme in LibreOffice, I might give a hand to this request. |
Helo, can I work on this request? Just curious, where the icon definition is placed? The icons itself are placed under build/oxt/icon. I would like to update them to 24px size instead of 26px |
Do you know how to bundle different icons for different themes in an extension? How does libreoffice icon theming work?
The icons are 26x26px because that's the requirement. I cannot find any official LibreOffice docs on this on the current web and LibreOffice docs have always been nigh-impossible to locate, but here's one place that says so. It doesn't make much sense to me either if you ask me, but that's what the docs said when we last updated the icons ourselves. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
As far as I know, there's no support for extensions to bring different themes currently from within LibreOffice theming mechanism. Another option is extension makers who provide the option to change the theme, but this means adding a new workload to them
I have zero understanding about code, so here I can not explain much. But I can bring anyone who interested against the topic to the right person.
26px x26px size was "official" icon theme called Galaxy from Sun Microsystem era, the LibreOffice team currently agrees to use 24px as it's standard size in FreeDesktop. But yea, so unfortunate no official docs here. |
That was my understanding too.
I'm afraid we're not interested in it if it requires separate releases. |
It was in the Galaxy days, but we have dropped that many years ago, and I changed the Large icons to 24 instead in LibreOffice/core@bea44e5 |
@fitojb Are there any up-to-date docs for LibreOffice available somewhere that document modern plugin development? |
@adomasven Have you looked at https://wiki.documentfoundation.org/Development/Extension_Development ? If you’re missing something in particular, please make note of it on the talk page or send questions to the mailing list [email protected] |
@rizmut if you can work on it, I will PR here to add them :) |
Oh yes the work is on progress
|
zotero-colibre.zip |
I got lost. Relevant files seem to be in They are not split by LibreOffice theme? So there is the same set of icons for all possible LibreOffice theme? How plugin icons are supposed to be integrated with the main theme? Shouldn't this be managed at the theme-level, instead of at the plugin-level? |
It looks really nice and integrates nicely with the overall colibre theme. Although I probably would have colored the "Refresh" button in blue, but that's just taste 😁 |
@rizmut I don't understand what |
It's just a variation to choose. Either you go with setDocPrefs_24-a or go with setDocPrefs_24 |
Ok, I went with the latter. I PRed this as promised :D |
Hi, upstream is not interested in my PR (see here). I agree it's better to have the icons of the extensions change automatically when the user switches theme inside LibreOffice. So I published the extension with your icons bundled on my fork. If you ever make new icons for new themes, just open an issue there. It should be trivial to add new icons :) |
Ah, what a shame, these icons look amazing @rizmut. Maybe they will be upstreamed in the future 🙏 |
Just wondering why upstream reject all of the PR? I means at least incorporating one of icon theme will not be a huge problem for them. But thank a bunch for your PR. I am really too excited to add more icon themes if proper support exists. |
Zotero icons need a design overall ideally, to fit hidpi, due to most common icons used by v6.3, to be compatible with the new toolbar/groupbar variations available from v6.2 onwards, and possibly even different designs to fit the most common styles (breeze, colibre, elementary)
The text was updated successfully, but these errors were encountered: