Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .icons/old/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
See original, but somehow technically problematic SVG icon (created with Inkscape 0.48.4 r9939) uploaded by Coderus 2016-12-14 for Patchmanager 2 at [`patchmanager-icon.svg`](patchmanager-icon.svg).

The [`patchmanager_200x200.png`](patchmanager_200x200.png) and [`patchmanager_86x86.png`](patchmanager_86x86.png) are exported versions (2014-01-22) of an older SVG by SfietKonstantin, which is presuambly lost; these PNG icons are renamed copies of their originals in [`src/share/`](../src/share/).

For the icons in the [`social-media`](social-media) directory, the [`patchmanager_200x200.png`](social-media/patchmanager_200x200.png) was simply put on a larger, transparent canvas to create [`patchmanager_284x284.png`](social-media/patchmanager_284x284.png) (200 × √2 = 282,842712475, so the icon proper is fully visible when clipped circularly, as GitHub does it at multiple places) and [`patchmanager_480x240.png`](social-media/patchmanager_480x240.png) (2:1 "social media" format, see in GitHub's general settings page of a project).

The original SVG of the [`icon-patchmanager_100x100.png`](icon-patchmanager_100x100.png) (with the patch in red hue) seems to be lost, too.
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions .icons/patchmanager-menu-icon.svg
1 change: 1 addition & 0 deletions .icons/patchmanager.svg
Binary file added .icons/pngs/patchmanager_108x108.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .icons/pngs/patchmanager_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .icons/pngs/patchmanager_172x172.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .icons/pngs/patchmanager_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .icons/pngs/patchmanager_480x480.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .icons/pngs/patchmanager_560x560.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .icons/pngs/patchmanager_86x86.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .icons/pngs/social-media/patchmanager_792x792.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .icons/pngs/social-media/patchmanager_960x640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions rpm/patchmanager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -288,15 +288,13 @@ exit 0
%{_datadir}/translations
%{_datadir}/jolla-settings/pages/%{name}
%{_datadir}/jolla-settings/entries/%{name}.json
%{_datadir}/%{name}/icons/icon-m-patchmanager.png

%{_datadir}/icons/hicolor/scalable/apps/*.svg
# On SailfishOS < 4.6:
# /usr/share/themes/sailfish-default/meegotouch/zX.Y/icons/*.png
# On SailfishOS >= 4.6:
# /usr/share/themes/sailfish-default/silica/zX.Y/icons/*.png
# /usr/share/themes/sailfish-default/silica/zX.Y/icons-monochrome/*.png
%{_datadir}/themes/sailfish-default/*/z*/icons*/*.png
%{_datadir}/icons/hicolor/scalable/apps/*.svg

%changelog
* Thu Sep 9 1999 SailfishOS Patches <[email protected]> - 99.99.99
Expand Down
2 changes: 1 addition & 1 deletion src/bin/dialog/dialog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ systemd.files = \
systemd.path = /usr/lib/systemd/user
INSTALLS += systemd

icons.files = patchmanager-icon.svg
icons.files = ../../icons/patchmanager-icon.svg
icons.path = /usr/share/patchmanager/data
INSTALLS += icons

Expand Down
89 changes: 89 additions & 0 deletions src/icons/icon-m-patchmanager.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/icons.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ CONFIG += sailfish-svg2png

# also install SVG:
svg.path = /usr/share/icons/hicolor/scalable/apps
svg.files = svgs/icon-m-patchmanager2.svg
svg.files = icon-m-patchmanager.svg
INSTALLS += svg
Loading