From cdc12c03a4c105aa6e221f2a03efc024508a918f Mon Sep 17 00:00:00 2001 From: defnax Date: Sat, 23 Nov 2019 00:25:52 +0100 Subject: [PATCH] Remove fixed size issues with the invite/leave buttons on dark stylesheets Removed fixed size issues with the invite/leave buttons on dark stylesheets Added new context menu icons for Enter & join Chat rooms --- .gitignore | 1486 +++++++++++++++++ retroshare-gui/src/gui/ChatLobbyWidget.cpp | 8 +- .../src/gui/chat/ChatLobbyDialog.cpp | 8 +- retroshare-gui/src/gui/chat/ChatWidget.ui | 7 +- retroshare-gui/src/gui/icons.qrc | 2 + retroshare-gui/src/gui/icons/png/enter.png | Bin 0 -> 1824 bytes retroshare-gui/src/gui/icons/png/leave2.png | Bin 0 -> 1674 bytes 7 files changed, 1501 insertions(+), 10 deletions(-) create mode 100644 retroshare-gui/src/gui/icons/png/enter.png create mode 100644 retroshare-gui/src/gui/icons/png/leave2.png diff --git a/.gitignore b/.gitignore index ecf9f7099..6d0653e18 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,1489 @@ Thumbs.db *.pro.user .kdev4 *.kdev4 +libbitdht/src/lib/libbitdht.a +libbitdht/src/object_script.libbitdht.Debug +libbitdht/src/object_script.libbitdht.Release +libretroshare/src/lib/libretroshare.a +libretroshare/src/lib/libretroshare.dll.a +libretroshare/src/lib/retroshare.dll +libretroshare/src/object_script.libretroshare.Debug +libretroshare/src/object_script.libretroshare.Release +libretroshare/src/object_script.retroshare.Debug +libretroshare/src/object_script.retroshare.Release +libretroshare/src/sh.exe.stackdump +retroshare-service/src/lib/libretroshare-service.a +retroshare-gui/src/temp/moc/moc_predefs.h +retroshare-gui/src/temp/moc/Settings.moc +retroshare-gui/src/temp/moc/TorControl.moc +retroshare-gui/src/temp/moc/TorManager.moc +retroshare-service/src/release/retroshare-service.exe +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/variants/standard.css +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/variants/color.css +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/system.htm +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/outgoing.htm +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/ooutgoing.htm +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/main.css +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/Kopie von incoming.htm +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/info.xml +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/incoming.htm +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-red/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-orange/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-grey/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-green/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/img/bubble-blue/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/images.sh +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/houtgoing.htm +retroshare-gui/src/release/stylesheets/Bubble_Compact/private/hincoming.htm +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-red/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-orange/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-grey/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-green/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/src/img/bubble-blue/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/src/img.svg +retroshare-gui/src/release/stylesheets/Bubble/src/images.sh +retroshare-gui/src/release/stylesheets/Bubble/public/variants/standard.css +retroshare-gui/src/release/stylesheets/Bubble/public/variants/color.css +retroshare-gui/src/release/stylesheets/Bubble/public/system.htm +retroshare-gui/src/release/stylesheets/Bubble/public/outgoing.htm +retroshare-gui/src/release/stylesheets/Bubble/public/ooutgoing.htm +retroshare-gui/src/release/stylesheets/Bubble/public/main.css +retroshare-gui/src/release/stylesheets/Bubble/public/info.xml +retroshare-gui/src/release/stylesheets/Bubble/public/incoming.htm +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-red/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-orange/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-grey/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-green/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/public/img/bubble-blue/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/public/images.sh +retroshare-gui/src/release/stylesheets/Bubble/public/houtgoing.htm +retroshare-gui/src/release/stylesheets/Bubble/public/hincoming.htm +retroshare-gui/src/release/stylesheets/Bubble/private/variants/standard.css +retroshare-gui/src/release/stylesheets/Bubble/private/variants/color.css +retroshare-gui/src/release/stylesheets/Bubble/private/system.htm +retroshare-gui/src/release/stylesheets/Bubble/private/outgoing.htm +retroshare-gui/src/release/stylesheets/Bubble/private/ooutgoing.htm +retroshare-gui/src/release/stylesheets/Bubble/private/main.css +retroshare-gui/src/release/stylesheets/Bubble/private/info.xml +retroshare-gui/src/release/stylesheets/Bubble/private/incoming.htm +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-red/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-orange/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-grey/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-green/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/private/img/bubble-blue/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/private/images.sh +retroshare-gui/src/release/stylesheets/Bubble/private/houtgoing.htm +retroshare-gui/src/release/stylesheets/Bubble/private/hincoming.htm +retroshare-gui/src/release/stylesheets/Bubble/history/variants/standard.css +retroshare-gui/src/release/stylesheets/Bubble/history/variants/color.css +retroshare-gui/src/release/stylesheets/Bubble/history/system.htm +retroshare-gui/src/release/stylesheets/Bubble/history/outgoing.htm +retroshare-gui/src/release/stylesheets/Bubble/history/ooutgoing.htm +retroshare-gui/src/release/stylesheets/Bubble/history/main.css +retroshare-gui/src/release/stylesheets/Bubble/history/info.xml +retroshare-gui/src/release/stylesheets/Bubble/history/incoming.htm +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-red/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-orange/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-grey/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-green/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_TR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_TL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_tick.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_tick-right.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_tick-left.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_TC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_CR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_CL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_CC.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_BR.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_BL.png +retroshare-gui/src/release/stylesheets/Bubble/history/img/bubble-blue/bubble_BC.png +retroshare-gui/src/release/stylesheets/Bubble/history/images.sh +retroshare-gui/src/release/stylesheets/Bubble/history/houtgoing.htm +retroshare-gui/src/release/stylesheets/Bubble/history/hincoming.htm +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys9.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys8.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys7.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys6.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys5.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys47.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys46.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys45.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys44.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys43.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys42.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys41.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys40.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys4.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys39.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys38.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys37.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys36.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys35.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys34.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys33.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys32.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys31.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys30.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys3.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys29.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys28.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys27.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys26.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys25.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys24.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys23.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys22.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys21.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys20.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys2.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys19.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys18.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys17.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys16.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys15.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys14.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys13.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys12.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys11.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys10.png +retroshare-gui/src/release/stickers/YellowBoys/YellowBoys1.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy9.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy8.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy7.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy6.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy5.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy40.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy4.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy39.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy38.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy37.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy36.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy35.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy34.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy33.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy32.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy31.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy30.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy3.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy29.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy28.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy27.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy26.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy25.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy24.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy23.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy22.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy21.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy20.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy2.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy19.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy18.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy17.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy16.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy15.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy14.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy13.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy12.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy11.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy10.png +retroshare-gui/src/release/stickers/vk_diggy/vk_diggy1.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker9.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker8.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker7.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker6.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker5.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker4.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker3.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker25.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker24.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker23.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker22.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker21.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker20.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker2.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker19.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker18.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker17.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker16.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker15.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker14.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker13.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker12.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker11.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker10.png +retroshare-gui/src/release/stickers/TheJoker/TheJoker1.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool9.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool8.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool7.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool6.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool5.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool4.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool35.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool34.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool33.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool32.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool31.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool30.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool3.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool29.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool28.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool27.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool26.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool25.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool24.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool23.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool22.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool21.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool20.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool2.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool19.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool18.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool17.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool16.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool15.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool14.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool13.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool12.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool11.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool10.png +retroshare-gui/src/release/stickers/TheBestDeadpool/TheBestDeadpool1.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear9.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear8.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear7.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear6.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear5.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear4.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear3.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear25.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear24.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear23.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear22.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear21.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear20.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear2.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear19.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear18.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear17.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear16.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear15.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear14.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear13.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear12.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear11.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear10.png +retroshare-gui/src/release/stickers/tedthebear/tedthebear1.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya9.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya8.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya7.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya6.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya5.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya48.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya47.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya46.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya45.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya44.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya43.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya42.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya41.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya40.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya4.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya39.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya38.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya37.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya36.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya35.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya34.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya33.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya32.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya31.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya30.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya3.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya29.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya28.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya27.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya26.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya25.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya24.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya23.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya22.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya21.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya20.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya2.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya19.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya18.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya17.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya16.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya15.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya14.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya13.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya12.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya11.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya10.png +retroshare-gui/src/release/stickers/SmeshnayaSemya/SmeshnayaSemya1.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica9.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica8.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica7.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica6.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica5.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica4.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica35.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica34.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica33.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica32.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica31.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica30.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica3.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica29.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica28.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica27.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica26.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica25.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica24.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica23.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica22.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica21.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica20.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica2.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica19.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica18.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica17.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica16.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica15.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica14.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica13.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica12.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica11.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica10.png +retroshare-gui/src/release/stickers/rabbitjessica/rabbitjessica1.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls9.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls8.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls7.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls6.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls5.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls4.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls35.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls34.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls33.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls32.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls31.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls30.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls3.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls29.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls28.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls27.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls26.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls25.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls24.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls23.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls22.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls21.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls20.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls2.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls19.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls18.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls17.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls16.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls15.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls14.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls13.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls12.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls11.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls10.png +retroshare-gui/src/release/stickers/PlayboyGirls/PlayboyGirls1.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl9.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl8.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl7.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl6.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl5.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl40.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl4.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl39.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl38.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl37.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl36.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl35.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl34.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl33.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl32.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl31.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl30.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl3.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl29.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl28.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl27.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl26.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl25.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl24.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl23.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl22.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl21.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl20.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl2.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl19.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl18.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl17.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl16.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl15.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl14.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl13.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl12.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl11.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl10.png +retroshare-gui/src/release/stickers/PhilTheOwl/PhilTheOwl1.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris9.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris8.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris7.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris6.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris5.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris4.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris3.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris27.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris26.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris25.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris24.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris23.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris22.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris21.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris20.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris2.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris19.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris18.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris17.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris16.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris15.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris14.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris13.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris12.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris11.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris10.png +retroshare-gui/src/release/stickers/Palata6Kris/Palata6Kris1.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends9.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends8.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends7.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends6.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends5.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends4.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends3.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends25.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends24.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends23.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends22.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends21.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends20.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends2.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends19.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends18.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends17.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends16.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends15.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends14.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends13.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends12.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends11.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends10.png +retroshare-gui/src/release/stickers/Myths_and_Legends/Myths_and_Legends1.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil9.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil8.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil7.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil6.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil5.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil4.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil3.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil26.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil25.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil24.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil23.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil22.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil21.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil20.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil2.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil19.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil18.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil17.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil16.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil15.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil14.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil13.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil12.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil11.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil10.png +retroshare-gui/src/release/stickers/MissDevil/MissDevil1.png +retroshare-gui/src/release/stickers/Minions/37.png +retroshare-gui/src/release/stickers/Minions/36.png +retroshare-gui/src/release/stickers/Minions/35.png +retroshare-gui/src/release/stickers/Minions/34.png +retroshare-gui/src/release/stickers/Minions/33.png +retroshare-gui/src/release/stickers/Minions/32.png +retroshare-gui/src/release/stickers/Minions/31.png +retroshare-gui/src/release/stickers/Minions/30.png +retroshare-gui/src/release/stickers/Minions/29.png +retroshare-gui/src/release/stickers/Minions/28.png +retroshare-gui/src/release/stickers/Minions/27.png +retroshare-gui/src/release/stickers/Minions/26.png +retroshare-gui/src/release/stickers/Minions/25.png +retroshare-gui/src/release/stickers/Minions/24.png +retroshare-gui/src/release/stickers/Minions/23.png +retroshare-gui/src/release/stickers/Minions/22.png +retroshare-gui/src/release/stickers/Minions/21.png +retroshare-gui/src/release/stickers/Minions/20.png +retroshare-gui/src/release/stickers/Minions/19.png +retroshare-gui/src/release/stickers/Minions/18.png +retroshare-gui/src/release/stickers/Minions/17.png +retroshare-gui/src/release/stickers/Minions/16.png +retroshare-gui/src/release/stickers/Minions/15.png +retroshare-gui/src/release/stickers/Minions/14.png +retroshare-gui/src/release/stickers/Minions/13.png +retroshare-gui/src/release/stickers/Minions/12.png +retroshare-gui/src/release/stickers/Minions/11.png +retroshare-gui/src/release/stickers/Minions/10.png +retroshare-gui/src/release/stickers/Minions/09.png +retroshare-gui/src/release/stickers/Minions/08.png +retroshare-gui/src/release/stickers/Minions/07.png +retroshare-gui/src/release/stickers/Minions/06.png +retroshare-gui/src/release/stickers/Minions/05.png +retroshare-gui/src/release/stickers/Minions/04.png +retroshare-gui/src/release/stickers/Minions/03.png +retroshare-gui/src/release/stickers/Minions/02.png +retroshare-gui/src/release/stickers/Minions/01.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi9.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi8.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi7.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi6.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi5.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi4.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi34.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi33.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi32.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi31.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi30.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi3.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi29.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi28.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi27.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi26.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi25.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi24.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi23.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi22.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi21.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi20.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi2.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi19.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi18.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi17.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi16.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi15.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi14.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi13.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi12.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi11.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi10.png +retroshare-gui/src/release/stickers/KittenTaffy/kotenoktaffi1.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB9.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB8.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB7.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB6.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB5.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB4.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB3.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB25.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB24.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB23.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB22.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB21.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB20.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB2.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB19.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB18.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB17.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB16.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB15.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB14.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB13.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB12.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB11.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB10.png +retroshare-gui/src/release/stickers/jayandsilentbob/J_and_SB1.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers9.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers8.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers7.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers6.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers5.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers4.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers3.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers29.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers28.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers27.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers26.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers25.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers24.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers23.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers22.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers21.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers20.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers2.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers19.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers18.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers17.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers16.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers15.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers14.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers13.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers12.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers11.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers10.png +retroshare-gui/src/release/stickers/HomerStickers/HomerStickers1.png +retroshare-gui/src/release/stickers/great_minds/greatminds (9).png +retroshare-gui/src/release/stickers/great_minds/greatminds (8).png +retroshare-gui/src/release/stickers/great_minds/greatminds (7).png +retroshare-gui/src/release/stickers/great_minds/greatminds (60).png +retroshare-gui/src/release/stickers/great_minds/greatminds (6).png +retroshare-gui/src/release/stickers/great_minds/greatminds (59).png +retroshare-gui/src/release/stickers/great_minds/greatminds (58).png +retroshare-gui/src/release/stickers/great_minds/greatminds (57).png +retroshare-gui/src/release/stickers/great_minds/greatminds (56).png +retroshare-gui/src/release/stickers/great_minds/greatminds (55).png +retroshare-gui/src/release/stickers/great_minds/greatminds (54).png +retroshare-gui/src/release/stickers/great_minds/greatminds (53).png +retroshare-gui/src/release/stickers/great_minds/greatminds (52).png +retroshare-gui/src/release/stickers/great_minds/greatminds (51).png +retroshare-gui/src/release/stickers/great_minds/greatminds (50).png +retroshare-gui/src/release/stickers/great_minds/greatminds (5).png +retroshare-gui/src/release/stickers/great_minds/greatminds (49).png +retroshare-gui/src/release/stickers/great_minds/greatminds (48).png +retroshare-gui/src/release/stickers/great_minds/greatminds (47).png +retroshare-gui/src/release/stickers/great_minds/greatminds (46).png +retroshare-gui/src/release/stickers/great_minds/greatminds (45).png +retroshare-gui/src/release/stickers/great_minds/greatminds (44).png +retroshare-gui/src/release/stickers/great_minds/greatminds (43).png +retroshare-gui/src/release/stickers/great_minds/greatminds (42).png +retroshare-gui/src/release/stickers/great_minds/greatminds (41).png +retroshare-gui/src/release/stickers/great_minds/greatminds (40).png +retroshare-gui/src/release/stickers/great_minds/greatminds (4).png +retroshare-gui/src/release/stickers/great_minds/greatminds (39).png +retroshare-gui/src/release/stickers/great_minds/greatminds (38).png +retroshare-gui/src/release/stickers/great_minds/greatminds (37).png +retroshare-gui/src/release/stickers/great_minds/greatminds (36).png +retroshare-gui/src/release/stickers/great_minds/greatminds (35).png +retroshare-gui/src/release/stickers/great_minds/greatminds (34).png +retroshare-gui/src/release/stickers/great_minds/greatminds (33).png +retroshare-gui/src/release/stickers/great_minds/greatminds (32).png +retroshare-gui/src/release/stickers/great_minds/greatminds (31).png +retroshare-gui/src/release/stickers/great_minds/greatminds (30).png +retroshare-gui/src/release/stickers/great_minds/greatminds (3).png +retroshare-gui/src/release/stickers/great_minds/greatminds (29).png +retroshare-gui/src/release/stickers/great_minds/greatminds (28).png +retroshare-gui/src/release/stickers/great_minds/greatminds (27).png +retroshare-gui/src/release/stickers/great_minds/greatminds (26).png +retroshare-gui/src/release/stickers/great_minds/greatminds (25).png +retroshare-gui/src/release/stickers/great_minds/greatminds (24).png +retroshare-gui/src/release/stickers/great_minds/greatminds (23).png +retroshare-gui/src/release/stickers/great_minds/greatminds (22).png +retroshare-gui/src/release/stickers/great_minds/greatminds (21).png +retroshare-gui/src/release/stickers/great_minds/greatminds (20).png +retroshare-gui/src/release/stickers/great_minds/greatminds (2).png +retroshare-gui/src/release/stickers/great_minds/greatminds (19).png +retroshare-gui/src/release/stickers/great_minds/greatminds (18).png +retroshare-gui/src/release/stickers/great_minds/greatminds (17).png +retroshare-gui/src/release/stickers/great_minds/greatminds (16).png +retroshare-gui/src/release/stickers/great_minds/greatminds (15).png +retroshare-gui/src/release/stickers/great_minds/greatminds (14).png +retroshare-gui/src/release/stickers/great_minds/greatminds (13).png +retroshare-gui/src/release/stickers/great_minds/greatminds (12).png +retroshare-gui/src/release/stickers/great_minds/greatminds (11).png +retroshare-gui/src/release/stickers/great_minds/greatminds (10).png +retroshare-gui/src/release/stickers/great_minds/greatminds (1).png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk9.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk8.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk7.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk6.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk5.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk4.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk3.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk24.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk23.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk22.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk21.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk20.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk2.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk19.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk18.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk17.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk16.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk15.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk14.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk13.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk12.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk11.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk10.png +retroshare-gui/src/release/stickers/GameOfThrones/gotvk1.png +retroshare-gui/src/release/stickers/futurama/futurama (9).png +retroshare-gui/src/release/stickers/futurama/futurama (8).png +retroshare-gui/src/release/stickers/futurama/futurama (7).png +retroshare-gui/src/release/stickers/futurama/futurama (6).png +retroshare-gui/src/release/stickers/futurama/futurama (54).png +retroshare-gui/src/release/stickers/futurama/futurama (53).png +retroshare-gui/src/release/stickers/futurama/futurama (52).png +retroshare-gui/src/release/stickers/futurama/futurama (51).png +retroshare-gui/src/release/stickers/futurama/futurama (50).png +retroshare-gui/src/release/stickers/futurama/futurama (5).png +retroshare-gui/src/release/stickers/futurama/futurama (49).png +retroshare-gui/src/release/stickers/futurama/futurama (48).png +retroshare-gui/src/release/stickers/futurama/futurama (47).png +retroshare-gui/src/release/stickers/futurama/futurama (46).png +retroshare-gui/src/release/stickers/futurama/futurama (45).png +retroshare-gui/src/release/stickers/futurama/futurama (44).png +retroshare-gui/src/release/stickers/futurama/futurama (43).png +retroshare-gui/src/release/stickers/futurama/futurama (42).png +retroshare-gui/src/release/stickers/futurama/futurama (41).png +retroshare-gui/src/release/stickers/futurama/futurama (40).png +retroshare-gui/src/release/stickers/futurama/futurama (4).png +retroshare-gui/src/release/stickers/futurama/futurama (39).png +retroshare-gui/src/release/stickers/futurama/futurama (38).png +retroshare-gui/src/release/stickers/futurama/futurama (37).png +retroshare-gui/src/release/stickers/futurama/futurama (36).png +retroshare-gui/src/release/stickers/futurama/futurama (35).png +retroshare-gui/src/release/stickers/futurama/futurama (34).png +retroshare-gui/src/release/stickers/futurama/futurama (33).png +retroshare-gui/src/release/stickers/futurama/futurama (32).png +retroshare-gui/src/release/stickers/futurama/futurama (31).png +retroshare-gui/src/release/stickers/futurama/futurama (30).png +retroshare-gui/src/release/stickers/futurama/futurama (3).png +retroshare-gui/src/release/stickers/futurama/futurama (29).png +retroshare-gui/src/release/stickers/futurama/futurama (28).png +retroshare-gui/src/release/stickers/futurama/futurama (27).png +retroshare-gui/src/release/stickers/futurama/futurama (26).png +retroshare-gui/src/release/stickers/futurama/futurama (25).png +retroshare-gui/src/release/stickers/futurama/futurama (24).png +retroshare-gui/src/release/stickers/futurama/futurama (23).png +retroshare-gui/src/release/stickers/futurama/futurama (22).png +retroshare-gui/src/release/stickers/futurama/futurama (21).png +retroshare-gui/src/release/stickers/futurama/futurama (20).png +retroshare-gui/src/release/stickers/futurama/futurama (2).png +retroshare-gui/src/release/stickers/futurama/futurama (19).png +retroshare-gui/src/release/stickers/futurama/futurama (18).png +retroshare-gui/src/release/stickers/futurama/futurama (17).png +retroshare-gui/src/release/stickers/futurama/futurama (16).png +retroshare-gui/src/release/stickers/futurama/futurama (15).png +retroshare-gui/src/release/stickers/futurama/futurama (14).png +retroshare-gui/src/release/stickers/futurama/futurama (13).png +retroshare-gui/src/release/stickers/futurama/futurama (12).png +retroshare-gui/src/release/stickers/futurama/futurama (11).png +retroshare-gui/src/release/stickers/futurama/futurama (10).png +retroshare-gui/src/release/stickers/futurama/futurama (1).png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath9.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath8.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath7.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath6.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath5.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath40.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath4.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath39.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath38.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath37.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath36.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath35.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath34.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath33.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath32.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath31.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath30.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath3.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath29.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath28.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath27.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath26.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath25.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath24.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath23.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath22.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath21.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath20.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath2.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath19.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath18.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath17.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath16.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath15.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath14.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath13.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath12.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath11.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath10.png +retroshare-gui/src/release/stickers/friendlydeath/friendlydeath1.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide9.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide8.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide7.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide6.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide5.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide4.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide30.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide3.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide29.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide28.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide27.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide26.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide25.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide24.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide23.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide22.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide21.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide20.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide2.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide19.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide18.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide17.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide16.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide15.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide14.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide13.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide12.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide11.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide10.png +retroshare-gui/src/release/stickers/ComeToTheDarkSide/ComeToTheDarkSide1.png +retroshare-gui/src/release/stickers/Biscuit/9 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/8 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/7 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/6 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/5 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/4 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/39 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/38 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/37 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/36 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/35 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/34 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/33 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/32 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/31 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/30 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/3 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/29 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/28 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/27 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/26 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/25 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/24 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/23 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/22 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/21 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/20 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/2 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/19 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/18 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/17 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/16 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/15 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/14 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/13 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/12 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/11 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/10 (Custom).png +retroshare-gui/src/release/stickers/Biscuit/1 (Custom).png +retroshare-gui/src/release/stickers/Banana/9.png +retroshare-gui/src/release/stickers/Banana/8.png +retroshare-gui/src/release/stickers/Banana/7.png +retroshare-gui/src/release/stickers/Banana/6.png +retroshare-gui/src/release/stickers/Banana/5.png +retroshare-gui/src/release/stickers/Banana/45.png +retroshare-gui/src/release/stickers/Banana/44.png +retroshare-gui/src/release/stickers/Banana/43.png +retroshare-gui/src/release/stickers/Banana/42.png +retroshare-gui/src/release/stickers/Banana/41.png +retroshare-gui/src/release/stickers/Banana/40.png +retroshare-gui/src/release/stickers/Banana/4.png +retroshare-gui/src/release/stickers/Banana/39.png +retroshare-gui/src/release/stickers/Banana/38.png +retroshare-gui/src/release/stickers/Banana/37.png +retroshare-gui/src/release/stickers/Banana/36.png +retroshare-gui/src/release/stickers/Banana/35.png +retroshare-gui/src/release/stickers/Banana/34.png +retroshare-gui/src/release/stickers/Banana/33.png +retroshare-gui/src/release/stickers/Banana/32.png +retroshare-gui/src/release/stickers/Banana/31.png +retroshare-gui/src/release/stickers/Banana/30.png +retroshare-gui/src/release/stickers/Banana/3.png +retroshare-gui/src/release/stickers/Banana/29.png +retroshare-gui/src/release/stickers/Banana/28.png +retroshare-gui/src/release/stickers/Banana/27.png +retroshare-gui/src/release/stickers/Banana/26.png +retroshare-gui/src/release/stickers/Banana/25.png +retroshare-gui/src/release/stickers/Banana/24.png +retroshare-gui/src/release/stickers/Banana/23.png +retroshare-gui/src/release/stickers/Banana/22.png +retroshare-gui/src/release/stickers/Banana/21.png +retroshare-gui/src/release/stickers/Banana/20.png +retroshare-gui/src/release/stickers/Banana/2.png +retroshare-gui/src/release/stickers/Banana/19.png +retroshare-gui/src/release/stickers/Banana/18.png +retroshare-gui/src/release/stickers/Banana/17.png +retroshare-gui/src/release/stickers/Banana/16.png +retroshare-gui/src/release/stickers/Banana/15.png +retroshare-gui/src/release/stickers/Banana/14.png +retroshare-gui/src/release/stickers/Banana/13.png +retroshare-gui/src/release/stickers/Banana/12.png +retroshare-gui/src/release/stickers/Banana/11.png +retroshare-gui/src/release/stickers/Banana/10.png +retroshare-gui/src/release/stickers/Banana/1.png +retroshare-gui/src/release/retroshare.exe +retroshare-gui/src/release/retroshare.dll +retroshare-gui/src/release/qss/yeah/yeah.png +retroshare-gui/src/release/qss/yeah.qss +retroshare-gui/src/release/qss/yaba/yaba3.png +retroshare-gui/src/release/qss/yaba/yaba2.png +retroshare-gui/src/release/qss/yaba/yaba.png +retroshare-gui/src/release/qss/yaba.qss +retroshare-gui/src/release/qss/wx/wx.png +retroshare-gui/src/release/qss/wx.qss +retroshare-gui/src/release/qss/uus/uus2.png +retroshare-gui/src/release/qss/uus/uus.png +retroshare-gui/src/release/qss/uus.qss +retroshare-gui/src/release/qss/silvergrey.qss +retroshare-gui/src/release/qss/silver/silver2.png +retroshare-gui/src/release/qss/silver/silver.png +retroshare-gui/src/release/qss/silver.qss +retroshare-gui/src/release/qss/redscorpion/red2.png +retroshare-gui/src/release/qss/redscorpion/red.png +retroshare-gui/src/release/qss/redscorpion.qss +retroshare-gui/src/release/qss/qlive/qb2.png +retroshare-gui/src/release/qss/qlive/qb.png +retroshare-gui/src/release/qss/qlive.qss +retroshare-gui/src/release/qss/qdarkstyle/Vsepartoolbar.png +retroshare-gui/src/release/qss/qdarkstyle/Vmovetoolbar.png +retroshare-gui/src/release/qss/qdarkstyle/up_arrow_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/up_arrow.png +retroshare-gui/src/release/qss/qdarkstyle/undock.png +retroshare-gui/src/release/qss/qdarkstyle/transparent.png +retroshare-gui/src/release/qss/qdarkstyle/stylesheet-vline.png +retroshare-gui/src/release/qss/qdarkstyle/stylesheet-branch-more.png +retroshare-gui/src/release/qss/qdarkstyle/stylesheet-branch-end.png +retroshare-gui/src/release/qss/qdarkstyle/style.qss +retroshare-gui/src/release/qss/qdarkstyle/style.qrc +retroshare-gui/src/release/qss/qdarkstyle/sizegrip.png +retroshare-gui/src/release/qss/qdarkstyle/right_arrow_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/right_arrow.png +retroshare-gui/src/release/qss/qdarkstyle/rc/Vsepartoolbar.png +retroshare-gui/src/release/qss/qdarkstyle/rc/Vmovetoolbar.png +retroshare-gui/src/release/qss/qdarkstyle/rc/up_arrow_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/rc/up_arrow.png +retroshare-gui/src/release/qss/qdarkstyle/rc/undock.png +retroshare-gui/src/release/qss/qdarkstyle/rc/transparent.png +retroshare-gui/src/release/qss/qdarkstyle/rc/stylesheet-vline.png +retroshare-gui/src/release/qss/qdarkstyle/rc/stylesheet-branch-more.png +retroshare-gui/src/release/qss/qdarkstyle/rc/stylesheet-branch-end.png +retroshare-gui/src/release/qss/qdarkstyle/rc/sizegrip.png +retroshare-gui/src/release/qss/qdarkstyle/rc/right_arrow_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/rc/right_arrow.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_unchecked_focus@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_unchecked_focus.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_unchecked_disabled@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_unchecked_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_unchecked@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_unchecked.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_checked_focus@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_checked_focus.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_checked_disabled@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_checked_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_checked@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/radio_checked.png +retroshare-gui/src/release/qss/qdarkstyle/rc/left_arrow_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/rc/left_arrow.png +retroshare-gui/src/release/qss/qdarkstyle/rc/Hsepartoolbar.png +retroshare-gui/src/release/qss/qdarkstyle/rc/Hmovetoolbar.png +retroshare-gui/src/release/qss/qdarkstyle/rc/down_arrow_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/rc/down_arrow.png +retroshare-gui/src/release/qss/qdarkstyle/rc/close.png +retroshare-gui/src/release/qss/qdarkstyle/rc/close-pressed.png +retroshare-gui/src/release/qss/qdarkstyle/rc/close-hover.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_unchecked_focus@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_unchecked_focus.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_unchecked_disabled@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_unchecked_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_unchecked@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_unchecked.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_indeterminate_focus@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_indeterminate_focus.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_indeterminate_disabled@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_indeterminate_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_indeterminate@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_indeterminate.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_checked_focus@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_checked_focus.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_checked_disabled@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_checked_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_checked@2x.png +retroshare-gui/src/release/qss/qdarkstyle/rc/checkbox_checked.png +retroshare-gui/src/release/qss/qdarkstyle/rc/branch_open.png +retroshare-gui/src/release/qss/qdarkstyle/rc/branch_open-on.png +retroshare-gui/src/release/qss/qdarkstyle/rc/branch_closed.png +retroshare-gui/src/release/qss/qdarkstyle/rc/branch_closed-on.png +retroshare-gui/src/release/qss/qdarkstyle/qtpy_style_rc.py +retroshare-gui/src/release/qss/qdarkstyle/pyside_style_rc.py +retroshare-gui/src/release/qss/qdarkstyle/pyside2_style_rc.py +retroshare-gui/src/release/qss/qdarkstyle/pyqtgraph_style_rc.py +retroshare-gui/src/release/qss/qdarkstyle/pyqt_style_rc.py +retroshare-gui/src/release/qss/qdarkstyle/pyqt5_style_rc.py +retroshare-gui/src/release/qss/qdarkstyle/left_arrow_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/left_arrow.png +retroshare-gui/src/release/qss/qdarkstyle/Hsepartoolbar.png +retroshare-gui/src/release/qss/qdarkstyle/Hmovetoolbar.png +retroshare-gui/src/release/qss/qdarkstyle/down_arrow_disabled.png +retroshare-gui/src/release/qss/qdarkstyle/down_arrow.png +retroshare-gui/src/release/qss/qdarkstyle/close.png +retroshare-gui/src/release/qss/qdarkstyle/checkbox.png +retroshare-gui/src/release/qss/qdarkstyle/branch_open.png +retroshare-gui/src/release/qss/qdarkstyle/branch_open-on.png +retroshare-gui/src/release/qss/qdarkstyle/branch_closed.png +retroshare-gui/src/release/qss/qdarkstyle/branch_closed-on.png +retroshare-gui/src/release/qss/qdarkstyle/__main__.py +retroshare-gui/src/release/qss/qdarkstyle/__init__.py +retroshare-gui/src/release/qss/qdarkstyle.qss +retroshare-gui/src/release/qss/qdarkstyle-v2.qss +retroshare-gui/src/release/qss/orangesurfer/toolbar.png +retroshare-gui/src/release/qss/orangesurfer/tab_pressed.png +retroshare-gui/src/release/qss/orangesurfer/tab_normal.png +retroshare-gui/src/release/qss/orangesurfer/tab_hover.png +retroshare-gui/src/release/qss/orangesurfer/sizegrip.png +retroshare-gui/src/release/qss/orangesurfer/main2.png +retroshare-gui/src/release/qss/orangesurfer/main.png +retroshare-gui/src/release/qss/orangesurfer/border.png +retroshare-gui/src/release/qss/orangesurfer.qss +retroshare-gui/src/release/qss/groove.qss +retroshare-gui/src/release/qss/Fade2Dark/Vsepartoolbar.png +retroshare-gui/src/release/qss/Fade2Dark/Vmovetoolbar.png +retroshare-gui/src/release/qss/Fade2Dark/vline.png +retroshare-gui/src/release/qss/Fade2Dark/up_arrow_disabled.png +retroshare-gui/src/release/qss/Fade2Dark/up_arrow.png +retroshare-gui/src/release/qss/Fade2Dark/up.png +retroshare-gui/src/release/qss/Fade2Dark/undock.png +retroshare-gui/src/release/qss/Fade2Dark/transparent.png +retroshare-gui/src/release/qss/Fade2Dark/sizegrip.png +retroshare-gui/src/release/qss/Fade2Dark/right_arrow_disabled.png +retroshare-gui/src/release/qss/Fade2Dark/right_arrow.png +retroshare-gui/src/release/qss/Fade2Dark/right.png +retroshare-gui/src/release/qss/Fade2Dark/radio_unsel.png +retroshare-gui/src/release/qss/Fade2Dark/radio_sel.png +retroshare-gui/src/release/qss/Fade2Dark/left_arrow_disabled.png +retroshare-gui/src/release/qss/Fade2Dark/left_arrow.png +retroshare-gui/src/release/qss/Fade2Dark/left.png +retroshare-gui/src/release/qss/Fade2Dark/Hsepartoolbar.png +retroshare-gui/src/release/qss/Fade2Dark/Hmovetoolbar.png +retroshare-gui/src/release/qss/Fade2Dark/fondmotiftext.png +retroshare-gui/src/release/qss/Fade2Dark/fondmotif.png +retroshare-gui/src/release/qss/Fade2Dark/down_arrow_disabled.png +retroshare-gui/src/release/qss/Fade2Dark/down_arrow.png +retroshare-gui/src/release/qss/Fade2Dark/down.png +retroshare-gui/src/release/qss/Fade2Dark/close.png +retroshare-gui/src/release/qss/Fade2Dark/checkbox.png +retroshare-gui/src/release/qss/Fade2Dark/check_unsel.png +retroshare-gui/src/release/qss/Fade2Dark/check_sel.png +retroshare-gui/src/release/qss/Fade2Dark/branch_open.png +retroshare-gui/src/release/qss/Fade2Dark/branch_open-on.png +retroshare-gui/src/release/qss/Fade2Dark/branch_closed.png +retroshare-gui/src/release/qss/Fade2Dark/branch_closed-on.png +retroshare-gui/src/release/qss/Fade2Dark/branch-more.png +retroshare-gui/src/release/qss/Fade2Dark/branch-end.png +retroshare-gui/src/release/qss/Fade2Dark/arrow_down.png +retroshare-gui/src/release/qss/Fade2Dark.qss +retroshare-gui/src/release/qss/darkstyle.qss +retroshare-gui/src/release/qss/darkorange.qss +retroshare-gui/src/release/qss/blue/tabselected.png +retroshare-gui/src/release/qss/blue/tab_hover.png +retroshare-gui/src/release/qss/blue/tab1.png +retroshare-gui/src/release/qss/blue/blue2.png +retroshare-gui/src/release/qss/blue/blue.png +retroshare-gui/src/release/qss/blue.qss +retroshare-gui/src/release/qss/blacknight/up.png +retroshare-gui/src/release/qss/blacknight/radio_unsel.png +retroshare-gui/src/release/qss/blacknight/radio_sel.png +retroshare-gui/src/release/qss/blacknight/down.png +retroshare-gui/src/release/qss/blacknight/clbg.png +retroshare-gui/src/release/qss/blacknight/check_unsel.png +retroshare-gui/src/release/qss/blacknight/check_sel.png +retroshare-gui/src/release/qss/blacknight.qss +retroshare-gui/src/release/portable +retroshare-gui/src/release/Data/pgp/retroshare_trustdb.gpg +retroshare-gui/src/release/Data/pgp/retroshare_secret_keyring.gpg +retroshare-gui/src/release/Data/pgp/retroshare_public_keyring.gpg +retroshare-gui/src/release/Data/pgp/lock +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/RSPeers.conf +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/RetroShare.conf +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/retro.log-save +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/retro.log +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/lock +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/keys/user_pk.pem +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/keys/user_cert.pem +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/keys/ssl_passphrase.pgp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/keys/location_name.txt +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/gxs/posted_db +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/gxs/gxstrans_db +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/gxs/gxsid_db +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/gxs/gxsforums_db +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/gxs/gxscircles_db +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/gxs/gxschannels_db +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/file_sharing/local_dir_hierarchy.bin +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/file_sharing/dirlist_7fe5ae5f67034e189936e5af4c778b47.bin +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/servicecontrol.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/servicecontrol.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/servicecontrol.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/servicecontrol.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/reputations.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/reputations.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/reputations.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/reputations.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/posted.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/posted.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/posted.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/posted.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/plugins.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/plugins.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/plugins.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/plugins.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/peers.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/peers.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/peers.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/peers.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/p3Status.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/p3Status.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/p3identity.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/p3identity.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/p3identity.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/p3identity.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/msgs.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/msgs.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/msgs.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/msgs.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/identity.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/identity.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/identity.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/identity.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxsforums_srv.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxsforums_srv.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxsforums_srv.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxsforums_srv.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxsforums.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxsforums.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxsforums.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxsforums.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxscircles.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxscircles.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxscircles.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxscircles.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxschannels.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxschannels.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxschannels.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxschannels.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxs_trans_ns.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxs_trans_ns.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxs_trans_ns.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxs_trans_ns.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxs_trans.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxs_trans.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxs_trans.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gxs_trans.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/grouter.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/grouter.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/grouter.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/grouter.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gpg_prefs.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/gpg_prefs.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/general.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/general.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/ft_transfers.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/ft_transfers.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/ft_transfers.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/ft_transfers.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/ft_database.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/ft_database.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/ft_database.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/ft_database.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/chat.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/chat.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/chat.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/chat.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/bitdht.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/bitdht.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/bitdht.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/bitdht.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/banlist.cfg.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/banlist.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/banlist.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/banlist.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/bdfilter.txt +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/bdboot.txt +retroshare-gui/src/release/Data/default_cert_06.txt +retroshare-gui/src/object_script.retroshare.Release +retroshare-gui/src/object_script.retroshare.Debug +retroshare-gui/src/lib/libretroshare-gui.a +openpgpsdk/src/lib/libops.a +openpgpsdk/src/object_script.libops.Debug +openpgpsdk/src/object_script.libops.Release +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/p3History.cfg +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/p3History.cfg.sgn +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/p3History.cfg.sgn.tmp +retroshare-gui/src/release/Data/LOC06_28913749aca4d773f69dd725ef7a8768/config/p3History.cfg.tmp diff --git a/retroshare-gui/src/gui/ChatLobbyWidget.cpp b/retroshare-gui/src/gui/ChatLobbyWidget.cpp index dea3ea4e2..884355d87 100644 --- a/retroshare-gui/src/gui/ChatLobbyWidget.cpp +++ b/retroshare-gui/src/gui/ChatLobbyWidget.cpp @@ -71,14 +71,14 @@ #define IMAGE_CREATE "" #define IMAGE_PUBLIC ":/icons/png/chats.png" #define IMAGE_PRIVATE ":/icons/png/chats-private.png" -#define IMAGE_SUBSCRIBE ":/images/edit_add24.png" -#define IMAGE_UNSUBSCRIBE ":/images/cancel.png" +#define IMAGE_SUBSCRIBE ":/icons/png/enter.png" +#define IMAGE_UNSUBSCRIBE ":/icons/png/leave2.png" #define IMAGE_PEER_ENTERING ":images/user/add_user24.png" #define IMAGE_PEER_LEAVING ":images/user/remove_user24.png" -#define IMAGE_TYPING ":images/typing.png" +#define IMAGE_TYPING ":images/typing.png" #define IMAGE_MESSAGE ":images/chat.png" #define IMAGE_AUTOSUBSCRIBE ":images/accepted16.png" -#define IMAGE_COPYRSLINK ":/images/copyrslink.png" +#define IMAGE_COPYRSLINK ":/icons/png/copy.png" ChatLobbyWidget::ChatLobbyWidget(QWidget *parent, Qt::WindowFlags flags) : RsAutoUpdatePage(5000, parent, flags) diff --git a/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp b/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp index da04f457a..d5bbc3d2b 100644 --- a/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp +++ b/retroshare-gui/src/gui/chat/ChatLobbyDialog.cpp @@ -132,8 +132,8 @@ ChatLobbyDialog::ChatLobbyDialog(const ChatLobbyId& lid, QWidget *parent, Qt::Wi // Add a button to invite friends. // inviteFriendsButton = new QToolButton ; - inviteFriendsButton->setMinimumSize(icon_size); - inviteFriendsButton->setMaximumSize(icon_size); + //inviteFriendsButton->setMinimumSize(icon_size); + //inviteFriendsButton->setMaximumSize(icon_size); inviteFriendsButton->setText(QString()) ; inviteFriendsButton->setAutoRaise(true) ; inviteFriendsButton->setToolTip(tr("Invite friends to this lobby")); @@ -177,8 +177,8 @@ ChatLobbyDialog::ChatLobbyDialog(const ChatLobbyId& lid, QWidget *parent, Qt::Wi connect(ownIdChooser,SIGNAL(currentIndexChanged(int)),this,SLOT(changeNickname())) ; unsubscribeButton = new QToolButton; - unsubscribeButton->setMinimumSize(icon_size); - unsubscribeButton->setMaximumSize(icon_size); + //unsubscribeButton->setMinimumSize(icon_size); + //unsubscribeButton->setMaximumSize(icon_size); unsubscribeButton->setText(QString()) ; unsubscribeButton->setAutoRaise(true) ; unsubscribeButton->setToolTip(tr("Leave this chat room (Unsubscribe)")); diff --git a/retroshare-gui/src/gui/chat/ChatWidget.ui b/retroshare-gui/src/gui/chat/ChatWidget.ui index cce118f78..144eeae6f 100644 --- a/retroshare-gui/src/gui/chat/ChatWidget.ui +++ b/retroshare-gui/src/gui/chat/ChatWidget.ui @@ -807,17 +807,20 @@ border-image: url(:/images/closepressed.png) QFrame::Plain + + 3 + 2 - 2 + 0 2 - 2 + 0 diff --git a/retroshare-gui/src/gui/icons.qrc b/retroshare-gui/src/gui/icons.qrc index 3e6b124fd..a7d13522a 100644 --- a/retroshare-gui/src/gui/icons.qrc +++ b/retroshare-gui/src/gui/icons.qrc @@ -80,6 +80,7 @@ icons/png/chat-lobbies.png icons/png/circles.png icons/png/empty-circle.png + icons/png/enter.png icons/png/exit.png icons/png/feedreader-notify.png icons/png/feedreader.png @@ -98,6 +99,7 @@ icons/png/invite.png icons/png/keyring.png icons/png/leave.png + icons/png/leave2.png icons/png/messages-notify.png icons/png/messages.png icons/png/microphone_mute.png diff --git a/retroshare-gui/src/gui/icons/png/enter.png b/retroshare-gui/src/gui/icons/png/enter.png new file mode 100644 index 0000000000000000000000000000000000000000..84b71ec4a9b5d2d3270b46d651fa7e0ad50135f1 GIT binary patch literal 1824 zcmZ`&dpJ~S7=LHZjN7=>#!wPZ*C}C)wJs?`WTd2NRB9`ikS=CoqG_2QWiTg`0fB9YjdO6+$=_IdV?eV+H6?|a|x_x^sr_k7Pu4)FIe&>N=* z00zDsFD_bf;?cp-yI*zaGg>H-9t%AHE~L>0LZ~RW3gd7W0&JU#aJvA$5ct;sTbKZy z!2qsD0Zaw58;jilNOuDk@VpTK&el_M6j)9@3dnAP)HaHg*lR*T$!)-7nj^dvqzz=v z5k)GeXo{M59f6eAlQk8zr)UBs)#MQpEJr>}2-yvguSDSClq#*KNKre%0J)7sQA%te zuLX`j#bkVSZGk!HgT%DD{6`JzXB_?$>+6)T4hOk$m&byqOJS z4Jue{qh|Wq*>SH!E~W1bE{^xSXkXs;c%R+9u*||4@2{T>owMsyku4)j)z?(8;zeLW z>-Naq-r5nj&90KZesqg|DK|m}Nuho|Ua*g9!9j_xfD;r8U|2~!q)cl=b5zt8`Y!a= zZllrZPS_%>E&~8d^!4)KZEb$n9Jy?ahq0Dwar(sLTw^AWMxpvy%^-Q~V63Y&)Jd8c z=iRmccJSP;njy#V2mTp04o%nNYo1IcEiG9AKYoou;Uxne1Vo&dVxGLnz!$)?E zpMxshw;W$8l9V`azuXk{xViC62KU0}N4Kiil%&2XE}6LbB3D0PiuIs@Uu0q^-r3bw zbSC^ok%OHTsnh(Zt+~_Ujb$%wBGT?jkNBBEi~10J>}`YbFRH-#UK*U{$LzP9P$pI{ zuQW0c9JDl3O>m!yPZD!*_l~D4eJ+q5cb#bXN$kw-TUw|thrvw=y*o)OoZI%2i=$tq zSn8eM=_F>9`G*PTQmcY>$_gu0P&;6SU#V2Z6_$^JFhPJLd);}hb-0#5(LMW@S)RGS z1+F>^ekRQgf6&>STJc@*G*la79DaT%{*HBw)Rjdt9<{E==%x)eS*0p?JsaEkGWiyr zhhKQ~(52e8VzgJ;Gh6Ez;r)=YKq_xftQwz18dcWsCcYClRscV8Em(Fkx7|j^ia!*K zI;zh{mfaUvH&`s_NReL6x9HO`n?5=>@8qD9vB@u3dxZV=Vy%0JEowxV&MW?r>-uA! zLr{(7sy)6ZDxQcOVZNQ2%}E~VOA6gIkfe8zE+5)N&Q76c*TckRDTW0xi|}*q+8H^A ze~+5Id5*3mvD}f5cjZw%`ho(oo-gT-+WKveTAtoyZuq=kPc{APH+GfHeuMY5%vr}< z!i>$+Z%pf7Jf6)IS>Ckv-|kZlyy`e#@}KtIp+jF(efdh0rviHQR zDbGlDTT3TxYnsbZn`9cCPgUx%*VL92@L0!Q*=%{M`(@#qo1#y7qwr6bQ(f0rRmd$x z+XfFSvo_$wrTrTW?Su?N1|3VtGCXREQ98phdL^{e(%8Vf%+RsgQ55SCeb-E3_SN>Y|o)bx-cRcQhirRLx!js(wvR7g?h0;9JDOMh{d8hn?p%|4(Uhntm7 z0SB=)tRIj-yV?O7drx6c+7?k6``nivp3#<8f7*U14VQj?P^<3QFAkiZ?7sQ{t*_L2 zNT5GJyV8-Y8!s!phW^bdLht3mwIRZA*RYsyv;d1~?_y(bZ^L5oSS(jZM^~nUHIwPe zWd2ZOdH+8RoA_&^B1He+5cc7e5H*Y?6qfKKgz+IU;Se7mZyOc8AvP>T5N^wliOlJC Q8;3yP>+SDV=oy^!4^7<^r2qf` literal 0 HcmV?d00001 diff --git a/retroshare-gui/src/gui/icons/png/leave2.png b/retroshare-gui/src/gui/icons/png/leave2.png new file mode 100644 index 0000000000000000000000000000000000000000..ea852a46c27209e58c282cc499532249b44cc7a1 GIT binary patch literal 1674 zcmZ`&2~bm46n#HG2|GlPT@_x_cmu7`_!zc)l6DumA%w#>LkKfQs`fOH2~Xjal?SUjUAqLflCJ-r@Kc035Rh zV4MMfeK7#KNrIXHM*xsw|GhyTxCXBsq?^BFk2Z?=?|@L=Hn?9jfsqfG?ZK!zm=LRL=eD6i8*TZW%@j z3MB-A1gx&2d8xt#>u417zUtO6A}h+G^4Q!@0!>x37$ARXm( z0O0_1PT)zQ;NRi|xz+cxltHF{R^Gm0~LuGbkDY}N=f#m-XT%%1akOZv=#b zJcMk#23?EgZ5$jvkEp_qQz`7XWvoTS4V2MCX4!;dy?iDxXT|1S2IdjF@=;O!weBhn zCEDV!XOGrFV9&T^K(qAw6J6B z7dONz>3KLwH1RS)Ppr54Ru%j0Zn`3^ioHA=){;DX)9kTikX&GXu64fZ(SccbPx`r+ zy^xZ+&t0dSk)YgK7ra+B0l2oB*7CyK$^OUn4UKZJY}$$nhhmz^qIG`ppP~gWQ zGnM6UTB>8eEgauy)9Q7E7_E_3PeuJmGmEsjsQXh`GvI}6j-1wRL`SAlAK$bb3sNq3 zxJr)2{R znsBe|?UqPdpPr*a$7e2xC{@)Q*s}Zy*R*p?uoTrYkWV#3cQuMAj14(^uz1xyNGjEg ze30d@R^A|5=Wm1(uyY71Zomk}k>e>!(ZPedd-$lgHN0*$ zjXhJxlsv0DAGCzPKWH=C;~+bd$&RvTB}c&kY^> zt%WbPoBWFqpBQ;KI{p6%leddXAVD9Wus<=H&0!`-0S<>_bvPj|g~d#YvPw*j;ZHgm PKoIcu@N>W6%J}q8Yt6-l literal 0 HcmV?d00001