[PR #181] [MERGED] Add HighRes and SVG ide icons #210

Closed
opened 2026-05-05 03:43:04 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/181
Author: @klugier
Created: 12/14/2023
Status: Merged
Merged: 12/14/2023
Merged by: @mirek-fidler

Base: masterHead: klugier/ide-icons


📝 Commits (3)

📊 Changes

6 files changed (+240 additions, -0 deletions)

View changed files

uppsrc/ide/icon.svg (+240 -0)
uppsrc/ide/icon128x128.png (+0 -0)
uppsrc/ide/icon256x256.png (+0 -0)
uppsrc/ide/icon512x512.png (+0 -0)
uppsrc/ide/icon64x64.png (+0 -0)
uppsrc/ide/theide-48.png (+0 -0)

📄 Description

Hello @mirek-fidler,

I was asked during flathub PR to port high res icons to upstream. This PR address this issue by adding following icons to ide package:

  • uppsrc/ide/icon64x64.png
  • uppsrc/ide/icon128x128.png
  • uppsrc/ide/icon256x256.png
  • uppsrc/ide/icon512x512.png

And I created SVG variant (holy grail of icons):

  • uppsrc/ide/icon.svg

Also, it looks like "uppsrc/ide/theide-48.png" has been never used, so I decided to remove it. Also, it has non standard size.

Displaying icon.svg using our SVG viewer:
SVGIcon

Note: In the future there is a need to use this high res icon or svn icon during "Install theide.desktop". However, this can be done in separate PR.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/181 **Author:** [@klugier](https://github.com/klugier) **Created:** 12/14/2023 **Status:** ✅ Merged **Merged:** 12/14/2023 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `klugier/ide-icons` --- ### 📝 Commits (3) - [`e301d2c`](https://github.com/ultimatepp/ultimatepp/commit/e301d2c8b20626797faedb022d916f33585353e0) Added high res ide icons. - [`47da919`](https://github.com/ultimatepp/ultimatepp/commit/47da919e01d3eaf40f853f5e40182b8d8ef31da6) .svg update - [`68eb0b2`](https://github.com/ultimatepp/ultimatepp/commit/68eb0b2257a82996b7fea55998e6685cebc2e60c) .svg update ### 📊 Changes **6 files changed** (+240 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `uppsrc/ide/icon.svg` (+240 -0) ➕ `uppsrc/ide/icon128x128.png` (+0 -0) ➕ `uppsrc/ide/icon256x256.png` (+0 -0) ➕ `uppsrc/ide/icon512x512.png` (+0 -0) ➕ `uppsrc/ide/icon64x64.png` (+0 -0) ➖ `uppsrc/ide/theide-48.png` (+0 -0) </details> ### 📄 Description Hello @mirek-fidler, I was asked during flathub PR to port high res icons to upstream. This PR address this issue by adding following icons to ide package: - uppsrc/ide/icon64x64.png - uppsrc/ide/icon128x128.png - uppsrc/ide/icon256x256.png - uppsrc/ide/icon512x512.png And I created SVG variant (holy grail of icons): - uppsrc/ide/icon.svg Also, it looks like "uppsrc/ide/theide-48.png" has been never used, so I decided to remove it. Also, it has non standard size. Displaying icon.svg using our SVG viewer: ![SVGIcon](https://github.com/ultimatepp/ultimatepp/assets/6963025/5f74e1ee-7b34-4554-988b-5d5b874cf9f7) Note: In the future there is a need to use this high res icon or svn icon during "Install theide.desktop". However, this can be done in separate PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:43:04 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#210
No description provided.