[okular] [Bug 484294] Size of the text in forms while editing is dependent on pdf size

2024-03-23 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=484294

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Albert Astals Cid  ---
Please attach a file to reproduce this

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

[okular] [Bug 484343] Incorrect, Unsharp Font Rendering in Okular

2024-03-23 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=484343

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #1 from Albert Astals Cid  ---
You like hinting? Enable it, that's why it's an option.

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

[okular] [Bug 484330] New: PDF editing tools unusable

2024-03-23 Thread dE
https://bugs.kde.org/show_bug.cgi?id=484330

Bug ID: 484330
   Summary: PDF editing tools unusable
Classification: Applications
   Product: okular
   Version: 23.08.5
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-devel@kde.org
  Reporter: de.tec...@gmail.com
  Target Milestone: ---

This is the 1st time I'm trying out the PDF editing tools and it does not seem
to work in an expected way -- 
For e.g. use the 'insert text' annotation. Problem -- 
1) You can select the area to which you can insert text. The area selection box
(usually a dashed rectangle) is transparent.
2) You cannot select existing insert text boxes. ctrl+click does not work.
Since this feature does not work, you cannot edit, move or delete the text box
that you inserted.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 5.27.11
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12

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

[okular] [Bug 397463] Session management (named sessions, save/load sessions, auto-session-restore, etc) like in Kate

2024-03-23 Thread Abdus Sami
https://bugs.kde.org/show_bug.cgi?id=397463

Abdus Sami  changed:

   What|Removed |Added

 CC||abdussam...@yahoo.com

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

[okular] [Bug 484303] New: On high DPI screens, text on UI controls is too small to read

2024-03-23 Thread Peter Meilstrup
https://bugs.kde.org/show_bug.cgi?id=484303

Bug ID: 484303
   Summary: On high DPI screens, text on UI controls is too small
to read
Classification: Applications
   Product: okular
   Version: 23.08.4
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-devel@kde.org
  Reporter: peter.meilst...@gmail.com
  Target Milestone: ---

Created attachment 167637
  --> https://bugs.kde.org/attachment.cgi?id=167637=edit
Showing too small UI text before and after correction

SUMMARY

On high DPI screens where UI scale is set to 200%, text on UI controls and
popup menus is too small to read.

STEPS TO REPRODUCE
1. Okular 23.08.04 is installed from from the windows store.  
2. Using a 4k display, and have Scaling in Windows
Settings>System>Display>Scale is set to 200%.
3. Launch Okular.

OBSERVED RESULT

Labels on buttons/toolbar controls and popup menus is too small to read (see
attached screenshot, upper half.)

EXPECTED RESULT

(see screenshot, lower half)

SOFTWARE/OS VERSIONS
Windows:
Edition Windows 11 Pro
Version 23H2
Installed onβ€Ž12/β€Ž8/β€Ž2023
OS build22631.3296
Experience  Windows Feature Experience Pack 1000.22687.1000.0

Okular: Okular reports its version as 23.08.04, The Windows Store app reports
the installed version as 23.801.1522.0.

ADDITIONAL INFORMATION

I have found a way to correct the issue by manually updating the application
manifest information.

1. Install the Windows SDK. Then locate the program `mt.exe`. On my system it
is located at `C:\Program Files (x86)\Windows
Kits\10\bin\10.0.22621.0\x64\mt.exe`.

2. At an administrator prompt, use `mt.exe` to extract the manifest from the
okular binary. I used the commands:

cd "C:\Program Files\Okular\bin"
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\mt.exe"
"-inputresource:okular.exe;#1" -out:okular.manifest

Examine the resulting file `okular manifest`. I found:

  
  

  

  

  


 3.  Edit `okular.manifest` to inludes a dpi awareness setting. After editing,
mine looked like this:

```{html}


  

  

  

  
  
http://schemas.microsoft.com/SMI/2016/WindowsSettings;>
  system

  

```

4. Make a backup of `okular.exe`, then apply the changed manifest back to the
okular binary. I ran:

"C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\mt.exe"
-manifest okular.manifest "-updateresource:okular.exe;#1"

After relaunching Okular, it now shows reasonable font sizes in its UI.

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