changed the default identity icons

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7133 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-02-19 16:20:19 +00:00
parent 4bdd7b3b4d
commit 265bc65299
27 changed files with 543 additions and 528 deletions

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@ IdEditDialog::IdEditDialog(QWidget *parent)
ui.setupUi(this);
ui.headerFrame->setHeaderImage(QPixmap(":/images/identity/list-add-user_64.png"));
ui.headerFrame->setHeaderImage(QPixmap(":/images/identity/identity_create_64.png"));
ui.headerFrame->setHeaderText(tr("Create New Identity"));
/* Setup UI helper */
@ -140,7 +140,7 @@ void IdEditDialog::updateIdType(bool pseudo)
void IdEditDialog::setupExistingId(std::string keyId)
{
setWindowTitle(tr("Edit identity"));
ui.headerFrame->setHeaderImage(QPixmap(":/images/identity/user-properties_64.png"));
ui.headerFrame->setHeaderImage(QPixmap(":/images/identity/identity_edit_64.png"));
ui.headerFrame->setHeaderText(tr("Edit identity"));
mIsNew = false;

View File

@ -541,12 +541,12 @@
<file>images/vote_down.png</file>
<file>images/window_fullscreen.png</file>
<file>images/window_nofullscreen.png</file>
<file>images/identity/user-identity_32.png</file>
<file>images/identity/list-add-user_32.png</file>
<file>images/identity/list-add-user_64.png</file>
<file>images/identity/list-remove-user_32.png</file>
<file>images/identity/user-properties_32.png</file>
<file>images/identity/user-properties_64.png</file>
<file>images/identity/identities_32.png</file>
<file>images/identity/identity_create_32.png</file>
<file>images/identity/identity_create_64.png</file>
<file>images/identity/identity_delete_32.png</file>
<file>images/identity/identity_edit_32.png</file>
<file>images/identity/identity_edit_64.png</file>
<file>qss/chat/standard/private/info.xml</file>
<file>qss/chat/standard/private/incoming.htm</file>
<file>qss/chat/standard/private/outgoing.htm</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -63,7 +63,7 @@
#define IMAGE_WIKI ":/images/wikibook_32.png"
#define IMAGE_POSTED ":/images/posted_32.png"
#define IMAGE_GXSCHANNELS ":/images/channels.png"
#define IMAGE_IDENTITY ":/images/identity/user-identity_32.png"
#define IMAGE_IDENTITY ":/images/identity/identities_32.png"
#define IMAGE_CIRCLES ":/images/user/agt_forum24.png"