kdenonbeta/kdedebian/kapture/libkapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Make KaptureManager::commit only reload cache when neccessary (that is, commit error). M +3 -2 kapturemanager.cpp 1.31 --- kdenonbeta/kdedebian/kapture/libkapture/kapturemanager.cpp #1.30:1.31 @@ -67,7 +67,8 @@ void KaptureManager::commit (void) PkgManag

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Robustness ++. Catch error conditions from dpkg and various scripts. M +1 -1 libcapture/pkgmanager.cpp 1.38 M +1 -1 libcapture/pkgmanager.h 1.26 M +21 -21libkapture/dpkgpm.cpp 1.13 M +1 -0 libkapture/kapturemanager.cpp 1.30 --- kdenon

kdenonbeta/kdedebian/kapture [POSSIBLY UNSAFE]

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Change the status handling in PkgCache. The PkgCache::PkgState is now a bitfield and there is a bunch of static predicates in PkgCache to query this bitfield on both current status (st*) and possible actions (can*). Should un-burden frontends of reimplementing this stuff a

kdeextragear-2/kmplayer

2004-07-15 Thread Koos Vriezen
CVS commit by vriezen: Updates for 0.8.3rc4 M +9 -0 ChangeLog 1.26 M +1 -1 configure.in.in 1.25 M +1 -1 kmplayer.lsm 1.18 M +6 -0 debian/changelog 1.2 M +2 -3 src/kmplayerpartbase.cpp 1.69 M +6 -5 src/kmplayerprocess.cpp 1.77 --- kdeextrag

Bug#254948: Changes to debian submenu saved but never used

2004-07-15 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'd appreciate it if someone would take a look at this bug [1]. I reported it to bugs.kde.org at first [2], and they help to trace the probable cause. However, it seems they've lost interest. I recently upgraded to 3.2.3 (Sarge) and I've just confirm

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Kévin Ottens
CVS commit by ervin: Fixing a lot more warnings in the whole project. M +1 -1 konsole/session.cpp 1.4 M +1 -1 libcapture/param.cpp 1.5 M +4 -4 libkapture/acqprogress.cpp 1.18 M +1 -1 libkapture/commitstatus.cpp 1.5 M +3 -3 libkapture/dpkgpm.cpp 1.12

Bug#259522: Tools/Search Messages does not work correctly on IMAP

2004-07-15 Thread Robert Lindgren
This will be fixed in kdepim 3.3, the fix is to disable this feature since it's not working. See http://bugs.kde.org/show_bug.cgi?id=78611 for more info. Cheers. Robert

Bug#259642: kdelibs4: libkdefx.so.4 generating strange colors

2004-07-15 Thread Per Peterson
Package: kdelibs4 Version: 4:3.2.3-2 Severity: normal Forgive me, this is possibly a rehashing of #253076, but I have a problem that isn't reported with that bug, so please keep reading. When icons are selected in KDE with a drag or a right mouse click for me they are not tinted properly but inst

Bug#259638: kcontrol: energy star logo is non-free

2004-07-15 Thread Florian Weimer
Package: kcontrol Version: 4:3.2.2-1 Severity: serious /usr/share/apps/kcontrol/pics/energybig.png contains the Energy Star logo, which is non-free according to the guidelines at: http://www.energystar.gov/ia/partners/logos/downloads/BrandBook_allpages.pdf -- System Information: Debian Release:

kdenonbeta/kdedebian/kapture/libcapture

2004-07-15 Thread Kévin Ottens
CVS commit by ervin: Fixes almost all warnings in libcapture. M +1 -1 ZlibParserInput.cc 1.2 M +1 -1 dpkgpm.cpp 1.8 M +3 -3 grouper.cpp 1.31 M +1 -0 param.cpp 1.4 M +1 -1 param.h 1.8 M +7 -7 pkgcache.cpp 1.28 M +1 -1 pkgmanager.cpp

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: More cleaning up the house. Remove PkgManager::CommitFlags (old remnant, not used anymore) and libkapture/kaptureconfig* (whee, where this comes from, graveyard?). M +2 -13 libcapture/pkgmanager.h 1.25 Rlibkapture/kaptureconfig.cpp 1.1 R

