kdenonbeta/kdedebian/kapture/kapture
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 ) createStandardStatusBarAction(); setStandardToolBarMenuEnabled(true); +#endif KStdAction::keyBindings(this, SLOT(optionsConfigureKeys()), actionCollection());
kdenonbeta/kdedebian/kapture/kapture
CVS commit by domi: cvs ignore A.cvsignore 1.1
kdenonbeta/kdedebian/kapture/kapture
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 stuff works. Peter, can you perhaps check if I haven't done all too stupid things ? CCMAIL:Peter Rockai <[EMAIL PROTECTED]> M +20 -8 pkggrouper.cpp 1.7 M +19 -12pkggrouper.h 1.8 M +5 -4 pkglist.cpp 1.6 M +3 -3 pkgsubtree.cpp 1.4 M +1 -0 pkgsubtree.h 1.5 M +2 -2 pkgtreeitem.cpp 1.5 M +3 -3 pkgtreeitem.h 1.6 M +5 -1 pkgtreenode.cpp 1.3 M +3 -2 pkgtreenode.h 1.7 M +1 -1 pkgview.cpp 1.4