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 bef
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 debuggin
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
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.
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&action=edit
gdb output
For some reason there wasn't a symbol 'this' in the QScroller::scrollTo frame
(maybe I didn't correc
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
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 correct
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&action=edit
Valgrind output
With other documents (smaller ones, ~1.1MB) it reloads before highlight
annotations are saved (asks if
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
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 qtwidge
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.
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 qNa
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 sti
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: REP
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
https://bugs.kde.org/show_bug.cgi?id=435246
Jason Liam changed:
What|Removed |Added
URL||https://askubuntu.com/quest
|
https://bugs.kde.org/show_bug.cgi?id=435244
Yuri Chornoivan changed:
What|Removed |Added
Resolution|--- |DUPLICATE
CC|
https://bugs.kde.org/show_bug.cgi?id=305534
Yuri Chornoivan changed:
What|Removed |Added
CC||a33544...@qq.com
--- Comment #48 from Yuri Ch
18 matches
Mail list logo