kdenonbeta/kdedebian/kapture/kapture

2004-01-24 Thread Peter Rockai
CVS commit by mornfall: add missing file (hopefuly the right one this time) Akaptureiface.h 1.3 [no copyright]

kdenonbeta/kdedebian/kapture/kapture

2004-01-08 Thread Dominique Devriese
CVS commit by domi: remove obsolete files CCMAIL:Peter Rockai <[EMAIL PROTECTED]> Rkapture_part.desktop 1.3 Rkapture_part.rc 1.1 Rmainview.cpp 1.7 Rmainview.h 1.5 Rmainviewui.ui 1.1 Roperationmenuui

kdenonbeta/kdedebian/kapture/kapture

2004-01-08 Thread Dominique Devriese
CVS commit by domi: .cvsignore M +1 -0 .cvsignore 1.4 --- kdenonbeta/kdedebian/kapture/kapture/.cvsignore #1.3:1.4 @@ -1,4 +1,5 @@ *ui.h *ui.cpp +*ui.cc kapture Makefile

kdenonbeta/kdedebian/kapture/kapture

2003-12-30 Thread Peter Rockai
CVS commit by mornfall: - fix dependency view (a bit) - still doesn't use PkgDepFeeder as it should (and PkgDepFeeder is crippled right now) - make it possible to mark packages for (de)installation - via sucky combobox in the PkgDetailsCommon (UI suggestions anyone?) NOTE: setting package to

kdenonbeta/kdedebian/kapture/kapture

2003-12-30 Thread Peter Rockai
CVS commit by mornfall: - start of package status display (shows Keep or Install for now) - add upgrade functionality (marks upgradable packages as "Install" for now) We are nearing status, where kapture can do most of the tasks of apt-cache and apt-get. We are not yet there however. The missi

kdenonbeta/kdedebian/kapture/kapture

2003-12-29 Thread Peter Rockai
CVS commit by mornfall: make PkgManager into singleton M +1 -1 Makefile.am 1.6 M +1 -2 kapture_part.cpp 1.8 M +2 -12 mainview.cpp 1.5 M +0 -3 mainview.h 1.4 M +1 -1 pkgfeeder.cpp 1.2 M +1 -3 pkgfeeder.h 1.2 M +2 -10 pkglist.cpp 1.11

kdenonbeta/kdedebian/kapture/kapture

2003-12-28 Thread Peter Rockai
= argmap ()); PkgSectGrouper (const argmap &args = argmap ()); virtual ~PkgSectGrouper (); --- kdenonbeta/kdedebian/kapture/kapture/pkglist.cpp #1.9:1.10 @@ -35,5 +35,5 @@ PkgTreeNode* PkgListTreeFactory::constru PkgListItem::PkgListItem ( -QListView *list, +P

kdenonbeta/kdedebian/kapture/kapture [POSSIBLY UNSAFE]

2003-12-28 Thread Peter Rockai
CVS commit by mornfall: - add support for apt-get update operation; however, the progress indicator is borrowed from apt-get for now, so you will see update progress only in terminal window you used to start kapture; needs GUI progress meter implementation (can wait) - removed PkgDepTree, a

kdenonbeta/kdedebian/kapture/kapture

2003-12-27 Thread Dominique Devriese
CVS commit by domi: constant references rock. Peter: copying std::map's around is a pretty heavy operation, don't do it unless necessary. CCMAIL: Peter Rockai <[EMAIL PROTECTED]> M +9 -9 pkggrouper.cpp 1.10 M +11 -11pkggrouper.h 1.12

kdenonbeta/kdedebian/kapture/kapture

2003-12-27 Thread Dominique Devriese
CVS commit by domi: cvs ignore stl_test M +1 -0 .cvsignore 1.3 --- kdenonbeta/kdedebian/kapture/kapture/.cvsignore #1.2:1.3 @@ -4,2 +4,3 @@ Makefile Makefile.in +stl_test

kdenonbeta/kdedebian/kapture/kapture

2003-12-27 Thread Dominique Devriese
CVS commit by domi: proper unit tests for the stl_util stuff M +36 -21stl_test.cpp 1.2 M +0 -42 stl_util.cpp 1.5 --- kdenonbeta/kdedebian/kapture/kapture/stl_test.cpp #1.1:1.2 @@ -1,29 +1,44 @@ #include "stl_util.h" #include +#include using namespace s

kdenonbeta/kdedebian/kapture/kapture

2003-12-27 Thread Dominique Devriese
CVS commit by domi: properly escape and unescape everything in the serialization and deserialization processes. Fix a few bugs as well M +87 -15stl_util.cpp 1.4

kdenonbeta/kdedebian/kapture/kapture

2003-12-27 Thread Peter Rockai
CVS commit by mornfall: try fix compile on 3.1 M +1 -2 Makefile.am 1.4 M +2 -0 kaptureconfig.h 1.2 M +2 -0 mainview.cpp 1.3 M +1 -1 mainview.h 1.2 --- kdenonbeta/kdedebian/kapture/kapture/Makefile.am #1.3:1.4 @@ -58,6 +58,5 @@ libkapturepart_la_SOURCES

