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

List:       kde-commits
Subject:    [kdepim/akregator_port] akregator2/src: Comment search code, it uses Nepomuk2 and we no longer searc
From:       Àlex_Fiestas <afiestas () kde ! org>
Date:       2014-03-30 16:46:17
Message-ID: E1WUIsD-0008AW-9r () scm ! kde ! org
[Download RAW message or body]

Git commit 0fa7cee8017f0bb1ce0777a1c20cc7ecd5300571 by Àlex Fiestas.
Committed on 30/03/2014 at 16:45.
Pushed by afiestas into branch 'akregator_port'.

Comment search code, it uses Nepomuk2 and we no longer search for it

Baloo stuff will be written in the future, then we will enable this
code again.

M  +4    -4    akregator2/src/CMakeLists.txt
M  +4    -4    akregator2/src/mainwidget.cpp

http://commits.kde.org/kdepim/0fa7cee8017f0bb1ce0777a1c20cc7ecd5300571

diff --git a/akregator2/src/CMakeLists.txt b/akregator2/src/CMakeLists.txt
index 83e5bc9..ae0b28f 100644
--- a/akregator2/src/CMakeLists.txt
+++ b/akregator2/src/CMakeLists.txt
@@ -88,11 +88,11 @@ set(akregator2part_PART_SRCS
    akregator2_part.cpp
    mainwidget.cpp
    speechclient.cpp
-   searchdescriptionattribute.cpp
-   searchpatterneditor.cpp
-   searchpatternrow.cpp
+#    searchdescriptionattribute.cpp
+#    searchpatterneditor.cpp
+#    searchpatternrow.cpp
    searchproxymodel.cpp
-   searchwindow.cpp
+#    searchwindow.cpp
 )
 
 qt4_add_dbus_interfaces(akregator2part_PART_SRCS \
                ${KDE4_DBUS_INTERFACES_DIR}/org.kde.KSpeech.xml)
diff --git a/akregator2/src/mainwidget.cpp b/akregator2/src/mainwidget.cpp
index 237b496..907faa9 100644
--- a/akregator2/src/mainwidget.cpp
+++ b/akregator2/src/mainwidget.cpp
@@ -49,7 +49,7 @@
 #include "selectioncontroller.h"
 #include "speechclient.h"
 #include "tabwidget.h"
-#include "searchwindow.h"
+// #include "searchwindow.h"
 #include "searchdescriptionattribute.h"
 #include "types.h"
 
@@ -134,7 +134,7 @@ Akregator2::MainWidget::MainWidget( Part *part, QWidget *parent, \
ActionManagerIm  m_viewMode(NormalView),
      m_actionManager(actionManager)
 {
-    Akonadi::AttributeFactory::registerAttribute<Akregator2::SearchDescriptionAttribute>();
 +//     Akonadi::AttributeFactory::registerAttribute<Akregator2::SearchDescriptionAttribute>();
                
     Akonadi::AttributeFactory::registerAttribute<Akonadi::PersistentSearchAttribute>();
  
     m_actionManager->initMainWidget(this);
@@ -1180,8 +1180,8 @@ void Akregator2::MainWidget::slotReloadAllTabs()
 
 void Akregator2::MainWidget::slotSearch()
 {
-    SearchWindow *window = new SearchWindow( m_itemModel, \
                m_selectionController->selectedCollection(), this );
-    window->show();
+//     SearchWindow *window = new SearchWindow( m_itemModel, \
m_selectionController->selectedCollection(), this ); +//     window->show();
 }
 
 bool Akregator2::MainWidget::isNetworkAvailable() const


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

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