added some tag icons for the gxs id details
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7256 b45a01b8-16f6-495d-af2f-9b41ad6348cc
@ -32,15 +32,15 @@
|
|||||||
|
|
||||||
/* Images for tag icons */
|
/* Images for tag icons */
|
||||||
#define IMAGE_LOADING ":/images/folder-draft.png"
|
#define IMAGE_LOADING ":/images/folder-draft.png"
|
||||||
#define IMAGE_PGPKNOWN ":/images/vote_up.png"
|
#define IMAGE_PGPKNOWN ":/images/tags/pgp-known.png"
|
||||||
#define IMAGE_PGPUNKNOWN ":/images/vote_up.png"
|
#define IMAGE_PGPUNKNOWN ":/images/tags/pgp-unknown.png"
|
||||||
#define IMAGE_ANON ":/images/vote_down.png"
|
#define IMAGE_ANON ":/images/tags/anon.png"
|
||||||
|
|
||||||
#define IMAGE_DEV_AMBASSADOR ":/images/vote_down.png"
|
#define IMAGE_DEV_AMBASSADOR ":/images/tags/dev-ambassador.png"
|
||||||
#define IMAGE_DEV_CONTRIBUTOR ":/images/vote_down.png"
|
#define IMAGE_DEV_CONTRIBUTOR ":/images/tags/vote_down.png"
|
||||||
#define IMAGE_DEV_TRANSLATOR ":/images/vote_down.png"
|
#define IMAGE_DEV_TRANSLATOR ":/images/tags/dev-translator.png"
|
||||||
#define IMAGE_DEV_PATCHER ":/images/vote_down.png"
|
#define IMAGE_DEV_PATCHER ":/images/tags/dev-patcher.png"
|
||||||
#define IMAGE_DEV_DEVELOPER ":/images/vote_down.png"
|
#define IMAGE_DEV_DEVELOPER ":/images/tags/developer.png"
|
||||||
|
|
||||||
static const int IconSize = 20;
|
static const int IconSize = 20;
|
||||||
|
|
||||||
|
@ -666,6 +666,13 @@
|
|||||||
<file>images/connect/connectFriendBanner1.png</file>
|
<file>images/connect/connectFriendBanner1.png</file>
|
||||||
<file>images/connect/info16.png</file>
|
<file>images/connect/info16.png</file>
|
||||||
<file>images/connect/mail_send.png</file>
|
<file>images/connect/mail_send.png</file>
|
||||||
|
<file>images/tags/pgp-known.png</file>
|
||||||
|
<file>images/tags/pgp-unknown.png</file>
|
||||||
|
<file>images/tags/anon.png</file>
|
||||||
|
<file>images/tags/dev-ambassador.png</file>
|
||||||
|
<file>images/tags/dev-translator.png</file>
|
||||||
|
<file>images/tags/dev-patcher.png</file>
|
||||||
|
<file>images/tags/developer.png</file>
|
||||||
<file>help/version.html</file>
|
<file>help/version.html</file>
|
||||||
<file>images/view-certificate-sign-48.png</file>
|
<file>images/view-certificate-sign-48.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
|
BIN
retroshare-gui/src/gui/images/tags/anon.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
retroshare-gui/src/gui/images/tags/dev-ambassador.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
retroshare-gui/src/gui/images/tags/dev-patcher.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
retroshare-gui/src/gui/images/tags/dev-translator.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
retroshare-gui/src/gui/images/tags/developer.png
Normal file
After Width: | Height: | Size: 977 B |
BIN
retroshare-gui/src/gui/images/tags/pgp-known.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
retroshare-gui/src/gui/images/tags/pgp-unknown.png
Normal file
After Width: | Height: | Size: 1.4 KiB |