Commit Graph

622 Commits

Author SHA1 Message Date
craig.p.drummond
67f7058633 Remove lyrics and info pages, and place within a new context view. 2013-05-18 10:13:53 +00:00
craig.p.drummond
448c3a8733 Spelling 2013-05-17 19:11:13 +00:00
craig.p.drummond
1799a0d0f2 Replace multiple blank lines with single blank line when showing lyrics. 2013-05-17 19:10:57 +00:00
craig.p.drummond
0bd8e664de Spelling 2013-05-16 18:13:04 +00:00
craig.p.drummond
f99bf901a0 Fix lyrics background when we toggle from shwowing cover to not showing. 2013-05-16 18:11:49 +00:00
craig.p.drummond
2d889e6392 Save current info provider setting. 2013-05-16 18:11:22 +00:00
craig.p.drummond
c6fb579a0d Add QSizeGrip to bottom right of mainwindow. 2013-05-16 18:10:06 +00:00
craig.p.drummond
e35b0f6b86 Dont use alternating rows in views (does not look too great with grouped view). Use a fading divider instead. 2013-05-16 18:09:32 +00:00
craig.p.drummond
0a0c8247f6 Improve comsume icon at larger sizes. 2013-05-14 18:47:43 +00:00
craig.p.drummond
e734e8e88d When searchinbg for artist information, if song's album artist contains artist, then use album artist. This si for track that have an artist such as "abc featuring 123", and album artist is "abc" 2013-05-14 18:47:13 +00:00
craig.p.drummond
bb9b473219 Document how to make a release build. 2013-05-14 18:46:15 +00:00
craig.p.drummond
c33e002420 Better radio stream icons 2013-05-13 20:53:34 +00:00
craig.p.drummond
7f0ff0b61d Use larger action icons in icon view when we have larger previews. 2013-05-13 20:46:25 +00:00
craig.p.drummond
aa4c61566b Only show actions on moue-over. 2013-05-13 20:41:47 +00:00
craig.p.drummond
23fac23d50 Simplify HTTP server settings. Now only the interface can be chosen. HTTP server is used for all non-MPD files. If computer has no active network connection (e.g. lo is the only interface), then the HTTP server settings page is hidden. 2013-05-13 20:40:37 +00:00
craig.p.drummond
a00327042e Unless using a dark toolbar, use same colour for toolbar menu icon as per menu icon in views. 2013-05-13 20:38:48 +00:00
craig.p.drummond
5d2d3b1b13 After ripping a CD, prompt as to whether to calculate ReplyGain. 2013-05-10 19:03:02 +00:00
craig.p.drummond
5120cbdf54 Fix consistency of default button in messageboxes between Qt and KDE builds. 2013-05-10 19:02:29 +00:00
craig.p.drummond
ff23bd85f5 Save size of Track Organiser, Tag Editor, and ReplayGain dialogs. 2013-05-09 19:11:09 +00:00
craig.p.drummond
490c45d8fe Dont display codec settings in copy dialog unless we are copying to a device, or from an AudioCD. 2013-05-09 19:08:44 +00:00
craig.p.drummond@gmail.com
4d6b620de2 Re-spin to add Qt SVG iconengine to windows installer. 2013-05-09 11:03:11 +00:00
craig.p.drummond
356662111f Better status labels for streams and dynamic pages. 2013-05-08 18:27:51 +00:00
craig.p.drummond
b605339e38 Indicate when streams file is read-only. 2013-05-08 18:26:12 +00:00
craig.p.drummond
ca92ea5954 Fix 'No such song' warning when removing songs from playqueue.
- When getting list of selected items, we want list of selected rows! Fixing the playqueue model, which now always returns the complete column count (even when grouped), caused thsi issue to appear.
BUG:213
2013-05-05 17:59:03 +00:00
craig.p.drummond
813ee2f784 - Fix deletion of threads.
- Enable online services for windows builds.
2013-05-04 10:35:06 +00:00
craig.p.drummond
2b05751572 Fix cover downloading. 2013-05-03 23:22:32 +00:00
craig.p.drummond
97b17319f0 Fix loading of SVGs in windows build. 2013-05-03 23:08:37 +00:00
craig.p.drummond
17c5d4ce32 Fix non-taglib builds 2013-05-03 21:58:57 +00:00
craig.p.drummond
211428d0e5 Fix usage of timers in threads 2013-05-03 19:07:12 +00:00
craig.p.drummond
481acceaff Connect 'Set Cover' signal for windows builds. 2013-05-03 18:06:35 +00:00
craig.p.drummond
98f666df22 Add option to toggle mono icons 2013-05-03 18:06:05 +00:00
craig.p.drummond
9fc2050fd7 Document %artist% / %album% in cover name 2013-05-03 18:05:48 +00:00
craig.p.drummond
8945d1ec6c Add "(Muted)" to volume button tooltip if volume is currently muted. 2013-05-03 18:05:21 +00:00
craig.p.drummond
8c46566276 Show artist name as caption for cover dialog when setting artist images. 2013-05-03 18:04:51 +00:00
craig.p.drummond
a2304c3735 Display 'Calculating...', and 'Deleting...' in cache settings page if relevant 2013-05-03 18:03:29 +00:00
craig.p.drummond@gmail.com
6fff3520bb Fix deletion of cache when single item selected. 2013-05-03 11:11:55 +00:00
craig.p.drummond@gmail.com
994c2c45e9 Correctly calculate size of cache folders when folder does not exist. 2013-05-03 11:09:09 +00:00
craig.p.drummond@gmail.com
2ac7a86a46 Dont display Jamendo and Magnatune cache settings in config dialog if these have been disabled at build time. 2013-05-03 11:08:02 +00:00
craig.p.drummond
3a6c042d9c Update version number 2013-05-02 17:09:21 +00:00
craig.p.drummond
f87c040a11 Use HTTP server by default 2013-05-01 07:04:20 +00:00
craig.p.drummond
7230782891 If we dynamically allocate a HTTP port, then attempt to reuse that port when Cantata restarts 2013-05-01 07:03:55 +00:00
craig.p.drummond
717b280d0a Speed up playqueue searches.
BUG: 209
2013-04-29 18:34:30 +00:00
craig.p.drummond
a1471af686 Make monochrome icons configurable. On by default for Linux, off by default for windows 2013-04-26 18:43:16 +00:00
craig.p.drummond
3210fe3c40 Monochrome sidebar icons 2013-04-25 22:25:03 +00:00
craig.p.drummond
c1f5003286 List untagged files in main 'artists'/'albums' views. Attempt to guess the tags based upon the filename/folder. e.g. $artist/$album/$trackNo - $trackTitle 2013-04-23 16:55:09 +00:00
craig.p.drummond
10b2c31c5d Show next track in tooltip of next track button. (Only valid whilst playing) 2013-04-22 19:44:32 +00:00
craig.p.drummond
3a5806cf04 Add 'add' button to dialog, so that can create multiple rules without closing dialog 2013-04-19 18:33:27 +00:00
craig.p.drummond
2117e37d68 PRevent duplicates in dynamic rules 2013-04-19 18:32:58 +00:00
craig.p.drummond
918e1389e3 Add possibility to use amazon AWS for covers. Needs AWS keys though, and these must currently be supplied in the config file. 2013-04-18 19:02:46 +00:00
craig.p.drummond
46d8d774ee If compiled with both ffmpeg and mpg123, then prefer mpg123 for mp3 files if ffmpeg does not have mp3float codec. 2013-04-17 19:22:03 +00:00