diff --git a/Makefile b/Makefile index 1541f12..c7aa462 100644 --- a/Makefile +++ b/Makefile @@ -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. diff --git a/TODO.txt b/TODO.txt index 6239ea6..250fec3 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 diff --git a/img/icons/PoggerIcon b/img/icons/PoggerIcon new file mode 100644 index 0000000..fbf09b6 Binary files /dev/null and b/img/icons/PoggerIcon differ diff --git a/img/icons/PoggerIcon.rdef b/img/icons/PoggerIcon.rdef new file mode 100644 index 0000000..9104d2d --- /dev/null +++ b/img/icons/PoggerIcon.rdef @@ -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" +}; diff --git a/img/icons/README.txt b/img/icons/README.txt index 03967e3..269c80f 100644 --- a/img/icons/README.txt +++ b/img/icons/README.txt @@ -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