https://bugs.kde.org/show_bug.cgi?id=389517

Hartmut Riesenbeck <hartmut.riesenb...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/lib
                   |                            |keduvocdocument/ce08ff30dfa
                   |                            |512c4bd613181a12e26a1670f3f
                   |                            |a3
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Hartmut Riesenbeck <hartmut.riesenb...@gmx.de> ---
Git commit ce08ff30dfa512c4bd613181a12e26a1670f3fa3 by Hartmut Riesenbeck.
Committed on 03/11/2018 at 19:58.
Pushed by hriesenbeck into branch 'master'.

Fix parsing of sound and image urls with relative paths

Summary:
Relative file paths for sound and image files were not correctly parsed
into QUrl objects. The reason for this is, that the previous used
QUrl::isRelative() does not work as its name lets suppose. So the
relative file path detection is changed to QDir methods.

Unit tests for sound and image file path parsing were added.

Test Plan: Run unit tests

Reviewers: #kde_edu, whiting, tcanabrava

Reviewed By: #kde_edu, tcanabrava

Subscribers: kde-edu

Tags: #kde_edu

Differential Revision: https://phabricator.kde.org/D10370

A  +3    -0    .arcconfig
M  +166  -1    keduvocdocument/autotests/readerkvtml2test.cpp
M  +11   -8    keduvocdocument/readerwriters/keduvockvtml2reader.cpp

https://commits.kde.org/libkeduvocdocument/ce08ff30dfa512c4bd613181a12e26a1670f3fa3

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to