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

List:       kde-commits
Subject:    playground/network/rekonq/src
From:       Andrea Diamantini <adjam7 () gmail ! com>
Date:       2009-06-21 20:31:11
Message-ID: 1245616271.604154.16891.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 984988 by adjam:

Removed unuseful history dialog. We use just history panel, from now on..

 M  +0 -1      CMakeLists.txt  
 M  +1 -1      history.cpp  
 D             history.ui  
 D             historydialog.cpp  
 D             historydialog.h  
 M  +1 -10     historymenu.cpp  
 M  +0 -1      historymenu.h  


--- trunk/playground/network/rekonq/src/CMakeLists.txt #984987:984988
@@ -21,7 +21,6 @@
     edittableview.cpp 
     edittreeview.cpp 
     history.cpp
-    historydialog.cpp
     historymenu.cpp
     bookmarks.cpp
     modelmenu.cpp 
--- trunk/playground/network/rekonq/src/history.cpp #984987:984988
@@ -540,7 +540,7 @@
 //  -----------------------------------------------------------------------------------------------
 
 
-#define MOVEDROWS 10
+#define MOVEDROWS 20
 
 
 /*
--- trunk/playground/network/rekonq/src/historymenu.cpp #984987:984988
@@ -23,7 +23,6 @@
 #include "historymenu.moc"
 
 #include "application.h"
-#include "historydialog.h"
 
 #include <QtGui/QWidget>
 #include <QtCore/QModelIndex>
@@ -70,7 +69,7 @@
         addSeparator();
 
     KAction *showAllAction = new KAction(i18n("Show All History"), this);
-    connect(showAllAction, SIGNAL(triggered()), this, SLOT(showHistoryDialog()));
+//     connect(showAllAction, SIGNAL(triggered()), this, SLOT(showHistoryDialog()));
     addAction(showAllAction);
 
     KAction *clearAction = new KAction(i18n("Clear History"), this);
@@ -79,14 +78,6 @@
 }
 
 
-void HistoryMenu::showHistoryDialog()
-{
-    HistoryDialog *dialog = new HistoryDialog(this);
-    connect(dialog, SIGNAL(openUrl(const KUrl&)), this, SIGNAL(openUrl(const KUrl&)));
-    dialog->show();
-}
-
-
 void HistoryMenu::setInitialActions(QList<QAction*> actions)
 {
     m_initialActions = actions;
--- trunk/playground/network/rekonq/src/historymenu.h #984987:984988
@@ -54,7 +54,6 @@
 
 private slots:
     void activated(const QModelIndex &index);
-    void showHistoryDialog();
 
 private:
     HistoryManager *m_history;
[prev in list] [next in list] [prev in thread] [next in thread] 

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