New icon by Malcer <malcer@gmx.com>

This commit is contained in:
Albert Vaca 2014-02-19 21:10:41 +01:00
parent 52e822ef28
commit 29719ccce5
19 changed files with 12 additions and 9 deletions

View file

@ -17,5 +17,6 @@ add_subdirectory(libkdeconnect)
add_subdirectory(kcm)
add_subdirectory(kio)
add_subdirectory(plasmoid)
add_subdirectory(icon)
add_subdirectory(tests)

2
icon/CMakeLists.txt Normal file
View file

@ -0,0 +1,2 @@
kde4_install_icons(${ICON_INSTALL_DIR})

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 951 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

View file

@ -1,7 +1,7 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Exec=kcmshell4 kcm_kdeconnect
Icon=smartphone
Icon=kdeconnect
Type=Service
X-KDE-ServiceTypes=KCModule

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Icon=smartphone
Icon=kdeconnect
Terminal=false
Exec=kcmshell4 kcm_kdeconnect
Name=KDE Connect

View file

@ -1,5 +1,5 @@
[Global]
IconName=smartphone
IconName=kdeconnect
Name=KDE Connect
Name[bs]=Konekcija KDE
Name[da]=KDE Connect

View file

@ -74,7 +74,7 @@ void SftpPlugin::addToDolphin()
{
removeFromDolphin();
KUrl kioUrl("kdeconnect://"+device()->id()+"/");
m_d->placesModel->addPlace(device()->name(), kioUrl, "smartphone");
m_d->placesModel->addPlace(device()->name(), kioUrl, "kdeconnect");
kDebug(kdeconnect_kded()) << "add to dolphin";
}

View file

@ -11,6 +11,6 @@ writing=false
makedir=false
deleting=false
moving=false
Icon=smartphone
Icon=kdeconnect
maxInstances=2

View file

@ -105,7 +105,7 @@ void KioKdeconnect::listAllDevices()
const QString target = QString("kdeconnect://").append(deviceId).append("/");
const QString name = interface.name();
const QString icon = "smartphone";
const QString icon = "kdeconnect";
KIO::UDSEntry entry;
entry.insert(KIO::UDSEntry::UDS_NAME, name);

View file

@ -32,7 +32,7 @@ Item {
PlasmaCore.IconItem {
id: icon
source: "smartphone"
source: "kdeconnect"
anchors.fill: parent
}
@ -44,7 +44,7 @@ Item {
PlasmaCore.ToolTip {
id: tooltip
target: mouseArea
image: QIcon("smartphone")
image: QIcon("kdeconnect")
subText: i18n("KDE Connect device notifications")
}
}

View file

@ -35,7 +35,7 @@ Comment[tr]=KDE Bağlan kullanılarak cihazınızdan bildirimleri görüntüleyi
Comment[uk]=Показ сповіщень з ваших пристроїв за допомогою програми «Зєднання KDE»
Comment[x-test]=xxShow notifications from your devices using KDE Connectxx
Icon=smartphone
Icon=kdeconnect
Type=Service
X-KDE-ServiceTypes=Plasma/Applet,Plasma/PopupApplet