Commit Graph

3145 Commits

Author SHA1 Message Date
craig.p.drummond
b05ab4f3c5 Fix crash in settings dialog if current connection name is removed from config file. 2013-08-18 18:34:10 +00:00
craig.p.drummond
14a6751453 Spelling 2013-08-14 20:12:49 +00:00
craig.p.drummond
92a11ed79b Fix CPACK_SOURCE_IGNORE_FILES 2013-08-14 19:44:31 +00:00
craig.p.drummond
ba667b5023 Select Standard/Multi-user setup be default in initial settings wizard - as this is mainly how MPD would be used. 2013-08-14 18:55:22 +00:00
craig.p.drummond
f69f3677ce Update version numbers 2013-08-14 18:39:36 +00:00
craig.p.drummond
8179c581ca Disable labels when text entries are disabled 2013-08-14 18:18:45 +00:00
craig.p.drummond
d053b14fb6 Place size grip in lower right corner 2013-08-14 18:18:13 +00:00
craig.p.drummond
9b88923577 Uniform row heights 2013-08-14 18:17:55 +00:00
craig.p.drummond@gmail.com
78e258da12 Fix translations - favourites is favorite in US english...
BUG: 265
2013-08-14 11:05:43 +00:00
craig.p.drummond
5cd8a763b2 Update 2013-08-13 19:41:57 +00:00
craig.p.drummond
74bd6030d2 Put BasicItemDelegate into its own source files 2013-08-13 19:40:05 +00:00
craig.p.drummond
e6f730c2e7 Windows build fixes 2013-08-12 21:03:21 +00:00
craig.p.drummond
50b8273d53 Update windows cmake command 2013-08-12 19:31:14 +00:00
craig.p.drummond
7cf74a164f Only load lyrics.xml when needed 2013-08-12 18:34:08 +00:00
craig.p.drummond
238af8627f Use settings to determine if to show artist images 2013-08-12 18:33:50 +00:00
craig.p.drummond
a37765c9c3 Place loading of online icons into OnlineService 2013-08-12 18:33:25 +00:00
craig.p.drummond
e653e06281 Embed stream icons too 2013-08-12 18:32:58 +00:00
craig.p.drummond
b9cd87e2cc Correctly set 'guessed' field of Song 2013-08-12 18:32:42 +00:00
craig.p.drummond
79f942e377 Use correct #define 2013-08-12 18:32:15 +00:00
craig.p.drummond
7b000043b7 Use StdGuiItem for KDE builds too 2013-08-12 18:31:54 +00:00
craig.p.drummond
357e2827e5 Show album in italic if this has changed too 2013-08-12 18:31:33 +00:00
craig.p.drummond
f3d88f49c6 Embed 24px cantata icon 2013-08-12 18:31:10 +00:00
craig.p.drummond
d6acd7c6e1 Embed icons with KDE builds too 2013-08-12 18:30:50 +00:00
craig.p.drummond
850698462f Memtion other translations 2013-08-12 18:30:06 +00:00
craig.p.drummond
e57064c921 Remove 'fuzzy' 2013-08-12 18:29:49 +00:00
craig.p.drummond
4e6a944d22 Remove deprecated warnings 2013-08-12 18:29:29 +00:00
craig.p.drummond
e2f75ef5d9 Stripped versions that seems to work with older desktops?
BUG: 263
2013-08-11 21:05:53 +00:00
craig.p.drummond
ff6bbc384c Add some missing details
BUG: 264
2013-08-11 18:37:33 +00:00
craig.p.drummond
1aad5fe5ad Stripped version that seems to work with older desktops?
BUG: 263
2013-08-11 18:11:25 +00:00
craig.p.drummond
115e035988 Reset progress position before starting scan 2013-08-11 10:04:00 +00:00
craig.p.drummond
a5a0efb3c4 Run replaygain analysis within a separate process. Saves main Cantata needing to link to ffmpeg/mpg123, and guards Cantata agains memory leaks in replaygain code.
BUG: 261
2013-08-11 09:39:03 +00:00
craig.p.drummond
c136f7518f Supply a 24x24 version of Cantata icon.
BUG:263
2013-08-11 09:31:30 +00:00
craig.p.drummond
e38c9b82c4 Only init libebur constants once 2013-08-10 16:24:22 +00:00
craig.p.drummond
1094f54080 Store italic font 2013-08-10 15:24:15 +00:00
craig.p.drummond
d1016b8e74 Init get/release buffer 2013-08-10 15:22:54 +00:00
craig.p.drummond
1370062ff5 Delete counter thread 2013-08-08 19:16:16 +00:00
craig.p.drummond
ee1ea2c0ad Update 2013-08-08 19:15:59 +00:00
craig.p.drummond
31c6e50503 Better handling of streams in context view 2013-08-08 19:15:45 +00:00
craig.p.drummond
68d8d4028e Cant reload favourites 2013-08-08 19:15:21 +00:00
craig.p.drummond
1156f927cb Fix showing of message when text has not changed since last time 2013-08-08 19:15:06 +00:00
craig.p.drummond
c45baefbcc Better appearance 2013-08-08 19:14:43 +00:00
craig.p.drummond
8eb5ec0abb Check if song is empty 2013-08-08 19:14:29 +00:00
craig.p.drummond
7c76743772 Remove some of the shine 2013-08-08 19:14:10 +00:00
craig.p.drummond
df237b3992 Strings should be in american english 2013-08-08 19:13:49 +00:00
craig.p.drummond
eaeda40408 When looking for localised patterns, also look for the un-localised equivalents 2013-08-05 21:02:34 +00:00
craig.p.drummond
01202d40b1 Properly handle 8bit 2013-08-03 11:45:52 +00:00
craig.p.drummond
b168832948 Just reset song time and track number, not whole details - as this clears artist and album names!!! 2013-08-03 11:06:18 +00:00
craig.p.drummond
f5c67b7385 Update FfmpegInput::readOnePacket() so that it more closely matches the example from libebur128. Still seems to have a memleak though :-(
Should also now compile with FFMPEG 2.0
BUG:261
2013-08-03 11:01:22 +00:00
craig.p.drummond
90853b9b6b More CSS themes... 2013-08-02 19:27:56 +00:00
craig.p.drummond
4eaf1202e4 Fix time label visilbility 2013-08-02 19:27:22 +00:00