https://bugs.kde.org/show_bug.cgi?id=365798
Elvis Angelaccio <elvis.angelac...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Version Fixed In| |16.08.0 Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/ark/ | |c98d64bfb5176d03f37ae5bed9b | |1fe8d9d5bbbc2 --- Comment #2 from Elvis Angelaccio <elvis.angelac...@kdemail.net> --- Git commit c98d64bfb5176d03f37ae5bed9b1fe8d9d5bbbc2 by Elvis Angelaccio. Committed on 21/07/2016 at 10:11. Pushed by elvisangelaccio into branch 'Applications/16.08'. Fix extraction when an archive has a percentage in the name QUrl::toDisplayString() results in a QString containing %25 instead of %. This affects both batch extractions and normal extractions from the Ark Part. Porting to QUrl::toLocalFile() fixes this issue. FIXED-IN: 16.08.0 Differential Revision: D2229 M +3 -3 app/batchextract.cpp M +1 -0 autotests/CMakeLists.txt A +9 -0 autotests/app/CMakeLists.txt A +94 -0 autotests/app/batchextracttest.cpp [License: BSD] A +- -- autotests/app/data/simple%archive.tar.gz M +1 -1 part/part.cpp http://commits.kde.org/ark/c98d64bfb5176d03f37ae5bed9b1fe8d9d5bbbc2 -- You are receiving this mail because: You are watching all bug changes.