1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

[LinuxTheme] Deleted now unused icons

Also added "edit-find" icon to oxygen-fallback
This commit is contained in:
nowrep 2014-03-24 18:07:56 +01:00
parent d4e9682db1
commit b9891a815b
19 changed files with 8 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -132,7 +132,7 @@
#tabwidget-button-closedtabs
{
qproperty-icon: url(images/user-trash-full.png);
qproperty-themeIcon: "user-trash-full";
qproperty-fixedsize: 22px 25px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -124,7 +124,7 @@
#tabwidget-button-closedtabs
{
qproperty-icon: url(images/user-trash-full.png);
qproperty-themeIcon: "user-trash-full";
qproperty-fixedsize: 22px 25px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -20,7 +20,6 @@
#navigation-button-back
{
qproperty-themeIcon: "go-previous";
qproperty-fallbackIcon: url(images/go-previous.png);
}
#navigation-button-back::menu-indicator
@ -31,7 +30,6 @@
#navigation-button-next
{
qproperty-themeIcon: "go-next";
qproperty-fallbackIcon: url(images/go-next.png);
}
#navigation-button-next::menu-indicator
@ -42,25 +40,21 @@
#navigation-button-stop
{
qproperty-themeIcon: "process-stop";
qproperty-fallbackIcon: url(images/process-stop.png);
}
#navigation-button-reload
{
qproperty-themeIcon: "view-refresh";
qproperty-fallbackIcon: url(images/view-refresh.png);
}
#navigation-button-home
{
qproperty-themeIcon: "go-home";
qproperty-fallbackIcon: url(images/go-home.png);
}
#navigation-button-addtab
{
qproperty-themeIcon: "list-add";
qproperty-fallbackIcon: url(images/list-add.png);
}
#navigation-button-supermenu
@ -115,7 +109,6 @@
#tabwidget-button-closedtabs
{
qproperty-themeIcon: "user-trash-full";
qproperty-fallbackIcon: url(images/user-trash-full.png);
qproperty-fixedsize: 22px 25px;
}
@ -127,7 +120,6 @@
#tabwidget-button-addtab
{
qproperty-themeIcon: "list-add";
qproperty-fallbackIcon: url(images/list-add.png);
qproperty-fixedsize: 22px 25px;
}
@ -177,7 +169,6 @@ IconProvider
{
qproperty-fixedsize: 16px 16px;
qproperty-themeIcon: "go-jump-locationbar";
qproperty-fallbackIcon: url(images/go-jump-locationbar.png);
}
#locationbar-down-icon
@ -202,7 +193,6 @@ IconProvider
{
qproperty-fixedsize: 22px 16px;
qproperty-themeIcon: "edit-find";
qproperty-fallbackIcon: url(images/edit-find.png);
}
#websearchbar-searchprovider-comobobox

View File

@ -127,7 +127,7 @@
#tabwidget-button-closedtabs
{
qproperty-icon: url(images/user-trash-full.png);
qproperty-themeIcon: "user-trash-full";
qproperty-fixedsize: 22px 25px;
}

View File

@ -143,7 +143,7 @@
#tabwidget-button-closedtabs
{
qproperty-icon: url(images/user-trash-full.png);
qproperty-themeIcon: "user-trash-full";
qproperty-fixedsize: 22px 28px;
}

View File

@ -20,6 +20,7 @@
<file>oxygen-fallback/16x16/dialog-close.png</file>
<file>oxygen-fallback/16x16/window-new.png</file>
<file>oxygen-fallback/16x16/bookmark-new-list.png</file>
<file>oxygen-fallback/16x16/edit-find.png</file>
<file>oxygen-fallback/22x22/go-down.png</file>
<file>oxygen-fallback/22x22/go-home.png</file>
<file>oxygen-fallback/22x22/go-jump-locationbar.png</file>
@ -39,6 +40,7 @@
<file>oxygen-fallback/22x22/dialog-close.png</file>
<file>oxygen-fallback/22x22/window-new.png</file>
<file>oxygen-fallback/22x22/bookmark-new-list.png</file>
<file>oxygen-fallback/22x22/edit-find.png</file>
<file>oxygen-fallback/32x32/preferences-desktop.png</file>
<file>oxygen-fallback/32x32/preferences-system-network.png</file>
</qresource>

View File

Before

Width:  |  Height:  |  Size: 626 B

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 942 B

View File

@ -39,8 +39,6 @@ public:
private slots:
void updateIcon();
void showPopup();
void popupClosed();
private:
@ -49,6 +47,8 @@ private:
void mouseReleaseEvent(QMouseEvent* e);
void mouseMoveEvent(QMouseEvent* e);
void showPopup();
BrowserWindow* m_window;
LocationBar* m_locationBar;
WebView* m_view;