72535ecf48
Summary: Change all member variables to the form m_fooBar because it is the preferred form in Qt (it was half and half between this and mFooBar, and a minority didn't have anything). Place all references and pointers on the side of the type since it is the majority. Basically: - mFoo -> m_foo - foo -> m_foo (if it is a member variable) - Type &ref -> Type& ref - Type *ptr -> Type* ptr Reviewers: #kde_connect, nicolasfella, albertvaka Reviewed By: #kde_connect, nicolasfella, albertvaka Subscribers: albertvaka, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D7312
75 lines
3.3 KiB
JSON
75 lines
3.3 KiB
JSON
{
|
||
"Encoding": "UTF-8",
|
||
"KPlugin": {
|
||
"Authors": [
|
||
{
|
||
"Email": "albertvaka@gmail.com",
|
||
"Name": "Albert Vaca",
|
||
"Name[sr@ijekavian]": "Алберт Вака Синтора",
|
||
"Name[sr@ijekavianlatin]": "Albert Vaka Sintora",
|
||
"Name[sr@latin]": "Albert Vaka Sintora",
|
||
"Name[sr]": "Алберт Вака Синтора",
|
||
"Name[x-test]": "xxAlbert Vacaxx"
|
||
}
|
||
],
|
||
"Description": "Send and receive pings",
|
||
"Description[ca@valencia]": "Envia i rep pings",
|
||
"Description[ca]": "Envia i rep pings",
|
||
"Description[cs]": "Posílat a přijímat ping",
|
||
"Description[da]": "Send og modtag ping",
|
||
"Description[de]": "Senden und Empfangen von Pings",
|
||
"Description[es]": "Enviar y recibir pings",
|
||
"Description[et]": "Pingide saatmine ja vastuvõtmine",
|
||
"Description[eu]": "Bidali eta jaso pingak",
|
||
"Description[fi]": "Lähetä ja vastaanota tiedustelupaketteja",
|
||
"Description[fr]": "Envoie et reçoit des commandes « Ping »",
|
||
"Description[gl]": "Enviar e recibir pings.",
|
||
"Description[hu]": "Pingek küldése és fogadása",
|
||
"Description[it]": "Invia e ricevi ping",
|
||
"Description[ko]": "핑 보내고 받기",
|
||
"Description[nl]": "Pings verzenden en ontvangen",
|
||
"Description[nn]": "Send og ta imot pingsignal",
|
||
"Description[pl]": "Wysyłaj i otrzymuj pingi",
|
||
"Description[pt]": "Enviar e receber contactos",
|
||
"Description[pt_BR]": "Envia e recebe pings",
|
||
"Description[ru]": "Отправка и получение пингов",
|
||
"Description[sk]": "Poslať a prijať pingy",
|
||
"Description[sr@ijekavian]": "Шаље и прима пингове",
|
||
"Description[sr@ijekavianlatin]": "Šalje i prima pingove",
|
||
"Description[sr@latin]": "Šalje i prima pingove",
|
||
"Description[sr]": "Шаље и прима пингове",
|
||
"Description[sv]": "Skicka och ta emot ping",
|
||
"Description[tr]": "Ping gönder ve al",
|
||
"Description[uk]": "Надсилання і отримання сигналів підтримання зв’язку",
|
||
"Description[x-test]": "xxSend and receive pingsxx",
|
||
"Description[zh_CN]": "发送和接受 ping",
|
||
"Description[zh_TW]": "傳送與接收Ping回應封包",
|
||
"EnabledByDefault": true,
|
||
"Icon": "dialog-ok",
|
||
"Id": "kdeconnect_ping",
|
||
"License": "GPL",
|
||
"Name": "Ping",
|
||
"Name[fi]": "Tiedustelupaketti",
|
||
"Name[fr]": "Commande « Ping »",
|
||
"Name[ko]": "핑",
|
||
"Name[pt]": "Contacto",
|
||
"Name[ru]": "Тестовый сигнал",
|
||
"Name[sr@ijekavian]": "Пинг",
|
||
"Name[sr]": "Пинг",
|
||
"Name[sv]": "Pinga",
|
||
"Name[uk]": "Луна-імпульс",
|
||
"Name[x-test]": "xxPingxx",
|
||
"Name[zh_TW]": "Ping回應封包",
|
||
"ServiceTypes": [
|
||
"KdeConnect/Plugin"
|
||
],
|
||
"Version": "0.1",
|
||
"Website": "http://albertvaka.wordpress.com"
|
||
},
|
||
"X-KdeConnect-OutgoingPackageType": [
|
||
"kdeconnect.ping"
|
||
],
|
||
"X-KdeConnect-SupportedPackageType": [
|
||
"kdeconnect.ping"
|
||
]
|
||
}
|