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

kdenonbeta/kdedebian/kapture



CVS commit by mornfall: 

- set cache to RO mode while update runs (needs checking, it *may* b0rk)
- update TODO with fixes wanted for release
- start news for 0.3, update version here and there


  M +5 -0      NEWS   1.3
  M +7 -1      TODO   1.41
  M +1 -1      VERSION   1.2
  M +1 -1      configure.in.in   1.6
  M +4 -1      libcapture/pkgmanager.cpp   1.31


--- kdenonbeta/kdedebian/kapture/NEWS  #1.2:1.3
@@ -1,2 +1,7 @@
+News in Kapture version 0.3 (since 0.2)
+- many libcapture internal changes again
+- embed konsole to handle dpkg run
+- improve the download progress indicator
+- implement read-only mode
 News in Kapture version 0.2 (since 0.1)
 - new summarywidget (supersedes operationmenu)

--- kdenonbeta/kdedebian/kapture/TODO  #1.40:1.41
@@ -84,5 +84,5 @@
   (broken in the recent Tree refactoring)
   
-  FINISH ACQPROGRESS IMPL IN LIBKAPTURE [done: 70%]
+  FINISH ACQPROGRESS IMPL IN LIBKAPTURE [done: 80%]
   Still needs few fixes (like indication of waiting status, etc).
 
@@ -153,4 +153,10 @@
   the thing to look at ;).
 
+  FIXES FOR RELEASE [done: 0%]
+  - fix konsole size on startup (eh, tricky)
+  - fix overall progress in update
+  - fix the acqstatus update problem (on done ())
+  - testing, testing!
+
 ::: 0.4 (prealfa) :::
 

--- kdenonbeta/kdedebian/kapture/VERSION  #1.1:1.2
@@ -1 +1 @@
-kapture v0.1
+kapture v0.3

--- kdenonbeta/kdedebian/kapture/configure.in.in  #1.5:1.6
@@ -1,5 +1,5 @@
 #MIN_CONFIG
 
-AM_INIT_AUTOMAKE(kapture, 0.1)
+AM_INIT_AUTOMAKE(kapture, 0.3)
 
 dnl These are common macros that you might or might not want to use

--- kdenonbeta/kdedebian/kapture/libcapture/pkgmanager.cpp  #1.30:1.31
@@ -286,5 +286,8 @@ bool PkgManager::_update (pkgAcquireStat
         return _error -> Error ("The cache is opened in read-only mode. Cannot proceed");
 
-    m_cache . Close ();
+    m_write = false;
+    notifyCacheWriteableChange ();
+
+    // m_cache . Close (); // CHECKME!
 
     pkgSourceList List;




Reply to: