D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Oliver Sander
sander added a comment. Actually, the necessary gesture recognizer exists, as part of a GwenView patch: https://phabricator.kde.org/D13901 . If that code was accessible from Okular, moving to one-finger swipes would be trivial. REPOSITORY R223 Okular REVISION DETAIL

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Nathaniel Graham
ngraham added a comment. Well, a single-finger swipe is the same thing as a click-and-drag when the input device is a touchscreen rather than a mouse or touchpad. If we have the ability to see that information, then single-finger swipe wouldn't be so hard, right? The problem is that

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Oliver Sander
sander added a comment. That's the standard Qt swipe gesture. Anything else would require writing your own gesture recognizer. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D18118 To: sander, #okular Cc: aacid, ngraham, okular-devel, darcyshen

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Nathaniel Graham
ngraham added a comment. In D18118#389517 , @sander wrote: > Qt requires you to swipe with three(!) fingers, though Oh, no wonder I never discovered it. Anything other than single-finger swipe is pretty useless and non-discoverable IMO.

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Oliver Sander
sander added a comment. Changing pages by swiping on a touchscreen works already (Qt requires you to swipe with three(!) fingers, though). But if I were a piano player using Okular to show me the music sheets I'd rather not swipe for fear of smashing the entire screen off the piano.

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Albert Astals Cid
aacid added a comment. In D18118#389511 , @ngraham wrote: > I totally agree that presentations are stressful enough. But we can't use this observation to preclude any possible user interface changes to presentation mode. That can't be right.

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Nathaniel Graham
ngraham added a comment. I totally agree that presentations are stressful enough. But we can't use this observation to preclude any possible user interface changes to presentation mode. That can't be right. Idea: swiping back and forwards might be better, especially if you can touch or

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Albert Astals Cid
aacid added a comment. In D18118#389500 , @sander wrote: > How about we let the new behavior apply only to touch events, and leave the mouse handling as it is? I don't know, it is still a behaviour change, and given how nervous people

D7949: Allow to print pdf doc directly into a QPrinter

2019-01-08 Thread Michael Weghorn
michaelweghorn added a comment. Thanks for the explanation! In D7949#387980 , @sander wrote: > I found the Cairo-to-Qt-backend quite interesting, but I haven't heard from that for a while. There's a GitHub project at

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Oliver Sander
sander added a comment. How about we let the new behavior apply only to touch events, and leave the mouse handling as it is? REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D18118 To: sander, #okular Cc: aacid, ngraham, okular-devel, darcyshen

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Oliver Sander
sander edited the summary of this revision. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D18118 To: sander, #okular Cc: aacid, ngraham, okular-devel, darcyshen

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Nathaniel Graham
ngraham added a comment. But now, if you do, if will go back. :) This is pretty much mandatory for touch friendliness, which is important with more and more laptops being convertibles. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D18118 To: sander, #okular Cc:

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Albert Astals Cid
aacid added a comment. I understand this can be helpful for some configurations, so having a configuration option (that defaults to the old behaviour) would be more than acceptable for me. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D18118 To: sander, #okular

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Albert Astals Cid
aacid added a comment. I'd be terribly unhappy about this, i never look at where my mouse is when clicking in presentation view. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D18118 To: sander, #okular Cc: aacid, ngraham, okular-devel, darcyshen

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Nathaniel Graham
ngraham added a reviewer: Okular. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D18118 To: sander, #okular Cc: ngraham, okular-devel, darcyshen, aacid

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Nathaniel Graham
ngraham added a comment. Lovely! Probably `CCBUG: 346979` REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D18118 To: sander Cc: ngraham, okular-devel, darcyshen, aacid

[okular] [Bug 361756] [wish] Close tabs by middle-click

2019-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=361756 Nate Graham changed: What|Removed |Added CC||m.w...@web.de --- Comment #3 from Nate Graham

[okular] [Bug 390108] wish: right click menu in tabbed interface version for closing other tabs

2019-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=390108 Nate Graham changed: What|Removed |Added CC||n...@kde.org Resolution|---

[okular] [Bug 361756] [wish] Close tabs by middle-click

2019-01-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=361756 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail

D18118: Presentation mode: go to previous page when left-clicking on left half of the page

2019-01-08 Thread Oliver Sander
sander created this revision. Herald added a project: Okular. Herald added a subscriber: okular-devel. sander requested review of this revision. REVISION SUMMARY Previously, left-clicking with the mouse would advance the presentation to the next page no matter the cursor position. With this

[okular] [Bug 403004] Single page non scrolling

2019-01-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=403004 Albert Astals Cid changed: What|Removed |Added CC||aa...@kde.org Severity|normal

[okular] [Bug 402997] Okular crashes on opening PDF document

2019-01-08 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=402997 RJVB changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[okular] [Bug 403004] New: Single page non scrolling

2019-01-08 Thread Kja
https://bugs.kde.org/show_bug.cgi?id=403004 Bug ID: 403004 Summary: Single page non scrolling Product: okular Version: unspecified Platform: Other OS: MS Windows Status: REPORTED Severity: normal

[okular] [Bug 402997] Okular crashes on opening PDF document

2019-01-08 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=402997 Oliver Sander changed: What|Removed |Added CC||oliver.san...@tu-dresden.de --- Comment #3

[okular] [Bug 402997] Okular crashes on opening PDF document

2019-01-08 Thread Yuri Chornoivan
https://bugs.kde.org/show_bug.cgi?id=402997 Yuri Chornoivan changed: What|Removed |Added CC||yurc...@ukr.net --- Comment #2 from Yuri

[okular] [Bug 402997] Okular crashes on opening PDF document

2019-01-08 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=402997 --- Comment #1 from RJVB --- Created attachment 117342 --> https://bugs.kde.org/attachment.cgi?id=117342=edit fatal PDF document -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 402997] New: Okular crashes on opening PDF document

2019-01-08 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=402997 Bug ID: 402997 Summary: Okular crashes on opening PDF document Product: okular Version: unspecified Platform: Compiled Sources OS: Linux Status: REPORTED