D21759: Hold zoom center below center/mouse position

2019-06-22 Thread Steffen Hartleib
steffenh updated this revision to Diff 60400. steffenh added a comment. fix typos and make centerBegin and centerEnd const REPOSITORY R223 Okular CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D21759?vs=59730&id=60400 BRANCH holdZoomCenter REVISION DETAIL https://phabricator.

[okular] [Bug 409013] Fix background color and frame of search result

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=409013 Albert Astals Cid changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[okular] [Bug 408254] Okular crashes with an encrypted pdf from Adobe sign

2019-06-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=408254 --- Comment #2 from Bug Janitor Service --- Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular b

T10243: Some KDE applications could use better icons

2019-06-22 Thread Mariusz Glebocki
mglb added a comment. In T10243#189776 , @ognarb wrote: > For the Konsole icon, that about putting the current breeze icon into the video-display icon. > > Something like this: F6925336: test_konsole.png

D21196: [RFC] Move Continuous option to View Mode submenu

2019-06-22 Thread Nathaniel Graham
ngraham added a comment. In D21196#484674 , @davidhurka wrote: > Would it make sense to request icons for the view modes? > > - For Single Page, something like tool_pagelayout would be nice. (It’s just a page, i. e. a rectangle with a folded

[okular] [Bug 384143] HiPDI: freehand line in presentation mode is blocky

2019-06-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384143 Nate Graham changed: What|Removed |Added Version Fixed In||1.8.0 -- You are receiving this mail because: Yo

D21196: [RFC] Move Continuous option to View Mode submenu

2019-06-22 Thread David Hurka
davidhurka added a comment. Would it make sense to request icons for the view modes? - For Single Page, something like tool_pagelayout would be nice. (It’s just a page, i. e. a rectangle with a folded corner.) - Facing Pages would have two pages. - Overview would have 2 or 3 pages, ar

T10243: Some KDE applications could use better icons

2019-06-22 Thread Carl Schwan
ognarb added a comment. For the Konsole icon, that about putting the current breeze icon into the video-display icon. Something like this: F6925336: test_konsole.png TASK DETAIL https://phabricator.kde.org/T10243 To: ognarb Cc: ognarb, arrowd, a

[okular] [Bug 409013] Fix background color and frame of search result

2019-06-22 Thread Thomas Bingel
https://bugs.kde.org/show_bug.cgi?id=409013 --- Comment #7 from Thomas Bingel --- Hello Oliver, oder auch Professur für Numerik partieller Differentialgleichungen Prof. Dr. Oliver Sander wie ich annehme. Danke, dass sie sich der Sache angenommen haben. I am fully aware that volunteers work on t

D21196: [RFC] Move Continuous option to View Mode submenu

