D10974: Add option to ignore print margins for non-PDF generators

2019-01-15 Thread Michael Weghorn
michaelweghorn updated this revision to Diff 49510. michaelweghorn edited the summary of this revision. michaelweghorn added a comment. Adapt according to Albert's feedback: - undo ABI breakage by changing back signature of 'Document::printConfigurationWidget()' to what it is like

D18179: PDF: Implement scaling for non-rasterized printing

2019-01-12 Thread Michael Weghorn
michaelweghorn added a comment. In D18179#391664 , @aacid wrote: > Maybe an enum is better than a bool so if in the future more scaling options are implemented we don't need to change the signature again? Sounds reasonable. I'll change

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-11 Thread Michael Weghorn
michaelweghorn added a comment. OK, I understand. I don't have any strong opinion on this then. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D18118 To: sander, #okular Cc: michaelweghorn, aacid, ngraham, okular-devel, darcyshen

D10974: Add option to ignore print margins for non-PDF generators

2019-01-11 Thread Michael Weghorn
michaelweghorn added a comment. In D10974#388761 , @ngraham wrote: > I agree that the current UI that makes you click "Force Rasterization" first is not ideal. Kudos if you find a technically acceptable way to improve that! :) My

D10974: Add option to ignore print margins for non-PDF generators

2019-01-11 Thread Michael Weghorn
michaelweghorn added a dependent revision: D18179: PDF: Implement scaling for non-rasterized printing. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D10974 To: michaelweghorn, #okular Cc: fvogt, rkflx, arthurpeters, ltoscano, okular-devel, aacid, ngraham, darcyshen

D18179: PDF: Implement scaling for non-rasterized printing

2019-01-11 Thread Michael Weghorn
michaelweghorn added a dependency: D10974: Add option to ignore print margins for non-PDF generators. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D18179 To: michaelweghorn, #okular, ngraham, sander Cc: okular-devel, ngraham, darcyshen, aacid

D18179: PDF: Implement scaling for non-rasterized printing

2019-01-11 Thread Michael Weghorn
michaelweghorn created this revision. michaelweghorn added reviewers: Okular, ngraham, sander. Herald added a project: Okular. michaelweghorn requested review of this revision. REVISION SUMMARY This extends 'FilePrinter::printFile' by an optional parameter to specify whether or not to do

D10974: Add option to ignore print margins for non-PDF generators

2019-01-11 Thread Michael Weghorn
michaelweghorn updated this revision to Diff 49223. michaelweghorn retitled this revision from "Add option to ignore print margins" to "Add option to ignore print margins for non-PDF generators". michaelweghorn edited the summary of this revision. michaelweghorn edited the test plan for this

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-11 Thread Michael Weghorn
michaelweghorn added a comment. In D18118#391100 , @sander wrote: > Do you speak for both mouse clicks and touch screen 'clicks'? Because the original wish is really only about touch screens, and the effects of this patch on mouse clicks was

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-10 Thread Michael Weghorn
michaelweghorn added a comment. I'd also prefer to leave the current behaviour of a left-click as it is, regardless of the exact position. That is also in line with what e.g. LibreOffice Impress does. Allowing to go back by doing a single-finger swipe sounds great. REPOSITORY R223 Okular

D7949: Allow to print pdf doc directly into a QPrinter

2019-01-08 Thread Michael Weghorn
michaelweghorn added a comment. Thanks for the explanation! In D7949#387980 , @sander wrote: > I found the Cairo-to-Qt-backend quite interesting, but I haven't heard from that for a while. There's a GitHub project at

D7949: Allow to print pdf doc directly into a QPrinter

2019-01-05 Thread Michael Weghorn
michaelweghorn added a comment. I find the approach interesting at least. However, I currently don't know enough of the different Poppler backends to really assess the situation properly. My thought was that it might possibly make sense to add an experimental option to enable this and

D10974: Add option to ignore print margins

2018-12-25 Thread Michael Weghorn
michaelweghorn added a comment. In D10974#381075 , @ngraham wrote: > D7962 just landed! :) Yes, thanks for driving this forward. I'll have a closer look again once I find the time. REPOSITORY R223

[okular] [Bug 351849] Margins often cut when printing

2018-11-13 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 Michael Weghorn changed: What|Removed |Added Status|REOPENED|NEEDSINFO Resolution

[okular] [Bug 351849] Margins often cut when printing

2018-11-06 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 --- Comment #36 from Michael Weghorn --- (In reply to Germano Massullo from comment #35) > Can you please tell me where I can add the missing PreserveJobFiles entry in > my cupsd.conf file? > https://paste.fedoraproject.org/paste/eViZES2mtZ7Ta

[okular] [Bug 399429] Okular should pull duplex option from printer driver defaults

2018-10-06 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=399429 Michael Weghorn changed: What|Removed |Added Resolution|--- |UPSTREAM CC

[okular] [Bug 336617] Feature request: disable fit-to-page while printing.

2018-09-29 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=336617 Michael Weghorn changed: What|Removed |Added CC||amye...@gmail.com --- Comment #16 from

[okular] [Bug 399198] wrong font size in printer

2018-09-29 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=399198 Michael Weghorn changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[okular] [Bug 398442] okular doesn't respect page reverse setting of PPD or lpadmin

2018-09-22 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=398442 --- Comment #8 from Michael Weghorn --- (In reply to Frederick Eaton from comment #7) > > - What does "force rasterization" mean? It's not really self-explanatory. > Does anyone use it? "Force rasterization" means

[okular] [Bug 398442] okular doesn't respect page reverse setting of PPD or lpadmin

2018-09-22 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=398442 --- Comment #6 from Michael Weghorn --- At a quick glance, the setting is overriden in 'fileprinter.cpp': > QStringList FilePrinter::optionPageOrder( QPrinter ) > { >if ( printer.pageOrder() == QPrinter::LastPageFirst ) { >

[okular] [Bug 398442] okular doesn't respect page reverse setting of PPD or lpadmin

2018-09-22 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=398442 Michael Weghorn changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Status|NEEDSINFO

D9336: Change default mouse mode to TextSelect

2018-09-21 Thread Michael Weghorn
michaelweghorn abandoned this revision. michaelweghorn added a comment. Thanks for your helpful feedback. Given the last comments, I agree that having text selection mode is probably not particularly useful for touch displays. I'm thus abandoning this change. REPOSITORY R223 Okular

D9336: Change default mouse mode to TextSelect

2018-09-20 Thread Michael Weghorn
michaelweghorn added a comment. In D9336#329040 , @ngraham wrote: > Doesn't this make Okular much less touch-friendly by default? Possibly. I did not have this in mind when creating this revision. How can I test this without a touch

[okular] [Bug 398442] okular doesn't respect page reverse setting of PPD or lpadmin

2018-09-12 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=398442 Michael Weghorn changed: What|Removed |Added Resolution|--- |WAITINGFORINFO CC

[okular] [Bug 398486] Okular cannot print to remote cups server

2018-09-12 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=398486 Michael Weghorn changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[okular] [Bug 398486] Okular cannot print to remote cups server

2018-09-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=398486 Michael Weghorn changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO Resolution

[okular] [Bug 397059] Printing from Okular creates 31% bigger image on the paper

2018-09-07 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=397059 Michael Weghorn changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[okular] [Bug 397059] Printing from Okular creates 31% bigger image on the paper

2018-08-10 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=397059 Michael Weghorn changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO Resolution

[okular] [Bug 351849] Margins often cut when printing

2018-08-09 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 --- Comment #33 from Michael Weghorn --- (In reply to Germano Massullo from comment #32) > (In reply to Michael Weghorn from comment #31) > > (In reply to Germano Massullo from comment #30) > > > Yes I would be interested in discussin

[okular] [Bug 351849] Margins often cut when printing

2018-08-09 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 --- Comment #31 from Michael Weghorn --- (In reply to Germano Massullo from comment #30) > I tried to print using other computer and I had no problems I'm glad to hear this. > Yes I would be interested in discussing this OK. Do you have

[okular] [Bug 396822] Form data are not printed out completely

2018-07-24 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=396822 Michael Weghorn changed: What|Removed |Added CC||m.wegh...@posteo.de --- Comment #1 from

[okular] [Bug 336617] Feature request: disable fit-to-page while printing.

2018-07-20 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=336617 Michael Weghorn changed: What|Removed |Added CC||ilove...@mojo.cc --- Comment #15 from

[okular] [Bug 396664] please implement a quick option to allow borderless printing

2018-07-20 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=396664 Michael Weghorn changed: What|Removed |Added CC||m.wegh...@posteo.de Resolution

D7962: Implement several new print scaling options

2018-07-20 Thread Michael Weghorn
michaelweghorn added a comment. While testing, the options did not seem to have any effect for me; changing them did not affect the printout. As far as I can see, the issue is in the calls to `QComboBox::insertItem`, e.g. the one I added an inline note to. When not giving a third

D10974: Add option to ignore print margins

2018-07-20 Thread Michael Weghorn
michaelweghorn added a comment. In D10974#290190 , @michaelweghorn wrote: > [...] Unless there's any objection to this, I'll try to have a closer look at this sometime next week (also after looking more closely at Oliver's updated

D7949: Allow to print pdf doc directly into a QPrinter

2018-07-20 Thread Michael Weghorn
michaelweghorn added inline comments. INLINE COMMENTS > sander wrote in generator_pdf.cpp:1349 > The idea was the following: New conditional are introduced that surround > existing code. For nice identation all of that would have to be reformated, > which makes for a patch full of whitespace

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=396403 --- Comment #6 from Michael Weghorn --- Or, you can also just try "sudo apt build-dep poppler" to get all the build-dependencies specified in the Debian source package. -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=396403 --- Comment #5 from Michael Weghorn --- (In reply to Oliver Sander from comment #4) > That's odd. I can reproduce the bug with a hand-compiled poppler (no Okular > involved) on an up-to-date Debian testing. The problem shows both with the &g

[okular] [Bug 104076] Kghostview does NOT support ICC version 4 profiles

2018-07-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=104076 Michael Weghorn changed: What|Removed |Added CC||m.wegh...@posteo.de --- Comment #5 from

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=396403 Michael Weghorn changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status

[okular] [Bug 396403] okular/KF5 support for 'v4 YCC-RGB' and 'v2 GBR' ICC profiles is broken

2018-07-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=396403 Michael Weghorn changed: What|Removed |Added CC||m.wegh...@posteo.de --- Comment #1 from

[okular] [Bug 395656] Printing on HP800Ps large format printers

2018-06-20 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=395656 Michael Weghorn changed: What|Removed |Added CC||m.wegh...@posteo.de Resolution

[okular] [Bug 395517] can't set print default to duplex

2018-06-18 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=395517 --- Comment #3 from Michael Weghorn --- The Qt 5.12 upstream release is planned for the end of this year [1] and Ubuntu usually does not update software major versions during a release cycle, so Qt >= 5.12 will probably not be available before Ubu

[okular] [Bug 395517] can't set print default to duplex

2018-06-18 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=395517 Michael Weghorn changed: What|Removed |Added CC||m.wegh...@posteo.de Resolution

D10974: Add option to ignore print margins

2018-06-07 Thread Michael Weghorn
michaelweghorn added a comment. @aacid , @ngraham : Any chance we can reach a concensus here? I personally don't have a strong opinion on what the best term to use in the dialog is and could live with all suggestions made so far. Looking at the Firefox screenshot, the option "Ignore print

[okular] [Bug 377688] No output to print for PDF since update to 1.0.3

2018-06-03 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=377688 --- Comment #26 from Michael Weghorn --- I actually do get similar error messages when using Ghostscript 9.21 instead of 9.22, but it works fine with version 9.22 in my case. libspectre itself uses Ghostscript, or to be more precise, the Ghostscript

[okular] [Bug 377688] No output to print for PDF since update to 1.0.3

2018-06-02 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=377688 --- Comment #24 from Michael Weghorn --- (In reply to Ian Newton from comment #23) > These are the current versions > libspectre 0.2.8 (January 06, 2017) > ghostscript 9.21 (May 19, 2018) I can't reproduce the described bug with the

D10974: Add option to ignore print margins

2018-05-25 Thread Michael Weghorn
michaelweghorn added a comment. I'm not really sure by myself yet, but does it help to say "print area" instead of "printable area" (i.e. "Fit to print area") to take into account that the margins being used are not necessarily the hardware margins of the printer (which define the

D10974: Add option to ignore print margins

2018-05-25 Thread Michael Weghorn
michaelweghorn added a comment. In D10974#268014 , @ngraham wrote: > [...] > Another option is to use a radio button: > > Scaling: (o) None >( ) Auto-fit within printable area > > > [...] Maybe a radio button

[okular] [Bug 377688] No output to print for PDF since update to 1.0.3

2018-05-25 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=377688 --- Comment #22 from Michael Weghorn <m.wegh...@posteo.de> --- Good that the avahi issue is solved now. What versions of libspectre and ghostscript do you have? -- You are receiving this mail because: You are the assignee for the bug.

D10974: Add option to ignore print margins

2018-05-24 Thread Michael Weghorn
michaelweghorn added a comment. In D10974#267891 , @aacid wrote: > In D10974#267814 , @michaelweghorn wrote: > > > @aacid: What's the right way to properly indicate that an important part of this

D10974: Add option to ignore print margins

2018-05-24 Thread Michael Weghorn
michaelweghorn added a comment. In D10974#267887 , @ngraham wrote: > From a user perspective, I'm not sure I would know what "Ignore printer margins" means. What's a printer margin? If I turn this on or off, what will happen? It's not very

D10974: Add option to ignore print margins

2018-05-24 Thread Michael Weghorn
michaelweghorn added a comment. In D10974#267814 , @michaelweghorn wrote: > [] > (Side note: I missed this at first, since values for the margins in the Qt print > dialog currently don't seem to be initialized with the PPD default

D10974: Add option to ignore print margins

2018-05-24 Thread Michael Weghorn
michaelweghorn updated this revision to Diff 34821. michaelweghorn retitled this revision from "PDF: Allow to ignore print margins" to "Add option to ignore print margins". michaelweghorn edited the summary of this revision. michaelweghorn edited the test plan for this revision. michaelweghorn

[okular] [Bug 377688] No output to print for PDF since update to 1.0.3

2018-05-22 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=377688 --- Comment #19 from Michael Weghorn <m.wegh...@posteo.de> --- This sounds a bit similar to bug 385456. Is there any useful output when starting Okular from the command line? -- You are receiving this mail because: You are the assignee for the bug.

D10974: PDF: Allow to ignore print margins

2018-05-18 Thread Michael Weghorn
michaelweghorn added a comment. In D10974#264672 , @aacid wrote: > [...] > The feature it's not really "Fit to printable area", it's more "Take Margins into account" or if we negate it "Ignore printer margins", because "printable area" is

[okular] [Bug 391953] Cannot print multiple copies of the same page onto a single page

2018-05-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=391953 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added CC||m.wegh...@pos

[okular] [Bug 377688] No output to print for PDF since update to 1.0.3

2018-05-10 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=377688 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Resolution|--- |WAITINGF

[kdelibs] [Bug 288086] No 'Pages' or 'Jobs' tabs in printing dialog

2018-05-10 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=288086 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Resolution|--- |WAITINGF

[okular] [Bug 333844] (wish) configurable default for printing

2018-05-02 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=333844 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Status|UNCONFIRMED |RE

[okular] [Bug 351849] Margins often cut when printing

2018-04-16 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Resolution|--- |WAITINGF

[okular] [Bug 392991] Does not support duplex printing

2018-04-11 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=392991 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added CC||m.wegh...@pos

[okular] [Bug 351849] Margins often cut when printing

2018-04-07 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Status|CONFIRMED |NEE

[okular] [Bug 351849] Margins often cut when printing

2018-04-07 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 --- Comment #23 from Michael Weghorn <m.wegh...@posteo.de> --- Created attachment 111896 --> https://bugs.kde.org/attachment.cgi?id=111896=edit Test PDF file generated while trying to reproduce the problem -- You are receiving this mail bec

[okular] [Bug 351849] Margins often cut when printing

2018-04-05 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Resolution|--- |WAITINGF

[okular] [Bug 351849] Margins often cut when printing

2018-04-04 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Resolution|--- |WAITINGF

[okular] [Bug 392458] cant print on label printer

2018-03-28 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=392458 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Resolution|--- |UP

[okular] [Bug 351849] Margins often cut when printing

2018-03-27 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 --- Comment #15 from Michael Weghorn <m.wegh...@posteo.de> --- (In reply to Germano Massullo from comment #14) > # ls /var/spool/cups/ > returns a list of files of c > I took the file of lastest print job ID, and its size is 1,5 kB. Is it

[okular] [Bug 336617] Feature request: disable fit-to-page while printing.

2018-03-26 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=336617 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Assignee|m.wegh...@posteo.de |okular-devel@k

[okular] [Bug 351849] Margins often cut when printing

2018-03-26 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 --- Comment #12 from Michael Weghorn <m.wegh...@posteo.de> --- The error_log from CUPS (the printing system) might help to further analyse this. Can you set the 'LogLevel' directive in '/etc/cups/cupsd.conf' to 'LogLevel debug', restart CUPS

[okular] [Bug 351849] Margins often cut when printing

2018-03-24 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=351849 --- Comment #10 from Michael Weghorn <m.wegh...@posteo.de> --- (In reply to Germano Massullo from comment #8) > Created attachment 111603 [details] > HP Officejet 7110 ppd > > okular-17.12.1 > I came to this bugreport while exp

[okular] [Bug 385456] Okular do not print PDF containing vertical direction document.

2018-03-16 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=385456 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Ever confirmed|0 |1

D10974: PDF: Allow to ignore print margins

2018-03-09 Thread Michael Weghorn
michaelweghorn retitled this revision from "PDF: Make the "fit-to-page" print option configurable" to "PDF: Allow to ignore print margins". michaelweghorn edited the summary of this revision. michaelweghorn edited the test plan for this revision. REPOSITORY R223 Okular REVISION DETAIL

D10974: PDF: Make the "fit-to-page" print option configurable

2018-03-09 Thread Michael Weghorn
michaelweghorn updated this revision to Diff 29095. michaelweghorn added a comment. (Don't) Set margins based on QPrinter::fullPage() This modifies the draft solution as I described in comment https://phabricator.kde.org/D10974#217969 . REPOSITORY R223 Okular CHANGES SINCE LAST

[okular] [Bug 389953] okular ignores paper size when printing

2018-03-05 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #39 from Michael Weghorn <m.wegh...@posteo.de> --- Great to hear. Thanks for the update! -- You are receiving this mail because: You are the assignee for the bug.

D10974: PDF: Make the "fit-to-page" print option configurable

2018-03-03 Thread Michael Weghorn
michaelweghorn added a comment. In D10974#217646 , @aacid wrote: > so you worded point 4 and point 6 (second point 5) differently "the document is not scaled at all now." vs "The document is scaled to the full page size", i would not expect

[okular] [Bug 336617] Feature request: disable fit-to-page while printing.

2018-03-02 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=336617 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Assignee|okular-devel@kde.org|m.wegh...@pos

D10974: PDF: Make the "fit-to-page" print option configurable

2018-03-02 Thread Michael Weghorn
michaelweghorn added a comment. Once https://phabricator.kde.org/D7962 should make it to Okular, it might make sense to reconsider using the combobox for the scaling options that this adds for the PDF generator case (or how to properly merge the two approaches for the QPrinter and the lpr

D10974: PDF: Make the "fit-to-page" print option configurable

2018-03-02 Thread Michael Weghorn
michaelweghorn added a comment. In general, this option is not only relevant for the PDF generator, but (as Albert mentioned on the bug report) for all generators that use FilePrinter. This change currently only addresses the PDF case. I have created a separate class

D10974: PDF: Make the "fit-to-page" print option configurable

2018-03-02 Thread Michael Weghorn
michaelweghorn created this revision. michaelweghorn added a reviewer: Okular. Restricted Application added a project: Okular. michaelweghorn requested review of this revision. REVISION SUMMARY This adds a checkbox in the print dialog to make it possible to select whether or not to scale the

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-28 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #37 from Michael Weghorn <m.wegh...@posteo.de> --- (In reply to Attila from comment #35) > I can print and the output is as it should be. Great, isn't it? > Please leave this bug open for a couple of days, because I would like

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-15 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Status|NEEDSINFO |RE

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-13 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #34 from Michael Weghorn <m.wegh...@posteo.de> --- (In reply to Attila from comment #33) > > Have you got an idea where to report the bug, if we close it here? > What product or component? I'm not sure. The last informat

[okular] [Bug 368758] Grayscale option ignored when generating print data for PDF document

2018-02-13 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=368758 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added CC||david.cortes.

[okular] [Bug 390409] Okular fails to print in grayscale

2018-02-13 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=390409 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Resolution|--- |DUP

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-12 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #31 from Michael Weghorn <m.wegh...@posteo.de> --- And the last idea I can come up with right now is to set "LogLevel" to "debug2" in /etc/cups/cupsd.conf, print again and attach the error_log here. -- You are r

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-12 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #30 from Michael Weghorn <m.wegh...@posteo.de> --- (In reply to Attila from comment #27) > Created attachment 110563 [details] > error_log for echo hello... This one also contains "orientation-requested=0", so the

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-12 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #26 from Michael Weghorn <m.wegh...@posteo.de> --- Can you run the command "echo hello | lp -d HPM880" on host A and attach the corresponding CUPS error_log? (In reply to Attila from comment #25) > > I have no

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-10 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #23 from Michael Weghorn <m.wegh...@posteo.de> --- I can reproduce the issue much more easily by just running the following command on host B: $ lp -d tofile-hp -o "fit-to-page orientation-requested=0" d02917-001

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-09 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #22 from Michael Weghorn <m.wegh...@posteo.de> --- (In reply to Attila from comment #20) > I am going to send you all the other results you have requested on monday. > Sorry for that. There's no need to apologize, that

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-09 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #21 from Michael Weghorn <m.wegh...@posteo.de> --- Created attachment 110500 --> https://bugs.kde.org/attachment.cgi?id=110500=edit What output looks like with scenario while trying to reproduce -- You are receiving this mai

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-08 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #19 from Michael Weghorn <m.wegh...@posteo.de> --- (In reply to Attila from comment #15) > [...] > Here the error_log, print file and PPD as requested. These files are all > from the Cups server. Thanks. I still don't see a

[okular] [Bug 389947] touchpad scrolling: Okular jumps several lines down first when scrolling after the cursor moves out and back again

2018-02-08 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389947 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Status|NEEDSINFO |RE

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-07 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #14 from Michael Weghorn <m.wegh...@posteo.de> --- Thanks for the additional information. (In reply to Attila from comment #11) > - The printer is served by a Cups server. Is that the reason, why you said > no "r

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-07 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #10 from Michael Weghorn <m.wegh...@posteo.de> --- (In reply to Attila from comment #7) > You can check now the attached files error_log and the output of systemctl > status cups.service Thanks! At first glance, I don't

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-07 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 --- Comment #6 from Michael Weghorn <m.wegh...@posteo.de> --- (In reply to Attila from comment #4) > LogLevel is set to debug. Did a restart. No logfile is written. Maybe a new > bug. I wish I could send you the error_log. That's interest

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-07 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Version|unspecified |1.3.1 -

[okular] [Bug 389953] okular ignores paper size when printing

2018-02-07 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389953 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added CC||m.wegh...@pos

[okular] [Bug 389411] Okular and X unresponsive when resizing Okular's sidebar

2018-01-25 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=389411 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added CC||m.wegh...@pos

[okular] [Bug 314755] "Color options" from "Print Dialog -> Properties -> Advanced" override "Color options" from "Print Dialog -> Options -> Options"

2018-01-25 Thread Michael Weghorn
https://bugs.kde.org/show_bug.cgi?id=314755 Michael Weghorn <m.wegh...@posteo.de> changed: What|Removed |Added Resolution|--- |UP

<    1   2   3   4   >