380 Commits

Author SHA1 Message Date
David Sansome
26098db9c8 Update the length of the first track on a last.fm stream 2010-03-21 00:30:05 +00:00
David Sansome
2bde36a1c2 Fix timestamps on scrobbled songs 2010-03-21 00:22:15 +00:00
David Sansome
1a930bf2b5 Add a menu item to the library for forcing albums to appear under Various Artists.
Fixes issue 
2010-03-20 23:59:39 +00:00
John Maguire
758f99be49 Support unicode-aware comparisons in Sqlite3.
Fixes issue 
2010-03-20 23:41:59 +00:00
David Sansome
e1c44cdc77 Add options for choosing or disabling the analyzer.
Fixes issue .
2010-03-20 22:45:54 +00:00
David Sansome
595877445b Multiple selections in the album cover manager 2010-03-20 22:03:58 +00:00
John Maguire
51a47b9874 Add FLAC plugin for Mac. 2010-03-19 15:20:14 +00:00
John Maguire
417b6af911 Update slovak translation.
Fixes issue 
2010-03-19 13:20:54 +00:00
David Sansome
257170b212 Add support for showing the filename without the path - thanks ralf.neupert
Fixes issue 
2010-03-19 10:39:22 +00:00
John Maguire
7e7aa6a0c4 Fix crash in last.fm radio when the user's subscription expires. 2010-03-18 17:18:54 +00:00
John Maguire
fd2daf6fa2 Fixes issue \o/
A reminder for next time: enable various "Universal Access" options.
2010-03-17 17:16:05 +00:00
John Maguire
84bede61d3 Fix compiler warning from Clang. 2010-03-17 15:07:49 +00:00
John Maguire
4a26d10e7e Build fixes for mac. 2010-03-16 15:09:08 +00:00
David Sansome
6a4d1734b6 Add the shuffle and repeat menus to the menubar as well 2010-03-12 01:03:43 +00:00
David Sansome
e1952e7ff2 Fix the cover manager behaviour when there are unknown albums or albums by various artists. 2010-03-12 00:54:18 +00:00
John Maguire
e809019bef Fix code review comment for r353
Add more tests for XSPF parser.
2010-03-11 15:25:25 +00:00
Andrew Udvare
116204d58e Start of event handling to capture keys with virtual function event() 2010-03-11 09:56:02 +00:00
Andrew Udvare
f9711d414f More implementation of ShortcutsDialog and settings 2010-03-11 06:00:47 +00:00
John Maguire
eb5d4cc309 XSPF support in the GUI 2010-03-10 21:39:25 +00:00
David Sansome
65d88ac831 Fix strangeness when rearranging the playlist with shuffle disabled 2010-03-10 14:09:35 +00:00
David Sansome
4988d45f23 Fix a crash bug when clearing the playlist, and then advancing to the next track 2010-03-10 14:06:34 +00:00
David Sansome
b8d7773776 Updated spanish translation 2010-03-10 00:43:36 +00:00
David Sansome
e7c3174109 Fix a segfault. This got lost in the merge 2010-03-10 00:09:49 +00:00
David Sansome
aee1cbb4fd Revert the multiple playlist commits until they can be cleaned up a bit. These are: r324, r326, r327, r328, r335, r336, r337, r338, and r339. 2010-03-10 00:04:04 +00:00
David Sansome
5294ea1276 Update translation sources 2010-03-09 22:49:14 +00:00
David Sansome
cecc6def3c Get the translated version of this string - thanks Mariano Copetti 2010-03-09 22:47:36 +00:00
John Maguire
11330d0177 XSPF parser with test. 2010-03-09 17:17:32 +00:00
John Maguire
4eb51bf6d9 Remove pointless cpp file. 2010-03-09 15:46:26 +00:00
John Maguire
95c1f702c5 Oops. s/OS/WS/
Updates issue .
2010-03-09 14:31:30 +00:00
John Maguire
b66370ed87 Enable global shortcuts for all X11 platforms instead of just Linux.
Updates issue 
2010-03-09 14:28:58 +00:00
David Sansome
9f0e399fba Fix a failing test 2010-03-08 18:07:18 +00:00
David Sansome
67214bf4dc Rename ShuffleRepeatWidget to PlaylistSequence 2010-03-08 18:05:41 +00:00
David Sansome
85d5e398da Shuffle and repeat buttons now work.
Fixes issue 
2010-03-08 17:55:40 +00:00
David Sansome
d15fffc802 Do something more sensible with negative times. 2010-03-08 14:13:22 +00:00
David Sansome
c9ddf09869 Add shuffle and repeat options. These don't do anything yet.
Updates issue 
2010-03-08 14:08:54 +00:00
David Sansome
427e24dece Show the time remaining as negative, like amarok 2010-03-08 12:30:55 +00:00
David Sansome
ee5facbd01 Fix the size of the time elapsed and time remaining labels on the track slider, so they don't move the slider around while it's being dragged. 2010-03-08 12:13:11 +00:00
David Sansome
7d0bc4830f Set the source properly for tracks from last.fm radio
Fixes issue 
2010-03-07 23:39:28 +00:00
David Sansome
6f2119bce0 Fix a bug that meant the track progress slider was greyed out on the first song in a last.fm radio stream 2010-03-07 23:28:40 +00:00
David Sansome
3d34aa240c Add albumartist, composer, file type and date columns to the playlist. Also add columns to the database for rating, playcount, and lastplayed (not used yet).
Fixes issue 
2010-03-07 22:46:41 +00:00
Bartek Taczała
030e454d1e Enabling removal of playlist. Slightly changing how informatiion about playlists are stored in QSettings 2010-03-07 20:55:02 +00:00
Bartek Taczała
6f2754bcba Changing tabWidget to tab_widget 2010-03-07 20:21:20 +00:00
Bartek Taczała
b303d59b4c Saving qtab current index ( current playlist ). 2010-03-07 20:19:35 +00:00
Bartek Taczała
0a1e7916d8 Ensure one playlist at startup if no restoring. Minor code modifications to compatibility with code guidelines. 2010-03-07 20:14:05 +00:00
Bartek Taczała
8ae713802d Playlist manager for handling multiple playlists. Storing/restoring is enabled. 2010-03-07 20:06:00 +00:00
John Maguire
1aebf19077 Ensure Song is valid from m3u parser.
Fix tests.
2010-03-07 15:26:54 +00:00
John Maguire
768bf85cd7 M3U support in the UI from "Add Media" \o/ 2010-03-07 14:42:51 +00:00
John Maguire
08416e2c51 Make M3U parser grab tags from file. 2010-03-07 14:04:17 +00:00
John Maguire
4219dfa718 Add test for taglib usage in Song, will be more helpful testing M3U/XSPF parsing.
Dave: I'm sorry.
2010-03-06 20:08:01 +00:00
John Maguire
1bf373b184 remove test targets from "make all" 2010-03-06 18:51:15 +00:00