- renamed icons to mirall instead of ownCloud

- install of desktop file icon added
This commit is contained in:
Klaas Freitag 2011-11-22 18:31:44 +01:00
parent 7b9bd33bea
commit b9ce7d037f
13 changed files with 11 additions and 10 deletions

View File

@ -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>

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 661 B

After

Width:  |  Height:  |  Size: 661 B

View File

Before

Width:  |  Height:  |  Size: 661 B

After

Width:  |  Height:  |  Size: 661 B

View File

Before

Width:  |  Height:  |  Size: 918 B

After

Width:  |  Height:  |  Size: 918 B

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

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -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>

View File

@ -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);

View File

@ -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>

View File

@ -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>