Clementine-audio-player-Mac.../src
Jim Broadus d3d6c1ff3c Fix UNC paths.
The fix-up for URLs for files that that begin with // no longer works since the
QUrl class determines that these modifications are invalid, resulting in an
empty string when converted. Instead of attempting to modify the QUrl, add a
utility function that makes the correction on the encoded byte array at time of
usage.
2020-01-29 00:38:43 -08:00
..
analyzers Replace use of QColor::dark with QColor::darker 2020-01-04 23:00:40 +01:00
core Fix UNC paths. 2020-01-29 00:38:43 -08:00
covers Merge pull request #6438 from jonaski/remove-extra-semicolon 2019-11-10 00:53:37 +00:00
dbus Initial KGlobalAccel support 2019-12-06 22:34:13 +00:00
devices Cancel scan when directory is removed. 2020-01-24 10:28:51 -08:00
engines Fix UNC paths. 2020-01-29 00:38:43 -08:00
globalsearch Fix formatting 2020-01-05 19:09:03 +01:00
internet Use HTTPS 2020-01-27 22:46:38 +01:00
library Remove directory by id. 2020-01-25 18:22:16 -08:00
mac Open the right part of the system preferences for global shortcuts on Mavericks. 2014-04-02 16:27:07 +02:00
moodbar Fix UNC paths. 2020-01-29 00:38:43 -08:00
musicbrainz Use HTTPS 2020-01-27 22:46:38 +01:00
networkremote Replace QString::null with QString() 2019-11-09 23:45:28 +01:00
playlist Replace QModelIndex::child() with QAbstractItemModel::index() 2020-01-05 18:37:27 +01:00
playlistparsers Remove extra ';' 2019-11-10 00:30:18 +01:00
ripper Merge branch 'master' into qt5-update 2019-07-21 14:20:59 +02:00
smartplaylists Fix layouts with duplicate name in SmartPlaylistSearchTermWidget 2020-01-05 01:15:58 +01:00
songinfo Merge pull request #6439 from jonaski/signalmapper 2019-11-10 19:13:31 +00:00
transcoder Remove extra ';' 2019-11-10 00:30:18 +01:00
translations Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2020-01-24 10:41:42 +00:00
ui Fixed lastfm workflow with "now playing" and scrobbling feature 2020-01-07 22:29:23 +00:00
visualisations Fix formatting 2019-11-10 15:16:39 +01:00
widgets Support newlines in error dialog. 2020-01-16 21:06:11 -08:00
wiimotedev Merge remote-tracking branch 'upstream/master' into qt5 2018-02-01 09:50:42 +01:00
CMakeLists.txt Initial KGlobalAccel support 2019-12-06 22:34:13 +00:00
config.h.in Improvements to makefiles and make components optional (#6221) 2018-11-29 21:32:12 +00:00
main.cpp Remove obsolete forced setting of XDG_CONFIG_HOME. 2019-12-10 18:05:55 +01:00
version.h.in