diff --git a/retroshare-gui/src/gui/FileTransfer/TransfersDialog.cpp b/retroshare-gui/src/gui/FileTransfer/TransfersDialog.cpp index c4e8f566a..2805874f5 100644 --- a/retroshare-gui/src/gui/FileTransfer/TransfersDialog.cpp +++ b/retroshare-gui/src/gui/FileTransfer/TransfersDialog.cpp @@ -93,6 +93,8 @@ #define IMAGE_COLLAPSE ":/images/edit_remove24.png" #define IMAGE_FRIENDSFILES ":/images/fileshare16.png" #define IMAGE_MYFILES ":images/my_documents_16.png" +#define IMAGE_RENAMEFILE ":images/filecomments.png" +#define IMAGE_STREAMING ":images/streaming.png" Q_DECLARE_METATYPE(FileProgressInfo) @@ -413,7 +415,7 @@ TransfersDialog::TransfersDialog(QWidget *parent) connect(queueTopAct, SIGNAL(triggered()), this, SLOT(priorityQueueTop())); queueBottomAct = new QAction(QIcon(":/images/go-bottom.png"), tr("Bottom"), this); connect(queueBottomAct, SIGNAL(triggered()), this, SLOT(priorityQueueBottom())); - chunkStreamingAct = new QAction(QIcon(IMAGE_PRIORITYAUTO), tr("Streaming"), this); + chunkStreamingAct = new QAction(QIcon(IMAGE_STREAMING), tr("Streaming"), this); connect(chunkStreamingAct, SIGNAL(triggered()), this, SLOT(chunkStreaming())); prioritySlowAct = new QAction(QIcon(IMAGE_PRIORITYLOW), tr("Slower"), this); connect(prioritySlowAct, SIGNAL(triggered()), this, SLOT(speedSlow())); @@ -427,7 +429,7 @@ TransfersDialog::TransfersDialog(QWidget *parent) connect(chunkProgressiveAct, SIGNAL(triggered()), this, SLOT(chunkProgressive())); playAct = new QAction(QIcon(IMAGE_PLAY), tr( "Play" ), this ); connect( playAct , SIGNAL( triggered() ), this, SLOT( openTransfer() ) ); - renameFileAct = new QAction(QIcon(IMAGE_PRIORITYNORMAL), tr("Rename file..."), this); + renameFileAct = new QAction(QIcon(IMAGE_RENAMEFILE), tr("Rename file..."), this); connect(renameFileAct, SIGNAL(triggered()), this, SLOT(renameFile())); specifyDestinationDirectoryAct = new QAction(QIcon(IMAGE_SEARCH),tr("Specify..."),this) ; connect(specifyDestinationDirectoryAct,SIGNAL(triggered()),this,SLOT(chooseDestinationDirectory())) ; diff --git a/retroshare-gui/src/gui/images.qrc b/retroshare-gui/src/gui/images.qrc index d593a7bd1..ba0c1c6f1 100644 --- a/retroshare-gui/src/gui/images.qrc +++ b/retroshare-gui/src/gui/images.qrc @@ -8,6 +8,7 @@ images/blue_lock_open.png images/d-chat64.png images/edit_24.png + images/streaming.png images/stock_signature_bad.png images/stock_signature_ok.png images/stock_signature_missing.png diff --git a/retroshare-gui/src/gui/images/streaming.png b/retroshare-gui/src/gui/images/streaming.png new file mode 100644 index 000000000..02eafda3c Binary files /dev/null and b/retroshare-gui/src/gui/images/streaming.png differ diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index f8f154353..6e151b0ed 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -108,6 +108,11 @@ MessengerWindow QFrame#logoFrame { border: 1px solid #CCCCCC; } +MessengerWindow QFrame#messengerframetop{ + background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9BDBF9, stop:1 #1592CD); + border: 0px; +} + /* Create Distant Chat Invite */ CreateMsgLinkDialog QLabel#distantchatinfo_label @@ -203,6 +208,11 @@ ChatWidget QPushButton#sendButton:pressed { } +PopupChatWindow QToolBar#chattoolBar{ + background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9BDBF9, stop:1 #1592CD); + border: 0px; +} + /* Messages */ MessageComposer > QToolBar#toolBar {