mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
plasma: remove remote widgets leftovers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b828f19886
commit
d12678dde0
5 changed files with 0 additions and 74 deletions
|
@ -371,7 +371,6 @@ install(
|
|||
install(
|
||||
FILES
|
||||
data/services/plasma-applet-extenderapplet.desktop
|
||||
data/services/plasma.protocol
|
||||
DESTINATION ${SERVICES_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
|
|
@ -1,70 +0,0 @@
|
|||
[Protocol]
|
||||
protocol=plasma
|
||||
|
||||
exec=plasma-remote-helper %u
|
||||
input=none
|
||||
output=none
|
||||
|
||||
Icon=plasma
|
||||
Description=A protocol for Plasma services
|
||||
Description[ar]=ميفاق لخدمات بلازما
|
||||
Description[bg]=Протокол за услуги Plasma
|
||||
Description[bs]=Protokol Plazma usluga
|
||||
Description[ca]=Un protocol pels serveis del Plasma
|
||||
Description[ca@valencia]=Un protocol pels serveis del Plasma
|
||||
Description[cs]=Protokol pro služby Plasma
|
||||
Description[da]=En protokol til Plasma-tjenester
|
||||
Description[de]=Ein Protokoll für Plasma-Dienste
|
||||
Description[el]=Ένα πρωτόκολλο υπηρεσιών Plasma
|
||||
Description[en_GB]=A protocol for Plasma services
|
||||
Description[es]=Un protocolo para los servicios de Plasma
|
||||
Description[et]=Plasma teenuste protokoll
|
||||
Description[eu]=Plasma zerbitzuentzako protokolo bat
|
||||
Description[fi]=Plasma-palvelujen yhteyskäytäntö
|
||||
Description[fr]=Un protocole pour les services Plasma
|
||||
Description[ga]=Prótacal le haghaidh seirbhísí Plasma
|
||||
Description[gl]=Un protocolo para servizos do Plasma
|
||||
Description[gu]=પ્લાઝમા સેવાઓ માટે પ્રોટોકોલ
|
||||
Description[he]=פרוטוקול עבור הרכיבים של Plasma
|
||||
Description[hr]=Protokol za servise u Plasmi
|
||||
Description[hu]=Protokoll a Plazma-szolgáltatáshoz
|
||||
Description[hy]=Պլազմա-ի ծառայությունների սկզբունք
|
||||
Description[ia]=un protocollo per servicios de Plasma
|
||||
Description[id]=Protokol untuk layanan Plasma
|
||||
Description[is]=Samskiptamáti fyrir Plasma-þjónustur
|
||||
Description[it]=Un protocollo per servizi plasma
|
||||
Description[ja]=Plasma サービスのためのプロトコル
|
||||
Description[kk]=Plasma қызметінің протоколы
|
||||
Description[km]=ពិធីការសម្រាប់សេវាកម្មប្លាស្មា
|
||||
Description[ko]=Plasma 서비스 프로토콜
|
||||
Description[lv]=Plasma servisu protokols
|
||||
Description[mr]=प्लाज्मा सेवांसाठी शिष्टाचार
|
||||
Description[nb]=En protokoll for plasma-tjenester
|
||||
Description[nds]=En Protokoll för Plasma-Deensten
|
||||
Description[nl]=Een protocol voor Plasma-services
|
||||
Description[pa]=ਪਲਾਜ਼ਮਾ ਸਰਵਿਸ ਲਈ ਪਰੋਟੋਕਾਲ
|
||||
Description[pl]=Protokół dla usług Plazmy
|
||||
Description[pt]=Um protocolo para os serviços do Plasma
|
||||
Description[pt_BR]=Protocolo para os serviços do Plasma
|
||||
Description[ro]=Un protocol pentru servicii Plasma
|
||||
Description[ru]=Протокол для служб Plasma
|
||||
Description[se]=Protokolla Plasma-bálvalusaid várás
|
||||
Description[sk]=Protokol pre Plasma služby
|
||||
Description[sl]=Protokol za storitve Plasme
|
||||
Description[sr]=Протокол за плазма сервисе
|
||||
Description[sr@ijekavian]=Протокол за плазма сервисе
|
||||
Description[sr@ijekavianlatin]=Protokol za plasma servise
|
||||
Description[sr@latin]=Protokol za plasma servise
|
||||
Description[sv]=Ett protokoll för Plasma-tjänster
|
||||
Description[tg]=Протоколи хидматҳои Plasma
|
||||
Description[tr]=Plasma servisleri için bir protokol
|
||||
Description[tt]=Plasma хезмәте өчен беркетмә
|
||||
Description[ug]=پلازما(Plasma) مۇلازىمىتىنىڭ كېلىشىمى
|
||||
Description[uk]=Протокол для служб Плазми
|
||||
Description[vi]=Một giao thức cho các dịch vụ Plasma
|
||||
Description[x-test]=xxA protocol for Plasma servicesxx
|
||||
Description[zh_CN]=Plasma 服务协议
|
||||
Description[zh_TW]=Plasma 服務協定
|
||||
|
||||
helper=true
|
||||
Class=:internet
|
|
@ -192,7 +192,6 @@ public:
|
|||
QWeakPointer<KKeySequenceWidget> shortcutEditor; //TODO: subclass KConfigDialog and encapsulate this in there
|
||||
|
||||
ItemStatus itemStatus;
|
||||
QString remoteLocation;
|
||||
|
||||
// the applet can change size policy by itself, so save the old one for eventual restore
|
||||
QSizePolicy preferredSizePolicy;
|
||||
|
|
|
@ -104,7 +104,6 @@ public:
|
|||
void appletAppearAnimationComplete();
|
||||
void appletAppeared(Applet*);
|
||||
void clearDataForMimeJob(KIO::Job *job);
|
||||
void remoteAppletReady(Plasma::AccessAppletJob *job);
|
||||
void mimeTypeRetrieved(KIO::Job *job, const QString &mimetype);
|
||||
void dropJobResult(KJob *);
|
||||
void addContainmentActions(KMenu &desktopMenu, QEvent *event);
|
||||
|
|
|
@ -122,7 +122,6 @@ private:
|
|||
ServiceJobPrivate * const d;
|
||||
|
||||
friend class ServiceProvider;
|
||||
friend class RemoteServiceJob;
|
||||
};
|
||||
|
||||
} // namespace Plasma
|
||||
|
|
Loading…
Add table
Reference in a new issue