[Okular-devel] [Bug 181290] Landscape pdf prints with wrong orientation when choosing landscape in print dialog

2011-05-08 Thread Falk
https://bugs.kde.org/show_bug.cgi?id=181290 --- Comment #93 from Falk faah gmx de 2011-05-08 10:38:28 --- The orientation detection code isn't copy paste, because it works over a different data structure. But the idea behind it is the same. It uses the page height and width to decide if a

[Okular-devel] [Bug 181290] Landscape pdf prints with wrong orientation when choosing landscape in print dialog

2011-05-08 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=181290 --- Comment #94 from Kevin Kofler kevin kofler chello at 2011-05-08 10:40:08 --- I'm sure there must be some way to get this right, I'm going to have a look at the code. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ---

[Okular-devel] [Bug 271755] page labels are broken

2011-05-08 Thread Evert Mouw
https://bugs.kde.org/show_bug.cgi?id=271755 Evert Mouw p...@evert.net changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Okular-devel] [Bug 187237] possibility to go to bookpage instead of pdf-sheet nr.

2011-05-08 Thread Evert Mouw
https://bugs.kde.org/show_bug.cgi?id=187237 Evert Mouw p...@evert.net changed: What|Removed |Added CC||p...@evert.net --- Comment #8

[Okular-devel] [Bug 187237] possibility to go to bookpage instead of pdf-sheet nr.

2011-05-08 Thread Evert Mouw
https://bugs.kde.org/show_bug.cgi?id=187237 --- Comment #9 from Evert Mouw post evert net 2011-05-08 10:56:25 --- Please read the discussion at bug 271755. There, I have included a quote of the PDF specification (the part that I feel Okular is violating at the moment) and attached an

[Okular-devel] [Bug 187237] possibility to go to bookpage instead of pdf-sheet nr.

2011-05-08 Thread Dotan Cohen
https://bugs.kde.org/show_bug.cgi?id=187237 --- Comment #10 from Dotan Cohen kde-51 dotancohen com 2011-05-08 11:32:33 --- In bug 271755 Evert Mouw makes the argument that according to the PDF spec a document may optionally have page numbering that differs from the page ordering.

[Okular-devel] [Bug 271755] page labels are broken

2011-05-08 Thread Dotan Cohen
https://bugs.kde.org/show_bug.cgi?id=271755 Dotan Cohen kde...@dotancohen.com changed: What|Removed |Added CC||kde...@dotancohen.com

[Okular-devel] [Bug 271755] page labels are broken

2011-05-08 Thread Dotan Cohen
https://bugs.kde.org/show_bug.cgi?id=271755 --- Comment #10 from Dotan Cohen kde-51 dotancohen com 2011-05-08 11:34:39 --- Additionally, Okular is not violating the PDF spec. Okular is not implementing the full spec. There is a difference between violating the spec and not implementing part

[Okular-devel] [Bug 187237] possibility to go to bookpage instead of pdf-sheet nr.

2011-05-08 Thread Pino Toscano
https://bugs.kde.org/show_bug.cgi?id=187237 --- Comment #11 from Pino Toscano pino kde org 2011-05-08 11:43:27 --- (In reply to comment #10) This bug asks for user-selectable page numbering, not the automatic implementation of bug 271755. This bug is about adding a way for the user to go

[Okular-devel] [Bug 187237] possibility to go to bookpage instead of pdf-sheet nr.

2011-05-08 Thread Dotan Cohen
https://bugs.kde.org/show_bug.cgi?id=187237 --- Comment #12 from Dotan Cohen kde-51 dotancohen com 2011-05-08 12:02:45 --- This bug is about adding a way for the user to go to a page by inserting its label instead of the 1..N page number. Exactly. Bug 271755 is about adding a way for

[Okular-devel] [Bug 187237] possibility to go to bookpage instead of pdf-sheet nr.

2011-05-08 Thread Pino Toscano
https://bugs.kde.org/show_bug.cgi?id=187237 --- Comment #13 from Pino Toscano pino kde org 2011-05-08 12:12:37 --- (In reply to comment #12) This bug is about adding a way for the user to go to a page by inserting its label instead of the 1..N page number. Exactly. Bug 271755 is about