2019-06-22 Thread David Hurka
davidhurka updated this revision to Diff 60396. davidhurka added a comment. - Replace function-like macro by lambda, like done for Color Mode menu in D21195 View mode actions are now organized in QActionGroup * PageView::viewModeActionGroup. (Uhm, i

D21196: [RFC] Move Continuous option to View Mode submenu

2019-06-22 Thread David Hurka
davidhurka updated this revision to Diff 60395. davidhurka added a comment. - Replace function-like macro by lambda, like done for Color Mode menu in D21195 REPOSITORY R223 Okular CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D21196?vs=58027&i

D21755: [RFC] Replace ToolAction by a more universal “ToggleActionMenu”

2019-06-22 Thread David Hurka
davidhurka marked 2 inline comments as done. davidhurka added inline comments. INLINE COMMENTS > davidhurka wrote in toggleactionmenu.cpp:63 > 1. ~PageView() calls ~ToggleActionMenu(), because it’s a child. > 2. ~WidgetAction() (probably called trough some XMLGui stuff) calls > ~QToolButton to d

Re: Moved to invent

2019-06-22 Thread Oliver Sander
> You have to manually import your public SSH key into your account on > invent.kde.org. Thanks Yuri, I was still (deliberately) using g...@git.kde.org:okular . Moving to invent.kde.org allowed me to push the patch, so all is fine now. Best, Oliver signature.asc Description: OpenPGP digital

[okular] [Bug 384143] HiPDI: freehand line in presentation mode is blocky

2019-06-22 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=384143 Oliver Sander changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

D21836: Mind the devicePixelRatio when drawing on-screen in presentation mode

2019-06-22 Thread Oliver Sander
This revision was automatically updated to reflect the committed changes. Closed by commit R223:19f22098e67d: Mind the devicePixelRatio when drawing on-screen in presentation mode (authored by sander). REPOSITORY R223 Okular CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D21836?vs=601

D21755: [RFC] Replace ToolAction by a more universal “ToggleActionMenu”

2019-06-22 Thread David Hurka
davidhurka added a comment. In D21755#482891 , @simgunz wrote: > I tried it by only adding the actions to it and it does not work, no menu is shown. Adding the signal connection is also not enough. After that I gave up for now (I am lazy). But I

Re: Moved to invent

2019-06-22 Thread Yuri Chornoivan
субота, 22 червня 2019 р. 22:07:42 EEST Oliver Sander написано: > Hi Albert, > > does that mean the old git repo is closed? Because while trying to push > D21836, I am getting strange git errors: > > ~/okular(master)> git push > Objekte aufzählen: 9, Fertig. > Zähle Objekte: 100% (9/9), Fertig.

Re: Moved to invent

2019-06-22 Thread Oliver Sander
Hi Albert, does that mean the old git repo is closed? Because while trying to push D21836, I am getting strange git errors: ~/okular(master)> git push Objekte aufzählen: 9, Fertig. Zähle Objekte: 100% (9/9), Fertig. Delta-Kompression verwendet bis zu 4 Threads. Komprimiere Objekte: 100% (5/5), F

D18719: [WIP]Create context menu entry to rotate individual pages

2019-06-22 Thread David Hurka
davidhurka added a comment. Sometimes I think it makes sense to move the context menu to the widget it belongs to. That widget would accept the context menu event, and create a context menu. Basically the same context menu that is currently created by Part. Because PageView will create t

[okular] [Bug 409013] Fix background color and frame of search result

2019-06-22 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=409013 Oliver Sander changed: What|Removed |Added CC||oliver.san...@tu-dresden.de --- Comment #6 from

[okular] [Bug 409013] Fix background color and frame of search result

2019-06-22 Thread Thomas Bingel
https://bugs.kde.org/show_bug.cgi?id=409013 --- Comment #5 from Thomas Bingel --- Albert I think you should seek some advice from your colleagues at KDE -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 409013] Fix background color and frame of search result

2019-06-22 Thread Thomas Bingel
https://bugs.kde.org/show_bug.cgi?id=409013 Thomas Bingel changed: What|Removed |Added Resolution|NOT A BUG |--- Status|RESOLVED

[okular] [Bug 409013] Fix background color and frame of search result

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=409013 Albert Astals Cid changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

D21266: [WIP] Improve documentation of area classes

2019-06-22 Thread David Hurka
davidhurka updated this revision to Diff 60388. davidhurka added a comment. - Small improvements based on latest comments by Albert. REPOSITORY R223 Okular CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D21266?vs=59149&id=60388 BRANCH improve-area-classes-documentation REVISION

D21266: [WIP] Improve documentation of area classes

2019-06-22 Thread David Hurka
davidhurka marked 12 inline comments as done. davidhurka added a comment. Thanks for marking the typos. I tried to use your latest comments for improvements, without changing much else. (In the end I changed only 3 sentences.) INLINE COMMENTS > aacid wrote in area.h:214 > what if they w

[okular] [Bug 409013] Fix background color and frame of search result

2019-06-22 Thread Thomas Bingel
https://bugs.kde.org/show_bug.cgi?id=409013 Thomas Bingel changed: What|Removed |Added Ever confirmed|0 |1 Status|RESOLVED

D21271: [WIP] Improve documentation of TextEntity stuff

2019-06-22 Thread David Hurka
davidhurka added inline comments. INLINE COMMENTS > aacid wrote in textpage.h:53 > I'm not convinced we should mention this (and even less in this class), sure > it's a bug, but hopefully it'll be fixed and when it does noone will remember > to remove this since the bug is not even in this clas

D21271: [WIP] Improve documentation of TextEntity stuff

2019-06-22 Thread David Hurka
davidhurka updated this revision to Diff 60383. davidhurka marked 10 inline comments as done. davidhurka added a comment. - Remove comment on vertical text, remove the word concatenate - Don’t export text entity reordering functions REPOSITORY R223 Okular CHANGES SINCE LAST UPDATE https

D21281: [WIP] Write Documentation for Okular::Part

2019-06-22 Thread David Hurka
davidhurka updated this revision to Diff 60380. davidhurka added a comment. Left some changes lying arround, here they are. Rename m_topMessage, improve callflow description, improve fitWindowToPage description. REPOSITORY R223 Okular CHANGES SINCE LAST UPDATE https://phabricator.kde.o

D21281: [WIP] Write Documentation for Okular::Part

2019-06-22 Thread David Hurka
davidhurka marked 19 inline comments as done. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D21281 To: davidhurka, #okular Cc: ognarb, jucato, aacid, okular-devel, fbampaloukas, joaonetto, tfella, ngraham, darcyshen

D21759: Hold zoom center below center/mouse position

2019-06-22 Thread Steffen Hartleib
steffenh added a comment. Hi @aacid, thanks for testing, > Also it doesn't work? or not how i would expect it? > > I'm doing ctrl+wheel zoom here with the mouse over the a and ends up being over the p. > > I was expecting it to end up being over the a too? to begin the wi

D16048: Resize the preferences dialogue to avoid horizontal scrolling

2019-06-22 Thread Nathaniel Graham
ngraham added a comment. Similar incorrect solution as the one suggested in D21910 . Might be worth some time investigating why the window gets the wrong sizeHint. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D16048 To: kada

D21281: [WIP] Write Documentation for Okular::Part

2019-06-22 Thread David Hurka
davidhurka marked 4 inline comments as done. davidhurka added inline comments. INLINE COMMENTS > aacid wrote in part.h:120 > the thing is, that's not true, calling openUrl is fine, it's what the okular > shell does, no? Yes and yes. The shell has an URL that doesn’t need to be tolerantly parsed

D14102: Add share action to selection context menu

2019-06-22 Thread Nathaniel Graham
ngraham added a comment. Why so we do! REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D14102 To: nicolasfella, #okular, aacid, apol Cc: ngraham, okular-devel, fbampaloukas, joaonetto, tfella, darcyshen, aacid

D14102: Add share action to selection context menu

2019-06-22 Thread Albert Astals Cid
aacid added a comment. In D14102#484368 , @ngraham wrote: > Yeah I'm not sure how much sense it makes to have this in the selection context menu. I could see it making sense in the File menu though, where it would operate on the active file.

[okular] [Bug 401339] presentation: odd scaling/anti aliasing

2019-06-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401339 Nate Graham changed: What|Removed |Added Version Fixed In||19.04.3 -- You are receiving this mail because:

[okular] [Bug 401339] presentation: odd scaling/anti aliasing

2019-06-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=401339 Nate Graham changed: What|Removed |Added Version Fixed In|19.04.3 |1.7.3 -- You are receiving this mail because: Yo

D14102: Add share action to selection context menu

2019-06-22 Thread Nathaniel Graham
ngraham added a comment. Yeah I'm not sure how much sense it makes to have this in the selection context menu. I could see it making sense in the File menu though, where it would operate on the active file. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D14102 To: n

D14102: Add share action to selection context menu

2019-06-22 Thread Albert Astals Cid
aacid requested changes to this revision. This revision now requires changes to proceed. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D14102 To: nicolasfella, #okular, aacid, apol Cc: ngraham, okular-devel, fbampaloukas, joaonetto, tfella, darcyshen, aacid

D16048: Resize the preferences dialogue to avoid horizontal scrolling

2019-06-22 Thread Albert Astals Cid
aacid requested changes to this revision. aacid added a comment. This revision now requires changes to proceed. Setting to requested changes to clean it from my queue. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D16048 To: kadabash, aacid, #okular Cc: ngraham, okul

D18719: [WIP]Create context menu entry to rotate individual pages

2019-06-22 Thread Albert Astals Cid
aacid requested changes to this revision. This revision now requires changes to proceed. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D18719 To: shubham, aacid, ngraham Cc: okular-devel, fbampaloukas, joaonetto, tfella, ngraham, darcyshen, aacid

D20882: Partial fix for high res displays

2019-06-22 Thread Albert Astals Cid
This revision was automatically updated to reflect the committed changes. Closed by commit R223:f4a883ea5d0a: Partial fix for high res displays (authored by gilbert, committed by aacid). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D20882?vs=57142&id=60358#toc REPOSITORY R223 Okular

[okular] [Bug 401339] presentation: odd scaling/anti aliasing

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=401339 Albert Astals Cid changed: What|Removed |Added Status|CONFIRMED |RESOLVED Latest Commit|

D20882: Partial fix for high res displays

2019-06-22 Thread Albert Astals Cid
aacid accepted this revision. This revision is now accepted and ready to land. REPOSITORY R223 Okular BRANCH bug401339partial (branched from master) REVISION DETAIL https://phabricator.kde.org/D20882 To: gilbert, #okular, aacid Cc: okular-devel, fbampaloukas, joaonetto, tfella, ngraham, d

D20882: Partial fix for high res displays

2019-06-22 Thread Albert Astals Cid
aacid added a comment. I understand the qDebugs where useful for you, but i will remove them, okular is already quite noisy in debug mode. The fix makes sense, no need to trigger the tiled rendering if you're going to end up rendering the whole page anyway, on the other hand the hardcode

D21281: [WIP] Write Documentation for Okular::Part

2019-06-22 Thread Albert Astals Cid
aacid added inline comments. INLINE COMMENTS > davidhurka wrote in part.h:120 > openUrl() is the function which is usually used by Parts to open something. > Someone (me) who wants to understand how documents are opened will want to > know what will happen to a call to this function. > > It do

D21271: [WIP] Improve documentation of TextEntity stuff

2019-06-22 Thread Albert Astals Cid
aacid added inline comments. INLINE COMMENTS > textpage.h:53 > + * @par Vertical Text > + * Currently, the reordering mixes up TextEntitys which represent glyphs or > words of vertical text. > + * If searching for or highlighting of vertical text is important for the > document type, I'm not c

D21266: [WIP] Improve documentation of area classes

2019-06-22 Thread Albert Astals Cid
aacid accepted this revision. aacid added a comment. This revision is now accepted and ready to land. There's a few typos and i think i don't really agree with the "rectangles should not have negative width/height" wording, they don't make much sense, but on principle don't tell people what t

D10859: Improve layout of annotation configuration dialogs

2019-06-22 Thread Simone Gaiarin
simgunz added a comment. Perfect. I can land this tomorrow evening. REPOSITORY R223 Okular BRANCH fix-annot-config-dialog REVISION DETAIL https://phabricator.kde.org/D10859 To: simgunz, #okular, #vdg, ngraham, aacid Cc: shubham, davidhurka, aacid, okular-devel, knambiar, ngraham, fbam

D21363: Fix build with poppler < 0.51

2019-06-22 Thread Albert Astals Cid
aacid added a comment. In D21363#484178 , @yurchor wrote: > In D21363#484098 , @aacid wrote: > > > In D21363#469750 , @volkov wrote: > > > > > My OS (As

D21363: Fix build with poppler < 0.51

2019-06-22 Thread Yuri Chornoivan
yurchor added a comment. In D21363#484098 , @aacid wrote: > In D21363#469750 , @volkov wrote: > > > My OS (AstraLinux) is based on Debian stretch and has poppler 0.48, Qt 5.11, KF5 5.46. > > And p

D10859: Improve layout of annotation configuration dialogs

2019-06-22 Thread Albert Astals Cid
aacid accepted this revision. REPOSITORY R223 Okular BRANCH fix-annot-config-dialog REVISION DETAIL https://phabricator.kde.org/D10859 To: simgunz, #okular, #vdg, ngraham, aacid Cc: shubham, davidhurka, aacid, okular-devel, knambiar, ngraham, fbampaloukas, joaonetto, tfella, darcyshen

D10859: Improve layout of annotation configuration dialogs

2019-06-22 Thread Albert Astals Cid
aacid added a comment. had a quick look at the code and don't see anything obviosuly wrong, i'd say let's go for it Side note: i usually don't go over things that have been approved by someone else, so if you feel you really need my review when something has been approved please ping me

D10859: Improve layout of annotation configuration dialogs

2019-06-22 Thread Simone Gaiarin
simgunz added a comment. Just waiting for your OK. REPOSITORY R223 Okular BRANCH fix-annot-config-dialog REVISION DETAIL https://phabricator.kde.org/D10859 To: simgunz, #okular, #vdg, ngraham Cc: shubham, davidhurka, aacid, okular-devel, knambiar, ngraham, fbampaloukas, joaonetto, tf

D10859: Improve layout of annotation configuration dialogs

2019-06-22 Thread Albert Astals Cid
aacid added a comment. Is this waiting on something or should it be commited? REPOSITORY R223 Okular BRANCH fix-annot-config-dialog REVISION DETAIL https://phabricator.kde.org/D10859 To: simgunz, #okular, #vdg, ngraham Cc: shubham, davidhurka, aacid, okular-devel, knambiar, ngraham, f

D21759: Hold zoom center below center/mouse position

2019-06-22 Thread Albert Astals Cid
aacid added a comment. Also it doesn't work? or not how i would expect it? I'm doing ctrl+wheel zoom here with the mouse over the a and ends up being over the p. I was expecting it to end up being over the a too? F6923724: Peek 2019-06-22 14-43.gif

D21759: Hold zoom center below center/mouse position

2019-06-22 Thread Albert Astals Cid
aacid added a comment. there's a few types activ -> active beginn -> begin and please make centerBeing and centerEnd const REPOSITORY R223 Okular BRANCH holdZoomCenter REVISION DETAIL https://phabricator.kde.org/D21759 To: steffenh, #okular, ngraham, aacid Cc: ngraham, dav

[calligrawords] [Bug 408706] Implement encoding detection/choice on RTF import in Okular

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408706 Albert Astals Cid changed: What|Removed |Added Status|NEEDSINFO |CONFIRMED Resolution|WAITINGFORINFO

[okular] [Bug 408706] Implement encoding detection/choice on RTF import in Okular

2019-06-22 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=408706 --- Comment #3 from Yuri Chornoivan --- Created attachment 121075 --> https://bugs.kde.org/attachment.cgi?id=121075&action=edit The test file in LibreOffice Writer 6.2 (left) and Okular 1.7.70 with Calligra Words 3.1.0 plugin (right) -- You are rece

[okular] [Bug 408706] Implement encoding detection/choice on RTF import in Okular

2019-06-22 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=408706 --- Comment #2 from Yuri Chornoivan --- Created attachment 121074 --> https://bugs.kde.org/attachment.cgi?id=121074&action=edit Test file (Cyrillic/CP1251, Wine Wordpad-produced) -- You are receiving this mail because: You are the assignee for the b

D21363: Fix build with poppler < 0.51

2019-06-22 Thread Albert Astals Cid
aacid added a comment. In D21363#469750 , @volkov wrote: > My OS (AstraLinux) is based on Debian stretch and has poppler 0.48, Qt 5.11, KF5 5.46. > And probably it will be a headache to update poppler on it, cause it's rather low-level librar

[okular] [Bug 408683] blank page until I scroll

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408683 --- Comment #5 from Albert Astals Cid --- Can you attach the pdf that causes this problem for you? -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 409032] show pdf boxes: mediabox, cropbox, bleedbox etc.

2019-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=409032 --- Comment #4 from daniel-other+kde...@dadosch.de --- (In reply to Albert Astals Cid from comment #1) > The problem is that we're rendering only the cropbox, so showing the > mediabox is hard since it's potentially outside of the page. What would you >

[okular] [Bug 409032] show pdf boxes: mediabox, cropbox, bleedbox etc.

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=409032 Albert Astals Cid changed: What|Removed |Added Severity|normal |wishlist Ever confirmed|0

[okular] [Bug 409032] show pdf boxes: mediabox, cropbox, bleedbox etc.

2019-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=409032 --- Comment #2 from daniel-other+kde...@dadosch.de --- Created attachment 121072 --> https://bugs.kde.org/attachment.cgi?id=121072&action=edit An example pdf with bleedbox MediaBox: 0.00 0.00 652.29 898.90 CropBox:0.00

[okular] [Bug 409032] show pdf boxes: mediabox, cropbox, bleedbox etc.

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=409032 Albert Astals Cid changed: What|Removed |Added CC||aa...@kde.org Status|REPORTED

[okular] [Bug 408706] Implement encoding detection/choice on RTF import in Okular

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408706 Albert Astals Cid changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|---

[okular] [Bug 409032] New: show pdf boxes: mediabox, cropbox, bleedbox etc.

2019-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=409032 Bug ID: 409032 Summary: show pdf boxes: mediabox, cropbox, bleedbox etc. Product: okular Version: unspecified Platform: unspecified OS: All Status: REPORTED Seve

[okular] [Bug 408743] Typewriter tool not showing in okular annotations.

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408743 Albert Astals Cid changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED

[okular] [Bug 409032] show pdf boxes: mediabox, cropbox, bleedbox etc.

2019-06-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=409032 daniel-other+kde...@dadosch.de changed: What|Removed |Added CC||daniel-other+kdebug@dadosch

[okular] [Bug 409013] Fix background color and frame of search result

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=409013 Albert Astals Cid changed: What|Removed |Added CC||aa...@kde.org Status|REPORTED

[okular] [Bug 408849] okular crashes scrolling through certain pdf

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408849 Albert Astals Cid changed: What|Removed |Added Latest Commit||https://invent.kde.org/kde/

[okular] [Bug 408849] okular crashes scrolling through certain pdf

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408849 --- Comment #4 from Albert Astals Cid --- So i had a brain malfunction and when implementing this in 2016 i forgot to commit half the implementation :? Commiting in a moment -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 408837] Okular crash when opening PDF from Firefox

2019-06-22 Thread George Stevenson
https://bugs.kde.org/show_bug.cgi?id=408837 George Stevenson changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[okular] [Bug 408849] okular crashes scrolling through certain pdf

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408849 Albert Astals Cid changed: What|Removed |Added CC||aa...@kde.org --- Comment #3 from Albert As

[frameworks-kio] [Bug 408801] Okular crashed when attempting to save a pdf file to another folder

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408801 Albert Astals Cid changed: What|Removed |Added CC||aa...@kde.org, |

[okular] [Bug 408682] Search highlighting is not repainted properly when bringing it back to the view

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408682 Albert Astals Cid changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[okular] [Bug 408682] Search highlighting is not repainted properly when bringing it back to the view

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408682 Albert Astals Cid changed: What|Removed |Added Summary|Search highlighting is |Search highlighting is not

Re: Support for showing mediabox, cropbox etc.

2019-06-22 Thread Albert Astals Cid
Please file a bug in bugs.kde.org so it doesn't get forgotten. Cheers, Albert Missatge de Daniel del dia ds., 22 de juny 2019 a les 11:21: > Hey. > > Okular is a great piece of software, but lacks support for displaying pdf > boxes which are important for printing. Mediabox, cropbox, bleedbox

Support for showing mediabox, cropbox etc.

2019-06-22 Thread Daniel
Hey. Okular is a great piece of software, but lacks support for displaying pdf boxes which are important for printing. Mediabox, cropbox, bleedbox and so on. https://wiki.scribus.net/canvas/PDF_Boxes_:_mediabox,_cropbox,_bleedbox,_trimbox,_artbox It would be great to have support for showing th

[okular] [Bug 408682] New: Search highlighting is distorted

2019-06-22 Thread Victor Porton
https://bugs.kde.org/show_bug.cgi?id=408682 Bug ID: 408682 Summary: Search highlighting is distorted Product: okular Version: 1.6.3 Platform: Ubuntu Packages OS: Linux Status: REPORTED Severity: minor

[okular] [Bug 408834] okular (file name) gives error pointing to KDE connect although that is not in use

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408834 Albert Astals Cid changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[okular] [Bug 408837] Okular crash when opening PDF from Firefox

2019-06-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=408837 Albert Astals Cid changed: What|Removed |Added CC||aa...@kde.org Resolution|---