more cleanup

This commit is contained in:
defnax 2020-02-22 02:05:51 +01:00
parent 87f64a1e2b
commit 089aedfc3b
28 changed files with 1 additions and 56 deletions

View File

@ -33,7 +33,7 @@ Peer Details Trust settings and Signing
<a name="trust"/>
<h3>Trust Settings</h3>
<td><img src="qrc:/images/trustsettings.png"/></td>
<p>
The trust settings refers to the gnupg web of trust mecanism. <br>
This trust means how you trust your friends when he is signing other PGP keys. <br>

View File

@ -45,20 +45,8 @@
<file>images/avatar_refused.png</file>
<file>images/avatar_request_unknown.png</file>
<file>images/buttonframe.png</file>
<file>images/btn1.png</file>
<file>images/btn2.png</file>
<file>images/btn3.png</file>
<file>images/btn4.png</file>
<file>images/btn_26.png</file>
<file>images/btn_26_hover.png</file>
<file>images/btn_26_pressed.png</file>
<file>images/btn_27.png</file>
<file>images/btn_27_hover.png</file>
<file>images/btn_blue.png</file>
<file>images/btn_blue_hover.png</file>
<file>images/btn_green.png</file>
<file>images/btn_green_hover.png</file>
<file>images/btn_green_pressed.png</file>
<file>images/connect_creating.png</file>
<file>images/dht16.png</file>
<file>images/dht32.png</file>
@ -98,13 +86,10 @@
<file>images/browse-looking.gif</file>
<file>images/back.png</file>
<file>images/configure.png</file>
<file>images/turtle.png</file>
<file>images/copyrslink.png</file>
<file>images/contacts24.png</file>
<file>images/contactsclosed24.png</file>
<file>images/connection.png</file>
<file>images/contact_new.png</file>
<file>images/contact_new22.png</file>
<file>images/contact.png</file>
<file>images/contact22.png</file>
<file>images/Client0.png</file>
@ -145,9 +130,6 @@
<file>images/cancel.png</file>
<file>images/close-down.png</file>
<file>images/close_normal.png</file>
<file>images/console-small-down.png</file>
<file>images/console-small-hover.png</file>
<file>images/console-small-up.png</file>
<file>images/contact_new128.png</file>
<file>images/copy.png</file>
<file>images/delete.png</file>
@ -382,7 +364,6 @@
<file>images/tag24.png</file>
<file>images/transferupdown.png</file>
<file>images/tools_wizard.png</file>
<file>images/trustsettings.png</file>
<file>images/uploads.png</file>
<file>images/loader/indicator-16.gif</file>
<file>images/loader/indicator-32.gif</file>
@ -557,9 +538,6 @@
<file>images/library_add.png</file>
<file>images/library64.png</file>
<file>images/library16.png</file>
<file>images/btn_red_pressed.png</file>
<file>images/btn_red_hover.png</file>
<file>images/btn_red.png</file>
<file>images/view-feeds.png</file>
<file>images/view-files.png</file>
<file>images/emblem-web.png</file>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 604 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 752 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

View File

@ -270,39 +270,6 @@ PluginItem > QFrame#frame {
}
*/
/* SearchDialog */
SearchDialog QFrame#searchLineFrame[valid=false] {
border: 2px solid #079E00;
background-color: #DBDBDB;
}
SearchDialog QFrame#searchLineFrame[valid=true] {
border: 2px solid #079E00;
background-color: white;
}
SearchDialog QPushButton#pushButtonSearch {
border-image: url(:/images/btn1.png) 4;
border-width: 4;
padding: 0px 6px;
font-size: 12px;
color: black;
}
SearchDialog QPushButton#pushButtonSearch:hover {
border-image: url(:/images/btn2.png) 4;
}
SearchDialog QPushButton#pushButtonSearch:pressed {
border-image: url(:/images/btn3.png) 4;
}
SearchDialog QFrame#searchLineFrame > QLineEdit {
background: transparent;
border: none;
}
/* GetStartedDialog */
GetStartedDialog QTextEdit {