Commits on Source (3)
-
The default encoding QUrl::None maps to QUrl::PrettyDecoded, which is not entierely specified (documentation even mention it can change over different releases) and typically won't encode the spaces correctly.
a91d89c3 -
The default encoding QUrl::None maps to QUrl::PrettyDecoded, which is not entierely specified (documentation even mention it can change over different releases) and typically won't encode the spaces correctly.
6180022a -
When using drag&drop to play a media with characters that would need encoding, especially spaces, the system will provide the correct URL to the DropArea but Qt will encode it partially. Since we will encode it afterwards, we can just decode it completely and forward it as-is to the playlist controller. Fixes dropping URL with spaces from a browser to VLC.
67e2541b
Showing
- modules/gui/qt/maininterface/qml/MainInterface.qml 6 additions, 1 deletionmodules/gui/qt/maininterface/qml/MainInterface.qml
- modules/gui/qt/medialibrary/medialib.cpp 2 additions, 2 deletionsmodules/gui/qt/medialibrary/medialib.cpp
- modules/gui/qt/playlist/playlist_controller.cpp 1 addition, 1 deletionmodules/gui/qt/playlist/playlist_controller.cpp