> On Oct. 2, 2016, 12:33 p.m., Martin Tobias Holmedahl Sandsmark wrote:
> > maybe try with installEventFilter(qApp) in the presentation widget,
> > override eventFilter() and check for the tablet events in
> > PresentationWidget and call setCursor(Qt::BlankCursor) and unsetCursor().
> >
> > yo
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128858/
---
(Updated Oct. 4, 2016, 2:19 p.m.)
Review request for Okular.
Changes
--
https://bugs.kde.org/show_bug.cgi?id=368588
--- Comment #6 from Burkhard Lueck ---
GPL Ghostscript 9.18 (2015-10-05)
libspectre1 0.2.7-3ubuntu2
--
You are receiving this mail because:
You are the assignee for the bug.
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128858/
---
(Updated Oct. 4, 2016, 8:13 p.m.)
Review request for Okular.
Changes
--
> On Oct. 2, 2016, 12:33 p.m., Martin Tobias Holmedahl Sandsmark wrote:
> > maybe try with installEventFilter(qApp) in the presentation widget,
> > override eventFilter() and check for the tablet events in
> > PresentationWidget and call setCursor(Qt::BlankCursor) and unsetCursor().
> >
> > yo
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129099/
---
Review request for Okular.
Repository: okular
Description
---
Beca
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129099/#review99787
---
I honestly don't see the benefit
You changed a delete by a r
> On Oct. 4, 2016, 9 p.m., Albert Astals Cid wrote:
> > I honestly don't see the benefit
> >
> > You changed a delete by a reset, is there any benefit at all other than
> > making the code harder to read?
I see three benefits:
a) I can see by looking at the declaration of m_drawingEngine that
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128858/#review99790
---
> I had to add code to the mouseMoveEvent class, to make the