[okular] [Bug 421755] The two finger touchscreen gesture to zoom in out (pinch in/pinch out) results in the document to scroll by a large amount.

2020-07-11 Thread Zack
https://bugs.kde.org/show_bug.cgi?id=421755 --- Comment #5 from Zack --- Created attachment 130053 --> https://bugs.kde.org/attachment.cgi?id=130053&action=edit Confirmed zooming issue -- You are receiving this mail because: You are the assignee for the bug.

[okular] [Bug 421755] The two finger touchscreen gesture to zoom in out (pinch in/pinch out) results in the document to scroll by a large amount.

2020-07-11 Thread Zack
https://bugs.kde.org/show_bug.cgi?id=421755 Zack changed: What|Removed |Added CC||dzackga...@gmail.com --- Comment #4 from Zack --- Same

[okular] [Bug 424103] Provision of shortcuts to switch between right and left reading direction

2020-07-11 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=424103 Albert Astals Cid changed: What|Removed |Added CC||aa...@kde.org Severity|normal

Re: clang-format has been commited

2020-07-11 Thread Albert Astals Cid
El dissabte, 11 de juliol de 2020, a les 15:26:11 CEST, David Hurka va escriure: > Thanks a lot! > > But braces arround single-line conditional blocks are still missing, contrary > to KDElibs coding style. Is that intended? I'm using the clang-format file provided by extra-cmake-modules. So, i

[okular] [Bug 424103] New: Provision of shortcuts to switch between right and left reading direction

2020-07-11 Thread Ali Tajelsir
https://bugs.kde.org/show_bug.cgi?id=424103 Bug ID: 424103 Summary: Provision of shortcuts to switch between right and left reading direction Product: okular Version: 1.10.3 Platform: Archlinux Packages OS:

[okular] [Bug 422050] Scrolling issues with PageDown/PageUp navigation

2020-07-11 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=422050 Kishore Gopalakrishnan changed: What|Removed |Added CC||kishor...@gmail.com -- You are receiv

Re: clang-format has been commited

2020-07-11 Thread David Hurka
Thanks a lot! But braces arround single-line conditional blocks are still missing, contrary to KDElibs coding style. Is that intended? Date: Sat, 11 Jul 2020 10:06:37 +0200 From: Albert Astals Cid > > This means that all your pending Merge Requests conflict like crazy and hard > kind of hard t

[okular] [Bug 424095] New: Since okular in kde applications 20.04 scrolling using up/down keys inconvenient

2020-07-11 Thread vyacheslav
https://bugs.kde.org/show_bug.cgi?id=424095 Bug ID: 424095 Summary: Since okular in kde applications 20.04 scrolling using up/down keys inconvenient Product: okular Version: 1.10.3 Platform: Other OS: Linux

[okular] [Bug 423560] [Windows Store] Filename extension associations and updates resetting them

2020-07-11 Thread Beybalaev Murad Felixovich
https://bugs.kde.org/show_bug.cgi?id=423560 --- Comment #5 from Beybalaev Murad Felixovich --- Here: self.defines["file_types"] = [".bmp", ".cb7", ".cbr", ".cbt", ".cbz", ".chm", ".dds", ".dib", ".djv", ".djvu", ".doc", ".dvi", ".eps", ".epsf", ".epsi", ".epub", ".exr", ".fb2", ".g3", ".g

clang-format has been commited

2020-07-11 Thread Albert Astals Cid
This means that all your pending Merge Requests conflict like crazy and hard kind of hard to rebase. Here what i did with mr/207 that seems to have worked relatively well. # make sure the code is uptodate (assuming origin is the upstream repo) git fetch origin # checkout the branch. i'm using g