[okular] [Bug 492957] Text annotations with a zero-area bounding box can not be opened (no pop up).

2024-09-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=492957

--- Comment #7 from Albert Astals Cid  ---
That quote you are linking has nothing to do with what we're speaking here.

This is is the rectangle defined for that annotation in the file you have
attached
  /Rect [355.124 303.221 355.124 303.221]
i.e the rect is 0x0 sized. 

And this is the documentation for Rect

"(Required) The annotation rectangle, defining the location of the annotation
on the page in default user space units."

Yes, the annotation rectangle being 0x0 is not strictly malformed, but I don't
see where you see "the viewer then gets to choose the appropriate hover area."
I don't think we get to choose, we were told exactly the area by the creator of
the PDF and that area is 0x0.

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

[okular] [Bug 493163] Wrong rendering of some PDF files.

2024-09-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=493163

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #4 from Albert Astals Cid  ---
We do not do pdf rendering ourself, poppler does, you can go and file a bug at
https://poppler.freedesktop.org/ but let me tell you this is 99% unfixable
because it's not really a bug, those PDF files are scanned images, and contain
LOTS OF NOISE, see a zoomed section here https://i.imgur.com/UaKtRx2.png When
less zoomed the rendering engine has to decide what to do with all those
"random" dots, and well it seems some engines do something you like better and
some something you like worse.

As an example try firefox, at least here at 100% it's acceptable
https://i.imgur.com/Dfm0feQ.png but at 110% looks really bad
https://i.imgur.com/jSciNYl.png

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

[okular] [Bug 493163] Wrong rendering of some PDF files.

2024-09-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=493163

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #3 from Albert Astals Cid  ---
You can add links you know, there's no need to be fancy and hide links in
base64, just makes our life harder.

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

[okular] [Bug 493163] Wrong rendering of some PDF files.

2024-09-15 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=493163

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Without files this is not actionable.

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

[okular] [Bug 493156] Okular crashed suddenly.

2024-09-15 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=493156

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Can you try reproducing it?

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

[okular] [Bug 492957] Text annotations with a zero-area bounding box can not be opened (no pop up).

2024-09-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=492957

Albert Astals Cid  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |NOT A BUG

--- Comment #3 from Albert Astals Cid  ---
Then that's how you handle malformed documents.

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

[okular] [Bug 467328] Okular mismanages fonts embedded in PDF document when printing

2024-09-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=467328

Albert Astals Cid  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/-/commit/6d2dec
   ||6324ca09cc254b7102f19774823
   ||8f7645e
 Resolution|--- |FIXED

--- Comment #16 from Albert Astals Cid  ---
Git commit 6d2dec6324ca09cc254b7102f197748238f7645e by Albert Astals Cid, on
behalf of Nicolas Fella.
Committed on 12/09/2024 at 13:16.
Pushed by aacid into branch 'master'.

Pipe pdf file to printer rather than converting to PostScript first if possible

This is much easier, and should be faster, too.  However, it only
works if we have a file to begin with.  Also, it won't print any
annotations.  Therefore, the old code is kept for those cases.

Co-authored-by: Oliver Sander 
Co-authored-by: Albert Astals Cid 

M  +14   -0generators/poppler/generator_pdf.cpp
M  +1-0generators/poppler/generator_pdf.h
M  +5-0part/part.cpp

https://invent.kde.org/graphics/okular/-/commit/6d2dec6324ca09cc254b7102f197748238f7645e

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

[okular] [Bug 490248] (Vector?) image rendering bugged

2024-09-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=490248

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #2 from Albert Astals Cid  ---
Can you attach a screenshot showing the problem, it looks good for me.

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

[okular] [Bug 492957] Text annotations with a zero-area bounding box can not be opened (no pop up).

2024-09-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=492957

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
You can open it from the annotations sidebar?

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

[okular] [Bug 492510] Contents sidebar mouse-over scrambled output

2024-09-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=492510

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||aa...@kde.org
 Resolution|--- |FIXED

--- Comment #1 from Albert Astals Cid  ---
This is a KWin bug, please start systemsettings, go to the Desktop Effects and
disable "Morphin Popups".

This should fix it,  "Morphin Popups" is gone for the next release of
Plasma/KWin so disabling/removing it is  the proper fix.

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

[okular] [Bug 492568] APT flatpak malfunctioning "speak text" accessibility function

2024-09-10 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=492568

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #1 from Albert Astals Cid  ---
Unfortunately we do not really have much control over what ubuntu ships.

I understand possibly you need to install some other package that provides the
speak functionality, but I have no idea.

I have two suggestions for you.

1) try https://discuss.kde.org/ to see if someone with Ubuntu expertise can
help you figure out which extra packages you need to install

2) try installing okular from flathub https://flathub.org/apps/org.kde.okular
If speak functionality does not work there, please file a bug  and i just
realized there's also a bug in
https://github.com/flathub/org.kde.okular/issues/73

I apologize for all of this being very broken :/

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

Re: Problem with digitaly sign

2024-09-10 Thread Albert Astals Cid
El dissabte, 7 de setembre del 2024, a les 16:15:46 (CEST), kvstjepan va 
escriure:
> Dear Sir,
> 
> I would use Ocular for digital signing. Everything works normally under 
> Linux Mint, except that the last letter of my last name is not visible 
> in the digital signature field. Looks like Ocular is limited to 15 
> characters, and my first and last name including spaces takes up 16 
> characters. Is it possible for you to correct this in the code or write 
> me exactly where the problem is so that I can correct it myself. Thanks.

Can you just "drag" a bigger rectangle when "drawing" the rectangle where the 
signature is going to be?

Cheers,
  Albert

> Kind regards
> 
> Stjepan Blažević
> 






[okular] [Bug 492529] okular is very slow opening some PDFs

2024-09-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=492529

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #10 from Albert Astals Cid  ---
> does okular revert to a slower method (like using poppler splash)?

Just for reference, Okular always uses Splash

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

[okular] [Bug 492410] Show forms button doesn't change text when showing form

2024-09-02 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=492410

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
No, it should not.

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

[okular] [Bug 485208] Incomplete PDF Icon Display in Windows with Okular

2024-08-28 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=485208

--- Comment #3 from Albert Astals Cid  ---
does it also happen if you put the desktop zoom at 100%?

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

[okular] [Bug 492286] Text deforms when selecting it at 25%, 75%, 125% zoom level

2024-08-28 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=492286

--- Comment #3 from Albert Astals Cid  ---
I mean desktop zooming not okular zooming, you say 
Wayland 1920x1080@125%. 
does that happen too at
Wayland 1920x1080@100%
?

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

[okular] [Bug 486681] Display comments created by latex pdfcomment

2024-08-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=486681

--- Comment #8 from Albert Astals Cid  ---
Git commit d4b9eb63e9bd59299c7b5f096970295dd62947b1 by Albert Astals Cid, on
behalf of Antonio Gorga.
Committed on 28/08/2024 at 06:48.
Pushed by aacid into branch 'release/24.08'.

Set the Form tooltip if there's one
(cherry picked from commit 07cde822a3aaba9070871bd64b93a76db478ae0d)

M  +3-0part/formwidgets.cpp

https://invent.kde.org/graphics/okular/-/commit/d4b9eb63e9bd59299c7b5f096970295dd62947b1

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

[okular] [Bug 473138] Black screen when trying to open PDF on Android 14

2024-08-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=473138

--- Comment #13 from Albert Astals Cid  ---
1.3 is mega old, please try unstable 24.11.70 from
https://cdn.kde.org/android/nightly/fdroid/repo/

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

[okular] [Bug 486681] Display comments created by latex pdfcomment

2024-08-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=486681

--- Comment #7 from Albert Astals Cid  ---
Git commit 07cde822a3aaba9070871bd64b93a76db478ae0d by Albert Astals Cid, on
behalf of Antonio Gorga.
Committed on 27/08/2024 at 23:12.
Pushed by aacid into branch 'master'.

Set the Form tooltip if there's one

M  +3-0part/formwidgets.cpp

https://invent.kde.org/graphics/okular/-/commit/07cde822a3aaba9070871bd64b93a76db478ae0d

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

[okular] [Bug 491723] Okular crashes when viewing a PDF page with many freehand lines

2024-08-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=491723

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Can we have the file that causes the crash?

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

[okular] [Bug 485208] Incomplete PDF Icon Display in Windows with Okular

2024-08-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=485208

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #1 from Albert Astals Cid  ---
Which resolution do you have in your monitor? And which zoom?

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

[okular] [Bug 492286] Text deforms when selecting it at 25%, 75%, 125% zoom level

2024-08-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=492286

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #1 from Albert Astals Cid  ---
Does this happen if you're not at 125%?

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

[okular] [Bug 492012] Feature: Highlighter Tool: Various Options to Snap to Word

2024-08-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=492012

Albert Astals Cid  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||aa...@kde.org

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

[okular] [Bug 473138] Black screen when trying to open PDF on Android 14

2024-08-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=473138

--- Comment #11 from Albert Astals Cid  ---
Which build are you testing?

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

[okular] [Bug 492055] Mejorar el campo de búsqueda

2024-08-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=492055

Albert Astals Cid  changed:

   What|Removed |Added

   Severity|normal  |wishlist
  Component|New backend wishes  |general
 CC||aa...@kde.org

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

[okular] [Bug 491545] Settings for Default Zoom: User specified value

2024-08-21 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=491545

Albert Astals Cid  changed:

   What|Removed |Added

   Assignee|m...@ahakan.com |okular-devel@kde.org

--- Comment #1 from Albert Astals Cid  ---
Please do not change the assignee (and much less without adding the existing
assignee to CC)

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

[okular] [Bug 188239] [JJ] Okular doesn't follow PageLayout TwoColumnLeft and TwoColumnRight

2024-08-19 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=188239

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/-/commit/036b03
   ||7d8ceb521213293ea6765c62037
   ||b0616e1

--- Comment #14 from Albert Astals Cid  ---
Git commit 036b037d8ceb521213293ea6765c62037b0616e1 by Albert Astals Cid, on
behalf of Athul Raj Kollareth.
Committed on 19/08/2024 at 22:36.
Pushed by aacid into branch 'master'.

Support pdf Default Page Layout

Allow pdf to specify default view mode.

M  +22   -0core/document.cpp
M  +6-0core/document_p.h
M  +10   -0core/generator.cpp
M  +26   -0core/generator.h
M  +38   -0generators/poppler/generator_pdf.cpp
M  +2-0generators/poppler/generator_pdf.h

https://invent.kde.org/graphics/okular/-/commit/036b037d8ceb521213293ea6765c62037b0616e1

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

[okular] [Bug 484488] Okular don't open the sound annotation

2024-08-19 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=484488

--- Comment #6 from Albert Astals Cid  ---
Work is still needed

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

[okular] [Bug 487346] Feature Request: Speak beginning from current page

2024-08-19 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=487346

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/-/commit/7a0c0e
   ||ae4786882ee5ab81b8b190c09cd
   ||18227be
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Albert Astals Cid  ---
Git commit 7a0c0eae4786882ee5ab81b8b190c09cd18227be by Albert Astals Cid, on
behalf of Athul Raj Kollareth.
Committed on 19/08/2024 at 20:16.
Pushed by aacid into branch 'master'.

Feature: speak from current page

Add option to start Text-to-Speech from current page.

M  +23   -0part/pageview.cpp
M  +1-0part/pageview.h
M  +1-0part/part.cpp
M  +2-1part/part.rc

https://invent.kde.org/graphics/okular/-/commit/7a0c0eae4786882ee5ab81b8b190c09cd18227be

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

[okular] [Bug 490153] Display zstd compressed postscript files (*.ps.zst) similar to gzip compressed ones *.ps.gz)

2024-08-18 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=490153

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/-/commit/32511a
   ||ef1b95339ae179f947c7050e8c2
   ||b956272

--- Comment #2 from Albert Astals Cid  ---
Git commit 32511aef1b95339ae179f947c7050e8c2b956272 by Albert Astals Cid, on
behalf of Antonio Gorga.
Committed on 18/08/2024 at 11:07.
Pushed by aacid into branch 'master'.

Add support for zstd-compressed files.

M  +10   -0part/part.cpp

https://invent.kde.org/graphics/okular/-/commit/32511aef1b95339ae179f947c7050e8c2b956272

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

[okular] [Bug 473138] Black screen when trying to open PDF on Android 14

2024-08-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=473138

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #7 from Albert Astals Cid  ---
We fixed this last year

"Cherry picked commit from Qt6 in order to fix black screen issue in Okular
Android" from https://community.kde.org/GSoC/2023/StatusReports/ShivoditGill

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

[okular] [Bug 474272] just falls

2024-08-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=474272

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|RESOLVED

--- Comment #2 from Albert Astals Cid  ---
No answer in almost a year

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

[okular] [Bug 476147] GpgME not installed correctly

2024-08-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=476147

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #2 from Albert Astals Cid  ---
Where did you install your okular from?

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

[okular] [Bug 481242] Digital Signature Tool

2024-08-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=481242

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

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

[okular] [Bug 491545] Settings for Default Zoom: User specified value

2024-08-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=491545

Albert Astals Cid  changed:

   What|Removed |Added

   Keywords||junior-jobs
 CC||aa...@kde.org
   Severity|normal  |wishlist

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

[okular] [Bug 491593] Feature: Tool to Extract References, similar to Annotations/Bookmarks panel

2024-08-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=491593

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org
   Severity|normal  |wishlist

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

[okular] [Bug 491413] Escape character doesn't work for backticks

2024-08-10 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=491413

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |NOT A BUG
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Albert Astals Cid  ---
Are you speaking about

You can move to the precise location of any mark using the `\`` (backquote)
command. Thus  `\`z` will move directly to the exact location of the 'z' mark.

?

That's not how you escape markdown it seems, at least if you go to
https://umemotoctrl.github.io/mdpjs/ and paste that text, none of the 7
different renderers you can select there do what you say it should do.

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

[okular] [Bug 491413] Escape character doesn't work for backticks

2024-08-08 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=491413

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Please attach such a file

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

[okular] [Bug 490565] Page navigator: Back Arrow after following a pdf Link

2024-08-06 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=490565

Albert Astals Cid  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |NOT A BUG

--- Comment #4 from Albert Astals Cid  ---
You can add back to the toolbar if you want, use the toolbar editing dialog for
that.

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

[okular] [Bug 490565] Page navigator: Back Arrow after following a pdf Link

2024-08-05 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=490565

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #2 from Albert Astals Cid  ---
Just do Go->Back?

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

[okular] [Bug 310704] feature request: Enhance Annotation search function

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

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||aa...@kde.org

--- Comment #3 from Albert Astals Cid  ---
This works since 24.02, please update

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

[okular] [Bug 491019] okular fails to open local non-home file by cmdline, but can open it by GUI navigation

2024-08-01 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=491019

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #2 from Albert Astals Cid  ---
Does this work on the non snap version?

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

[okular] [Bug 310704] feature request: Enhance Annotation search function

2024-07-29 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=310704

Albert Astals Cid  changed:

   What|Removed |Added

 CC||jbt...@gmail.com

--- Comment #2 from Albert Astals Cid  ---
*** Bug 417145 has been marked as a duplicate of this bug. ***

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

[okular] [Bug 417145] Feature Request: Searching PDF Annotation content

2024-07-29 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=417145

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Albert Astals Cid  ---


*** This bug has been marked as a duplicate of bug 310704 ***

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

[okular] [Bug 490787] Okular doesn not show PS images ina DVI doc

2024-07-26 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=490787

--- Comment #5 from Albert Astals Cid  ---
Sorry i meant ghostscript.

And yes, sadly we use a different way to render eps standalone than eps inside
dvi. We could change it, but it would be an super enormous amount of work for
what is almost a dying document format.

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

[okular] [Bug 490787] Okular doesn not show PS images ina DVI doc

2024-07-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=490787

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |UPSTREAM
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Albert Astals Cid  ---
I don´t know enough about eps to tell you if the file is malformed or not, but
gs fails to work with it and we use gs to render the eps files so we can't
render it.

If you think that's a bug, you should open a bug against ghostview, and once
they fix it, we will immediately start showing it correctly.

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

[okular] [Bug 490787] Okular doesn not show PS images ina DVI doc

2024-07-24 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=490787

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Your eps file seems wrong, just doing

gs test.eps

fails

replacing 

%%BoundingBox: (atend)

by 

%%BoundingBox: 16 18 727 536

in your eps file makes it work.

Are you positive that your eps file should work?

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

Re: Add autosave function to Okular

2024-07-24 Thread Albert Astals Cid
El dimecres, 24 de juliol del 2024, a les 15:04:42 (CEST), Wen Chang va 
escriure:
> > As Laura described yes, as you described it no.
> > 
> > Okular is not a file management system, you use git or whatever other
> 
> tool for
> 
> > that, keeping N old copies of the same file makes no sense.
> > 
> > Cheers,
> > 
> >   Albert
> 
> I agree with your decision and can implement Laura's idea.
> 
> Could you please let me know how to contribute to this feature?

https://okular.kde.org/build-it/

https://community.kde.org/Get_Involved/development

But in short, just create a Merge Request in 
https://invent.kde.org/graphics/okular

Cheers,
  Albert

> 
> I am not familiar with KDE policies.
> 
> Thank you.
> 
> Best,
> Wen
>  於 2024年7月24日 週三 下午5:07寫道:
> 
> > Send Okular-devel mailing list submissions to
> > 
> > okular-devel@kde.org
> > 
> > To subscribe or unsubscribe via the World Wide Web, visit
> > 
> > https://mail.kde.org/mailman/listinfo/okular-devel
> > 
> > or, via email, send a message with subject or body 'help' to
> > 
> > okular-devel-requ...@kde.org
> > 
> > You can reach the person managing the list at
> > 
> > okular-devel-ow...@kde.org
> > 
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Okular-devel digest..."
> > 
> > Today's Topics:
> >1. Re: Add autosave function to Okular (Albert Astals Cid)
> >2. Re: Add possibility to adjust the font size for PDF form
> >
> >   filling (Albert Astals Cid)
> >
> >3. [okular] [Bug 490714] The program is not restored from a
> >
> >   saved session after another update. (Albert Astals Cid)
> >
> >4. Re: Add possibility to adjust the font size for PDF form
> >
> >   filling (Andy Sardina)
> >
> >5. [okular] [Bug 490714] The program is not restored from a
> >
> >   saved session after another update. (Adrian Carver)
> > 
> > --
> > 
> > Message: 1
> > Date: Tue, 23 Jul 2024 23:50:13 +0200
> > From: Albert Astals Cid 
> > To: okular-devel@kde.org
> > Subject: Re: Add autosave function to Okular
> > Message-ID: <15943638.68RGZT8oEa@xps15>
> > Content-Type: text/plain; charset="utf-8"
> > 
> > El dilluns, 22 de juliol del 2024, a les 7:28:12 (CEST), Wen Chang va
> > 
> > escriure:
> > > > Exactly, auto save is just not how desktop software generally works.
> > > > 
> > > > Cheers,
> > > > 
> > > >  Albert
> > > 
> > > Could we implement the backup method for Okular?
> > 
> > As Laura described yes, as you described it no.
> > 
> > Okular is not a file management system, you use git or whatever other tool
> > for
> > that, keeping N old copies of the same file makes no sense.
> > 
> > Cheers,
> > 
> >   Albert
> >   
> > > Best,
> > > Wen
> > >  於 2024年7月18日 週四 下午7:00寫道:
> > > 
> > > > Send Okular-devel mailing list submissions to
> > > > 
> > > > okular-devel@kde.org
> > > > 
> > > > To subscribe or unsubscribe via the World Wide Web, visit
> > > > 
> > > > https://mail.kde.org/mailman/listinfo/okular-devel
> > > > 
> > > > or, via email, send a message with subject or body 'help' to
> > > > 
> > > > okular-devel-requ...@kde.org
> > > > 
> > > > You can reach the person managing the list at
> > > > 
> > > > okular-devel-ow...@kde.org
> > > > 
> > > > When replying, please edit your Subject line so it is more specific
> > > > than "Re: Contents of Okular-devel digest..."
> > > > 
> > > > Today's Topics:
> > > >1. [okular] [Bug 490337] Allow to get PDF passwords from a
> > > >
> > > >   org.freedesktop.secrets service (yan12125)
> > > >
> > > >2. [okular] [Bug 490337] Allow to get PDF passwords from a
> > > >
> > > >   org.freedesktop.secrets service (Albert Astals Cid)
> > > >
> > > >3. Re: Add autosave function to Okular (Albert Astals Cid)
> > > >4. Re: Add autosave function to Okular (Wen C

[okular] [Bug 490714] The program is not restored from a saved session after another update.

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

Albert Astals Cid  changed:

   What|Removed |Added

   Severity|major   |normal
 CC||aa...@kde.org

--- Comment #1 from Albert Astals Cid  ---
It is also tiresome that you decided your report important is "major" instead
of "normal", it's not.

I don't even know what you are reporting.

Are you reporting that saving a session doesn't work? That would be a Plasma
bug, not an Okular bug.

Are you wishing Okular had its own session concept? That's not even a bug,
that'd be a wish.

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

Re: Add possibility to adjust the font size for PDF form filling

2024-07-23 Thread Albert Astals Cid
El dimarts, 23 de juliol del 2024, a les 12:46:59 (CEST), Andy Sardina va 
escriure:
> Hi,
> 
>I have used Okular recently to fill a PDF form and I haven't found a way
> (in the UI) to adjust the font size for text fields. This is a problem
> because for some text fields, specially the ones where one has to write an
> address, even if the text fits perfectly in the Okular::FormLineEdit, when
> it gets rendered, the text could be cut.
> 
>  For example:
> 
> [image: form-show.png]
> 
> but when the form is hidden:
> 
> [image: form-hidden.png]
> 
> The problem seems to be that the font (and font size) for the
> Okular::FormLineEdit is different from the one in the Default Appearance
> (DA) in the PDF.
> 
> My proposal is to take advantage of the method
> Poppler::FormFieldText::setTextFontSize to adjust the font size in
> the PopplerFormFieldText (Poppler Generator).
> 
> Ideally, Poppler::FormFieldText could have a member function that returns a
> pointer (to avoid duplicating the same object if many text files share the
> same font) to
> the font defined in the DA (implies changes in Poppler itself). This font
> can then be used on the constructor of Okular::FormLineEdit to "sync" both
> fonts.
> 
> What do you think? Is this a change that could be accepted?

Setting the font & font size is possibly a valid feature, we do that already 
for annotations so i don't see why we would not do it for Forms.

What you suggest of sharing pointers between poppler and okular, that's 
possibly a bad idea.

Cheers,
  Albert




Re: Add autosave function to Okular

2024-07-23 Thread Albert Astals Cid
El dilluns, 22 de juliol del 2024, a les 7:28:12 (CEST), Wen Chang va 
escriure:
> > Exactly, auto save is just not how desktop software generally works.
> > 
> > Cheers,
> > 
> >  Albert
> 
> Could we implement the backup method for Okular?

As Laura described yes, as you described it no.

Okular is not a file management system, you use git or whatever other tool for 
that, keeping N old copies of the same file makes no sense.

Cheers,
  Albert

> 
> Best,
> Wen
>  於 2024年7月18日 週四 下午7:00寫道:
> 
> > Send Okular-devel mailing list submissions to
> > 
> > okular-devel@kde.org
> > 
> > To subscribe or unsubscribe via the World Wide Web, visit
> > 
> > https://mail.kde.org/mailman/listinfo/okular-devel
> > 
> > or, via email, send a message with subject or body 'help' to
> > 
> > okular-devel-requ...@kde.org
> > 
> > You can reach the person managing the list at
> > 
> > okular-devel-ow...@kde.org
> > 
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Okular-devel digest..."
> > 
> > Today's Topics:
> >1. [okular] [Bug 490337] Allow to get PDF passwords from a
> >
> >   org.freedesktop.secrets service (yan12125)
> >
> >2. [okular] [Bug 490337] Allow to get PDF passwords from a
> >
> >   org.freedesktop.secrets service (Albert Astals Cid)
> >
> >3. Re: Add autosave function to Okular (Albert Astals Cid)
> >4. Re: Add autosave function to Okular (Wen Chang)
> >5. [okular] [Bug 490435] New: printing from the selected range
> >
> >   of pages does not work correctly (Nazar)
> > 
> > --
> > 
> > Message: 1
> > Date: Wed, 17 Jul 2024 13:59:53 +
> > From: yan12125 
> > To: okular-devel@kde.org
> > Subject: [okular] [Bug 490337] Allow to get PDF passwords from a
> > 
> > org.freedesktop.secrets service
> > 
> > Message-ID: 
> > Content-Type: text/plain; charset=UTF-8
> > 
> > https://bugs.kde.org/show_bug.cgi?id=490337
> > 
> > --- Comment #2 from yan12125  ---
> > Ah, I forgot the main point: I use neither KDE nor kwalletd. Instead, I
> > use
> > KeePassXC as a cross-platform solution to manage all my secrets. That
> > program
> > also provides org.freedesktop.secrets service like kwalletd. If Okular
> > supports
> > org.freedesktop.secrets, I can just use KeePassXC instead of setting up
> > another
> > secrets service for PDF passwords.
> > 
> > --
> > You are receiving this mail because:
> > You are the assignee for the bug.
> > 
> > --
> > 
> > Message: 2
> > Date: Wed, 17 Jul 2024 20:19:56 +
> > From: "Albert Astals Cid" 
> > To: okular-devel@kde.org
> > Subject: [okular] [Bug 490337] Allow to get PDF passwords from a
> > 
> > org.freedesktop.secrets service
> > 
> > Message-ID: 
> > Content-Type: text/plain; charset=UTF-8
> > 
> > https://bugs.kde.org/show_bug.cgi?id=490337
> > 
> > --- Comment #3 from Albert Astals Cid  ---
> > Ok, i guess that makes some sense, I wouldnt' be against such feature.
> > 
> > --
> > You are receiving this mail because:
> > You are the assignee for the bug.
> > 
> > --
> > 
> > Message: 3
> > Date: Wed, 17 Jul 2024 23:22:41 +0200
> > From: Albert Astals Cid 
> > To: okular-devel@kde.org
> > Subject: Re: Add autosave function to Okular
> > Message-ID: <2416547.6LXrqp22Eu@xps15>
> > Content-Type: text/plain; charset="utf-8"
> > 
> > El dimecres, 17 de juliol del 2024, a les 7:26:20 (CEST), Laura David
> > Hurka va
> > 
> > escriure:
> > > On Wed, 17 Jul 2024 11:01:53 +0800 Wen Chang wrote:
> > > > I can do it that way by saving the changes in a backup file.
> > > > 
> > > > I would like to know why modifying the file on disk without user
> > > > interaction is a bad idea based on your experience.
> > > > 
> > > > Also, I noticed that VSCode automatically saves changes once they are
> > > > made.
> > > > To my knowledge, only the file that the user is working on will be
> > > > modified.
> > > > 
> > > > What drawbacks would there be if a file is directly modified without
> 

Re: Add autosave function to Okular

2024-07-17 Thread Albert Astals Cid
El dimecres, 17 de juliol del 2024, a les 7:26:20 (CEST), Laura David Hurka va 
escriure:
> On Wed, 17 Jul 2024 11:01:53 +0800 Wen Chang wrote:
> > I can do it that way by saving the changes in a backup file.
> > 
> > I would like to know why modifying the file on disk without user
> > interaction is a bad idea based on your experience.
> > 
> > Also, I noticed that VSCode automatically saves changes once they are
> > made.
> > To my knowledge, only the file that the user is working on will be
> > modified.
> > 
> > What drawbacks would there be if a file is directly modified without user
> > interaction?
> 
> Drawback would be that it is unusual and unexpected for many users (unless
> the user explicitly configured it that way).
> 
> Imagine you have a form that you need to fill out often, and then just print
> once.
> If changes are saved automatically, you can’t use the file the next time
> anymore, because it is already filled.
> 
> It would also not make much sense with “Open...”, “Save”, and “Save As...”.

Exactly, auto save is just not how desktop software generally works.

Cheers,
  Albert

> 
> Laura






[okular] [Bug 490337] Allow to get PDF passwords from a org.freedesktop.secrets service

2024-07-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=490337

--- Comment #3 from Albert Astals Cid  ---
Ok, i guess that makes some sense, I wouldnt' be against such feature.

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

[okular] [Bug 490337] Allow to get PDF passwords from a org.freedesktop.secrets service

2024-07-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=490337

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #1 from Albert Astals Cid  ---
Why?

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

Re: Add autosave function to Okular

2024-07-15 Thread Albert Astals Cid
El dissabte, 13 de juliol del 2024, a les 7:05:54 (CEST), Wen Chang va 
escriure:
> > I not asking you about your problem.
> > 
> > You are suggesting a solution that you call "Add autosave function".
> > 
> > I am asking you how would your suggestion behave in this scenario
> > 
> > * Open Okular
> > * Open file
> > * Make annotation
> > * Close Okular
> > 
> > Would the annotation be saved to file without any user interaction?
> > 
> > Best Regards,
> > 
> >  Albert
> 
> I see. The annotation will be saved automatically without any user
> interaction once autosave mode is enabled.

I don't think that's acceptable. Modifying the file on disk without user 
interaction is bad.

What Laura suggests would be much more acceptable.

Best Regards,
  Albert

> 
> Best,
> Wen
> 
>  於 2024年7月12日 週五 下午7:00寫道:
> 
> > Send Okular-devel mailing list submissions to
> > 
> > okular-devel@kde.org
> > 
> > To subscribe or unsubscribe via the World Wide Web, visit
> > 
> > https://mail.kde.org/mailman/listinfo/okular-devel
> > 
> > or, via email, send a message with subject or body 'help' to
> > 
> > okular-devel-requ...@kde.org
> > 
> > You can reach the person managing the list at
> > 
> >     okular-devel-ow...@kde.org
> > 
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Okular-devel digest..."
> > 
> > Today's Topics:
> >1. Re: Add autosave function to Okular (Albert Astals Cid)
> > 
> > --
> > 
> > Message: 1
> > Date: Fri, 12 Jul 2024 11:31:47 +0200
> > From: Albert Astals Cid 
> > To: okular-devel@kde.org
> > Subject: Re: Add autosave function to Okular
> > Message-ID: <8354510.Qug9gx46Qj@xps15>
> > Content-Type: text/plain; charset="utf-8"
> > 
> > El divendres, 12 de juliol del 2024, a les 6:11:35 (CEST), Wen Chang va
> > 
> > escriure:
> > > Not quite understand what you mean.
> > > To reproduce the issue, the user:
> > > * Open Okular
> > > * Make some changes (annotation)
> > > * reboot or turn off their PC
> > > 
> > > The update will disappear.
> > > I have tested this on my laptop.
> > 
> > I not asking you about your problem.
> > 
> > You are suggesting a solution that you call "Add autosave function".
> > 
> > I am asking you how would your suggestion behave in this scenario
> > 
> > * Open Okular
> > * Open file
> > * Make annotation
> > * Close Okular
> > 
> > Would the annotation be saved to file without any user interaction?
> > 
> > Best Regards,
> > 
> >   Albert
> >   
> > > Best,
> > > Wen
> > > 
> > > Albert Astals Cid  於 2024年7月12日 週五 上午5:31寫道:
> > > 
> > > > El dijous, 11 de juliol del 2024, a les 19:30:07 (CEST), Wen Chang va
> > > > 
> > > > escriure:
> > > > > >How can the user forget to save their update?
> > > > > >
> > > > > >We show them a dialog when closing the application.
> > > > > >
> > > > > >Best Regards,
> > > > > >
> > > > > >  Albert
> > > > > 
> > > > > I noticed that function.
> > > > > When the users restart or turn off their laptop,
> > > > > the update without being saved will not be available.
> > > > > 
> > > > > Also, the function provides a better user experience, since the user
> > > > > would not need to save their change frequently.
> > > > 
> > > > Just to make sure, are you suggesting that:
> > > > 
> > > > * Open Okular
> > > > * Open file
> > > > * Make annotation
> > > > * Close Okular
> > > > 
> > > > Should save the annotation to the file?
> > > > 
> > > > Best Regards,
> > > > 
> > > >   Albert
> > > >   
> > > > > Best,
> > > > > Wen
> > > > > 
> > > > >  於 2024年7月11日 週四 下午7:00寫道:
> > > > > 
> > > > > > Send Okular-devel mailing list submissions to
> > > > > > 
> > > > > > okular-devel@kde.org
> > > > > > 

Re: Add autosave function to Okular

2024-07-12 Thread Albert Astals Cid
El divendres, 12 de juliol del 2024, a les 6:11:35 (CEST), Wen Chang va 
escriure:
> Not quite understand what you mean.
> To reproduce the issue, the user:
> * Open Okular
> * Make some changes (annotation)
> * reboot or turn off their PC
> 
> The update will disappear.
> I have tested this on my laptop.

I not asking you about your problem.

You are suggesting a solution that you call "Add autosave function".

I am asking you how would your suggestion behave in this scenario

* Open Okular
* Open file
* Make annotation
* Close Okular

Would the annotation be saved to file without any user interaction?

Best Regards,
  Albert

> Best,
> Wen
> 
> Albert Astals Cid  於 2024年7月12日 週五 上午5:31寫道:
> 
> > El dijous, 11 de juliol del 2024, a les 19:30:07 (CEST), Wen Chang va
> > 
> > escriure:
> > > >How can the user forget to save their update?
> > > >
> > > >We show them a dialog when closing the application.
> > > >
> > > >Best Regards,
> > > >
> > > >  Albert
> > > 
> > > I noticed that function.
> > > When the users restart or turn off their laptop,
> > > the update without being saved will not be available.
> > > 
> > > Also, the function provides a better user experience, since the user
> > > would not need to save their change frequently.
> > 
> > Just to make sure, are you suggesting that:
> > 
> > * Open Okular
> > * Open file
> > * Make annotation
> > * Close Okular
> > 
> > Should save the annotation to the file?
> > 
> > Best Regards,
> > 
> >   Albert
> >   
> > > Best,
> > > Wen
> > > 
> > >  於 2024年7月11日 週四 下午7:00寫道:
> > > 
> > > > Send Okular-devel mailing list submissions to
> > > > 
> > > > okular-devel@kde.org
> > > > 
> > > > To subscribe or unsubscribe via the World Wide Web, visit
> > > > 
> > > > https://mail.kde.org/mailman/listinfo/okular-devel
> > > > 
> > > > or, via email, send a message with subject or body 'help' to
> > > > 
> > > > okular-devel-requ...@kde.org
> > > > 
> > > > You can reach the person managing the list at
> > > > 
> > > > okular-devel-ow...@kde.org
> > > > 
> > > > When replying, please edit your Subject line so it is more specific
> > > > than "Re: Contents of Okular-devel digest..."
> > > > 
> > > > Today's Topics:
> > > >1. Re: Add autosave function to Okular (Albert Astals Cid)
> > > >2. [okular] [Bug 443882] popup menu of highlighted text does not
> > > >
> > > >   appear on right click in text selection mode (Stan)
> > > >
> > > >3. [okular] [Bug 485676] Double-sided printing 'long side
> > > >
> > > >   binding' not working correctly (Peter)
> > > > 
> > > > --
> > > > 
> > > > Message: 1
> > > > Date: Wed, 10 Jul 2024 23:57:09 +0200
> > > > From: Albert Astals Cid 
> > > > To: okular-devel@kde.org
> > > > Subject: Re: Add autosave function to Okular
> > > > Message-ID: <2016002.J8XNHHvg0a@xps15>
> > > > Content-Type: text/plain; charset="utf-8"
> > > > 
> > > > El dimecres, 10 de juliol del 2024, a les 9:48:16 (CEST), Wen Chang va
> > > > 
> > > > escriure:
> > > > > Dear KDE maintainers,
> > > > > 
> > > > > I have used the Okular for a while.
> > > > > I wonder whether it would be good to have
> > > > > the autosave option similar to the function in vscode.
> > > > > This way, the annotation will not disappear if the users
> > > > > forgot to save their update.
> > > > 
> > > > How can the user forget to save their update?
> > > > 
> > > > We show them a dialog when closing the application.
> > > > 
> > > > Best Regards,
> > > > 
> > > >   Albert
> > > >   
> > > > > I am willing to responsible for this update.
> > > > > Feel free to let me know.
> > > > > This is my first time working with KDE.
> > > > > Please let me know the contribution policy, thank you.
> > >

Re: Add autosave function to Okular

2024-07-11 Thread Albert Astals Cid
El dijous, 11 de juliol del 2024, a les 19:30:07 (CEST), Wen Chang va 
escriure:
> >How can the user forget to save their update?
> >
> >We show them a dialog when closing the application.
> >
> >Best Regards,
> >
> >  Albert
> 
> I noticed that function.
> When the users restart or turn off their laptop,
> the update without being saved will not be available.
> 
> Also, the function provides a better user experience, since the user
> would not need to save their change frequently.

Just to make sure, are you suggesting that:

* Open Okular
* Open file
* Make annotation
* Close Okular

Should save the annotation to the file?

Best Regards,
  Albert

> 
> Best,
> Wen
> 
>  於 2024年7月11日 週四 下午7:00寫道:
> 
> > Send Okular-devel mailing list submissions to
> > 
> > okular-devel@kde.org
> > 
> > To subscribe or unsubscribe via the World Wide Web, visit
> > 
> > https://mail.kde.org/mailman/listinfo/okular-devel
> > 
> > or, via email, send a message with subject or body 'help' to
> > 
> > okular-devel-requ...@kde.org
> > 
> > You can reach the person managing the list at
> > 
> > okular-devel-ow...@kde.org
> > 
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Okular-devel digest..."
> > 
> > Today's Topics:
> >1. Re: Add autosave function to Okular (Albert Astals Cid)
> >2. [okular] [Bug 443882] popup menu of highlighted text does not
> >
> >   appear on right click in text selection mode (Stan)
> >
> >3. [okular] [Bug 485676] Double-sided printing 'long side
> >
> >   binding' not working correctly (Peter)
> > 
> > --
> > 
> > Message: 1
> > Date: Wed, 10 Jul 2024 23:57:09 +0200
> > From: Albert Astals Cid 
> > To: okular-devel@kde.org
> > Subject: Re: Add autosave function to Okular
> > Message-ID: <2016002.J8XNHHvg0a@xps15>
> > Content-Type: text/plain; charset="utf-8"
> > 
> > El dimecres, 10 de juliol del 2024, a les 9:48:16 (CEST), Wen Chang va
> > 
> > escriure:
> > > Dear KDE maintainers,
> > > 
> > > I have used the Okular for a while.
> > > I wonder whether it would be good to have
> > > the autosave option similar to the function in vscode.
> > > This way, the annotation will not disappear if the users
> > > forgot to save their update.
> > 
> > How can the user forget to save their update?
> > 
> > We show them a dialog when closing the application.
> > 
> > Best Regards,
> > 
> >   Albert
> >   
> > > I am willing to responsible for this update.
> > > Feel free to let me know.
> > > This is my first time working with KDE.
> > > Please let me know the contribution policy, thank you.
> > > 
> > > Best,
> > > Wen
> > 
> > --
> > 
> > Message: 2
> > Date: Thu, 11 Jul 2024 08:21:12 +
> > From: Stan 
> > To: okular-devel@kde.org
> > Subject: [okular] [Bug 443882] popup menu of highlighted text does not
> > 
> > appear on right click in text selection mode
> > 
> > Message-ID: 
> > Content-Type: text/plain; charset=UTF-8
> > 
> > https://bugs.kde.org/show_bug.cgi?id=443882
> > 
> > Stan  changed:
> >What|Removed |Added
> > 
> > --
> > --> 
> >  CC||schym...@gmail.com
> > 
> > --- Comment #18 from Stan  ---
> > I think it is important that the right-click + delete works in all
> > annotation
> > modes (highlighting, pop-up, etc.), as this is when it is most needed,
> > e.g.
> > after highlighting the wrong part of text or placing a note in the wrong
> > place.
> > It is very tedious to have to switch out of the annotation mode in order
> > to
> > delete the wrong annotation and then switch back into it again to add the
> > annotation in the right place.  Therefore, I would consider this missing
> > functionality a bug.
> > 
> > --
> > You are receiving this mail because:
> > You are the assignee for the bug.
> > 
> > --
> > 
> > Message: 3
> > Date: Thu, 11 Jul 2024 10:19:25 +
> > F

Re: Add autosave function to Okular

2024-07-10 Thread Albert Astals Cid
El dimecres, 10 de juliol del 2024, a les 9:48:16 (CEST), Wen Chang va 
escriure:
> Dear KDE maintainers,
> 
> I have used the Okular for a while.
> I wonder whether it would be good to have
> the autosave option similar to the function in vscode.
> This way, the annotation will not disappear if the users
> forgot to save their update.

How can the user forget to save their update?

We show them a dialog when closing the application.

Best Regards,
  Albert

> I am willing to responsible for this update.
> Feel free to let me know.
> This is my first time working with KDE.
> Please let me know the contribution policy, thank you.
> 
> Best,
> Wen






[okular] [Bug 489732] Font label vertically misaligned

2024-07-09 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=489732

Albert Astals Cid  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Ever confirmed|0   |1
   Severity|normal  |minor
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Albert Astals Cid  ---
Ah, ok

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

[okular] [Bug 489732] Font label vertically misaligned

2024-07-09 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=489732

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
There is literally no info in the images.

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

[okular] [Bug 474661] Norwegian withholding tax form - wrong calculation of percent value

2024-07-09 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=474661

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/-/commit/0520b6
   ||4fed2d0b61a81740f164a4ae573
   ||a6aeb32
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #14 from Albert Astals Cid  ---
Git commit 0520b64fed2d0b61a81740f164a4ae573a6aeb32 by Albert Astals Cid, on
behalf of Pratham Gandhi.
Committed on 09/07/2024 at 22:57.
Pushed by aacid into branch 'master'.

Fix numerical interpretation in form fields

With the previous implementations of AFNumber_Keystroke [MR
988](https://invent.kde.org/graphics/okular/-/merge_requests/988), we ensure
that during a keystroke event, a user does not enter thousands separator. With
this in mind, numerical fields can always be first converted to en_US format
and then used for calculations. This ensures that all numbers are correctly
interpreted.

M  +1-1autotests/calculatetexttest.cpp
M  +1-1autotests/parttest.cpp
M  +10   -6core/script/builtin.js
M  +4-2core/script/js_field.cpp

https://invent.kde.org/graphics/okular/-/commit/0520b64fed2d0b61a81740f164a4ae573a6aeb32

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

[okular] [Bug 489490] Saving of externally modified PDF fails

2024-07-01 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=489490

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
flatpak? snap?

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

[okular] [Bug 488202] Okular crashes when saving on the smb share

2024-07-01 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=488202

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[okular] [Bug 489295] Okular 24.05.1 - Comic book - Arch Linux - Some distorted AVIF pages in zip compressed (cbz) comic books.

2024-06-30 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=489295

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |NOT A BUG
 Status|NEEDSINFO   |RESOLVED

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

[okular] [Bug 488948] PDF is zoomed too large to read on multi-monitor setup.

2024-06-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=488948

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #1 from Albert Astals Cid  ---
Are you using X11 or wayland?

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

[okular] [Bug 432271] Can't save a file out of Okular

2024-06-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=432271

--- Comment #14 from Albert Astals Cid  ---
For when someone has time, please explain exactly how to setup that scenario
you're describing, knowing about developing okular is a totally different skill
to knowing what CIFS is or how to set it up.

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

[okular] [Bug 489295] Okular 24.05.1 - Comic book - Arch Linux - Some distorted AVIF pages in zip compressed (cbz) comic books.

2024-06-27 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=489295

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Please don't give us extra work, just attach the file that fails.

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

[okular] [Bug 488612] Okular not launching

2024-06-18 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=488612

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||aa...@kde.org
 Resolution|--- |FIXED

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

[okular] [Bug 488497] Markdown not respecting linebreak

2024-06-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=488497

Albert Astals Cid  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[okular] [Bug 486136] Okular crashes when trying to save PDF with annotations

2024-06-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=486136

Albert Astals Cid  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

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

[okular] [Bug 484798] https://okular.kde.org/download/ links to disambig on wiki

2024-06-17 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=484798

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/webs
   ||ites/hugo-kde/-/commit/8858
   ||e044bbda3100e1ef828bfeb0f76
   ||e2ff2cee9
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Albert Astals Cid  ---
Git commit 8858e044bbda3100e1ef828bfeb0f76e2ff2cee9 by Albert Astals Cid.
Committed on 16/06/2024 at 22:59.
Pushed by carlschwan into branch 'master'.

nightly flatpak: Point to the newer wiki location

M  +1-1layouts/_default/download.html

https://invent.kde.org/websites/hugo-kde/-/commit/8858e044bbda3100e1ef828bfeb0f76e2ff2cee9

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

[okular] [Bug 401067] Fillable form fields in Okular may show up as "undefined"

2024-06-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=401067

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #3 from Albert Astals Cid  ---
Please attach the document with the problem

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

[okular] [Bug 484557] crash digitally signing a document

2024-06-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=484557

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Can you try with a newer version? If fedora doesn't provide it, try flathub
https://flathub.org/apps/org.kde.okular

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

[okular] [Bug 486136] Okular crashes when trying to save PDF with annotations

2024-06-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=486136

--- Comment #2 from Albert Astals Cid  ---
very old -> relatively old

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

[okular] [Bug 486136] Okular crashes when trying to save PDF with annotations

2024-06-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=486136

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
You okular is very old, any chance you can try a newer one even if it is
through flathub?

https://flathub.org/apps/org.kde.okular

and see if this still happens for you?

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

[okular] [Bug 486681] Display comments created by latex pdfcomment

2024-06-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=486681

Albert Astals Cid  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||aa...@kde.org

--- Comment #5 from Albert Astals Cid  ---
It's annoying, they are "fake buttons with tooltip".

We could try to understand it and create fake areas that only show a tooltip
and not the button (that shows if you press the show forms button in okular [no
tooltip though])

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

[okular] [Bug 384147] Hovering over annotations no longer shows contents in tooltip

2024-06-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=384147

--- Comment #12 from Albert Astals Cid  ---
New bug (I'm skeptical it has regressed)

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

[okular] [Bug 487733] Make annotations compatible with other readers like Kobo Elipsa and Google Drive

2024-06-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=487733

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Seems to me this is a Kobo bug, the annotations we create render in Adobe
Reader, so that means we're creating a good PDF file, if Kobo doesn't
understand them seems like a Kobo bug.

Please reopen this bug if you find a case in which Adobe Reader does not
understand the things we create.

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

[okular] [Bug 488202] Okular crashes when saving on the smb share

2024-06-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=488202

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
You are using Okular 22.12.3, since then we have released:

23.04.0
23.04.1
23.04.2
23.04.3
23.08.0
23.08.1
23.08.2
23.08.3
23.08.4
23.08.5
24.02.0
24.02.1
24.02.2
24.05.0
24.05.1

Please use a modern version of Okular and see if this crash still exists in it.
If you are stuck with using Debian stable, that is an unfortunate thing for
you, since you are not getting new released from Debian that contain new
bugfixes. You may want to try to try Okular from flathub to see if the bug is
happening in the latest version or not https://flathub.org/apps/org.kde.okular

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

[okular] [Bug 488497] Markdown not respecting linebreak

2024-06-16 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=488497

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Are you speaking about the things under

 ### 1. Without bullet point

 ?

That is expected [to the degree markdown is terrible and doesn't have an
specification], see https://umemotoctrl.github.io/mdpjs/

6 out of 7 markdown rendering engines render it as a single line.

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

[okular] [Bug 488376] Okular not displaying some de facto standard annotation icons

2024-06-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=488376

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|REPORTED|RESOLVED
 CC||aa...@kde.org

--- Comment #2 from Albert Astals Cid  ---
As Sune says nothing to change in Okular.

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

[okular] [Bug 488313] Text Highlighting: Improved Color Palette

2024-06-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=488313

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
You can change the defaults if you don-t like the defaults

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

[okular] [Bug 488312] Text Highlighting: Enable editing of coordinates of the bounding box

2024-06-12 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=488312

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org
   Severity|normal  |wishlist

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

[okular] [Bug 487992] Add an option to make highlighters sticky, instead of single-action

2024-06-04 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=487992

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||aa...@kde.org
 Resolution|--- |FIXED

--- Comment #1 from Albert Astals Cid  ---
The last item in the annotation toolbar does exactly that.

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

[okular] [Bug 487279] Feature Request, App Icon

2024-05-20 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=487279

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
Why would need a screenshot of your butt-ugly icon.

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

[okular] [Bug 444890] Okular window visible on all virtual desktops ignores setting "Open new files in tabs"

2024-05-02 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=444890

Albert Astals Cid  changed:

   What|Removed |Added

   Assignee|ad...@arkades.org   |okular-devel@kde.org

--- Comment #12 from Albert Astals Cid  ---
Do not steal assignee.

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

[okular] [Bug 486027] Scrollbars almost invisible

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

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
This is the toolbar of your chosen style, if you don't like it install and use
a different style.

This is *not* the default/suggest kde/okular style.

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

[okular] [Bug 484938] Okular sidebar will not save

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

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/okular/-/commit/460a5c |hics/okular/-/commit/db0742
   |112c8d6bee2ba79587596a4c367 |006aa2ed6e4994aafad205fdf71
   |ba0d420 |6575dcf

--- Comment #3 from Albert Astals Cid  ---
Git commit db0742006aa2ed6e4994aafad205fdf716575dcf by Albert Astals Cid.
Committed on 23/04/2024 at 11:21.
Pushed by aacid into branch 'release/24.05'.

Fix sidebar status not being respected when opening the first file
(cherry picked from commit 460a5c112c8d6bee2ba79587596a4c367ba0d420)

M  +1-1shell/shell.cpp

https://invent.kde.org/graphics/okular/-/commit/db0742006aa2ed6e4994aafad205fdf716575dcf

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

[okular] [Bug 484938] Okular sidebar will not save

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

Albert Astals Cid  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/-/commit/460a5c
   ||112c8d6bee2ba79587596a4c367
   ||ba0d420
 Resolution|--- |FIXED

--- Comment #2 from Albert Astals Cid  ---
Git commit 460a5c112c8d6bee2ba79587596a4c367ba0d420 by Albert Astals Cid.
Committed on 23/04/2024 at 09:11.
Pushed by aacid into branch 'master'.

Fix sidebar status not being respected when opening the first file

M  +1-1shell/shell.cpp

https://invent.kde.org/graphics/okular/-/commit/460a5c112c8d6bee2ba79587596a4c367ba0d420

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

[okular] [Bug 482682] Digital Signature not referenced in AcroForm

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

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #10 from Albert Astals Cid  ---
https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1545

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

[kwin] [Bug 485322] Broken, Glitched Mouse Hover Popups in Left Panel

2024-04-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=485322

Albert Astals Cid  changed:

   What|Removed |Added

   Assignee|okular-devel@kde.org|kwin-bugs-n...@kde.org
Version|24.02.1 |6.0.4
 CC||aa...@kde.org
Product|okular  |kwin
  Component|general |general

--- Comment #1 from Albert Astals Cid  ---
kwin devs, can you have a look at this?

Seems a bug in kwin_x11 to me, i can reproduce this problem in kwin_x11 6.0.4.1
but in openbox it works fine.

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

[okular] [Bug 456225] Rescaling of text is ugly when zooming in or out

2024-04-22 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=456225

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org
   Severity|normal  |wishlist

--- Comment #5 from Albert Astals Cid  ---
This is not a bug, obviously the text needs to be re-rendered when zooming in
or out

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

[okular] [Bug 485859] auto-reload: allow removing the "a document with x pages was loaded"

2024-04-21 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=485859

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #2 from Albert Astals Cid  ---
Show hints and info messages

Is the option you want to disable.

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

[okular] [Bug 485442] [Feature Request] Adding shortcuts to call a shell script.

2024-04-20 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=485442

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
This makes no sense, also the reporter has disappeared for some reason so they
can't argue and convince me it does make sense

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

[okular] [Bug 474888] Signing requires (empty) password in document that has password-restriction for modification

2024-04-20 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=474888

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #8 from Albert Astals Cid  ---
There is a bit of a regression there, make sure you click on the top list of
the dialog that shows up asking for which certificate to use and it should
work. We have fixed that for next release.

Please confirm this works for you.

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

[okular] [Bug 472356] Okular crashes when configuring certificates with SafeNet Client

2024-04-20 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=472356

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/grap
   ||hics/okular/-/commit/443532
   ||5e5a6f767ecd054302352ad0cd4
   ||8158c13
 Status|ASSIGNED|RESOLVED

--- Comment #9 from Albert Astals Cid  ---
Git commit 4435325e5a6f767ecd054302352ad0cd48158c13 by Albert Astals Cid, on
behalf of Andras Mantia.
Committed on 20/04/2024 at 13:44.
Pushed by aacid into branch 'master'.

Load certificates delayed

Showing a dialog from a Paint event handler is something Qt doesn't like.

M  +21   -15   generators/poppler/pdfsettingswidget.cpp

https://invent.kde.org/graphics/okular/-/commit/4435325e5a6f767ecd054302352ad0cd48158c13

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

[okular] [Bug 474888] Signing requires (empty) password in document that has password-restriction for modification

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

Albert Astals Cid  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
   |hics/okular/-/commit/ea243a |hics/okular/-/commit/013976
   |2a03f9249c3fc36bdbcdb71d987 |69c997a612c69dc528a9229
   |de064ce |070450a

--- Comment #6 from Albert Astals Cid  ---
Git commit 01397669c997a612c69dc528a9229070450a by Albert Astals Cid, on
behalf of Nicolas Fella.
Committed on 03/04/2024 at 15:59.
Pushed by aacid into branch 'release/24.02'.

Fix DocumentHasPassword check

A document can be encrypted without requiring a password to open/sign it.

Currently we assume we need a password to sign it for such documents, but
that's not correct.

Instead of checking whether the document is encrypted remember whether
we needed a password for opening.
(cherry picked from commit ea243a2a03f9249c3fc36bdbcdb71d987de064ce)

M  +2-1generators/poppler/generator_pdf.cpp
M  +2-0generators/poppler/generator_pdf.h

https://invent.kde.org/graphics/okular/-/commit/01397669c997a612c69dc528a9229070450a

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

[okular] [Bug 483904] Okular crash when closing a inline or popup note

2024-04-02 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=483904

Albert Astals Cid  changed:

   What|Removed |Added

 CC||hoheneg...@web.de

--- Comment #8 from Albert Astals Cid  ---
*** Bug 484929 has been marked as a duplicate of this bug. ***

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

[okular] [Bug 484929] Okular crashes when changing annotations

2024-04-02 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=484929

Albert Astals Cid  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||aa...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Albert Astals Cid  ---


*** This bug has been marked as a duplicate of bug 483904 ***

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

[okular] [Bug 484488] Okular don't open the sound annotation

2024-04-01 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=484488

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #2 from Albert Astals Cid  ---
I fixed the crash with poppler 24.04.0 released today, still need to figure out
what we need to do with the annotation because last i remember they worked but
it doesn't seem to do anything :D

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

  1   2   3   4   5   6   7   8   9   10   >