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

kdenonbeta/kdedebian/kapture



CVS commit by mornfall: 

Rename: ProgressWidget* -> AcqProgressWidget. Reduce confusion :). Also
update TODO...


  A            libkapture/acqprogresswidget.cpp   1.1 [no copyright]
  A            libkapture/acqprogresswidget.h   1.1 [LGPL (v2+)]
  A            libkapture/acqprogresswidgetui.ui   1.1
  M +2 -2      kurrent/kurrent.cpp   1.4
  M +2 -2      kurrent/kurrent.h   1.3
  M +2 -2      libkapture/Makefile.am   1.18
  R            libkapture/progresswidget.cpp   1.2
  R            libkapture/progresswidget.h   1.1
  R            libkapture/progresswidgetui.ui   1.5


--- kdenonbeta/kdedebian/kapture/kurrent/kurrent.cpp  #1.3:1.4
@@ -21,5 +21,5 @@
 #include <libkapture/kapturemanager.h>
 #include <libkapture/dpkgpm.h>
-#include <libkapture/progresswidget.h>
+#include <libkapture/acqprogresswidget.h>
 #include "kurrent.h"
 /* }}} */
@@ -48,5 +48,5 @@ Kurrent::Kurrent ()
     m_treeView -> makeTree ();
 
-    m_aProgress = new kapture::ProgressWidget (m_stack, "progress");
+    m_aProgress = new kapture::AcqProgressWidget (m_stack, "progress");
 
     m_term = new konsolePart (m_stack, "konsole", m_stack, "konsole");

--- kdenonbeta/kdedebian/kapture/kurrent/kurrent.h  #1.2:1.3
@@ -14,5 +14,5 @@ class KURL;
 namespace kapture {
     class TreeView;
-    class ProgressWidget;
+    class AcqProgressWidget;
 }
 
@@ -37,5 +37,5 @@ class Kurrent : public KurrentUi
         enum State { Default, Download, Install } m_state;
         konsolePart *m_term;
-        kapture::ProgressWidget *m_aProgress;
+        kapture::AcqProgressWidget *m_aProgress;
         QWidget *m_progress;
         QWidget *m_default;

--- kdenonbeta/kdedebian/kapture/libkapture/Makefile.am  #1.17:1.18
@@ -11,5 +11,5 @@
     treeview.h listtreeview.h \
     kapturemanager.h \
-    acqprogress.h progresswidget.h errordialog.h commitstatus.h \
+    acqprogress.h acqprogresswidget.h errordialog.h commitstatus.h \
     listtreewidget.h summaryview.h \
     groupersetupwidget.h
@@ -31,5 +31,5 @@
 libkapture_la_SOURCES = \
     pkgcelemviewdetailsui.ui pkgcelemviewcommonui.ui listtreeviewui.ui \
-    progresswidgetui.ui acqprogress.cpp errordialog.cpp commitstatus.cpp progresswidget.cpp \
+    acqprogresswidgetui.ui acqprogress.cpp errordialog.cpp commitstatus.cpp acqprogresswidget.cpp \
     celemview.cpp pkgcelemview.cpp \
     treeview.cpp \




Reply to: