removed unused old im icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3044 b45a01b8-16f6-495d-af2f-9b41ad6348cc
@ -96,30 +96,19 @@
|
|||||||
<file>images/console-small-hover.png</file>
|
<file>images/console-small-hover.png</file>
|
||||||
<file>images/console-small-up.png</file>
|
<file>images/console-small-up.png</file>
|
||||||
<file>images/contact_new128.png</file>
|
<file>images/contact_new128.png</file>
|
||||||
<file>images/dadd.png</file>
|
|
||||||
<file>images/dauthed.png</file>
|
|
||||||
<file>images/daway.png</file>
|
|
||||||
<file>images/dbrb.png</file>
|
|
||||||
<file>images/dbusy.png</file>
|
|
||||||
<file>images/dchat.png</file>
|
|
||||||
<file>images/ddeny.png</file>
|
|
||||||
<file>images/delete.png</file>
|
<file>images/delete.png</file>
|
||||||
<file>images/deleteall.png</file>
|
<file>images/deleteall.png</file>
|
||||||
<file>images/deletemail-pressed.png</file>
|
<file>images/deletemail-pressed.png</file>
|
||||||
<file>images/deletemail24.png</file>
|
<file>images/deletemail24.png</file>
|
||||||
<file>images/dhidden.png</file>
|
|
||||||
<file>images/directoryadd_24x24_shadow.png</file>
|
<file>images/directoryadd_24x24_shadow.png</file>
|
||||||
<file>images/directoryremove_24x24_shadow.png</file>
|
<file>images/directoryremove_24x24_shadow.png</file>
|
||||||
<file>images/directoryselect_24x24_shadow.png</file>
|
<file>images/directoryselect_24x24_shadow.png</file>
|
||||||
<file>images/diskSave.png</file>
|
<file>images/diskSave.png</file>
|
||||||
<file>images/dlunch.png</file>
|
|
||||||
<file>images/document_save.png</file>
|
<file>images/document_save.png</file>
|
||||||
<file>images/donline.png</file>
|
|
||||||
<file>images/down.png</file>
|
<file>images/down.png</file>
|
||||||
<file>images/down_24x24.png</file>
|
<file>images/down_24x24.png</file>
|
||||||
<file>images/download.png</file>
|
<file>images/download.png</file>
|
||||||
<file>images/download16.png</file>
|
<file>images/download16.png</file>
|
||||||
<file>images/dphone.png</file>
|
|
||||||
<file>images/edit_add24.png</file>
|
<file>images/edit_add24.png</file>
|
||||||
<file>images/edit-bold.png</file>
|
<file>images/edit-bold.png</file>
|
||||||
<file>images/edit-italic.png</file>
|
<file>images/edit-italic.png</file>
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
@ -44,8 +44,8 @@
|
|||||||
#define IMAGE_EXPIORTFRIEND ":/images/exportpeers_16x16.png"
|
#define IMAGE_EXPIORTFRIEND ":/images/exportpeers_16x16.png"
|
||||||
#define IMAGE_CHAT ":/images/chat.png"
|
#define IMAGE_CHAT ":/images/chat.png"
|
||||||
/* Images for Status icons */
|
/* Images for Status icons */
|
||||||
#define IMAGE_ONLINE ":/images/donline.png"
|
#define IMAGE_ONLINE ":/images/im-user.png"
|
||||||
#define IMAGE_OFFLINE ":/images/dhidden.png"
|
#define IMAGE_OFFLINE ":/images/im-user-offline.png"
|
||||||
|
|
||||||
/** Constructor */
|
/** Constructor */
|
||||||
ExampleDialog::ExampleDialog(QWidget *parent)
|
ExampleDialog::ExampleDialog(QWidget *parent)
|
||||||
|
@ -637,7 +637,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="images.qrc" />
|
<include location="../images.qrc" />
|
||||||
</resources>
|
</resources>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
@ -57,8 +57,8 @@ const uint32_t GAME_PEER_ID = 4;
|
|||||||
#define IMAGE_EXPIORTFRIEND ":/images/exportpeers_16x16.png"
|
#define IMAGE_EXPIORTFRIEND ":/images/exportpeers_16x16.png"
|
||||||
#define IMAGE_CHAT ":/images/chat.png"
|
#define IMAGE_CHAT ":/images/chat.png"
|
||||||
/* Images for Status icons */
|
/* Images for Status icons */
|
||||||
#define IMAGE_ONLINE ":/images/donline.png"
|
#define IMAGE_ONLINE ":/images/im-user.png"
|
||||||
#define IMAGE_OFFLINE ":/images/dhidden.png"
|
#define IMAGE_OFFLINE ":/images/im-user-offline.png"
|
||||||
|
|
||||||
/** Constructor */
|
/** Constructor */
|
||||||
GamesDialog::GamesDialog(QWidget *parent)
|
GamesDialog::GamesDialog(QWidget *parent)
|
||||||
|
@ -268,7 +268,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
</property>
|
</property>
|
||||||
<property name="icon" >
|
<property name="icon" >
|
||||||
<iconset resource="images.qrc" >
|
<iconset resource="images.qrc" >
|
||||||
<normaloff>:/images/dadd.png</normaloff>:/images/dadd.png</iconset>
|
<normaloff>:/images/dadd.png</normaloff>:/images/add_user24.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -327,7 +327,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="images.qrc" />
|
<include location="../images.qrc" />
|
||||||
</resources>
|
</resources>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
@ -47,8 +47,6 @@
|
|||||||
#define IMAGE_REMOVE ":/images/cancel.png"
|
#define IMAGE_REMOVE ":/images/cancel.png"
|
||||||
#define IMAGE_CHAT ":/images/chat.png"
|
#define IMAGE_CHAT ":/images/chat.png"
|
||||||
/* Images for Status icons */
|
/* Images for Status icons */
|
||||||
#define IMAGE_ONLINE ":/images/donline.png"
|
|
||||||
#define IMAGE_OFFLINE ":/images/dhidden.png"
|
|
||||||
#define IMAGE_PEER ":/images/user/identity16.png"
|
#define IMAGE_PEER ":/images/user/identity16.png"
|
||||||
#define IMAGE_PHOTOS ":/images/image16.png"
|
#define IMAGE_PHOTOS ":/images/image16.png"
|
||||||
|
|
||||||
|
@ -261,7 +261,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="images.qrc" />
|
<include location="../images.qrc" />
|
||||||
</resources>
|
</resources>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|