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

kdenonbeta/kdedebian/kapture



CVS commit by mornfall: 

Rename browsermanager -> historymanager. This commit was brought to you
by cvs's outsanding support for renames.


  A            libcapture/historymanager.cpp   1.1 [no copyright]
  A            libcapture/historymanager.h   1.1 [UNKNOWN]
  M +2 -2      libcapture/Makefile.am   1.21
  M +4 -4      libkapture/celemview.h   1.10
  M +0 -1      libkapture/pkgcelemview.h   1.10
  R            libcapture/browsermanager.cpp   1.2
  R            libcapture/browsermanager.h   1.2


--- kdenonbeta/kdedebian/kapture/libcapture/Makefile.am  #1.20:1.21
@@ -7,5 +7,5 @@
 
 # these are the headers for your project
-include_HEADERS = DebDBParser.h depgroupers.h filters.h grouper.h pkgcache.h pkggroup.h pkgmanager.h pkgtags.h safeiterators.h stl_util.h tagcollbuilder.h treefactory.h tree.h treenode.h treevisitor.h Vocabulary.h ZlibParserInput.h celem.h
+include_HEADERS = DebDBParser.h depgroupers.h filters.h grouper.h pkgcache.h pkggroup.h pkgmanager.h pkgtags.h safeiterators.h stl_util.h tagcollbuilder.h treefactory.h tree.h treenode.h treevisitor.h Vocabulary.h ZlibParserInput.h celem.h historymanager.h
 
 # let automoc handle all of the meta source files (moc)
@@ -26,5 +26,5 @@
     tree.cpp treenode.cpp param.cpp opprogress.cpp \
     groupermanager.cpp pkgmanager.cpp pkgsystem.cpp dpkgpm.cpp \
-    stl_util.cpp browsermanager.cpp
+    stl_util.cpp historymanager.cpp
 
 libcapture_la_LDFLAGS = $(all_libraries) -no-undefined

--- kdenonbeta/kdedebian/kapture/libkapture/celemview.h  #1.9:1.10
@@ -14,5 +14,5 @@
 #include <libcapture/pkgmanager.h>
 #include <libcapture/celem.h>
-#include <libcapture/browsermanager.h>
+#include <libcapture/historymanager.h>
 
 namespace capture {
@@ -34,5 +34,5 @@ namespace kapture {
     };
 
-    class CElemView: public QWidget, public capture::BrowserManager, public capture::PkgManager::Watcher, public capture::CElemVisitor
+    class CElemView: public QWidget, public capture::HistoryManager, public capture::PkgManager::Watcher, public capture::CElemVisitor
     {
         Q_OBJECT
@@ -42,6 +42,6 @@ namespace kapture {
             virtual CElemPtr elem () = 0;
         public slots:
-            virtual void histForward () { capture::BrowserManager::histForward (); }
-            virtual void histBack () { capture::BrowserManager::histBack (); }
+            virtual void histForward () { capture::HistoryManager::histForward (); }
+            virtual void histBack () { capture::HistoryManager::histBack (); }
             // virtual void changeElem (CElemPtr elem) = 0;
     };

--- kdenonbeta/kdedebian/kapture/libkapture/pkgcelemview.h  #1.9:1.10
@@ -17,5 +17,4 @@
 #include <libcapture/safeiterators.h>
 #include <libcapture/pkgmanager.h>
-#include <libcapture/browsermanager.h>
 
 #include <libkapture/celemview.h>




Reply to: