[okular] [Bug 392860] Incorrect rendering of scanned document

2018-04-08 Thread Sergey Salnikov
https://bugs.kde.org/show_bug.cgi?id=392860

--- Comment #1 from Sergey Salnikov <salser...@gmail.com> ---
Created attachment 111899
  --> https://bugs.kde.org/attachment.cgi?id=111899=edit
How the PDF-file looks like in Okular

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 392860] New: Incorrect rendering of scanned document

2018-04-08 Thread Sergey Salnikov
https://bugs.kde.org/show_bug.cgi?id=392860

Bug ID: 392860
   Summary: Incorrect rendering of scanned document
   Product: okular
   Version: 1.3.3
  Platform: Manjaro
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: PDF backend
  Assignee: okular-de...@kde.org
  Reporter: salser...@gmail.com
  Target Milestone: ---

Created attachment 111898
  --> https://bugs.kde.org/attachment.cgi?id=111898=edit
PDF-file displayed incorrectly

Someone sent me a scanned document which is displayed incorrectly in Okular.
Namely, I see black bars above the text. Most other PDF viewers, such as xpdf,
evince, inkscape, show this file correctly. Moreover, in print preview Okular
also shows it correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kipiplugins] [Bug 370025] New: KMLExport cannot move data to destination directory

2016-10-05 Thread Sergey Salnikov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370025

Bug ID: 370025
   Summary: KMLExport cannot move data to destination directory
   Product: kipiplugins
   Version: 5.2.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: KMLExport
  Assignee: kde-imag...@kde.org
  Reporter: salser...@gmail.com

Some time ago KIO::moveAs method was replaced by QDir::rename
(https://quickgit.kde.org/?p=kipi-plugins.git=commit=a7fb881e1d8cc7896d411d7d7482c166bfec2139).
However, rename method fails in some cases. It seems to fail when trying to
move a directory from one partition to another. As a result images are exported
to a temporary directory (/tmp/...) but they are not moved to user directory.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kipiplugins] [Bug 359257] New: Image size spinbox doesn't allow values larger than 99

2016-02-10 Thread Sergey Salnikov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359257

Bug ID: 359257
   Summary: Image size spinbox doesn't allow values larger than 99
   Product: kipiplugins
   Version: 5.0.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: KMLExport
  Assignee: kde-imag...@kde.org
  Reporter: salser...@gmail.com

By the commit
https://quickgit.kde.org/?p=kipi-plugins.git=blobdiff=a84953bd0ddbd1eafa1bb78869952c6e75f7d5cf=7c65904f7e19d5e2f92b60de694ddc66b385a27f=kmlexport%2Fkmlwindow.cpp=3f7e6ddd7f2b451a3519c62ddc0cddc4e749536c
RIntNumInput was replaced by QSpinBox, but QspinBox allows values between 0 and
99 by default. This doesn't allow one to export to KML images larger than 99
pixels. I suppose that maximum value for ImageSizeInput_ should be set
explicitly. As far as I see the maximum value for RIntNumInput was +INT_MAX.

Probably, such fixes have to be done to other files as well.

-- 
You are receiving this mail because:
You are watching all bug changes.