[okular] [Bug 371214] inline note, doesn't display diacritics

2018-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=371214

4aa7f...@opayq.com changed:

   What|Removed |Added

 CC||4aa7f...@opayq.com

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

[okular] [Bug 358960] Inline annotations don't show cyrillic characters

2018-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=358960

4aa7f...@opayq.com changed:

   What|Removed |Added

 CC||4aa7f...@opayq.com

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

[okular] [Bug 349672] Special unicode chars not visible in notes

2018-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=349672

4aa7f...@opayq.com changed:

   What|Removed |Added

 CC||4aa7f...@opayq.com

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

[okular] [Bug 385852] Okular ignored non-ascii characters in inline notes

2018-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=385852

4aa7f...@opayq.com changed:

   What|Removed |Added

 CC||4aa7f...@opayq.com

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

[okular] [Bug 310154] inline note is loosing UTF-8 characters

2018-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=310154

4aa7f...@opayq.com changed:

   What|Removed |Added

 CC||4aa7f...@opayq.com

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

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

2018-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=305534

4aa7f...@opayq.com changed:

   What|Removed |Added

 CC||4aa7f...@opayq.com

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

D12067: [Okular Part] Add "Print" action

2018-04-27 Thread David Faure
dfaure added a comment.


  Hmm that's not how this is supposed to work, no need to look up actions. Look 
at the connect in kparts browserextension.cpp. The basic idea is: the part 
derives from BrowserExtension and provides a print slot, the shell calls it. 
Then the question became "but how does the shell know when to enable/disable 
the action", which is what actionSlotMapPtr() and isActionEnabled() are about, 
see KonqMainWindow::connectExtension for sample code.

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D12067

To: broulik, #okular, aacid
Cc: dfaure, ngraham, aacid


D12067: [Okular Part] Add "Print" action

2018-04-27 Thread Kai Uwe Broulik
broulik added a comment.


  When I do `m_part->actionCollection()->action(KStandardAction::Print)` I get 
the "next bookmark" action in Okular and none in Kate. I tried 
`QMetaObject::invokeMethod` but sometimes it's called `print` and sometimes 
`slotPrint` and I don't find where Konqueror actually handles the "print" 
action.

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D12067

To: broulik, #okular, aacid
Cc: dfaure, ngraham, aacid


D12067: [Okular Part] Add "Print" action

2018-04-27 Thread David Faure
dfaure added a comment.


  I'd say so.

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D12067

To: broulik, #okular, aacid
Cc: dfaure, ngraham, aacid