https://bugs.kde.org/show_bug.cgi?id=356218
Harald Sitter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/phon | |on/621ffb823d45a88a02602fb4 | |ee4b769dfbc0c16a Version Fixed In| |4.9.0 --- Comment #2 from Harald Sitter <[email protected]> --- Git commit 621ffb823d45a88a02602fb4ee4b769dfbc0c16a by Harald Sitter. Committed on 03/12/2015 at 09:30. Pushed by sitter into branch 'master'. fix double encoding problem with MRLs QUrl::from* can auto-encode characters such as #, toString will not automatically decode again. This results in a double encoding since MRL always encodes according to phonon-gstreamer's expectations. To avoid this use toLocalFile() for local paths as this returns decoded paths which we can then percent encode correctly. FIXED-IN: 4.9.0 CHANGELOG: Fix playback of local files containing a hash (#) character M +2 -3 phonon/mrl.cpp http://commits.kde.org/phonon/621ffb823d45a88a02602fb4ee4b769dfbc0c16a -- You are receiving this mail because: You are watching all bug changes.
