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

List:       kde-commits
Subject:    [kdevplatform] plugins/filetemplates: Disable GHNS for KDevelop File Templates for now.
From:       Milian Wolff <mail () milianw ! de>
Date:       2012-11-27 20:38:59
Message-ID: 20121127203859.CE6E4A6091 () git ! kde ! org
[Download RAW message or body]

Git commit 80693a7303f3285f577d4407afb9520e7c3df8f9 by Milian Wolff.
Committed on 27/11/2012 at 21:36.
Pushed by mwolff into branch 'master'.

Disable GHNS for KDevelop File Templates for now.

Sadly, we still did not get a category on kde-files.org. Since there
is no alternative, we'll have to disable it for now.

BUG: 310240

M  +3    -0    plugins/filetemplates/templateselectionpage.cpp

http://commits.kde.org/kdevplatform/80693a7303f3285f577d4407afb9520e7c3df8f9

diff --git a/plugins/filetemplates/templateselectionpage.cpp \
b/plugins/filetemplates/templateselectionpage.cpp index dc85d34..9c64046 100644
--- a/plugins/filetemplates/templateselectionpage.cpp
+++ b/plugins/filetemplates/templateselectionpage.cpp
@@ -162,9 +162,12 @@ \
TemplateSelectionPage::TemplateSelectionPage(TemplateClassAssistant* parent, Qt:  
     d->ui->view->setCurrentIndex(templateIndex);
 
+    /*
+    disabled until we get a category on kde-files, or find an alternative way to \
                enable this
     KNS3::Button* getMoreButton = new KNS3::Button(i18n("Get More Templates..."), \
                "kdevclassassistant.knsrc", d->ui->view);
     connect (getMoreButton, SIGNAL(dialogFinished(KNS3::Entry::List)), \
SLOT(getMoreClicked()));  d->ui->view->addWidget(0, getMoreButton);
+    */
 
     KPushButton* loadButton = new KPushButton(KIcon("application-x-archive"), \
i18n("Load Template From File"), d->ui->view);  connect (loadButton, \
SIGNAL(clicked(bool)), SLOT(loadFileClicked()));


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

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