[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kdenonbeta/kdedebian/kapture/libkapture



CVS commit by mornfall: 

Try to hack in support for open-in-new tab. Work in progress, doesn't
work :/.


  M +1 -0      listtreeview.cpp   1.22
  M +1 -0      treeview.h   1.9


--- kdenonbeta/kdedebian/kapture/libkapture/listtreeview.cpp  #1.21:1.22
@@ -24,4 +24,5 @@ ListTreeView::ListTreeView (QWidget *par
     connect (m_filter, SIGNAL (activated (const QString &)), this, SLOT (filterTypeChanged (const QString &)));
     connect (m_filterArg, SIGNAL (returnPressed ()), this, SLOT (rebuildTree ()));
+    connect (m_pkgList, SIGNAL (newViewRequested (CElemPtr)), this, SIGNAL (newViewRequested (CElemPtr)));
     // connect (m_setup, SIGNAL (clicked ()), this, SLOT (setupFilter ()));
     m_quickGrouper = new GrouperFactory ("PkgExistFilter");

--- kdenonbeta/kdedebian/kapture/libkapture/treeview.h  #1.8:1.9
@@ -61,4 +61,5 @@ namespace kapture {
         signals:
             void elemSelected (capture::CElemPtr);
+            void newViewRequested (capture::CElemPtr);
         public slots:
             virtual void setGrouper (capture::GrouperChain *grp);




Reply to: