[okular] [Bug 451651] "Dark color" should be changed to "Black" and "Light color" to "White" under "Okular setting Accessibility - Change dark and light colors'

2022-03-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=451651

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||david.hu...@mailbox.org,
   ||n...@kde.org
   Keywords||usability

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

[okular] [Bug 451907] New: Selected text can't be copied into the clipboard

2022-03-25 Thread Yuri
https://bugs.kde.org/show_bug.cgi?id=451907

Bug ID: 451907
   Summary: Selected text can't be copied into the clipboard
   Product: okular
   Version: 21.12.0
  Platform: Other
OS: FreeBSD
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: PDF backend
  Assignee: okular-devel@kde.org
  Reporter: y...@tsoft.com
  Target Milestone: ---

When some text is selected and Ctrl-C is pressed, the selected text isn't
copied into any of clipboards.

The text is supposed to be pasted with Ctrl-V and with middle-button click.
None of this happens.

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

D10455: Add RTL support for search, copy & paste in pdf

2022-03-25 Thread Guy Sheffer
guysoft added a comment.


  Hey,
  So I sent a merge request for this, but the issue is now that clazy 
formatting in the ci/cd of the build requires these too lines be changed to 
something more readable:
  
// output a left-to-right section
for (j = i; j < origTxtOrder.length() && ! 
origTxtOrder.at(j)->text().isRightToLeft(); ++j) ;
  
  and
  
for(j = i; j < origTxtOrder.length() && 
(origTxtOrder.at(j)->text().isRightToLeft() || origTxtOrder.at(j)->text() == 
QLatin1String(" ")); ++j);
  
  I can't test because when I run this on my ubuntu I get that backends are 
missing. So I can't really change this stuff.
  
  Can anyone help me out to turn this in to a code block?
  @fahadalsaidi perhaps? Its pretty close to get merged.

REPOSITORY
  R223 Okular

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

To: fahadalsaidi, #okular, aacid, ltoscano
Cc: sander, guysoft, davidhurka, yaron, okular-devel, chfanzil, ngraham, 
anaumann, johnzh, andisa, siddharthmanthan, maguirre, fbampaloukas, joaonetto, 
kezik, darcyshen, aacid