[okular] [Bug 370382] New: Using non-default size for custom stamp pixelates the stamp

2016-10-09 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370382

Bug ID: 370382
   Summary: Using non-default size for custom stamp pixelates the
stamp
   Product: okular
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: c-d.hailfinger.devel.2...@gmx.net

Using the "custom stamp from PNG/SVG file" feature in okular 0.26.70 to e.g.
add a signature to a PDF will result in the signature being pixelated with
varying resolution if the size of the stamp is determined manually with
click+drag during creation. This problem affects both PNG and SVG stamps. The
pixel size is roughly 1 mm, but it varies.

This is probably caused in the source by importing the custom stamp file as
icon instead of using the same way as the other SVG stamps shipped with okular.

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


[okular] [Bug 370381] New: Custom stamp has default square dimensions regardless of original graphic

2016-10-09 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370381

Bug ID: 370381
   Summary: Custom stamp has default square dimensions regardless
of original graphic
   Product: okular
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: c-d.hailfinger.devel.2...@gmx.net

Using the "custom stamp from PNG/SVG file" feature in okular 0.26.70 to e.g.
add a signature to a PDF will result in the signature being distorted to a
square shape instead of the long rectangle. Note: This happens if the stamp is
not being sized manually with click+drag during insertion.

This is probably caused in the source by importing the custom stamp file as
icon instead of using the same way as the other SVG stamps shipped with okular.

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


[okular] [Bug 370380] New: Please add 0.26.x to okular version list in bug tracker

2016-10-09 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370380

Bug ID: 370380
   Summary: Please add 0.26.x to okular version list in bug
tracker
   Product: okular
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: c-d.hailfinger.devel.2...@gmx.net

The KDE bug tracker is missing all 0.26.x versions of okular in the version
list.

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


[okular] [Bug 335045] want to creat an own stamp within annotations

2016-10-09 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335045

--- Comment #2 from Carl-Daniel Hailfinger  
---
Please note that as of okular 0.26.70, custom stamps can be saved with the PDF,
but other PDF viewers seem to ignore them.

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


[okular] [Bug 335045] want to creat an own stamp within annotations

2016-10-09 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335045

Carl-Daniel Hailfinger  changed:

   What|Removed |Added

 CC||c-d.hailfinger.devel.2006@g
   ||mx.net

--- Comment #1 from Carl-Daniel Hailfinger  
---
AFAICS this is now possible and documented in okular 0.26.70.

Change status to RESOLVED FIXED?

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


[okular] [Bug 246196] When filling in forms, make it possible to set the font size of the forms

2016-10-09 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=246196

--- Comment #14 from Carl-Daniel Hailfinger  
---
Patch for poppler is now in https://bugs.freedesktop.org/show_bug.cgi?id=60836

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


[okular] [Bug 246196] When filling in forms, make it possible to set the font size of the forms

2016-10-09 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=246196

--- Comment #11 from Carl-Daniel Hailfinger  
---
Which component?

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


[okular] [Bug 246196] When filling in forms, make it possible to set the font size of the forms

2016-10-08 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=246196

--- Comment #9 from Carl-Daniel Hailfinger  
---
Created attachment 101493
  --> https://bugs.kde.org/attachment.cgi?id=101493=edit
Hardcode a reasonable default max font size for form fields if autosize=on

This patch solves the immediate problem for me, but obviously hardcoding a max
font size of 12 for all form fields with unspecified font size is not optimal
for everyone.

Options are either a setting per form field, or a global setting. Given that
most forms are designed for uniform font size, a global setting is probably
sufficient and simplifies the UI.

If anyone knows poppler well enough to make this a settable attribute of the
document instead of a hardcoded constant in two functions, please tell me.

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


[okular] [Bug 246196] When filling in forms, make it possible to set the font size of the forms

2016-10-08 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=246196

--- Comment #8 from Carl-Daniel Hailfinger  
---
Working on this... right now I can set a max font size for forms where the font
size is not specified. No GUI, and still requires recompilation of libpoppler
if you want a different size. Then again, that's probably a lot better than
nothing.

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


[okular] [Bug 246196] When filling in forms, make it possible to set the font size of the forms

2016-10-08 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=246196

Carl-Daniel Hailfinger  changed:

   What|Removed |Added

 CC||c-d.hailfinger.devel.2006@g
   ||mx.net

--- Comment #6 from Carl-Daniel Hailfinger  
---
In this bug, the form fields have no font size (size 0) specified, and no
prerendered appearance exists for the fields in question.

Bug #363768 is related. In Bug #363768, the font size in the prerendered
appearance /AP object is not used as a hint for font size selection. Given that
solving this bug #246196 would also allow to work around bug #363768, I'm
setting #246196 as blocker for #363768.

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


[okular] [Bug 363768] Font size is changed when form value is modified

2016-10-06 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363768

Carl-Daniel Hailfinger  changed:

   What|Removed |Added

 CC||c-d.hailfinger.devel.2006@g
   ||mx.net

--- Comment #2 from Carl-Daniel Hailfinger  
---
This is related to bug #246196.

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


[kwin] [Bug 317765] dangeling pointer in unconstrained_stacking_order, strongly related to tabbox and NO compositing

2016-05-20 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=317765

--- Comment #50 from Carl-Daniel Hailfinger  
---
Created attachment 99095
  --> https://bugs.kde.org/attachment.cgi?id=99095=edit
Crash log by DrKonqi

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


[kwin] [Bug 317765] dangeling pointer in unconstrained_stacking_order, strongly related to tabbox and NO compositing

2016-05-20 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=317765

Carl-Daniel Hailfinger  changed:

   What|Removed |Added

 CC||c-d.hailfinger.devel.2006@g
   ||mx.net

--- Comment #49 from Carl-Daniel Hailfinger  
---
- What I was doing when the application crashed:

Sending a mail via Seamonkey, a popup window with "sending..." progress bar was
present. While that window was present, I hit Alt-Tab a few times. Roughly at
the same time as the progress bar window was closed by Seamonkey, (I was still
in the Alt-Tab overview screen), Kwin crashed

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


[drkonqi] [Bug 337742] Error sending the crash report: /Received unexpected error code 410 from bugzilla. Error message was: You must log in before using this part of KDE bugtracking system.../

2016-05-20 Thread Carl-Daniel Hailfinger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337742

Carl-Daniel Hailfinger  changed:

   What|Removed |Added

 CC||c-d.hailfinger.devel.2006@g
   ||mx.net

--- Comment #74 from Carl-Daniel Hailfinger  
---
This is also tracked in Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1369263

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