changed the default identity icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7133 b45a01b8-16f6-495d-af2f-9b41ad6348cc
@ -40,7 +40,7 @@ IdEditDialog::IdEditDialog(QWidget *parent)
|
|||||||
|
|
||||||
ui.setupUi(this);
|
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"));
|
ui.headerFrame->setHeaderText(tr("Create New Identity"));
|
||||||
|
|
||||||
/* Setup UI helper */
|
/* Setup UI helper */
|
||||||
@ -140,7 +140,7 @@ void IdEditDialog::updateIdType(bool pseudo)
|
|||||||
void IdEditDialog::setupExistingId(std::string keyId)
|
void IdEditDialog::setupExistingId(std::string keyId)
|
||||||
{
|
{
|
||||||
setWindowTitle(tr("Edit identity"));
|
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"));
|
ui.headerFrame->setHeaderText(tr("Edit identity"));
|
||||||
|
|
||||||
mIsNew = false;
|
mIsNew = false;
|
||||||
|
@ -541,12 +541,12 @@
|
|||||||
<file>images/vote_down.png</file>
|
<file>images/vote_down.png</file>
|
||||||
<file>images/window_fullscreen.png</file>
|
<file>images/window_fullscreen.png</file>
|
||||||
<file>images/window_nofullscreen.png</file>
|
<file>images/window_nofullscreen.png</file>
|
||||||
<file>images/identity/user-identity_32.png</file>
|
<file>images/identity/identities_32.png</file>
|
||||||
<file>images/identity/list-add-user_32.png</file>
|
<file>images/identity/identity_create_32.png</file>
|
||||||
<file>images/identity/list-add-user_64.png</file>
|
<file>images/identity/identity_create_64.png</file>
|
||||||
<file>images/identity/list-remove-user_32.png</file>
|
<file>images/identity/identity_delete_32.png</file>
|
||||||
<file>images/identity/user-properties_32.png</file>
|
<file>images/identity/identity_edit_32.png</file>
|
||||||
<file>images/identity/user-properties_64.png</file>
|
<file>images/identity/identity_edit_64.png</file>
|
||||||
<file>qss/chat/standard/private/info.xml</file>
|
<file>qss/chat/standard/private/info.xml</file>
|
||||||
<file>qss/chat/standard/private/incoming.htm</file>
|
<file>qss/chat/standard/private/incoming.htm</file>
|
||||||
<file>qss/chat/standard/private/outgoing.htm</file>
|
<file>qss/chat/standard/private/outgoing.htm</file>
|
||||||
|
BIN
retroshare-gui/src/gui/images/identity/identities_32.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
retroshare-gui/src/gui/images/identity/identities_48.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
retroshare-gui/src/gui/images/identity/identities_64.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
retroshare-gui/src/gui/images/identity/identity_32.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
retroshare-gui/src/gui/images/identity/identity_48.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
retroshare-gui/src/gui/images/identity/identity_64.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
retroshare-gui/src/gui/images/identity/identity_create_32.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
retroshare-gui/src/gui/images/identity/identity_create_64.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
BIN
retroshare-gui/src/gui/images/identity/identity_delete_32.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
retroshare-gui/src/gui/images/identity/identity_edit_24.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
retroshare-gui/src/gui/images/identity/identity_edit_32.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
retroshare-gui/src/gui/images/identity/identity_edit_48.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
retroshare-gui/src/gui/images/identity/identity_edit_64.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 6.0 KiB |
@ -63,7 +63,7 @@
|
|||||||
#define IMAGE_WIKI ":/images/wikibook_32.png"
|
#define IMAGE_WIKI ":/images/wikibook_32.png"
|
||||||
#define IMAGE_POSTED ":/images/posted_32.png"
|
#define IMAGE_POSTED ":/images/posted_32.png"
|
||||||
#define IMAGE_GXSCHANNELS ":/images/channels.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"
|
#define IMAGE_CIRCLES ":/images/user/agt_forum24.png"
|
||||||
|
|
||||||
|
|
||||||
|