[Okular-devel] [okular] [Bug 360603] New: Markdown (.md) support

2016-03-19 Thread Thomas Fischer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360603

Bug ID: 360603
   Summary: Markdown (.md) support
   Product: okular
   Version: unspecified
  Platform: unspecified
   URL: https://en.wikipedia.org/wiki/Markdown
OS: All
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: New backend wishes
  Assignee: okular-devel@kde.org
  Reporter: fisc...@unix-ag.uni-kl.de

From Wikipedia: "Markdown is a lightweight markup language with plain text
formatting syntax designed so that it can be converted to HTML and many other
formats using a tool by the same name. Markdown is often used to format readme
files, for writing messages in online discussion forums, and to create rich
text using a plain text editor."

Relevance: Markdown is getting increasingly popular, especially in
Web-base/supported development such as done on Github.

Code: Numerous libraries to convert Markdown into other formats like HTML. As
an example how Markdown is rendered in a Qt application, please see CuteMarkEd
(https://github.com/cloose/CuteMarkEd).

Implementation: In KDE4 times, I would have suggested a KPart which makes use
of an existing third-party library for the Markdown-to-HTML process and then
rendering the result in a KHTML part (or just QTextDocument). However, as
Konqueror for KF5 doesn't seem to happen, Okular is the next best choice as a
viewer.

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 359555] New: Scalable Vector Graphics (SVG) support

2016-02-18 Thread Thomas Fischer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359555

Bug ID: 359555
   Summary: Scalable Vector Graphics (SVG) support
   Product: okular
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: New backend wishes
  Assignee: okular-devel@kde.org
  Reporter: fisc...@unix-ag.uni-kl.de

Back in the KDE4 days, there was a SVG rendering KPart that allowed viewing SVG
files (Scalable Vector Graphics) from within Konqueror. Said SVG KPart seems to
be dead now, the latest code commit is from 2011.
My proposal is to scrap whatever code is useful (it relies most likely on Qt's
QSvgRenderer class) and build a backend for Okular. I would even assume that
parts of the PDF renderer can be re-used, as a SVG graphics (apart from
animations that I personally see as non-essential) is in many aspects like a
single-page PDF file.

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 356127] New: "Save as" dialog for "Save copy as": path editing widget and list widget out of sync

2015-11-30 Thread Thomas Fischer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356127

Bug ID: 356127
   Summary: "Save as" dialog for "Save copy as": path editing
widget and list widget out of sync
   Product: okular
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-devel@kde.org
  Reporter: fisc...@unix-ag.uni-kl.de

After a successful "Save copy as" operation, the next save copy as operation
will re-use the previous target directory as its base directory in the "save
as" dialog in the 'directory' path editing widget. The list widget below,
supposed to show the content of this directory (files contained) still shows
the current PDF file's directory's location

Reproducible: Always

Steps to Reproduce:
1. Create temporary directories /tmp/A and /tmp/B
2. Create example PDF files /tmp/A/a.pdf and /tmp/A/b.pdf
3. Open /tmp/A/a.pdf in Okular
4. "Save Copy as" this file as /tmp/B/a.pdf
5. Issue "Save Copy as" a second time to get a "Save as" dialog again. Observe
that the path editing widget shows "/tmp/B" (last location of a successful
"save copy as" operation), whereas the file list widget below shows the content
of "/tmp/A" (the current location of the currently open directory), as you will
see both a.pdf and b.pdf (the latter does not exist in /tmp/B).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 356127] "Save as" dialog for "Save copy as": path editing widget and list widget out of sync

2015-11-30 Thread Thomas Fischer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356127

--- Comment #1 from Thomas Fischer  ---
When reporting this bug in KDE's Bugzilla, version 1.0.0 was not in the list of
available versions. This should be fixed as well.

I am using Okular 1.0.0 on KDE Frameworks 5.16.0 using Qt 5.5.1 on X11/xcb.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel