Move icons used in models to model library

This commit is contained in:
Martchus 2017-02-19 18:00:32 +01:00
parent 343b8f09c5
commit 02e44e372f
13 changed files with 19 additions and 10 deletions

View File

@ -24,6 +24,9 @@ set(SRC_FILES
syncthingdevicemodel.cpp
syncthingdownloadmodel.cpp
)
set(RES_FILES
resources/${META_PROJECT_NAME}icons.qrc
)
set(TS_FILES
translations/${META_PROJECT_NAME}_de_DE.ts

View File

Before

Width:  |  Height:  |  Size: 635 B

After

Width:  |  Height:  |  Size: 635 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,13 @@
<RCC>
<qresource prefix="/">
<file>icons/hicolor/scalable/status/syncthing-default.svg</file>
<file>icons/hicolor/scalable/status/syncthing-notify.svg</file>
<file>icons/hicolor/scalable/status/syncthing-pause.svg</file>
<file>icons/hicolor/scalable/status/syncthing-sync.svg</file>
<file>icons/hicolor/scalable/status/syncthing-disconnected.svg</file>
<file>icons/hicolor/scalable/status/syncthing-ok.svg</file>
<file>icons/hicolor/scalable/status/syncthing-error.svg</file>
<file>icons/hicolor/scalable/mimetypes/text-x-generic.svg</file>
<file>icons/hicolor/scalable/status/syncthing-error-sync.svg</file>
</qresource>
</RCC>

View File

@ -43,7 +43,9 @@ set(WIDGETS_SRC_FILES
gui/devview.cpp
gui/downloadview.cpp
gui/textviewdialog.cpp
resources/icons.qrc
)
set(RES_FILES
resources/${META_PROJECT_NAME}icons.qrc
)
set(WIDGETS_UI_FILES
gui/traywidget.ui

View File

@ -1,13 +1,6 @@
<RCC>
<qresource prefix="/">
<file>icons/hicolor/scalable/app/syncthingtray.svg</file>
<file>icons/hicolor/scalable/status/syncthing-default.svg</file>
<file>icons/hicolor/scalable/status/syncthing-notify.svg</file>
<file>icons/hicolor/scalable/status/syncthing-pause.svg</file>
<file>icons/hicolor/scalable/status/syncthing-sync.svg</file>
<file>icons/hicolor/scalable/status/syncthing-disconnected.svg</file>
<file>icons/hicolor/scalable/status/syncthing-ok.svg</file>
<file>icons/hicolor/scalable/status/syncthing-error.svg</file>
<file>icons/hicolor/scalable/actions/application-menu.svg</file>
<file>icons/hicolor/scalable/actions/edit-copy.svg</file>
<file>icons/hicolor/scalable/actions/folder-sync.svg</file>
@ -21,13 +14,11 @@
<file>icons/hicolor/scalable/apps/internet-web-browser.svg</file>
<file>icons/hicolor/scalable/apps/preferences-other.svg</file>
<file>icons/hicolor/scalable/devices/network-card.svg</file>
<file>icons/hicolor/scalable/mimetypes/text-x-generic.svg</file>
<file>icons/hicolor/scalable/places/folder-open.svg</file>
<file>icons/hicolor/scalable/places/folder.svg</file>
<file>icons/hicolor/scalable/places/network-workgroup.svg</file>
<file>icons/hicolor/scalable/apps/system-run.svg</file>
<file>icons/hicolor/scalable/actions/network-connect.svg</file>
<file>icons/hicolor/scalable/status/syncthing-error-sync.svg</file>
<file>icons/hicolor/scalable/places/folder-download.svg</file>
<file>icons/hicolor/scalable/actions/process-stop.svg</file>
<file>icons/hicolor/scalable/actions/list-add.svg</file>