[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform/plugins
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2008-11-26 19:54:33
Message-ID: 1227729273.192440.8801.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 889426 by apaku:

Adjust catalog names of these plugins to match the directories because
thats whats being used for the .pot,.po,.mo files

 M  +1 -1      bazaar/bzrplugin.cpp  
 M  +1 -1      duchainviewer/duchainviewplugin.cpp  
 M  +1 -1      genericprojectmanager/genericmanager.cpp  
 M  +1 -1      konsole/kdevkonsoleviewplugin.cpp  
 M  +1 -1      mercurial/hgplugin.cpp  


--- trunk/KDE/kdevplatform/plugins/bazaar/bzrplugin.cpp #889425:889426
@@ -33,7 +33,7 @@
 
 
 K_PLUGIN_FACTORY(KDevBzrFactory, registerPlugin<BzrPlugin>(); )
-K_EXPORT_PLUGIN(KDevBzrFactory(KAboutData("kdevbzr","kdevbzr", ki18n("Bazaar \
Plugin"), "0.1", ki18n("Bazaar version control system support"), \
KAboutData::License_GPL, ki18n("Copyright 2008 Evgeniy Ivanov <powerfox@kde.ru>") ) ) \
) +K_EXPORT_PLUGIN(KDevBzrFactory(KAboutData("kdevbzr","kdevbazaar", ki18n("Bazaar \
Plugin"), "0.1", ki18n("Bazaar version control system support"), \
KAboutData::License_GPL, ki18n("Copyright 2008 Evgeniy Ivanov <powerfox@kde.ru>") ) ) \
)  
 BzrPlugin::BzrPlugin( QObject *parent, const QVariantList & )
     : DistributedVersionControlPlugin(parent, KDevBzrFactory::componentData())
--- trunk/KDE/kdevplatform/plugins/duchainviewer/duchainviewplugin.cpp #889425:889426
@@ -34,7 +34,7 @@
 #include <interfaces/idocumentcontroller.h>
 
 K_PLUGIN_FACTORY(KDevDUChainViewFactory, registerPlugin<DUChainViewPlugin>(); )
-K_EXPORT_PLUGIN(KDevDUChainViewFactory(KAboutData("kdevduchainview","kdevduchainview",ki18n("DUChain \
View"), "0.1", ki18n("A simple tool to view the raw DUChain"), \
KAboutData::License_GPL))) \
+K_EXPORT_PLUGIN(KDevDUChainViewFactory(KAboutData("kdevduchainview","kdevduchainviewer",ki18n("DUChain \
View"), "0.1", ki18n("A simple tool to view the raw DUChain"), \
KAboutData::License_GPL)))  
 class DUChainViewFactory: public KDevelop::IToolViewFactory
 {
--- trunk/KDE/kdevplatform/plugins/genericprojectmanager/genericmanager.cpp \
#889425:889426 @@ -42,7 +42,7 @@
 #include <QtCore/QRegExp>
 
 K_PLUGIN_FACTORY(GenericSupportFactory, registerPlugin<GenericProjectManager>(); )
-K_EXPORT_PLUGIN(GenericSupportFactory(KAboutData("kdevgenericmanager","kdevgenericmanager",ki18n("Generic \
Project Manager"), "0.1", ki18n("A plugin to support basic project management on a \
filesystem level"), KAboutData::License_GPL))) \
+K_EXPORT_PLUGIN(GenericSupportFactory(KAboutData("kdevgenericmanager","kdevgenericprojectmanager",ki18n("Generic \
Project Manager"), "0.1", ki18n("A plugin to support basic project management on a \
filesystem level"), KAboutData::License_GPL)))  
 class GenericProjectManagerPrivate
 {
--- trunk/KDE/kdevplatform/plugins/konsole/kdevkonsoleviewplugin.cpp #889425:889426
@@ -32,7 +32,7 @@
 }
 
 K_PLUGIN_FACTORY(KonsoleViewFactory, registerPlugin<KDevKonsoleViewPlugin>( \
                QString(), &createKonsoleView ); )
-K_EXPORT_PLUGIN(KonsoleViewFactory(KAboutData("kdevkonsoleview","kdevkonsoleview", \
ki18n("Konsole"), "0.1", ki18n("Embedded Terminal support"), \
KAboutData::License_GPL))) \
+K_EXPORT_PLUGIN(KonsoleViewFactory(KAboutData("kdevkonsoleview","kdevkonsole", \
ki18n("Konsole"), "0.1", ki18n("Embedded Terminal support"), \
KAboutData::License_GPL)))  
 class KDevKonsoleViewFactory: public KDevelop::IToolViewFactory{
 public:
--- trunk/KDE/kdevplatform/plugins/mercurial/hgplugin.cpp #889425:889426
@@ -32,7 +32,7 @@
 #include "hgexecutor.h"
 
 K_PLUGIN_FACTORY(KDevHgFactory, registerPlugin<HgPlugin>(); )
-K_EXPORT_PLUGIN(KDevHgFactory(KAboutData("kdevhg","kdevhg", ki18n("Mercurial"), \
"0.1", ki18n("Support for Mercurial version control systems"), \
KAboutData::License_GPL))) \
+K_EXPORT_PLUGIN(KDevHgFactory(KAboutData("kdevhg","kdevmercurial", \
ki18n("Mercurial"), "0.1", ki18n("Support for Mercurial version control systems"), \
KAboutData::License_GPL)))  
 HgPlugin::HgPlugin( QObject *parent, const QVariantList & )
     : DistributedVersionControlPlugin(parent, KDevHgFactory::componentData())


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic