From b4516b0bacb68179eb6f7cbff9c6474ec03cc9ab Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 30 Sep 2009 10:21:58 +0200 Subject: BIG BIG commit removed: - last closed tabs feature - new tab page settings (unuseful, we need something better) implemented - new home page layout (needs love) - new about: protocol to load home page sections - preview images cache todo: - cleaning cache mechanism - bug fixing - add/remove to preferred actions --- src/mainview.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/mainview.cpp') diff --git a/src/mainview.cpp b/src/mainview.cpp index 231700a0..d02dd37d 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -183,8 +183,6 @@ void MainView::clear() /// TODO What exactly do we need to clear here? m_urlBar->clearHistory(); m_urlBar->clear(); - - m_recentlyClosedTabs.clear(); } @@ -418,8 +416,6 @@ void MainView::slotCloseTab(int index) return; } hasFocus = tab->hasFocus(); - - m_recentlyClosedTabs.prepend(tab->url()); } QWidget *webView = widget(index); @@ -586,12 +582,6 @@ void MainView::resizeEvent(QResizeEvent *event) } -KUrl::List MainView::recentlyClosedTabs() -{ - return m_recentlyClosedTabs; -} - - void MainView::mouseMoveEvent(QMouseEvent *event) { //Find the tab under the mouse -- cgit v1.2.1