Add program icon

This commit is contained in:
Jaidyn Ann 2021-03-21 15:18:34 -05:00
parent 3a423f8a92
commit f67d0814a6
5 changed files with 31 additions and 7 deletions

View File

@ -51,7 +51,8 @@ SRCS = \
RDEFS = \
src/Pogger.rdef \
img/icons/FeedIcon.rdef \
img/icons/EntryIcon.rdef
img/icons/EntryIcon.rdef \
img/icons/PoggerIcon.rdef
# Specify the resource files to use. Full or relative paths can be used.

View File

@ -1,16 +1,11 @@
Important Features:
* Localization
Important improvements:
Improvements:
* Memory leaks
* ~.05MB per feed on download, in Util.ccp, fetch(). I'm stumped here.
* ~.02MB per feed on parsing
* Fix background of Feeds List error status icon (it's black, not transparent)
* Make an icon(idk I'm not an artist)
Nice Improvements:
* Proper scripting support
* Show in desktray
* Move the provisional BList download queue to a BJob + JobQueue system

BIN
img/icons/PoggerIcon Normal file

Binary file not shown.

26
img/icons/PoggerIcon.rdef Normal file
View File

@ -0,0 +1,26 @@
resource vector_icon array {
$"6E636966090401740501020106023B32F3BB51843CAA353C91AA45272C4AD4C6"
$"00FCFAF4FF808076020116023B32F3BB51843CAA353C91AA45272C4AD4C600AC"
$"FF01020106023B32F3BB51843CAA353C91AA45272C4AD4C600FF90AAFB6D021B"
$"020106023DCD59BCD7233BA2883C6ECF49FEE74906E554FCFBF4FFBFBFB00201"
$"06023DCD59BCD7233BA2883C6ECF49FEE74906E55489BBFFFF0552BB02010602"
$"3CE2ABBB54AE36E288387FC849E15A46B04454E2E2D7FF949490020116023DCD"
$"59BCD7233BA2883C6ECF49FEE74906E554ACFF4A130606FE033A5E435D415E45"
$"5C50504956574A5E445D455F435A3A633E5A3A3A060DFFBFFB032250224C2251"
$"2E56285334593A5C355C3F5C4B4E455351495843584359425B3D5B415B39502E"
$"53324D2A4A28472B472B462A412836343C303038283C283A283F2E46273F284A"
$"0606EF0F283C283F28BD52363430383C304128482C472A492E502E4D2B502E2E"
$"462E46273F060EEFFFFA0F283C283F2A3C3E313536472C4A28502E4D2A53325B"
$"3D5B395B3F5843594258434B4E514945533A5C3F5C355C2E5623502F562A5334"
$"593A5B385B3C5B3C563D5839512E46344C273F02044B3D4B3D4D3E5146514452"
$"46593E5941593C53365636523608054C304B3249324934473408052F42324233"
$"3F363F373D0802493F424508024945454908023F47384C08024E47484D080243"
$"4B3C51080244513F560604AF3247324632482750274F275030543A4B08023C4E"
$"345608023F5138580204353F353F3A39483C4239483C4C394C394435313D3835"
$"313D02042D3C36322D3C293A293A342E5333462D53334F364F3644310204BF8D"
$"3DC08A3DBE8F3D3B403BBF173BC068BF8D43BE8F43C08A43444044C06844BF17"
$"090A000100000A0101011001178400040A020101000A04010D000A03020E0F10"
$"01178200040A070102000A050103000A060206051001178200040A0403101112"
$"023F0B7ABCCA9F3C9AA73F38AF458A9A48FF55"
};

View File

@ -5,5 +5,7 @@ ErrorStatus) are all copied over from Haiku's source tree at:
haiku/data/artwork/icons/Action_GoDown_3
haiku/data/artwork/icons/Action_Stop_1
The program icon (PoggerIcon) is basically a mashed together File_RSS_Feed and
Server_NewsFeed. It's not particularly good. :P
They're under the MIT license, as per haiku/data/artwork/ReadMe