[okular] [Bug 346259] [feature] zoom to selected area

2020-05-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=346259

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421407] Unable to play embedded audio in pdf

2020-05-27 Thread Fadlullah Olawumi
https://bugs.kde.org/show_bug.cgi?id=421407

Fadlullah Olawumi  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #9 from Fadlullah Olawumi  ---
https://bugs.kde.org/show_bug.cgi?id=421407#c7

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2020-05-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=305534

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #21 from Albert Astals Cid  ---
(In reply to Oliver Sander from comment #20)
> It's still a lack of resources.  Okular is still mainly developed by
> part-time volunteers, and the problem is a bit too challenging for a small
> side-project.

I disagree, nothing is too challenging for a small side project, fixing that
issue is not harder than writing Okular from scratch like we did as part-time
developers.

Also, as mentioned, this is not something that actually needs fixing on Okular,
but on poppler, so please please please stop writing here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2020-05-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=305534

--- Comment #22 from Albert Astals Cid  ---
(In reply to Krzysztof Kardas from comment #19)
> Same question from me - on the git there was a discussion about supporting
> the developer who will try to fix it but without any response. Sorry but
> Okular editor is useless without this support.

I'll give you back the 0 euros you paid for it if you want.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 422103] search does not find hex values like "0x68"

2020-05-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=422103

Christoph Feck  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 335189] save navigation panel mode across sessions

2020-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=335189

--- Comment #8 from Nate Graham  ---
Git commit b8b36ae529599da358f433fe23d7bac4dea79fa8 by Nate Graham.
Committed on 27/05/2020 at 13:37.
Pushed by ngraham into branch 'master'.

Improve the sidebar's navigation and UX

Okular's sidebar vertical view chooser toolbar suffers from a few issues:

* It's a nonstandard UI not used for category choosers in other pieces of KDE
software,
  and not used in other FOSS document readers
* What is shown and what is hidden is simultaneously too configurable while
still not
  offering the desirable UI common to other programs (i.e. no visible category
chooser,
  but a sidebar capable of displaying thumbnails, table of contents, search
results, etc.)
* With labels on it takes up quite a bit of horizontal space, while with labels
off, the
  categories are less than clear
* UX is kind of clunky with nonstandard behaviors (e.g. clicking on the current
category
  to hide that category's view while keeping the view chooser visible, showing
mostly
  disabled items)
* It's made with custom painting code, which reduces maintainability and
introduces bugs
  (e.g. https://bugs.kde.org/show_bug.cgi?id=408190)

This patch removes the vertical category chooser entirely and replaces it with
a tabbed
view on the top of the sidebar itself. The tabs are icons-only and have large
icons. A
button is added on the left side of the default toolbar to quickly hide or show
the
sidebar. In order to make room for the new button, the Previous and Next
buttons on the
toolbar are removed, as previous/next buttons are already present on the Page
Bar on the
bottom of the window so there's no need to duplicate this functionality. This
improves
the UX, fixes a variety of bugs, and deletes a lot of custom code of dubious
long-term
maintainability.

![vokoscreenNG-2020-04-16_13-29-24](https://invent.kde.org/graphics/okular/uploads/a1f96a315b69282df51de9993b1befaf/vokoscreenNG-2020-04-16_13-29-24.webm)
Related: bug 213508, bug 334441, bug 344599, bug 408190

FIXED-IN: 1.11.0

CHANGELOG: The sidebar can now be easily shown or hidden with a toolbar button,
and the category chooser no longer takes up so much space

M  +---doc/annotations.png
M  +---doc/bookmark-management.png
M  +8-10   doc/index.docbook
M  +---doc/mainwindow.png
M  +---doc/signatures-panel.png
M  +34   -34   part.cpp
M  +4-2part.h
M  +2-3part.rc
M  +10   -1ui/bookmarklist.cpp
M  +11   -1ui/layers.cpp
M  +11   -1ui/side_reviews.cpp
M  +21   -654  ui/sidebar.cpp
M  +1-19   ui/sidebar.h
M  +14   -1ui/signaturepanel.cpp
M  +23   -0ui/thumbnaillist.cpp
M  +2-3ui/thumbnaillist.h
M  +10   -1ui/toc.cpp

https://invent.kde.org/graphics/okular/commit/b8b36ae529599da358f433fe23d7bac4dea79fa8

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 213508] Closing a navigation pane should shift focus to the document (away from the navigation panel)

2020-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=213508

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||1.11.0
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/commit/b8b36ae5
   ||29599da358f433fe23d7bac4dea
   ||79fa8
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Nate Graham  ---
Git commit b8b36ae529599da358f433fe23d7bac4dea79fa8 by Nate Graham.
Committed on 27/05/2020 at 13:37.
Pushed by ngraham into branch 'master'.

Improve the sidebar's navigation and UX

Okular's sidebar vertical view chooser toolbar suffers from a few issues:

* It's a nonstandard UI not used for category choosers in other pieces of KDE
software,
  and not used in other FOSS document readers
* What is shown and what is hidden is simultaneously too configurable while
still not
  offering the desirable UI common to other programs (i.e. no visible category
chooser,
  but a sidebar capable of displaying thumbnails, table of contents, search
results, etc.)
* With labels on it takes up quite a bit of horizontal space, while with labels
off, the
  categories are less than clear
* UX is kind of clunky with nonstandard behaviors (e.g. clicking on the current
category
  to hide that category's view while keeping the view chooser visible, showing
mostly
  disabled items)
* It's made with custom painting code, which reduces maintainability and
introduces bugs
  (e.g. https://bugs.kde.org/show_bug.cgi?id=408190)

This patch removes the vertical category chooser entirely and replaces it with
a tabbed
view on the top of the sidebar itself. The tabs are icons-only and have large
icons. A
button is added on the left side of the default toolbar to quickly hide or show
the
sidebar. In order to make room for the new button, the Previous and Next
buttons on the
toolbar are removed, as previous/next buttons are already present on the Page
Bar on the
bottom of the window so there's no need to duplicate this functionality. This
improves
the UX, fixes a variety of bugs, and deletes a lot of custom code of dubious
long-term
maintainability.

![vokoscreenNG-2020-04-16_13-29-24](https://invent.kde.org/graphics/okular/uploads/a1f96a315b69282df51de9993b1befaf/vokoscreenNG-2020-04-16_13-29-24.webm)
Related: bug 334441, bug 344599, bug 408190, bug 335189

FIXED-IN: 1.11.0

CHANGELOG: The sidebar can now be easily shown or hidden with a toolbar button,
and the category chooser no longer takes up so much space

M  +---doc/annotations.png
M  +---doc/bookmark-management.png
M  +8-10   doc/index.docbook
M  +---doc/mainwindow.png
M  +---doc/signatures-panel.png
M  +34   -34   part.cpp
M  +4-2part.h
M  +2-3part.rc
M  +10   -1ui/bookmarklist.cpp
M  +11   -1ui/layers.cpp
M  +11   -1ui/side_reviews.cpp
M  +21   -654  ui/sidebar.cpp
M  +1-19   ui/sidebar.h
M  +14   -1ui/signaturepanel.cpp
M  +23   -0ui/thumbnaillist.cpp
M  +2-3ui/thumbnaillist.h
M  +10   -1ui/toc.cpp

https://invent.kde.org/graphics/okular/commit/b8b36ae529599da358f433fe23d7bac4dea79fa8

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 334441] Allow users to disable the context menu on the left side of okular with the mouse button (right mouse button)

2020-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=334441

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/commit/b8b36ae5
   ||29599da358f433fe23d7bac4dea
   ||79fa8
   Version Fixed In||1.11.0
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Nate Graham  ---
Git commit b8b36ae529599da358f433fe23d7bac4dea79fa8 by Nate Graham.
Committed on 27/05/2020 at 13:37.
Pushed by ngraham into branch 'master'.

Improve the sidebar's navigation and UX

Okular's sidebar vertical view chooser toolbar suffers from a few issues:

* It's a nonstandard UI not used for category choosers in other pieces of KDE
software,
  and not used in other FOSS document readers
* What is shown and what is hidden is simultaneously too configurable while
still not
  offering the desirable UI common to other programs (i.e. no visible category
chooser,
  but a sidebar capable of displaying thumbnails, table of contents, search
results, etc.)
* With labels on it takes up quite a bit of horizontal space, while with labels
off, the
  categories are less than clear
* UX is kind of clunky with nonstandard behaviors (e.g. clicking on the current
category
  to hide that category's view while keeping the view chooser visible, showing
mostly
  disabled items)
* It's made with custom painting code, which reduces maintainability and
introduces bugs
  (e.g. https://bugs.kde.org/show_bug.cgi?id=408190)

This patch removes the vertical category chooser entirely and replaces it with
a tabbed
view on the top of the sidebar itself. The tabs are icons-only and have large
icons. A
button is added on the left side of the default toolbar to quickly hide or show
the
sidebar. In order to make room for the new button, the Previous and Next
buttons on the
toolbar are removed, as previous/next buttons are already present on the Page
Bar on the
bottom of the window so there's no need to duplicate this functionality. This
improves
the UX, fixes a variety of bugs, and deletes a lot of custom code of dubious
long-term
maintainability.

![vokoscreenNG-2020-04-16_13-29-24](https://invent.kde.org/graphics/okular/uploads/a1f96a315b69282df51de9993b1befaf/vokoscreenNG-2020-04-16_13-29-24.webm)
Related: bug 213508, bug 344599, bug 408190, bug 335189

FIXED-IN: 1.11.0

CHANGELOG: The sidebar can now be easily shown or hidden with a toolbar button,
and the category chooser no longer takes up so much space

M  +---doc/annotations.png
M  +---doc/bookmark-management.png
M  +8-10   doc/index.docbook
M  +---doc/mainwindow.png
M  +---doc/signatures-panel.png
M  +34   -34   part.cpp
M  +4-2part.h
M  +2-3part.rc
M  +10   -1ui/bookmarklist.cpp
M  +11   -1ui/layers.cpp
M  +11   -1ui/side_reviews.cpp
M  +21   -654  ui/sidebar.cpp
M  +1-19   ui/sidebar.h
M  +14   -1ui/signaturepanel.cpp
M  +23   -0ui/thumbnaillist.cpp
M  +2-3ui/thumbnaillist.h
M  +10   -1ui/toc.cpp

https://invent.kde.org/graphics/okular/commit/b8b36ae529599da358f433fe23d7bac4dea79fa8

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 344599] Thumbnails sidebar always open when okular starts

2020-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=344599

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/commit/b8b36ae5
   ||29599da358f433fe23d7bac4dea
   ||79fa8
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||1.11.0

--- Comment #13 from Nate Graham  ---
Git commit b8b36ae529599da358f433fe23d7bac4dea79fa8 by Nate Graham.
Committed on 27/05/2020 at 13:37.
Pushed by ngraham into branch 'master'.

Improve the sidebar's navigation and UX

Okular's sidebar vertical view chooser toolbar suffers from a few issues:

* It's a nonstandard UI not used for category choosers in other pieces of KDE
software,
  and not used in other FOSS document readers
* What is shown and what is hidden is simultaneously too configurable while
still not
  offering the desirable UI common to other programs (i.e. no visible category
chooser,
  but a sidebar capable of displaying thumbnails, table of contents, search
results, etc.)
* With labels on it takes up quite a bit of horizontal space, while with labels
off, the
  categories are less than clear
* UX is kind of clunky with nonstandard behaviors (e.g. clicking on the current
category
  to hide that category's view while keeping the view chooser visible, showing
mostly
  disabled items)
* It's made with custom painting code, which reduces maintainability and
introduces bugs
  (e.g. https://bugs.kde.org/show_bug.cgi?id=408190)

This patch removes the vertical category chooser entirely and replaces it with
a tabbed
view on the top of the sidebar itself. The tabs are icons-only and have large
icons. A
button is added on the left side of the default toolbar to quickly hide or show
the
sidebar. In order to make room for the new button, the Previous and Next
buttons on the
toolbar are removed, as previous/next buttons are already present on the Page
Bar on the
bottom of the window so there's no need to duplicate this functionality. This
improves
the UX, fixes a variety of bugs, and deletes a lot of custom code of dubious
long-term
maintainability.

![vokoscreenNG-2020-04-16_13-29-24](https://invent.kde.org/graphics/okular/uploads/a1f96a315b69282df51de9993b1befaf/vokoscreenNG-2020-04-16_13-29-24.webm)
Related: bug 213508, bug 334441, bug 408190, bug 335189

FIXED-IN: 1.11.0

CHANGELOG: The sidebar can now be easily shown or hidden with a toolbar button,
and the category chooser no longer takes up so much space

M  +---doc/annotations.png
M  +---doc/bookmark-management.png
M  +8-10   doc/index.docbook
M  +---doc/mainwindow.png
M  +---doc/signatures-panel.png
M  +34   -34   part.cpp
M  +4-2part.h
M  +2-3part.rc
M  +10   -1ui/bookmarklist.cpp
M  +11   -1ui/layers.cpp
M  +11   -1ui/side_reviews.cpp
M  +21   -654  ui/sidebar.cpp
M  +1-19   ui/sidebar.h
M  +14   -1ui/signaturepanel.cpp
M  +23   -0ui/thumbnaillist.cpp
M  +2-3ui/thumbnaillist.h
M  +10   -1ui/toc.cpp

https://invent.kde.org/graphics/okular/commit/b8b36ae529599da358f433fe23d7bac4dea79fa8

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 408190] Inactive window effects do not apply to side toolbar

2020-05-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=408190

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/commit/b8b36ae5
   ||29599da358f433fe23d7bac4dea
   ||79fa8
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||1.11.0

--- Comment #2 from Nate Graham  ---
Git commit b8b36ae529599da358f433fe23d7bac4dea79fa8 by Nate Graham.
Committed on 27/05/2020 at 13:37.
Pushed by ngraham into branch 'master'.

Improve the sidebar's navigation and UX

Okular's sidebar vertical view chooser toolbar suffers from a few issues:

* It's a nonstandard UI not used for category choosers in other pieces of KDE
software,
  and not used in other FOSS document readers
* What is shown and what is hidden is simultaneously too configurable while
still not
  offering the desirable UI common to other programs (i.e. no visible category
chooser,
  but a sidebar capable of displaying thumbnails, table of contents, search
results, etc.)
* With labels on it takes up quite a bit of horizontal space, while with labels
off, the
  categories are less than clear
* UX is kind of clunky with nonstandard behaviors (e.g. clicking on the current
category
  to hide that category's view while keeping the view chooser visible, showing
mostly
  disabled items)
* It's made with custom painting code, which reduces maintainability and
introduces bugs
  (e.g. https://bugs.kde.org/show_bug.cgi?id=408190)

This patch removes the vertical category chooser entirely and replaces it with
a tabbed
view on the top of the sidebar itself. The tabs are icons-only and have large
icons. A
button is added on the left side of the default toolbar to quickly hide or show
the
sidebar. In order to make room for the new button, the Previous and Next
buttons on the
toolbar are removed, as previous/next buttons are already present on the Page
Bar on the
bottom of the window so there's no need to duplicate this functionality. This
improves
the UX, fixes a variety of bugs, and deletes a lot of custom code of dubious
long-term
maintainability.

![vokoscreenNG-2020-04-16_13-29-24](https://invent.kde.org/graphics/okular/uploads/a1f96a315b69282df51de9993b1befaf/vokoscreenNG-2020-04-16_13-29-24.webm)
Related: bug 213508, bug 334441, bug 344599, bug 335189

FIXED-IN: 1.11.0

CHANGELOG: The sidebar can now be easily shown or hidden with a toolbar button,
and the category chooser no longer takes up so much space

M  +---doc/annotations.png
M  +---doc/bookmark-management.png
M  +8-10   doc/index.docbook
M  +---doc/mainwindow.png
M  +---doc/signatures-panel.png
M  +34   -34   part.cpp
M  +4-2part.h
M  +2-3part.rc
M  +10   -1ui/bookmarklist.cpp
M  +11   -1ui/layers.cpp
M  +11   -1ui/side_reviews.cpp
M  +21   -654  ui/sidebar.cpp
M  +1-19   ui/sidebar.h
M  +14   -1ui/signaturepanel.cpp
M  +23   -0ui/thumbnaillist.cpp
M  +2-3ui/thumbnaillist.h
M  +10   -1ui/toc.cpp

https://invent.kde.org/graphics/okular/commit/b8b36ae529599da358f433fe23d7bac4dea79fa8

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 422103] search does not find hex values like "0x68"

2020-05-27 Thread Art Alzate
https://bugs.kde.org/show_bug.cgi?id=422103

Art Alzate  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #10 from Art Alzate  ---
"Find as you type," OFF did the trick.
Thank you for your help on this quirk.

THANK YOU...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 422103] search does not find hex values like "0x68"

2020-05-27 Thread Art Alzate
https://bugs.kde.org/show_bug.cgi?id=422103

--- Comment #9 from Art Alzate  ---
OK, figured it out,
"Find as you type," OFF did the trick
Thank you for your help on this quirk

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2020-05-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=422050

--- Comment #2 from mepublic+kdeb...@posteo.de ---
Thanks. I will try it over the weekend

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2020-05-27 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=305534

Oliver Sander  changed:

   What|Removed |Added

 CC||oliver.san...@tu-dresden.de

--- Comment #20 from Oliver Sander  ---
It's still a lack of resources.  Okular is still mainly developed by part-time
volunteers, and the problem is a bit too challenging for a small side-project.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2020-05-27 Thread Krzysztof Kardas
https://bugs.kde.org/show_bug.cgi?id=305534

--- Comment #19 from Krzysztof Kardas  ---
Same question from me - on the git there was a discussion about supporting the
developer who will try to fix it but without any response. Sorry but Okular
editor is useless without this support.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2020-05-27 Thread light9876
https://bugs.kde.org/show_bug.cgi?id=305534

--- Comment #18 from light9876  ---
Is there no hope for this issue to be fixed? It has persisted for nearly 8
years..

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 421437] cursor is still a pointing hand when scrolling stops after clicking an internal link

2020-05-27 Thread Oliver Sander
https://bugs.kde.org/show_bug.cgi?id=421437

--- Comment #2 from Oliver Sander  ---
I did some initial investigations at
https://invent.kde.org/graphics/okular/-/merge_requests/176.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 419675] okular crashes when opening a menu if invoked from auctex

2020-05-27 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=419675

--- Comment #14 from Wolfgang Bauer  ---
(In reply to Albert Astals Cid from comment #13)
> This is really weird, can you try installing the debug info for
> libqxcb-glx-integration.so if opensuse has it?
FYI, that should be in libQt5Gui5-debuginfo.

-- 
You are receiving this mail because:
You are the assignee for the bug.