[Okular-devel] Question about XPS code

2011-05-08 Thread Albert Astals Cid
Hi guys, i just saw we have this code case 'q': // Quadratic bezier curve while (token.type == abtNumber) { QPointF point1 = getPointFromString(token, isRelative, currPos); QPointF point2 = getPointFromString(token, isRelative, currPos); path.quadTo(point2,

[Okular-devel] [Bug 268757] [Patch] Constant DPI in PDF backend results in incorrect size of pages on screen

2011-05-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=268757 --- Comment #5 from Albert Astals Cid tsdgeos terra es 2011-05-08 18:02:47 --- I just applied this patch and having 100% of zoom does not make the page in the screen be as big as an A4 in real life, isn't that what the patch is supposed to fix?

[Okular-devel] Re: Question about XPS code

2011-05-08 Thread Pino Toscano
Hi, Alle domenica 8 maggio 2011, Albert Astals Cid ha scritto: i just saw we have this code case 'q': // Quadratic bezier curve while (token.type == abtNumber) { QPointF point1 = getPointFromString(token, isRelative, currPos); QPointF point2 =

[Okular-devel] Re: Question about XPS code

2011-05-08 Thread Albert Astals Cid
A Sunday, May 08, 2011, Pino Toscano va escriure: Hi, Alle domenica 8 maggio 2011, Albert Astals Cid ha scritto: i just saw we have this code case 'q': // Quadratic bezier curve while (token.type == abtNumber) { QPointF point1 = getPointFromString(token,

[Okular-devel] [Bug 268757] [Patch] Constant DPI in PDF backend results in incorrect size of pages on screen

2011-05-08 Thread Eugene Shalygin
https://bugs.kde.org/show_bug.cgi?id=268757 --- Comment #6 from Eugene Shalygin eugene shalygin gmail com 2011-05-08 20:49:10 --- Yes, it should. Sounds strange that you see incorrect size. Is X server DPI setted up correctly (i.e. results of Utils::realDpi[XY]())? -- Configure bugmail:

[Okular-devel] [Bug 268757] [Patch] Constant DPI in PDF backend results in incorrect size of pages on screen

2011-05-08 Thread Eugene Shalygin
https://bugs.kde.org/show_bug.cgi?id=268757 --- Comment #7 from Eugene Shalygin eugene shalygin gmail com 2011-05-08 20:51:03 --- Just checked with KDE 4.6.3 - it works as expected. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email --- You are receiving this mail

[Okular-devel] [Bug 151614] store annotations with documents

2011-05-08 Thread hanno
https://bugs.kde.org/show_bug.cgi?id=151614 ha...@hboeck.de changed: What|Removed |Added CC|ha...@hboeck.de | -- Configure bugmail:

[Okular-devel] [Bug 272827] New: Okular slow rendering with PDFs with many vector graphic elements

2011-05-08 Thread Stephan Wienczny
https://bugs.kde.org/show_bug.cgi?id=272827 Summary: Okular slow rendering with PDFs with many vector graphic elements Product: okular Version: 0.12.2 Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED

[Okular-devel] [Bug 272827] Okular slow rendering with PDFs with many vector graphic elements

2011-05-08 Thread Davor Cubranic
https://bugs.kde.org/show_bug.cgi?id=272827 --- Comment #1 from Davor Cubranic cubranic acm org 2011-05-09 04:59:25 --- I don't see anything wrong with it. What zoom level? Also, what is your hardware (RAM, CPU, graphics card) and software (distribution, X, graphics drivers)? The problem

[Okular-devel] [Bug 271755] page labels are broken

2011-05-08 Thread Davor Cubranic
https://bugs.kde.org/show_bug.cgi?id=271755 --- Comment #11 from Davor Cubranic cubranic acm org 2011-05-09 07:42:18 --- Dotan, please read comment #6 about the adherence to the spec. As for the duplication issue, it's not my call, but here is how I see it: displaying page labels and