kdeconnect-kde/plugins/lockdevice/kdeconnect_lockdevice.json
Jean Vincent 72535ecf48 Make member variable names, & placement and * placement more coherent
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
2017-09-03 21:45:08 +02:00

93 lines
3.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Encoding": "UTF-8",
"KPlugin": {
"Authors": [
{
"Email": "aleixpol@kde.org",
"Name": "Aleix Pol",
"Name[sr@ijekavian]": "Алекс Пол Гонзалез",
"Name[sr@ijekavianlatin]": "Aleks Pol Gonzalez",
"Name[sr@latin]": "Aleks Pol Gonzalez",
"Name[sr]": "Алекс Пол Гонзалез",
"Name[x-test]": "xxAleix Polxx"
}
],
"Description": "Locks your systems",
"Description[ca@valencia]": "Bloqueja els vostres sistemes",
"Description[ca]": "Bloqueja els vostres sistemes",
"Description[cs]": "Zamkne vaše systémy",
"Description[da]": "Låser dine systemer",
"Description[de]": "Sperrt Ihre Systeme",
"Description[es]": "Bloquear sus sistemas",
"Description[et]": "Oma süsteemide lukustamine",
"Description[eu]": "Zure sistemak blokeatzen ditu",
"Description[fi]": "Lukitsee järjestelmäsi",
"Description[fr]": "Bloque votre système",
"Description[gl]": "Bloquea os seus sistemas.",
"Description[it]": "Blocca i tuoi sistemi",
"Description[ko]": "내 시스템 잠그기",
"Description[nl]": "Vergrendeld uw systemen",
"Description[nn]": "Lås systemet",
"Description[pl]": "Zablokuj swoje systemy",
"Description[pt]": "Bloqueia os seus sistemas",
"Description[pt_BR]": "Bloqueia seus sistemas",
"Description[ru]": "Блокировка ваших систем",
"Description[sk]": "Zamkne vaše systémy",
"Description[sr@ijekavian]": "Закључава ваш систем",
"Description[sr@ijekavianlatin]": "Zaključava vaš sistem",
"Description[sr@latin]": "Zaključava vaš sistem",
"Description[sr]": "Закључава ваш систем",
"Description[sv]": "Låser dina system",
"Description[tr]": "Sistemlerinizi kilitler",
"Description[uk]": "Блокує вашу систему",
"Description[x-test]": "xxLocks your systemsxx",
"Description[zh_CN]": "锁定您的系统",
"Description[zh_TW]": "鎖定您的系統",
"EnabledByDefault": true,
"Icon": "applications-miscelaneaous",
"Id": "kdeconnect_lockdevice",
"License": "GPL",
"Name": "LockDevice",
"Name[ca@valencia]": "Bloqueja el dispositiu",
"Name[ca]": "Bloqueja el dispositiu",
"Name[cs]": "Uzamknout zařízení",
"Name[da]": "LåsEnhed",
"Name[de]": "Gerätesperrung",
"Name[es]": "Bloquear dispositivo",
"Name[et]": "Seadme lukustamine",
"Name[eu]": "BlokeatuGailua",
"Name[fi]": "Lukitse laite",
"Name[gl]": "Bloqueo do dispositivo",
"Name[it]": "Blocco dispositivo",
"Name[ko]": "장치 잠금",
"Name[nl]": "Apparaat vergrendelen",
"Name[nn]": "Lås eining",
"Name[pl]": "ZablokujUrządzenie",
"Name[pt]": "Bloqueio de Dispositivo",
"Name[pt_BR]": "Bloqueio de dispositivo",
"Name[ru]": "Блокировка устройства",
"Name[sk]": "Zamknúť zariadenie",
"Name[sr@ijekavian]": "Катанац",
"Name[sr@ijekavianlatin]": "Katanac",
"Name[sr@latin]": "Katanac",
"Name[sr]": "Катанац",
"Name[sv]": "Lås enhet",
"Name[tr]": "AygıtıKilitle",
"Name[x-test]": "xxLockDevicexx",
"Name[zh_CN]": "锁定设备",
"Name[zh_TW]": "鎖定裝置",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://kde.org"
},
"X-KdeConnect-OutgoingPackageType": [
"kdeconnect.lock.request",
"kdeconnect.lock"
],
"X-KdeConnect-SupportedPackageType": [
"kdeconnect.lock.request",
"kdeconnect.lock"
]
}