Commit Graph

798 Commits

Author SHA1 Message Date
craig.p.drummond
e65eefa1d2 Custom volume control 2013-10-15 17:19:20 +00:00
craig.p.drummond
c295903424 Dont treat albums that have artists such as 'Abc' and 'Abc with xyz' as multiple artist albums. 2013-10-15 17:17:18 +00:00
craig.p.drummond
7c5c01974d Fix HTTP server under windows when passed a local file 2013-10-15 17:14:51 +00:00
craig.p.drummond
ebc42fdbd9 Spelling 2013-10-15 17:13:00 +00:00
craig.p.drummond
9d2bcbcb98 USe native dir separators for display 2013-10-14 18:17:34 +00:00
craig.p.drummond
5a4b9ce5e2 There will be no more 1.1.x releases - so place the MTP version check under 1.2.0 changelog 2013-10-13 17:27:06 +00:00
craig.p.drummond
136a11f2e6 As of 1.2.0, Cantata for windows will no longer be shipped with TagLib support. This is due to the fact that it appears as if the tag editor, track organiser, http server, etc, don't actually work! As I dont actively use the windows version I have neither the time nor motivation to fix this. However, I will accept patches that rectify this... 2013-10-13 17:24:28 +00:00
craig.p.drummond
420a214a8f Modify message-widget so that it uses a squeezed-text label. Because of this, always use Cantata's copy of KMessageWidget for all KDE builds. 2013-10-11 19:10:34 +00:00
craig.p.drummond
2baabc546a Album genres 2013-10-10 20:28:39 +00:00
craig.p.drummond
9fa96846fb Dont hide other online services / streams when searching. 2013-10-09 18:45:01 +00:00
craig.p.drummond
8e84cab3a8 - Show action short-cuts in tooltips
- Move https->http conversion into NetworkAccessManager, so that it is consistent
- Place clear playqueue button back to its previous position
2013-10-09 17:07:14 +00:00
craig.p.drummond
374ce39f94 Cantata needs MTP>=1.1.0 2013-10-09 17:04:13 +00:00
craig.p.drummond
151fbfd9ee Only show config pages, and tabs, that are relevant to the enabled views. 2013-10-08 18:00:28 +00:00
craig.p.drummond
8dc03b4cd5 Prompt before clearing playqueue. 2013-10-08 18:00:10 +00:00
craig.p.drummond
07e2a45c52 Custom time slider. 2013-10-07 18:40:16 +00:00
craig.p.drummond
f463e091c7 Slimmer toolbar - song times are now at the ends of the time slider. 2013-10-07 15:55:52 +00:00
craig.p.drummond
fdb24f8e2d Add a config item to configure album-view to load all covers immediately.
BUG: 312
2013-10-06 18:37:58 +00:00
craig.p.drummond
042f8f9f79 Add a config item to disable all network access.
BUG: 311
2013-10-06 18:11:54 +00:00
craig.p.drummond
de4c76f4fa Show albums by artist, etc, even if wiki/last.fm search fails. 2013-10-06 17:26:59 +00:00
craig.p.drummond
81ebccd6c1 - Optionally support Qxt global shortcuts for Qt-only (Qt4) Linux, and Windows, builds.
- Move media-keys setting into shortcuts page.
2013-10-04 18:42:56 +00:00
craig.p.drummond
0ce01b322b - Dont build GNOME media-keys support into KDE builds, as these use KDE's global keyboard shortcuts.
- With KDE builds, default to using media-keys as global shortcuts.
2013-10-04 18:41:12 +00:00
craig.p.drummond
9bd026aae1 Fix artist and album genres. 2013-10-03 20:43:52 +00:00
craig.p.drummond
e09f273d09 When parsing CUE files - attempt to load as UTF-8, and then "System" encoding. Support a new config item, 'cueFileCodecs', which allows extra Qt text-codecs to be tried (see README for details). If all of these fail, then revert back to the previous behaviour. 2013-10-03 17:10:21 +00:00
craig.p.drummond
830856c958 Slightly improve tag-guessing from tracks without tags.
BUG: 308
2013-10-02 20:21:36 +00:00
craig.p.drummond
63eb2a4d2a Only enable 'Edit Song Tags' on playqueue if MPD music folder is readable.
BUG: 307
2013-10-02 20:19:07 +00:00
craig.p.drummond
70bf4c128a When reading default MPD music folder, ensure this has a trailing slash. 2013-10-02 20:18:10 +00:00
craig.p.drummond
c0945b11a0 Only show genre combo, if there are actually genres. 2013-10-01 18:22:45 +00:00
craig.p.drummond
24e825150c Fix number display in replaygain dialog in Qt-only builds. 2013-09-30 18:20:59 +00:00
craig.p.drummond
5effadd265 Bind increase volume, decrease volume, and mute actions to main window, so that shortcuts work. 2013-09-30 18:16:33 +00:00
craig.p.drummond
c626127c0e Don't react twice to every volume change. Volume was changing in 10% increments, whereas it should have been (and is now) 5%
BUG: 304
2013-09-30 18:15:19 +00:00
craig.p.drummond
82df0c62fe Update 2013-09-26 18:04:23 +00:00
craig.p.drummond
718b1b19fb If we recieve an error from MPD via status, then display this in the main window. 2013-09-26 18:03:58 +00:00
craig.p.drummond
c643c6bb8a Fix display of album year in playqueue for KDE builds. 2013-09-24 18:49:16 +00:00
craig.p.drummond
28654a9148 Use HTTPS URLs for Last.fm, Wikipedia, SoundCloud, etc, for non-windows builds. 2013-09-24 18:42:52 +00:00
craig.p.drummond
1e781a9a37 Use "play" command if play button is pressed and there is no current song. 2013-09-24 18:41:35 +00:00
craig.p.drummond
8dcf661d15 Improve responsiveness when loading covers. Only attempt to locate and load 2 covers in the GUI event loop per iteration. More than this is handled in a separate thread. 2013-09-24 18:40:59 +00:00
craig.p.drummond
159fecd66f Store data under XDG_DATA_HOME (~/.local/share) 2013-09-24 18:38:31 +00:00
craig.p.drummond
b0236d2e2f Fix Qt5 build... 2013-09-24 18:35:50 +00:00
craig.p.drummond
03118e282a If no icon is to be used on a message-box button, then ensure the icon is cleared. 2013-09-24 18:35:10 +00:00
craig.p.drummond
f168a1a10d Use QDesktopServices to ascertain default music folder for 'Personal' collections. 2013-09-24 18:34:33 +00:00
craig.p.drummond
f0dbb40401 Updated Spanish translation. 2013-09-23 18:05:19 +00:00
craig.p.drummond
b098567970 If 'Basic'/'Personal' is selected in intitial settings wizard, then enable 'stop playback' and 'stop dynamizer' options.` 2013-09-23 18:02:19 +00:00
craig.p.drummond
484e181d7e Fix changing of Music folder for 'Personal' mpd collection. 2013-09-23 18:01:26 +00:00
craig.p.drummond
1688820dbe Add config page to determine list of online providers. 2013-09-20 19:48:27 +00:00
craig.p.drummond
6f6e30bda0 Update 2013-09-18 18:14:05 +00:00
craig.p.drummond
5d002fd210 Fix non-taglib compile
BUG: 291
2013-09-18 18:06:55 +00:00
craig.p.drummond
d5c0ab1bb6 Initial podcast support
NOTE: This is NOT fully implemented, or functional!!!
2013-09-17 16:25:58 +00:00
craig.p.drummond
cf1e32c7c8 Online services support does not require taglib. 2013-09-17 15:54:54 +00:00
craig.p.drummond
b678d4b25c Initial MacOS port - thanks to Ian Scott 2013-09-17 15:54:18 +00:00
craig.p.drummond
0fb2ca6795 Make playqueue search consisten with view search - ie. only show search on activating 'Search Play Queue', do not toggle. 2013-09-13 19:09:59 +00:00