mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
Bring back TabManager plugin
This commit is contained in:
parent
b83c845bab
commit
8f353d7c21
|
@ -584,7 +584,7 @@ BrowserWindow* TabManagerWidget::getQupZilla()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabManagerWidget::makeWebViewConnections(QWebView* view)
|
void TabManagerWidget::makeWebViewConnections(WebView* view)
|
||||||
{
|
{
|
||||||
if (view) {
|
if (view) {
|
||||||
connect(view->page(), SIGNAL(loadFinished(bool)), this, SLOT(delayedRefreshTree()));
|
connect(view->page(), SIGNAL(loadFinished(bool)), this, SLOT(delayedRefreshTree()));
|
||||||
|
|
|
@ -31,7 +31,7 @@ class QTreeWidgetItem;
|
||||||
class BrowserWindow;
|
class BrowserWindow;
|
||||||
class WebPage;
|
class WebPage;
|
||||||
class WebTab;
|
class WebTab;
|
||||||
class QWebView;
|
class WebView;
|
||||||
class TLDExtractor;
|
class TLDExtractor;
|
||||||
|
|
||||||
class TabManagerWidget : public QWidget
|
class TabManagerWidget : public QWidget
|
||||||
|
@ -66,7 +66,7 @@ private:
|
||||||
void groupByWindow();
|
void groupByWindow();
|
||||||
BrowserWindow* getQupZilla();
|
BrowserWindow* getQupZilla();
|
||||||
|
|
||||||
void makeWebViewConnections(QWebView* view);
|
void makeWebViewConnections(WebView *view);
|
||||||
|
|
||||||
Ui::TabManagerWidget* ui;
|
Ui::TabManagerWidget* ui;
|
||||||
QPointer<BrowserWindow> p_QupZilla;
|
QPointer<BrowserWindow> p_QupZilla;
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
#define TLDExtractor_Version "1.0"
|
#define TLDExtractor_Version "1.0"
|
||||||
|
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
|
#include <QObject>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
class TLDExtractor : public QObject
|
class TLDExtractor : public QObject
|
||||||
|
|
|
@ -48,6 +48,5 @@ disablePlugin(GreaseMonkey)
|
||||||
disablePlugin(MailHandle)
|
disablePlugin(MailHandle)
|
||||||
disablePlugin(MouseGestures)
|
disablePlugin(MouseGestures)
|
||||||
disablePlugin(PIM)
|
disablePlugin(PIM)
|
||||||
disablePlugin(TabManager)
|
|
||||||
disablePlugin(TestPlugin)
|
disablePlugin(TestPlugin)
|
||||||
disablePlugin(Videoner)
|
disablePlugin(Videoner)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user