removed old unused icons
@ -197,7 +197,7 @@ ChatLobbyWidget::ChatLobbyWidget(QWidget *parent, Qt::WindowFlags flags)
|
||||
<p>Chat rooms work pretty much like IRC. \
|
||||
They allow you to talk anonymously with tons of people without the need to make friends.</p> \
|
||||
<p>A chat room can be public (your friends see it) or private (your friends can't see it, unless you \
|
||||
invite them with <img src=\":/images/add_24x24.png\" width=%2/>). \
|
||||
invite them with <img src=\":/icons/png/add.png\" width=%2/>). \
|
||||
Once you have been invited to a private room, you will be able to see it when your friends \
|
||||
are using it.</p> \
|
||||
<p>The list at left shows \
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "util/TokenQueue.h"
|
||||
#include "ui_CirclesDialog.h"
|
||||
|
||||
#define IMAGE_CIRCLES ":/images/circles/circles_32.png"
|
||||
#define IMAGE_CIRCLES ":/icons/png/circles.png"
|
||||
|
||||
class UIStateHelper;
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
||||
#define IMAGE_OPENFOLDER ":/images/folderopen.png"
|
||||
#define IMAGE_OPENFILE ":/images/fileopen.png"
|
||||
#define IMAGE_LIBRARY ":/images/library.png"
|
||||
#define IMAGE_CHANNEL ":/images/channels32.png"
|
||||
#define IMAGE_CHANNEL ":/icons/png/channels.png"
|
||||
#define IMAGE_FORUMS ":/icons/png/forums.png"
|
||||
#define IMAGE_COLLCREATE ":/images/library_add.png"
|
||||
#define IMAGE_COLLMODIF ":/images/library_edit.png"
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <QItemSelectionModel>
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
#define IMAGE_TRANSFERS ":/icons/ktorrent_128.png"
|
||||
#define IMAGE_TRANSFERS ":/icons/png/fileshare.png"
|
||||
|
||||
class QShortcut;
|
||||
class DLListDelegate;
|
||||
|
@ -17,8 +17,8 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="../images.qrc">
|
||||
<normaloff>:/images/identity/identities_32.png</normaloff>:/images/identity/identities_32.png</iconset>
|
||||
<iconset resource="../icons.qrc">
|
||||
<normaloff>:/icons/png/person.png</normaloff>:/icons/png/person.png</iconset>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="IdEditDialogVLayout">
|
||||
<property name="spacing">
|
||||
@ -528,6 +528,7 @@
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="../images.qrc"/>
|
||||
<include location="../icons.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
@ -141,7 +141,6 @@
|
||||
|
||||
#define IMAGE_BWGRAPH ":/icons/png/bandwidth.png"
|
||||
#define IMAGE_MESSENGER ":/images/rsmessenger48.png"
|
||||
#define IMAGE_BLOCK ":/images/blockdevice.png"
|
||||
#define IMAGE_COLOR ":/images/highlight.png"
|
||||
#define IMAGE_GAMES ":/images/kgames.png"
|
||||
#define IMAGE_PHOTO ":/images/lphoto.png"
|
||||
@ -153,7 +152,6 @@
|
||||
#define IMAGE_MAXIMIZE ":/images/window_fullscreen.png"
|
||||
|
||||
#define IMAGE_PLUGINS ":/images/extension_32.png"
|
||||
#define IMAGE_BLOGS ":/images/kblogger.png"
|
||||
|
||||
/*static*/ bool MainWindow::hiddenmode = false;
|
||||
|
||||
|
@ -47,12 +47,10 @@
|
||||
#include <time.h>
|
||||
|
||||
/* Images for context menu icons */
|
||||
#define IMAGE_LOADCERT ":/images/loadcert16.png"
|
||||
#define IMAGE_PEERDETAILS ":/images/info16.png"
|
||||
#define IMAGE_AUTH ":/images/encrypted16.png"
|
||||
#define IMAGE_CLEAN_UNUSED ":/images/deletemail24.png"
|
||||
#define IMAGE_MAKEFRIEND ":/images/user/add_user16.png"
|
||||
#define IMAGE_EXPORT ":/images/exportpeers_16x16.png"
|
||||
#define IMAGE_EXPORT ""
|
||||
#define IMAGE_COPYLINK ":/images/copyrslink.png"
|
||||
#define IMAGE_MESSAGE ":/images/mail_new.png"
|
||||
|
||||
|
@ -176,8 +176,8 @@
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>24</width>
|
||||
<height>24</height>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
|
@ -315,7 +315,7 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../LinksCloud/images.qrc"/>
|
||||
<include location="../images.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "gui/common/StatusDefs.h"
|
||||
#include "rshare.h"
|
||||
|
||||
#define IMAGE_TYPING ":/images/typing.png"
|
||||
#define IMAGE_TYPING ":/icons/png/typing.png"
|
||||
#define IMAGE_CHAT ":/images/chat.png"
|
||||
|
||||
ChatTabWidget::ChatTabWidget(QWidget *parent) :
|
||||
|
@ -1860,7 +1860,7 @@ void ChatWidget::updatePeersCustomStateString(const QString& /*peer_id*/, const
|
||||
void ChatWidget::updateStatusString(const QString &statusMask, const QString &statusString, bool permanent)
|
||||
{
|
||||
ui->typingLabel->setText(QString(statusMask).arg(trUtf8(statusString.toUtf8()))); // displays info for 5 secs.
|
||||
ui->typingPixmapLabel->setPixmap(QPixmap(":images/typing.png") );
|
||||
ui->typingPixmapLabel->setPixmap(QPixmap(":icons/png/typing.png") );
|
||||
|
||||
if (statusString == "is typing...") {
|
||||
typing = true;
|
||||
|
@ -76,14 +76,14 @@ void GroupShareKey::setTyp()
|
||||
if (!rsGxsChannels)
|
||||
return;
|
||||
|
||||
ui->headerFrame->setHeaderImage(QPixmap(":/images/channels.png"));
|
||||
ui->headerFrame->setHeaderImage(QPixmap(":/icons/png/channels.png"));
|
||||
ui->headerFrame->setHeaderText(tr("Share channel publish permissions"));
|
||||
ui->sharekeyinfo_label->setText(tr("You can allow your friends to publish in your channel, or send the publish permissions to another Retroshare instance of yours. Select the friends which you want to be allowed to publish in this channel. Note: it is currently not possible to revoke channel publish permissions."));
|
||||
}
|
||||
else if(mGrpType == FORUM_KEY_SHARE)
|
||||
{
|
||||
|
||||
ui->headerFrame->setHeaderImage(QPixmap(":/images/konversation64.png"));
|
||||
ui->headerFrame->setHeaderImage(QPixmap(":/icons/png/forums.png"));
|
||||
ui->headerFrame->setHeaderText(tr("Share forum admin permissions"));
|
||||
ui->sharekeyinfo_label->setText(tr("You can let your friends know about your forum by sharing it with them. Select the friends with which you want to share your forum."));
|
||||
|
||||
|
@ -175,7 +175,7 @@ QString GxsChannelDialog::icon(IconType type)
|
||||
case ICON_SEARCH:
|
||||
return ":/images/find.png";
|
||||
case ICON_DEFAULT:
|
||||
return ":/images/channels.png";
|
||||
return ":/icons/png/channels.png";
|
||||
}
|
||||
|
||||
return "";
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#define CHAN_DEFAULT_IMAGE ":/images/channels.png"
|
||||
#define CHAN_DEFAULT_IMAGE ":/icons/png/channels.png"
|
||||
|
||||
#define ROLE_PUBLISH FEED_TREEWIDGET_SORTROLE
|
||||
|
||||
|
@ -35,12 +35,6 @@
|
||||
<file>icons/bullet_grey_128.png</file>
|
||||
<file>icons/bullet_red_128.png</file>
|
||||
<file>icons/bullet_yellow_128.png</file>
|
||||
<file>icons/channels_128.png</file>
|
||||
<file>icons/channels_red_128.png</file>
|
||||
<file>icons/chat_128.png</file>
|
||||
<file>icons/chat_red_128.png</file>
|
||||
<file>icons/circles_128.png</file>
|
||||
<file>icons/circles_new_128.png</file>
|
||||
<file>icons/flag-green.png</file>
|
||||
<file>icons/friends_128.png</file>
|
||||
<file>icons/global_switch_off_128.png</file>
|
||||
@ -51,13 +45,6 @@
|
||||
<file>icons/information_128.png</file>
|
||||
<file>icons/internet_128.png</file>
|
||||
<file>icons/invite64.png</file>
|
||||
<file>icons/knews_128.png</file>
|
||||
<file>icons/knews_red_128.png</file>
|
||||
<file>icons/konversation_128.png</file>
|
||||
<file>icons/konversation128.png</file>
|
||||
<file>icons/konversation_red_128.png</file>
|
||||
<file>icons/ktorrent_128.png</file>
|
||||
<file>icons/ktorrent_red_128.png</file>
|
||||
<file>icons/logo_0_connected_128.png</file>
|
||||
<file>icons/logo_128.png</file>
|
||||
<file>icons/logo_1_connected_128.png</file>
|
||||
@ -136,8 +123,6 @@
|
||||
<file>icons/png/thumbs-up.png</file>
|
||||
<file>icons/png/typing.png</file>
|
||||
<file>icons/png/video.png</file>
|
||||
<file>icons/posted_128.png</file>
|
||||
<file>icons/posted_red_128.png</file>
|
||||
<file>icons/quit_128.png</file>
|
||||
<file>icons/search_red_128.png</file>
|
||||
<file>icons/security_high_128.png</file>
|
||||
|
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 26 KiB |
@ -12,18 +12,18 @@
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
id="svg4155"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
xml:space="preserve"
|
||||
width="80"
|
||||
height="80"
|
||||
viewBox="0 0 80 80"
|
||||
sodipodi:docname="message.svg"
|
||||
inkscape:export-filename="C:\Users\Mustermann\Documents\GitHub\RetroShare\retroshare-gui\src\gui\icons\png\message.png"
|
||||
inkscape:export-filename="C:\Users\ProBook\Documents\GitHub\RetroShare\retroshare-gui\src\gui\icons\png\message.png"
|
||||
inkscape:export-xdpi="153.60001"
|
||||
inkscape:export-ydpi="153.60001"><metadata
|
||||
id="metadata4161"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs4159"><linearGradient
|
||||
id="linearGradient4148"
|
||||
osb:paint="solid"><stop
|
||||
@ -38,13 +38,13 @@
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1152"
|
||||
inkscape:window-height="801"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="705"
|
||||
id="namedview4157"
|
||||
showgrid="false"
|
||||
inkscape:zoom="5.11875"
|
||||
inkscape:cx="22.066693"
|
||||
inkscape:cy="66.571881"
|
||||
inkscape:cx="9.5726496"
|
||||
inkscape:cy="41.771361"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
@ -64,6 +64,6 @@
|
||||
id="rect3"
|
||||
transform="scale(1,-1)" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 62.59383,14.011166 44.82995,31.87346 62.643037,49.63734 V 14.011166 h -0.0492 z M 4.8735216,10.66506 22.785025,28.576564 26.721618,24.689177 c 1.476222,-1.476223 3.247689,-2.460373 5.412815,-2.460373 2.165128,0 3.936596,0.98415 5.412819,2.460373 L 41.483845,28.576564 59.395347,10.66506 Z M 59.493762,53.377103 33.955109,27.740037 c -0.492074,-0.492075 -0.93494,-0.787319 -1.820676,-0.787319 -0.885732,0 -1.3286,0.295244 -1.820675,0.787319 L 4.7751066,53.377103 Z M 1.6750374,49.63734 19.488126,31.87346 1.6750374,14.011166 Z"
|
||||
d="m 61.161264,15.970821 -16.879585,16.9731 16.926343,16.879586 V 15.970821 h -0.04675 z M 6.3142996,12.791285 23.33416,29.811147 27.074788,26.117276 c 1.402735,-1.402737 3.086017,-2.337895 5.143362,-2.337895 2.057347,0 3.740631,0.935158 5.143366,2.337895 l 3.740628,3.693871 17.019859,-17.019862 z M 58.215519,53.377103 33.948192,29.016262 c -0.467578,-0.467579 -0.888398,-0.748126 -1.730042,-0.748126 -0.84164,0 -1.262462,0.280547 -1.73004,0.748126 L 6.2207837,53.377103 Z M 3.2750374,49.823507 20.201382,32.943921 3.2750374,15.970821 Z"
|
||||
id="path8"
|
||||
style="fill:#039bd5;fill-opacity:1;stroke-width:1.4163276" /></g></svg>
|
||||
style="fill:#039bd5;fill-opacity:1;stroke-width:1.3458221" /></g></svg>
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
114
retroshare-gui/src/gui/icons/svg/video-camera.svg
Normal file
@ -0,0 +1,114 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="512px"
|
||||
viewBox="0 -16 512 512"
|
||||
width="512px"
|
||||
class=""
|
||||
version="1.1"
|
||||
id="svg18"
|
||||
sodipodi:docname="video-camera.svg"
|
||||
inkscape:export-filename="C:\Users\Mustermann\Documents\GitHub\RetroShare\retroshare-gui\src\gui\icons\png\video-camera.png"
|
||||
inkscape:export-xdpi="24"
|
||||
inkscape:export-ydpi="24"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
||||
<metadata
|
||||
id="metadata24">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs22" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1152"
|
||||
inkscape:window-height="801"
|
||||
id="namedview20"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.4609375"
|
||||
inkscape:cx="256"
|
||||
inkscape:cy="256"
|
||||
inkscape:window-x="-8"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg18" />
|
||||
<g
|
||||
id="g16"
|
||||
transform="matrix(0.91525424,0,0,0.91525424,23.864407,21.694915)">
|
||||
<path
|
||||
d="M 91,210 H 0 V 480 H 391 V 210 Z m 60,223.02344 V 256.97656 L 283.03906,345 Z m 0,0"
|
||||
data-original="#000000"
|
||||
class="active-path"
|
||||
data-old_color="#000000"
|
||||
id="path2"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#039bd5" />
|
||||
<path
|
||||
d="m 181,313.02344 v 63.95312 L 228.96094,345 Z m 0,0"
|
||||
data-original="#000000"
|
||||
class="active-path"
|
||||
data-old_color="#000000"
|
||||
id="path4"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#039bd5" />
|
||||
<path
|
||||
d="m 271,75 c -16.53906,0 -30,13.460938 -30,30 0,16.53906 13.46094,30 30,30 16.53906,0 30,-13.46094 30,-30 0,-16.539062 -13.46094,-30 -30,-30 z m 0,0"
|
||||
data-original="#000000"
|
||||
class="active-path"
|
||||
data-old_color="#000000"
|
||||
id="path6"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#039bd5" />
|
||||
<path
|
||||
d="M 376,105 C 376,47.109375 328.89062,0 271,0 213.10937,0 166,47.109375 166,105 c 0,57.89062 47.10937,105 105,105 57.89062,0 105,-47.10938 105,-105 z m -105,60 c -33.08984,0 -60,-26.91016 -60,-60 0,-33.089844 26.91016,-60 60,-60 33.08984,0 60,26.910156 60,60 0,33.08984 -26.91016,60 -60,60 z m 0,0"
|
||||
data-original="#000000"
|
||||
class="active-path"
|
||||
data-old_color="#000000"
|
||||
id="path8"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#039bd5" />
|
||||
<path
|
||||
d="m 91,150 0.01563,-15 c -0.01563,0 -0.03125,0 -0.03125,0.0156 z m 0,0"
|
||||
data-original="#000000"
|
||||
class="active-path"
|
||||
data-old_color="#000000"
|
||||
id="path10"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#039bd5" />
|
||||
<path
|
||||
d="M 166,135 C 166,93.648438 132.35156,60 91,60 49.648438,60 16,93.648438 16,135 c 0,41.35156 33.648438,75 75,75 41.35156,0 75,-33.64844 75,-75 z m -75,30 c -16.539062,0 -30,-13.46094 -30,-30 0,-16.53906 13.460938,-30 30,-30 16.53906,0 30,13.46094 30,30 0,16.53906 -13.46094,30 -30,30 z m 0,0"
|
||||
data-original="#000000"
|
||||
class="active-path"
|
||||
data-old_color="#000000"
|
||||
id="path12"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#039bd5" />
|
||||
<path
|
||||
d="m 421,275.72656 v 138.54688 l 91,45 V 230.72656 Z m 0,0"
|
||||
data-original="#000000"
|
||||
class="active-path"
|
||||
data-old_color="#000000"
|
||||
id="path14"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#039bd5" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.1 KiB |
@ -10,8 +10,6 @@
|
||||
<file>images/switch01.png</file>
|
||||
<file>images/switch10.png</file>
|
||||
<file>images/switch11.png</file>
|
||||
<file>images/add_chat24.png</file>
|
||||
<file>images/RSS_004_32.png</file>
|
||||
<file>images/mail-encrypted-full.png</file>
|
||||
<file>images/mail-signed-full.png</file>
|
||||
<file>images/document-edit-sign.png</file>
|
||||
@ -19,7 +17,6 @@
|
||||
<file>images/inbox_22.png</file>
|
||||
<file>images/blue_lock.png</file>
|
||||
<file>images/blue_lock_open.png</file>
|
||||
<file>images/d-chat64.png</file>
|
||||
<file>images/edit_24.png</file>
|
||||
<file>images/streaming.png</file>
|
||||
<file>images/white-bubble-64.png</file>
|
||||
@ -47,8 +44,6 @@
|
||||
<file>images/avatar_request.png</file>
|
||||
<file>images/avatar_refused.png</file>
|
||||
<file>images/avatar_request_unknown.png</file>
|
||||
<file>images/backblue.png</file>
|
||||
<file>images/backchat.png</file>
|
||||
<file>images/buttonframe.png</file>
|
||||
<file>images/btn1.png</file>
|
||||
<file>images/btn2.png</file>
|
||||
@ -81,10 +76,6 @@
|
||||
<file>help/licence.html</file>
|
||||
<file>help/thanks.html</file>
|
||||
<file>images/accepted16.png</file>
|
||||
<file>images/add_image24.png</file>
|
||||
<file>images/add_channel64.png</file>
|
||||
<file>images/add_channel24.png</file>
|
||||
<file>images/add_channel32.png</file>
|
||||
<file>images/admin-16.png</file>
|
||||
<file>images/admin-32.png</file>
|
||||
<file>images/admin-24.png</file>
|
||||
@ -106,20 +97,8 @@
|
||||
<file>images/avatarstatus-bg-offline-70.png</file>
|
||||
<file>images/browse-looking.gif</file>
|
||||
<file>images/back.png</file>
|
||||
<file>images/backgroundl.png</file>
|
||||
<file>images/blockdevice.png</file>
|
||||
<file>images/blockdevice2.png</file>
|
||||
<file>images/configure.png</file>
|
||||
<file>images/channels.png</file>
|
||||
<file>images/turtle.png</file>
|
||||
<file>images/channels16.png</file>
|
||||
<file>images/channels24.png</file>
|
||||
<file>images/channels32.png</file>
|
||||
<file>images/channels_new.png</file>
|
||||
<file>images/channelsred.png</file>
|
||||
<file>images/channelsyellow.png</file>
|
||||
<file>images/channelsgreen.png</file>
|
||||
<file>images/channelsblue.png</file>
|
||||
<file>images/copyrslink.png</file>
|
||||
<file>images/contacts24.png</file>
|
||||
<file>images/contactsclosed24.png</file>
|
||||
@ -157,21 +136,12 @@
|
||||
<file>images/graph-checking.png</file>
|
||||
<file>images/graph-blue.png</file>
|
||||
<file>images/add-share24.png</file>
|
||||
<file>images/add_24x24.png</file>
|
||||
<file>images/advsearch_24x24.png</file>
|
||||
<file>images/amsn16.png</file>
|
||||
<file>images/attachment.png</file>
|
||||
<file>images/avatar_background.png</file>
|
||||
<file>images/backgroundimage.png</file>
|
||||
<file>images/button_cancel.png</file>
|
||||
<file>images/calendar.png</file>
|
||||
<file>images/chat.png</file>
|
||||
<file>images/chat_22.png</file>
|
||||
<file>images/chat_24.png</file>
|
||||
<file>images/chat_32.png</file>
|
||||
<file>images/chat_64.png</file>
|
||||
<file>images/chat_x24.png</file>
|
||||
<file>images/chat_red24.png</file>
|
||||
<file>images/cancel.png</file>
|
||||
<file>images/close-down.png</file>
|
||||
<file>images/close_normal.png</file>
|
||||
@ -198,16 +168,8 @@
|
||||
<file>images/edit-italic.png</file>
|
||||
<file>images/edit-underline.png</file>
|
||||
<file>images/edit_remove24.png</file>
|
||||
<file>images/encrypted16.png</file>
|
||||
<file>images/encrypted22.png</file>
|
||||
<file>images/encrypted32.png</file>
|
||||
<file>images/encrypted48.png</file>
|
||||
<file>images/disabled_plugin_48.png</file>
|
||||
<file>images/evolution.png</file>
|
||||
<file>images/exit_24x24.png</file>
|
||||
<file>images/exit_32.png</file>
|
||||
<file>images/expand_frame.png</file>
|
||||
<file>images/exportpeers_16x16.png</file>
|
||||
<file>images/extension_32.png</file>
|
||||
<file>images/filefind.png</file>
|
||||
<file>images/fileinfo.png</file>
|
||||
@ -227,7 +189,6 @@
|
||||
<file>images/fileshare64.png</file>
|
||||
<file>images/find.png</file>
|
||||
<file>images/find-16.png</file>
|
||||
<file>images/emoticons/kopete/kopete020.png</file>
|
||||
<file>images/flags/af.png</file>
|
||||
<file>images/flags/bg.png</file>
|
||||
<file>images/flags/zh_CN.png</file>
|
||||
@ -270,7 +231,6 @@
|
||||
<file>images/folder_video.png</file>
|
||||
<file>images/folder_blueshared.png</file>
|
||||
<file>images/forward.png</file>
|
||||
<file>images/friendsfolder24.png</file>
|
||||
<file>images/kgames.png</file>
|
||||
<file>images/go-down.png</file>
|
||||
<file>images/go-top.png</file>
|
||||
@ -279,16 +239,11 @@
|
||||
<file>images/graph-area.png</file>
|
||||
<file>images/graph-line.png</file>
|
||||
<file>images/groupchat.png</file>
|
||||
<file>images/genbackground.png</file>
|
||||
<file>images/gohome.png</file>
|
||||
<file>images/gpgp_key_generate.png</file>
|
||||
<file>images/help.png</file>
|
||||
<file>images/help24.png</file>
|
||||
<file>images/hide_toolbox_frame.png</file>
|
||||
<file>images/hide_frame.png</file>
|
||||
<file>images/highlight.png</file>
|
||||
<file>images/hi16-app-ktorrent.png</file>
|
||||
<file>images/hi24-app-ktorrent.png</file>
|
||||
<file>images/hot_0.png</file>
|
||||
<file>images/hot_1.png</file>
|
||||
<file>images/hot_2.png</file>
|
||||
@ -307,30 +262,10 @@
|
||||
<file>images/connect_friend.png</file>
|
||||
<file>images/kalarm.png</file>
|
||||
<file>images/kbackgammon.png</file>
|
||||
<file>images/kblogger.png</file>
|
||||
<file>images/hi48-app-kblogger.png</file>
|
||||
<file>images/hi64-app-kblogger.png</file>
|
||||
<file>images/transfers_new.png</file>
|
||||
<file>images/kcmsystem24.png</file>
|
||||
<file>images/kdmconfig.png</file>
|
||||
<file>images/konsole.png</file>
|
||||
<file>images/newsfeed128.png</file>
|
||||
<file>images/newsfeed128_notify.png</file>
|
||||
<file>images/konversation.png</file>
|
||||
<file>images/konversation16.png</file>
|
||||
<file>images/konversation128.png</file>
|
||||
<file>images/konv_message2.png</file>
|
||||
<file>images/konv_message3.png</file>
|
||||
<file>images/konv_message64.png</file>
|
||||
<file>images/konversation64.png</file>
|
||||
<file>images/forums_new.png</file>
|
||||
<file>images/ksysguard.png</file>
|
||||
<file>images/ksysguard32.png</file>
|
||||
<file>images/ktorrent.png</file>
|
||||
<file>images/ktorrent32.png</file>
|
||||
<file>images/knewsticker24.png</file>
|
||||
<file>images/library.png</file>
|
||||
<file>images/loadcert16.png</file>
|
||||
<file>images/ledoff1.png</file>
|
||||
<file>images/ledon1.png</file>
|
||||
<file>images/locale.png</file>
|
||||
@ -352,10 +287,6 @@
|
||||
<file>images/logo/logo_info.png</file>
|
||||
<file>images/logo/logo_splash.png</file>
|
||||
<file>images/logo/logo_web_nobackground.png</file>
|
||||
<file>images/logobar/logo_bar_fill.png</file>
|
||||
<file>images/logobar/logo_bar_start.png</file>
|
||||
<file>images/logobar/rslogo.png</file>
|
||||
<file>images/logobar/rslogo2.png</file>
|
||||
<file>images/mail-message-new.png</file>
|
||||
<file>images/mail-signed.png</file>
|
||||
<file>images/mail-signature-unknown.png</file>
|
||||
@ -382,16 +313,10 @@
|
||||
<file>images/message-state-header.png</file>
|
||||
<file>images/message-state-new.png</file>
|
||||
<file>images/message-news.png</file>
|
||||
<file>images/message_new.png</file>
|
||||
<file>images/message.png</file>
|
||||
<file>images/messenger.png</file>
|
||||
<file>images/mute-off-16.png</file>
|
||||
<file>images/mute-on-16.png</file>
|
||||
<file>images/my_documents_16.png</file>
|
||||
<file>images/my_documents_22.png</file>
|
||||
<file>images/network.png</file>
|
||||
<file>images/network16.png</file>
|
||||
<file>images/network32.png</file>
|
||||
<file>images/new-mail-alert.png</file>
|
||||
<file>images/new_forum16.png</file>
|
||||
<file>images/newmsg.png</file>
|
||||
@ -439,7 +364,6 @@
|
||||
<file>images/save24.png</file>
|
||||
<file>images/send24.png</file>
|
||||
<file>images/settings.png</file>
|
||||
<file>images/settings16.png</file>
|
||||
<file>images/show_toolbox_frame.png</file>
|
||||
<file>images/start.png</file>
|
||||
<file>images/stop.png</file>
|
||||
@ -449,7 +373,6 @@
|
||||
<file>images/StatisticsDetail.png</file>
|
||||
<file>images/status_unknown.png</file>
|
||||
<file>images/startall.png</file>
|
||||
<file>images/server_24x24.png</file>
|
||||
<file>images/sort_incr.png</file>
|
||||
<file>images/sort_decrease.png</file>
|
||||
<file>images/sound.png</file>
|
||||
@ -459,10 +382,8 @@
|
||||
<file>images/tag24.png</file>
|
||||
<file>images/transferupdown.png</file>
|
||||
<file>images/tools_wizard.png</file>
|
||||
<file>images/typing.png</file>
|
||||
<file>images/trustsettings.png</file>
|
||||
<file>images/uploads.png</file>
|
||||
<file>images/headerFrame.png</file>
|
||||
<file>images/loader/indicator-16.gif</file>
|
||||
<file>images/loader/indicator-32.gif</file>
|
||||
<file>images/loader/circleball-16.gif</file>
|
||||
@ -507,9 +428,6 @@
|
||||
<file>images/textedit/hi22-action-format-text-blockquote.png</file>
|
||||
<file>images/textedit/hi22-action-format-text-code.png</file>
|
||||
<file>images/textedit/hi22-action-insert-more-mark.png</file>
|
||||
<file>images/toaster/chat.png</file>
|
||||
<file>images/toaster/hangup.png</file>
|
||||
<file>images/toaster/pickup.png</file>
|
||||
<file>images/toaster/backgroundtoaster.png</file>
|
||||
<file>images/thumb-default-video.png</file>
|
||||
<file>images/user/add_user24.png</file>
|
||||
@ -562,18 +480,8 @@
|
||||
<file>images/view_calendar_month.png</file>
|
||||
<file>images/view_calendar_list.png</file>
|
||||
<file>images/view_split_top_bottom.png</file>
|
||||
<file>images/vote_up.png</file>
|
||||
<file>images/vote_down.png</file>
|
||||
<file>images/vote_neutral.png</file>
|
||||
<file>images/window_fullscreen.png</file>
|
||||
<file>images/window_nofullscreen.png</file>
|
||||
<file>images/identity/identities_32.png</file>
|
||||
<file>images/identity/identity_64.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>
|
||||
@ -633,12 +541,6 @@
|
||||
<file>qss/chat/compact/history/variants/Colored.css</file>
|
||||
<file>qss/stylesheet/qss.default</file>
|
||||
<file>qss/stylesheet/Standard.qss</file>
|
||||
<file>images/connect/connectFriendWatermark.png</file>
|
||||
<file>images/connect/connectFriendLogo.png</file>
|
||||
<file>images/connect/connectFriendBanner.png</file>
|
||||
<file>images/connect/connectFriendBanner1.png</file>
|
||||
<file>images/connect/info16.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>
|
||||
@ -646,10 +548,6 @@
|
||||
<file>images/tags/dev-translator.png</file>
|
||||
<file>images/tags/dev-patcher.png</file>
|
||||
<file>images/tags/developer.png</file>
|
||||
<file>images/circles/circles_32.png</file>
|
||||
<file>images/circles/circles_64.png</file>
|
||||
<file>images/newsfeed/news-feed-32.png</file>
|
||||
<file>images/newsfeed/news-feed-notify-32.png</file>
|
||||
<file>images/share-icon-16.png</file>
|
||||
<file>images/view-certificate-sign-48.png</file>
|
||||
<file>images/toasterEnable.png</file>
|
||||
@ -665,8 +563,6 @@
|
||||
<file>images/view-feeds.png</file>
|
||||
<file>images/view-files.png</file>
|
||||
<file>images/emblem-web.png</file>
|
||||
<file>images/rsmessenger16.png</file>
|
||||
<file>images/rsmessenger32.png</file>
|
||||
<file>images/rsmessenger48.png</file>
|
||||
<file>images/SmileyText.png</file>
|
||||
<file>images/SimpleText.png</file>
|
||||
|
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 892 B |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1014 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.2 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.3 KiB |
Before Width: | Height: | Size: 1.2 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.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 907 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 825 B |