okular/core
Albert Astals Cid 0a3f4a78a3 Fix playing of external audio files
QUrl::fromUserInput().isRelative() returns false for things like "sound.ogg"
because it converts it to http://sound.ogg

So we use the variant where we give it the document folder, this way if
the file exists returns the local file.

For full urls we get the full url with this second variant so all should
be good
2023-08-05 08:33:35 +00:00
..
script Remove the last references to kjs from the JS executor 2023-06-22 17:45:08 +02:00
synctex Include stdarg.h for va_start and va_end 2023-07-12 08:45:43 +00:00
action.cpp clang-tidy: Enable google-explicit-constructor 2021-08-29 08:52:35 +00:00
action.h Support SaveAs action 2022-03-06 19:16:27 +00:00
annotations.cpp Random minor/pedantic fixes 2023-06-17 11:04:41 +00:00
annotations.h Port away from more QLinkedLists 2022-03-22 00:11:55 +01:00
annotations_p.h Port away from more QLinkedLists 2022-03-22 00:11:55 +01:00
area.cpp Fixed issue with occasional mis-sized tile 2022-11-30 08:39:26 +00:00
area.h Fixed issue with occasional mis-sized tile 2022-11-30 08:39:26 +00:00
audioplayer.cpp Fix playing of external audio files 2023-08-05 08:33:35 +00:00
audioplayer.h Make phonon optional 2023-06-21 15:50:58 +00:00
bookmarkmanager.cpp Add missing KBookmarkOwner include 2022-10-15 22:52:36 +02:00
bookmarkmanager.h clang-tidy: Enable google-explicit-constructor 2021-08-29 08:52:35 +00:00
chooseenginedialog.cpp Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
chooseenginedialog_p.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
chooseenginewidget.ui small touches to the backend choosing dialog: 2007-03-30 15:35:01 +00:00
debug.cpp Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
debug_p.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
document.cpp Handle absolute urls in Document::processAction 2023-07-23 18:28:56 +02:00
document.h Add missing @since tags to new public functions in core/document 2023-06-14 13:46:51 -06:00
document_p.h Random minor/pedantic fixes 2023-06-17 11:04:41 +00:00
documentcommands.cpp Fix viewport transition when translating/resizing annotations 2022-09-13 16:46:41 +02:00
documentcommands_p.h Make meaning of sponsoring note more clear 2021-06-10 08:11:56 +00:00
fileprinter.cpp Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
fileprinter.h Act on core/ TODOs that are not binary compatible 2021-12-29 09:35:25 +00:00
fontinfo.cpp Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
fontinfo.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
form.cpp Random minor/pedantic fixes 2023-06-17 11:04:41 +00:00
form.h Remove virtual methods from signature and certificate info 2023-05-03 09:15:42 +00:00
form_p.h Fix two Signature issues on multipage/multisignature documents 2022-01-03 23:38:23 +01:00
generator.cpp Switch optional kwallet to use config.h 2023-05-25 21:43:43 +00:00
generator.h PDF: Fix memory leak when the file has Optional Content links 2022-01-04 16:42:35 +00:00
generator_p.cpp emit -> Q_EMIT 2022-03-19 10:58:47 +00:00
generator_p.h slots -> Q_SLOTS 2022-03-19 10:58:47 +00:00
global.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
misc.cpp Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
misc.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
movie.cpp Fix wrong interpretation of autoplay flag 2023-02-15 23:32:49 +00:00
movie.h Fix wrong interpretation of autoplay flag 2023-02-15 23:32:49 +00:00
observer.cpp Random minor/pedantic fixes 2023-06-17 11:04:41 +00:00
observer.h Make meaning of sponsoring note more clear 2021-06-10 08:11:56 +00:00
okularGenerator.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2023-02-20 02:01:39 +00:00
page.cpp Replace qSwap with std::swap 2023-01-26 18:11:50 +00:00
page.h Fix hasPixmap setting size of TilesManager 2022-12-01 20:21:12 +00:00
page_p.h Port a few more QLinkedList to QList 2022-03-31 17:08:01 +02:00
pagecontroller.cpp emit -> Q_EMIT 2022-03-19 10:58:47 +00:00
pagecontroller_p.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
pagesize.cpp Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
pagesize.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
pagetransition.cpp Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
pagetransition.h clang-tidy: Enable google-explicit-constructor 2021-08-29 08:52:35 +00:00
printoptionswidget.cpp Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
printoptionswidget.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
rotationjob.cpp Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
rotationjob_p.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
scripter.cpp Remove the last references to kjs from the JS executor 2023-06-22 17:45:08 +02:00
scripter.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
signatureutils.cpp Allow open certificate with kleopatra 2023-06-25 22:41:22 +00:00
signatureutils.h Allow open certificate with kleopatra 2023-06-25 22:41:22 +00:00
sound.cpp clang-tidy: Enable google-explicit-constructor 2021-08-29 08:52:35 +00:00
sound.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
sourcereference.cpp Add a few definitions that will come with ECM 5.85 2022-04-07 23:02:12 +00:00
sourcereference.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
sourcereference_p.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
stamps.svg PDF: Add Stamps to the file properly 2021-10-01 16:04:50 +00:00
textdocumentgenerator.cpp Port a few more QLinkedList to QList 2022-03-31 17:08:01 +02:00
textdocumentgenerator.h Act on core/ TODOs that are not binary compatible 2021-12-29 09:35:25 +00:00
textdocumentgenerator_p.h epub: Improve TableOfContents for some files 2022-08-25 23:38:42 +02:00
textdocumentsettings.cpp Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
textdocumentsettings.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
textdocumentsettings_p.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
texteditors_p.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
textpage.cpp Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
textpage.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
textpage_p.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
tile.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
tilesmanager.cpp Replace qSwap with std::swap 2023-01-26 18:11:50 +00:00
tilesmanager_p.h Don't paint a partial pixmap over a fully rendered pixmap, even if dirty 2022-12-01 20:21:12 +00:00
utils.cpp Enable readability-braces-around-statements 2022-03-09 23:29:56 +01:00
utils.h Make Utils::realDpi work on QWindow not on QWidget 2022-01-27 19:25:30 +01:00
utils_p.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
view.cpp Convert license headers to SPDX 2021-06-10 08:11:56 +00:00
view.h clang-tidy: Enable google-explicit-constructor 2021-08-29 08:52:35 +00:00
view_p.h Convert license headers to SPDX 2021-06-10 08:11:56 +00:00