mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
updated icons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@654 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1dd4274f2e
commit
e617197a01
5 changed files with 13 additions and 9 deletions
|
@ -61,11 +61,12 @@
|
||||||
|
|
||||||
/* Images for toolbar icons */
|
/* Images for toolbar icons */
|
||||||
#define IMAGE_NETWORK ":/images/network32.png"
|
#define IMAGE_NETWORK ":/images/network32.png"
|
||||||
#define IMAGE_PEERS ":/images/peers_24x24.png"
|
#define IMAGE_PEERS ":/images/groupchat.png"
|
||||||
#define IMAGE_SEARCH ":/images/filefind.png"
|
#define IMAGE_SEARCH ":/images/filefind.png"
|
||||||
#define IMAGE_TRANSFERS ":/images/ktorrent.png"
|
#define IMAGE_TRANSFERS ":/images/ktorrent.png"
|
||||||
#define IMAGE_FILES ":/images/folder_green.png"
|
#define IMAGE_FILES ":/images/folder_green.png"
|
||||||
#define IMAGE_CHANNELS ":/images/konsole.png"
|
#define IMAGE_FORUMS ":/images/user/agt_forum24.png"
|
||||||
|
#define IMAGE_CHANNELS ":/images/channels.png"
|
||||||
#define IMAGE_PREFERENCES ":/images/settings16.png"
|
#define IMAGE_PREFERENCES ":/images/settings16.png"
|
||||||
#define IMAGE_CHAT ":/images/chats_24x24.png"
|
#define IMAGE_CHAT ":/images/chats_24x24.png"
|
||||||
#define IMAGE_RETROSHARE ":/images/RetroShare16.png"
|
#define IMAGE_RETROSHARE ":/images/RetroShare16.png"
|
||||||
|
@ -79,7 +80,9 @@
|
||||||
#define IMAGE_CLOSE ":/images/close_normal.png"
|
#define IMAGE_CLOSE ":/images/close_normal.png"
|
||||||
#define IMAGE_SMPLAYER ":/images/smplayer_icon32.png"
|
#define IMAGE_SMPLAYER ":/images/smplayer_icon32.png"
|
||||||
#define IMAGE_CALENDAR ":/images/calendar.png"
|
#define IMAGE_CALENDAR ":/images/calendar.png"
|
||||||
#define IMAGE_NEWSFEED ":/images/konsole.png"
|
#define IMAGE_NEWSFEED ":/images/konqsidebar_news24.png"
|
||||||
|
#define IMAGE_LINKS ":/images/ktorrent.png"
|
||||||
|
#define IMAGE_MESSAGES ":/images/evolution.png"
|
||||||
|
|
||||||
|
|
||||||
/* Keys for UI Preferences */
|
/* Keys for UI Preferences */
|
||||||
|
@ -117,15 +120,15 @@ ApplicationWindow::ApplicationWindow(QWidget* parent, Qt::WFlags flags)
|
||||||
|
|
||||||
PeersFeed *peersFeed = NULL;
|
PeersFeed *peersFeed = NULL;
|
||||||
ui.stackPages->add(peersFeed = new PeersFeed(ui.stackPages),
|
ui.stackPages->add(peersFeed = new PeersFeed(ui.stackPages),
|
||||||
createPageAction(QIcon(IMAGE_NEWSFEED), tr("Peers"), grp));
|
createPageAction(QIcon(IMAGE_PEERS), tr("Peers"), grp));
|
||||||
|
|
||||||
TransferFeed *transferFeed = NULL;
|
TransferFeed *transferFeed = NULL;
|
||||||
ui.stackPages->add(transferFeed = new TransferFeed(ui.stackPages),
|
ui.stackPages->add(transferFeed = new TransferFeed(ui.stackPages),
|
||||||
createPageAction(QIcon(IMAGE_NEWSFEED), tr("Transfers"), grp));
|
createPageAction(QIcon(IMAGE_LINKS), tr("Transfers"), grp));
|
||||||
|
|
||||||
MsgFeed *msgFeed = NULL;
|
MsgFeed *msgFeed = NULL;
|
||||||
ui.stackPages->add(msgFeed = new MsgFeed(ui.stackPages),
|
ui.stackPages->add(msgFeed = new MsgFeed(ui.stackPages),
|
||||||
createPageAction(QIcon(IMAGE_NEWSFEED), tr("Messages"), grp));
|
createPageAction(QIcon(IMAGE_MESSAGES), tr("Messages"), grp));
|
||||||
|
|
||||||
BlogDialog *blogDialog = NULL;
|
BlogDialog *blogDialog = NULL;
|
||||||
ui.stackPages->add(blogDialog = new BlogDialog(ui.stackPages),
|
ui.stackPages->add(blogDialog = new BlogDialog(ui.stackPages),
|
||||||
|
@ -137,7 +140,7 @@ ApplicationWindow::ApplicationWindow(QWidget* parent, Qt::WFlags flags)
|
||||||
|
|
||||||
ForumsDialog *forumsDialog = NULL;
|
ForumsDialog *forumsDialog = NULL;
|
||||||
ui.stackPages->add(forumsDialog = new ForumsDialog(ui.stackPages),
|
ui.stackPages->add(forumsDialog = new ForumsDialog(ui.stackPages),
|
||||||
createPageAction(QIcon(IMAGE_NETWORK), tr("Forums"), grp));
|
createPageAction(QIcon(IMAGE_FORUMS), tr("Forums"), grp));
|
||||||
|
|
||||||
GamesDialog *gamesDialog = NULL;
|
GamesDialog *gamesDialog = NULL;
|
||||||
ui.stackPages->add(gamesDialog = new GamesDialog(ui.stackPages),
|
ui.stackPages->add(gamesDialog = new GamesDialog(ui.stackPages),
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
#define IMAGE_PEERS ":/images/groupchat.png"
|
#define IMAGE_PEERS ":/images/groupchat.png"
|
||||||
#define IMAGE_SEARCH ":/images/filefind.png"
|
#define IMAGE_SEARCH ":/images/filefind.png"
|
||||||
#define IMAGE_TRANSFERS ":/images/ktorrent32.png"
|
#define IMAGE_TRANSFERS ":/images/ktorrent32.png"
|
||||||
#define IMAGE_LINKS ":/images/ktorrent.png"
|
#define IMAGE_LINKS ":/images/knewsticker24.png"
|
||||||
#define IMAGE_FILES ":/images/folder_green.png"
|
#define IMAGE_FILES ":/images/folder_green.png"
|
||||||
#define IMAGE_CHANNELS ":/images/channels.png"
|
#define IMAGE_CHANNELS ":/images/channels.png"
|
||||||
#define IMAGE_PREFERENCES ":/images/settings16.png"
|
#define IMAGE_PREFERENCES ":/images/settings16.png"
|
||||||
|
@ -81,7 +81,6 @@
|
||||||
#define IMAGE_GAMES ":/images/kgames.png"
|
#define IMAGE_GAMES ":/images/kgames.png"
|
||||||
#define IMAGE_PHOTO ":/images/lphoto.png"
|
#define IMAGE_PHOTO ":/images/lphoto.png"
|
||||||
#define IMAGE_SMPLAYER ":/images/smplayer_icon32.png"
|
#define IMAGE_SMPLAYER ":/images/smplayer_icon32.png"
|
||||||
#define IMAGE_LINKS ":/images/ktorrent.png"
|
|
||||||
#define IMAGE_ADDFRIEND ":/images/add-friend24.png"
|
#define IMAGE_ADDFRIEND ":/images/add-friend24.png"
|
||||||
#define IMAGE_INVITEFRIEND ":/images/invite-friend24.png"
|
#define IMAGE_INVITEFRIEND ":/images/invite-friend24.png"
|
||||||
#define IMAGE_ADDSHARE ":/images/directoryadd_24x24_shadow.png"
|
#define IMAGE_ADDSHARE ":/images/directoryadd_24x24_shadow.png"
|
||||||
|
|
|
@ -139,9 +139,11 @@
|
||||||
<file>images/kbackgammon.png</file>
|
<file>images/kbackgammon.png</file>
|
||||||
<file>images/kdmconfig.png</file>
|
<file>images/kdmconfig.png</file>
|
||||||
<file>images/konsole.png</file>
|
<file>images/konsole.png</file>
|
||||||
|
<file>images/konqsidebar_news24.png</file>
|
||||||
<file>images/ksysguard.png</file>
|
<file>images/ksysguard.png</file>
|
||||||
<file>images/ktorrent.png</file>
|
<file>images/ktorrent.png</file>
|
||||||
<file>images/ktorrent32.png</file>
|
<file>images/ktorrent32.png</file>
|
||||||
|
<file>images/knewsticker24.png</file>
|
||||||
<file>images/loadcert16.png</file>
|
<file>images/loadcert16.png</file>
|
||||||
<file>images/locale.png</file>
|
<file>images/locale.png</file>
|
||||||
<file>images/looknfeel.png</file>
|
<file>images/looknfeel.png</file>
|
||||||
|
|
BIN
retroshare-gui/src/gui/images/knewsticker24.png
Normal file
BIN
retroshare-gui/src/gui/images/knewsticker24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
retroshare-gui/src/gui/images/konqsidebar_news24.png
Normal file
BIN
retroshare-gui/src/gui/images/konqsidebar_news24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue