mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-05-10 08:34:08 +02:00
- renamed icons to mirall instead of ownCloud
- install of desktop file icon added
This commit is contained in:
parent
7b9bd33bea
commit
b9ce7d037f
10
mirall.qrc
10
mirall.qrc
@ -1,14 +1,14 @@
|
||||
<RCC>
|
||||
<qresource prefix="/new/mirall">
|
||||
<file>resources/ownCloud-32.png</file>
|
||||
<file>resources/ownCloud-64.png</file>
|
||||
<file>resources/ownCloud-128.png</file>
|
||||
<file>resources/mirall-32.png</file>
|
||||
<file>resources/mirall-64.png</file>
|
||||
<file>resources/mirall-128.png</file>
|
||||
<file>resources/folder-grey-32.png</file>
|
||||
<file>resources/folder-remote-32.png</file>
|
||||
<file>resources/folder-grey-22.png</file>
|
||||
<file>resources/folder-remote-22.png</file>
|
||||
<file>resources/ownCloud-22.png</file>
|
||||
<file>resources/ownCloud-48.png</file>
|
||||
<file>resources/mirall-22.png</file>
|
||||
<file>resources/mirall-48.png</file>
|
||||
<file>resources/folder-grey-48.png</file>
|
||||
<file>resources/folder-remote-48.png</file>
|
||||
</qresource>
|
||||
|
Before ![]() (image error) Size: 3.8 KiB After ![]() (image error) Size: 3.8 KiB ![]() ![]() |
Before ![]() (image error) Size: 661 B After ![]() (image error) Size: 661 B ![]() ![]() |
Before ![]() (image error) Size: 661 B After ![]() (image error) Size: 661 B ![]() ![]() |
Before ![]() (image error) Size: 918 B After ![]() (image error) Size: 918 B ![]() ![]() |
Before ![]() (image error) Size: 1.4 KiB After ![]() (image error) Size: 1.4 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.9 KiB After ![]() (image error) Size: 1.9 KiB ![]() ![]() |
@ -78,6 +78,7 @@ endif(CSYNC_FOUND)
|
||||
install(TARGETS mirall
|
||||
RUNTIME DESTINATION bin
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib
|
||||
ARCHIVE DESTINATION lib )
|
||||
install(FILES mirall.png DESTINATION share/icons/hicolor/48x48/apps
|
||||
)
|
||||
|
||||
|
BIN
src/mirall.png
Normal file
BIN
src/mirall.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.4 KiB |
@ -22,7 +22,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../mirall.qrc">:/new/mirall/resources/ownCloud-32.png</pixmap>
|
||||
<pixmap resource="../../mirall.qrc">:/new/mirall/resources/mirall-32.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -232,7 +232,7 @@ QIcon Folder::icon( int size ) const
|
||||
{
|
||||
QString name;
|
||||
|
||||
if( _backend == "sitecopy") name = QString( "ownCloud-%1.png" ).arg(size);
|
||||
if( _backend == "sitecopy") name = QString( "mirall-%1.png" ).arg(size);
|
||||
if( _backend == "unison" ) name = QString( "folder-%1.png" ).arg(size);
|
||||
if( _backend == "csync" ) name = QString("folder-remote-%1.png").arg(size);
|
||||
|
||||
|
@ -105,7 +105,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../mirall.qrc">:/new/mirall/resources/ownCloud-48.png</pixmap>
|
||||
<pixmap resource="../../mirall.qrc">:/new/mirall/resources/mirall-48.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -71,7 +71,7 @@
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../mirall.qrc">
|
||||
<normaloff>:/new/mirall/resources/ownCloud-128.png</normaloff>:/new/mirall/resources/ownCloud-128.png</iconset>
|
||||
<normaloff>:/new/mirall/resources/mirall-128.png</normaloff>:/new/mirall/resources/mirall-128.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
|
Loading…
Reference in New Issue
Block a user