kdenonbeta/kdedebian/kapture/libkapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Slight cleanup of KaptureManager header. M +1 -4 kapturemanager.h 1.15 --- kdenonbeta/kdedebian/kapture/libkapture/kapturemanager.h #1.14:1.15 @@ -31,5 +31,4 @@ namespace kapture { class KaptureManager: public QObject -// XXX: change pkgCache::

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Start cleanups in package download/commit code. M +0 -2 libcapture/dpkgpm.cpp 1.7 M +1 -7 libkapture/kapturemanager.cpp 1.29 --- kdenonbeta/kdedebian/kapture/libcapture/dpkgpm.cpp #1.6:1.7 @@ -114,6 +114,4 @@ bool DPkgPM::forkDpkg (char *const argv[

kdenonbeta/kdedebian/kapture/libkapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: DPkgPM doesn't need to be a QObject... M +2 -2 dpkgpm.cpp 1.11 M +3 -4 dpkgpm.h 1.7 --- kdenonbeta/kdedebian/kapture/libkapture/dpkgpm.cpp #1.10:1.11 @@ -97,8 +97,8 @@ bool kapture::DPkgPM::forkScript (const } -void kapture::DPkgPM::dpkgExit () +

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Only offer actions that makes sense wrt the current package state in the context menu. Probably should change the PkgCElemView analogously... Also make TreeListWidget show "upgradable" as a separate state. Hmm. The first change suggested by ervin. M +5 -0 libcaptu

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Run cvs2cl... M +459 -0ChangeLog 1.5

Bug#259576: kde: won't install -- broken dependencies (libexif9 doesn't exist anymore)

2004-07-15 Thread Roberto Marcellini
Package: kde Severity: normal kde isn't installable at all, in Sid. kamera needs libexif9, which is no longer existing in Sid database; I had to unpack the package manually then to modify the `control' file (replacing libexif9 with libexif10). -- System Information: Debian Release: testing/unsta

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Kévin Ottens
CVS commit by ervin: Adding the necessary to package Kurrent for Debian. Akurrent/kurrent.desktop 1.1 M +13 -0 debian/control 1.7 --- kdenonbeta/kdedebian/kapture/debian/control #1.6:1.7 @@ -85,2 +85,15 @@ But i'd be happy to hear your suggestions (read the TODO fir

Bug#259553: please support other root gaining methods like sudo

2004-07-15 Thread Marc Haber
Package: kpackage Version: 4:3.2.2-1 Severity: wishlist Hi, when I install a package using kpackage, the program asks me for the root password. My root passwords are so ugly that they cannot be remembered. Please consider adding support for other root gaining methods, for example sudo. That way,

Bug#259552: please consider adding kpackage to kontext menu for .deb files

2004-07-15 Thread Marc Haber
Package: kpackage Version: 4:3.2.2-1 Severity: wishlist Hi, when I right click on a .deb file in konqueror, the action menu should have "install using kpackage" as an option. This can be done, since it also offers me to play the .deb with kaffeine. Please consider adding that option to a later v

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: Streamline the libkapture widgets, make them *cohesive*. Remove the button bars from summary and progress view. This will need some changes in kapture. Makes kurrent much more pleasant tho :). Also (suggested by ervin, let gods forgive him) implemented simple/advanced mode

kdenonbeta/kdedebian/kapture

2004-07-15 Thread Peter Rockai
CVS commit by mornfall: - fix a buglet with cache opening (forgot to fix PkgManager for new parameter on PkgCacheFile::Open) - Add short description column to listtreewidget, also make it no-break in tooltip (looks better; will probably add long desc as well, depends on how it will look) -

Bug#259522: Tools/Search Messages does not work correctly on IMAP

2004-07-15 Thread Anton Ivanov
Package: kmail Version: 4:3.2.2-2 Severity: important Searches for strings in the message body always return 0 matches. In other words search works only on header fields. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i3