[kmobiletools] KDE/kdepim/kmobiletools/kmobiletools
Marco Gulino
marco at kmobiletools.org
Sat Jun 16 12:44:00 CEST 2007
SVN commit 676226 by gulino:
GUI: Using Description property in the engines desktop file to get it extracted by scripty.
M +1 -1 engines/at_engine/at_engine.desktop
M +1 -1 engines/gammu_engine/gammu_engine.desktop
M +1 -1 libkmobiletools/engine.cpp
M +1 -1 libkmobiletools/kmobiletoolsengine.desktop
M +1 -1 mainpart/newdevicewizard/firstpage.cpp
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/engines/at_engine/at_engine.desktop #676225:676226
@@ -11,5 +11,5 @@
Comment[zh_TW]=基於標準 GSM AT 命令集的 KMobileTools 引擎
Icon=kmobiletoolsAT
ServiceTypes=KMobileTools/Engine
-X-KMobileTools-LongDesc=KMobileTools default engine, developed interally by the KMobileTools team.\nGood choice with almost all mobile phones, but on some models it lacks advanced features.\nBest choice with Motorola Phones, works good also with Sony Ericsson and Siemens.
+Description=KMobileTools default engine, developed interally by the KMobileTools team.\nGood choice with almost all mobile phones, but on some models it lacks advanced features.\nBest choice with Motorola Phones, works good also with Sony Ericsson and Siemens.
X-KDE-Library=libkmobiletools_at
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/engines/gammu_engine/gammu_engine.desktop #676225:676226
@@ -11,5 +11,5 @@
Comment[zh_TW]=基於 Gammu 的 KMobileTools 引擎
Icon=kmobiletoolsGammu
ServiceTypes=KMobileTools/Engine
-X-KMobileTools-LongDesc=Add a description here
+Description=A KMobileTools engine which uses Gammu as backend. Compatible with all AT-based phones. Special drivers for Alcatel, Nokia, Symbian and Sony Ericsson phones.
X-KDE-Library=libkmobiletools_gammu
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/libkmobiletools/engine.cpp #676225:676226
@@ -170,7 +170,7 @@
QString Engine::longDesc()
{
- return pluginInfo()->property("X-KMobileTools-LongDesc").toString();
+ return pluginInfo()->property("Description").toString();
}
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/libkmobiletools/kmobiletoolsengine.desktop #676225:676226
@@ -8,6 +8,6 @@
Comment[es]=Motor KMobileTools
Comment[zh_TW]=KMobileTools 引擎
-[PropertyDef::X-KMobileTools-LongDesc]
+[PropertyDef::Description]
Type=QString
--- trunk/KDE/kdepim/kmobiletools/kmobiletools/mainpart/newdevicewizard/firstpage.cpp #676225:676226
@@ -63,7 +63,7 @@
emit engineLibraryChanged( engineLibrary() );
return;
}
- engineDescLabel->setText(engInfo->property("X-KMobileTools-LongDesc").toString().replace('\n',"<br>") );
+ engineDescLabel->setText(engInfo->property("Description").toString().replace('\n',"<br>") );
// setNextEnabled ( currentPage(), true );
d->enginelibname=engInfo->service()->library();
emit engineLibraryChanged( engineLibrary() );
More information about the kmobiletools
mailing list