[okular] [Bug 305534] Annotations don't show all non-ASCII letters

2021-04-01 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=305534 Yuri Chornoivan changed: What|Removed |Added CC||a33544...@qq.com --- Comment #48 from Yuri

[okular] [Bug 435244] Can't write chinese in 'inline note' & 'insert text'

2021-04-01 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=435244 Yuri Chornoivan changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[okular] [Bug 435246] Okular Crashing While Opening pdf file with annotations

2021-04-01 Thread Jason Liam
https://bugs.kde.org/show_bug.cgi?id=435246 Jason Liam changed: What|Removed |Added URL||https://askubuntu.com/quest |

[okular] [Bug 435246] New: Okular Crashing While Opening pdf file with annotations

2021-04-01 Thread Jason Liam
https://bugs.kde.org/show_bug.cgi?id=435246 Bug ID: 435246 Summary: Okular Crashing While Opening pdf file with annotations Product: okular Version: unspecified Platform: Ubuntu Packages OS: Linux

[okular] [Bug 435244] New: Can't write chinese in 'inline note' & 'insert text'

2021-04-01 Thread a33544465
https://bugs.kde.org/show_bug.cgi?id=435244 Bug ID: 435244 Summary: Can't write chinese in 'inline note' & 'insert text' Product: okular Version: 20.12.2 Platform: Microsoft Windows OS: Microsoft Windows Status:

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #28 from abulhair.sapa...@gmail.com --- Yeah, the compiler assumes that no floating point number is NaN or inf, so it can make optimizations like: `x == x` -> `true`, `x * 1` -> `x`, etc. But I think functions like `isnan` or `isinf` will

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #27 from David Hurka --- Awesome! :) I think QScroller shouldn’t break because of floating point inaccuracy. But its complicated floating point calculations make it seem possible to me. What does -ffinite-math-only mean? That stuff like

[okular] [Bug 421822] 'Scroll Page Up'/'Scroll Page Down' actions scroll by scrollbar height instead of viewport height, which is incorrect when scrollbars are disabled

2021-04-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=421822 --- Comment #29 from Nate Graham --- Yup, that's exactly what happens. Great intuition! -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #26 from abulhair.sapa...@gmail.com --- I found the bug, for me, was being caused by compiling qtcore with the flag -ffinite-math-only. I had previously ruled out optimization flags as being the cause since I had recompiled okular and

[okular] [Bug 435227] New: Settings changes reset on every launch, they do not save

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435227 Bug ID: 435227 Summary: Settings changes reset on every launch, they do not save Product: okular Version: 20.12.2 Platform: Other OS: Microsoft Windows

[okular] [Bug 435163] crash on highlighter usage only after save

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435163 --- Comment #4 from e.sodja...@gmail.com --- Created attachment 137238 --> https://bugs.kde.org/attachment.cgi?id=137238=edit Valgrind output With other documents (smaller ones, ~1.1MB) it reloads before highlight annotations are saved (asks if I

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #25 from abulhair.sapa...@gmail.com --- Actually I think I may have inadvertently fixed my issue. I tried recompiling all of qtcore, qtwidgets, and okular with debug symbols as well as disabling all optimization and now it's scrolling

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #24 from abulhair.sapa...@gmail.com --- (In reply to David Hurka from comment #22) > Mistake: Instead of this: > > >breakpoint QScroller::scrollTo > it is called this: > > >break QScroller::scrollTo(QPointF const&, int) Ah this worked but

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #23 from abulhair.sapa...@gmail.com --- Created attachment 137231 --> https://bugs.kde.org/attachment.cgi?id=137231=edit gdb output For some reason there wasn't a symbol 'this' in the QScroller::scrollTo frame (maybe I didn't correctly

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #22 from David Hurka --- Mistake: Instead of this: >breakpoint QScroller::scrollTo it is called this: >break QScroller::scrollTo(QPointF const&, int) -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #21 from abulhair.sapa...@gmail.com --- Apparently parttest seems to have been excluded by Gentoo (https://bugs.gentoo.org/641728), along with mainshelltest, chmgeneratortest, parttest, and annotationtoolbartest. Sure I'll try running

[okular] [Bug 421780] Most ways of scrolling a document not working (Qt 5.15)

2021-04-01 Thread David Hurka
https://bugs.kde.org/show_bug.cgi?id=421780 --- Comment #20 from David Hurka --- Thanks! No fails related to QScroller visible. But what’s with “parttest”? ctest didn’t run it, or cmake didn’t compile it? Maybe we can try to look at internal values of QScroller. You will need to install

[okular] [Bug 435120] Data protection: Removing or editing annotation metadata (author, date, time) should be possible

2021-04-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435120 --- Comment #19 from 2wxsy5823...@opayq.com --- (In reply to Rainer Klute from comment #18) > A controller who has to stick to the GDPR may only deploy software that > allows him to process personal data in a GDPR-compliant way. > setting the author