kdenonbeta/kdedebian/kapture/kapture

2003-12-27 Thread Peter Rockai
CVS commit by mornfall: reduce compiler warnings M +1 -1 kapture_part.cpp 1.6 M +4 -2 mainview.cpp 1.2 M +4 -2 pkggrouper.h 1.11 M +1 -4 stl_util.cpp 1.2 --- kdenonbeta/kdedebian/kapture/kapture/kapture_part.cpp #1.5:1.6 @@ -69,5 +69,5 @@ kapturePart

kdenonbeta/kdedebian/kapture/kapture

2003-12-27 Thread Dominique Devriese
CVS commit by domi: found a bug: when escaping a val ending in "::", you got wrong results with explode M +14 -1 stl_util.cpp 1.3 --- kdenonbeta/kdedebian/kapture/kapture/stl_util.cpp #1.2:1.3 @@ -20,4 +20,8 @@ #include +#ifdef DOMI_DEBUG +#include +#includ

kdenonbeta/kdedebian/kapture/kapture

2003-12-27 Thread Dominique Devriese
CVS commit by domi: oops, this should have been LGPL. M +11 -11pkgtreefactory.h 1.2 --- kdenonbeta/kdedebian/kapture/kapture/pkgtreefactory.h #1.1:1.2 @@ -3,18 +3,18 @@ // Copyright (C) 2003 Dominique Devriese <[EMAIL PROTECTED]> -// This program is free software; y

kdenonbeta/kdedebian/kapture/kapture

2003-12-25 Thread Dominique Devriese
CVS commit by domi: Clean up the capture -> kapture callback system. Replace a function pointer+void data pointer "baton" by a new abstract callback class. CCMAIL:"Peter Rockai (mornfall)" <[EMAIL PROTECTED]> Apkgtreefactory.h 1.1 [GPL (v2+)] M +17 -37pkggrouper.cpp 1.

kdenonbeta/kdedebian/kapture/kapture

2003-12-24 Thread Dominique Devriese
CVS commit by domi: 1. Fix a lot of warnings -> Peter, could you please configure with "--enable-debug=full" and try to prevent warnings about unused arguments and such ? 2. Add a generic PkgFilterGrouper as a base class for filter groupers, as a manner of getting a feel of how the PkgGrouper st

kdenonbeta/kdedebian/kapture/kapture

2003-12-24 Thread Dominique Devriese
CVS commit by domi: cvs ignore A.cvsignore 1.1

kdenonbeta/kdedebian/kapture/kapture

2003-12-24 Thread Dominique Devriese
CVS commit by domi: make it build with KDE 3.1 M +2 -0 kapture.cpp 1.2 --- kdenonbeta/kdedebian/kapture/kapture/kapture.cpp #1.1:1.2 @@ -83,6 +83,8 @@ void kapture::setupActions() KStdAction::quit(kapp, SLOT(quit()), actionCollection()); +#if KDE_IS_VERSION( 3, 1, 90

kdenonbeta/kdedebian/kapture/kapture

2003-12-23 Thread Peter Rockai
CVS commit by mornfall: - started commenting the classes (will continue soon... don't know when exactly) off-topic: Happy holidays to everyone! =) CCMAIL: [EMAIL PROTECTED] M +48 -10pkggrouper.h 1.7 M +12 -3 pkgtree.h 1.3 M +5 -2 pkgtreenode.h 1.6

kdenonbeta/kdedebian/kapture/kapture

2003-12-20 Thread Peter Rockai
CVS commit by mornfall: - unconstify and unpointerize iterators - first stab on package details view Apkgdetails.cpp 1.1 [no copyright] Apkgdetails.h 1.1 [UNKNOWN] Apkgdetailscommon.cpp 1.1 [no copyright] Apkgdetailscommon.h 1.1 [U

kdenonbeta/kdedebian/kapture/kapture

2003-12-19 Thread Peter Rockai
CVS commit by mornfall: First try on a section grouper (one-level only). Will need reworking -- this is just a proof-of-concept for the grouper concept. M +1 -0 kapture_part.cpp 1.3 M +50 -1 pkggrouper.cpp 1.4 M +21 -1 pkggrouper.h 1.4 M +10 -9 pkglist.cpp 1.3

kdenonbeta/kdedebian/kapture/kapture

2003-12-18 Thread Peter Rockai
CVS commit by mornfall: First working version of grouper. Can successfully load package list into a listview. May not compile right now... M +5 -0 kapture_part.cpp 1.2 M +86 -3 pkggrouper.cpp 1.3 M +38 -28pkggrouper.h 1.3 M +55 -0 pkglist.cpp 1.2 M +29 -6

kdenonbeta/kdedebian/kapture/kapture

2003-12-17 Thread Peter Rockai
CVS commit by mornfall: Fix/add copyright headers (LGPL for the CAPTURE library)... Just in case. More will follow (i won't CC the list again, be not afraid). CCMAIL: [EMAIL PROTECTED] M +18 -0 pkggrouper.cpp 1.2 M +18 -7 pkggrouper.h 1.2 M +18 -0 pkgsubtree.cpp 1.2 M