[okular] [Bug 402017] Cannot save PDF when loaded file has been deleted

2020-05-14 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=402017 --- Comment #21 from David Hurka --- I still don’t completely understand the issue with FileKeeper. Is it: a) FileKeeper keeps Okulars own file handle opened, so Okular itself will not notice changes to the file through *this* handle? b) FileKeeper open

[okular] [Bug 421469] [Regression] Slow search in the contents pane

2020-05-14 Thread Frank Mehnert
https://bugs.kde.org/show_bug.cgi?id=421469 --- Comment #9 from Frank Mehnert --- Fix works for me. -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 402017] Cannot save PDF when loaded file has been deleted

2020-05-14 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=402017 --- Comment #20 from Albert Astals Cid --- The other thing is trying to figure out if we can just use poppler's file handle to save the data (that should still be open), last time i tried it didn't seem to be working well at all, but i have been known t

[okular] [Bug 402017] Cannot save PDF when loaded file has been deleted

2020-05-14 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=402017 --- Comment #19 from Albert Astals Cid --- > the handle is kept for the _old_ file, so when some PDF producer (latex, > etc) creates a new file by rename()ing the new temporary file on the old name > (which is an atomic operation), you don't notice t

[okular] [Bug 421468] Zoom farther than 1600%

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421468 Nate Graham changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[okular] [Bug 421163] Internal links in markdown documents work incorrectly

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421163 Nate Graham changed: What|Removed |Added Version Fixed In||1.11.0 -- You are receiving this mail because: Y

[okular] [Bug 421469] [Regression] Slow search in the contents pane

2020-05-14 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=421469 --- Comment #8 from Ahmad Samir --- It turns out that the issue was in how itemMatches() was being called; it was being called too many times. A proposed fix: https://invent.kde.org/kde/okular/-/merge_requests/166 -- You are receiving this mail becau

[okular] [Bug 402017] Cannot save PDF when loaded file has been deleted

2020-05-14 Thread bark mallard
https://bugs.kde.org/show_bug.cgi?id=402017 --- Comment #18 from bark mallard --- Just came across another variation of this problem. I have many documents open on many workspaces, managing various inter-related workfklows. It is inevitable in this scenario that I sometimes open the same document

[okular] [Bug 402017] Cannot save PDF when loaded file has been deleted

2020-05-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402017 --- Comment #17 from Nate Graham --- (In reply to Pino Toscano from comment #16) > This won't behave nicely in editing sessions e.g. in kile or in other > document producers, where you edit the sources and save+recompile to PDF > often, resulting in a b

[okular] [Bug 421468] Zoom farther than 1600%

2020-05-14 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=421468 --- Comment #4 from Yuri Chornoivan --- (In reply to Oliver Sander from comment #3) > I'd say "definitely": People do request it, and people who don't need it are > not bothered by it. Would you mind opening a merge request? https://invent.kde.org/kde

[okular] [Bug 421468] Zoom farther than 1600%

2020-05-14 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=421468 --- Comment #3 from Oliver Sander --- Thanks for testing! > It is hard to say if it is worth implementing this for a regular user though. I'd say "definitely": People do request it, and people who don't need it are not bothered by it. Would you mind

[okular] [Bug 421508] Cannot type anything in some form fields

2020-05-14 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=421508 Yuri Chornoivan changed: What|Removed |Added CC||yurc...@ukr.net Status|REPORTED

[okular] [Bug 421508] New: Cannot type anything in some form fields

2020-05-14 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=421508 Bug ID: 421508 Summary: Cannot type anything in some form fields Product: okular Version: 20.04.0 Platform: Manjaro OS: Linux Status: REPORTED Severity: normal

[okular] [Bug 421414] allow the use of a stylus eraser button in presentation mode

2020-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421414 --- Comment #2 from daniel-other+kde...@dadosch.de --- No, adding the button as a shortcut is not possible. -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 421354] Form fields bad rendering when scrolling

2020-05-14 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=421354 --- Comment #3 from Simone Gaiarin --- Commit 09cb524f seems to be the responsible of the bug. -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 421468] Zoom farther than 1600%

2020-05-14 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=421468 Yuri Chornoivan changed: What|Removed |Added CC||yurc...@ukr.net --- Comment #2 from Yuri Chor

[okular] [Bug 421484] Center viewport at mouse position during Ctrl-scroll zoom

2020-05-14 Thread Nicolas Dietrich
https://bugs.kde.org/show_bug.cgi?id=421484 --- Comment #2 from Nicolas Dietrich --- Yes, this is what I want, great! (though I haven't tried / built it) -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 421468] Zoom farther than 1600%

2020-05-14 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=421468 Oliver Sander changed: What|Removed |Added CC||oliver.san...@tu-dresden.de --- Comment #1 from

[okular] [Bug 402017] Cannot save PDF when loaded file has been deleted

2020-05-14 Thread Pino Toscano
https://bugs.kde.org/show_bug.cgi?id=402017 --- Comment #16 from Pino Toscano --- (In reply to David Hurka from comment #13) > @Pino: Can you tell more about the problem? Can it be fixed, or do we need > another approach than creating a file handle? See bug 163363. Holding an open descriptor on