Bug#335222: kcontrol: symbol lookup error: /usr/lib/kde3/kcm_input.so: undefined symbol: XcursorLibraryPath

2005-10-22 Thread Wolfgang Roemer
Package: kcontrol Version: 4:3.4.2-3 Severity: normal Calling Peripherals/Mouse leads to an error: kcontrol: symbol lookup error: /usr/lib/kde3/kcm_input.so: undefined symbol: XcursorLibraryPath -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'u

Bug#326990: Printing Problem with latest unstable packages, Re: Bug#326990: libqt3-mt: Spinbox code is broken, Re: Bug#326833: kdelibs: KDE pseudoprinters do not work, Subject: Re: Bug#327021: libqt3

2005-09-07 Thread Wolfgang Roemer
rrupting produced pdfs >> > and object properties on its canvas couldn't be set properly. It seems >> > to present certain numbers in an incorrect form i.e. 12.:0 instead of >> > 13 in a spinbox. Most of the time it also resets to 1 instead of >> > adva

Bug#327021: Slight correction of the sample code

2005-09-06 Thread Wolfgang Roemer
Hello, of course the QRegExp to show the wrong conversion must look like this: QRegExp unallowedChars (QString ("[a-zA-Z;:,[EMAIL PROTECTED]&]")); Nevertheless you will see the wrong conversion also already in the output of the converted string (first output line of sample code): The intial dou

Bug#327021: libqt3-mt: QString::arg(double) produces sometimes garbage

2005-09-06 Thread Wolfgang Roemer
Package: libqt3-mt Version: 3:3.3.4-7 Severity: important A simple conversion of a double value into a QString with the standard QString::arg(...) function fails sometimes: --- code to reproduce bug #include #include #include int main (int argc, char* argv[]) {