David Sansome
|
3eedc916ad
|
Add a new logging system
|
2011-04-22 16:50:29 +00:00 |
David Sansome
|
135b32642e
|
Refactor all the code that handles adding items to the playlist - whether it be by a context menu item, double clicking in a view or dragging. Everything now uses the models' mimeData() instead of duplicating the same code everywhere.
|
2011-01-10 22:26:13 +00:00 |
David Sansome
|
92b6c3a3ec
|
Work around QTBUG-11620 (fixed in 4.7) that causes a crash when skipping through tracks with the Artist Info tab open. Fixes issue #935
|
2010-12-30 17:35:10 +00:00 |
David Sansome
|
dc31a0be7e
|
Make it possible to disable all lyric providers.
|
2010-12-26 15:06:11 +00:00 |
David Sansome
|
7fd29f160d
|
Add a configurable timeout to song and artist info network requests. Default to 2.5 seconds
|
2010-12-19 13:58:53 +00:00 |
David Sansome
|
28fdb147d8
|
Make last.fm optional. Thanks volkov0aa. Fixes issue #49
|
2010-12-18 17:28:02 +00:00 |
John Maguire
|
7f6f1888cf
|
Maybe fix crash in song info.
|
2010-12-14 19:00:05 +00:00 |
David Sansome
|
a18dafac9c
|
Add a "Play from my Library" context menu item to similar artists in the song info view. Fixes issue #1014
|
2010-12-04 16:19:30 +00:00 |
David Sansome
|
5bb287c223
|
Add Load context menu item to all radio services. Fixes issue #1013
|
2010-12-04 15:49:43 +00:00 |
David Sansome
|
ed1a25693c
|
Add missing licenses to debian/copyright, and add copyright information to each source file
|
2010-11-20 13:27:10 +00:00 |
David Sansome
|
1e3c459e7d
|
Don't show the artist image widget if there are no images
|
2010-10-23 23:44:16 +00:00 |
David Sansome
|
9d690c1b7e
|
Scale artist images in a background thread
|
2010-10-17 11:01:46 +00:00 |
David Sansome
|
b5f366c40a
|
Add a thread safe network disk cache, and remove the need to pass a NetworkAccessManager around everywhere. Fixes issue #852
|
2010-10-16 17:20:54 +00:00 |
David Sansome
|
c35ba55e75
|
Try to intelligently convert \n to <p> in song/artist info views
|
2010-10-16 16:16:22 +00:00 |
David Sansome
|
b97b2138fa
|
Play last.fm tag radio or similar artists radio when clicking on a tag in the song/artist info pane.
|
2010-10-16 15:22:14 +00:00 |
David Sansome
|
a41b6de040
|
Show a "Change font size..." item in the menu of text views in the artist/song info panes.
|
2010-10-16 14:45:23 +00:00 |
David Sansome
|
efb84a25ce
|
Rename AutoSizedTextEdit to SongInfoTextView
|
2010-10-16 14:11:23 +00:00 |
David Sansome
|
07f181cc2b
|
Make it possible to change the font size of the song/artist info views.
|
2010-10-16 13:56:49 +00:00 |
David Sansome
|
548430853c
|
Remove a couple more broken lyric providers and sort the list of lyrics properly. Fixes issue #881
|
2010-10-16 12:56:58 +00:00 |
David Sansome
|
566bd2e2f8
|
Remember which sections have been expanded/collapsed
|
2010-10-11 21:42:31 +00:00 |
David Sansome
|
30414ef378
|
Don't show the last.fm track tags display if there aren't any to show
|
2010-10-11 21:21:08 +00:00 |
David Sansome
|
abbc908aaa
|
Collapse all info sections by default except the first one of each type but add support for using user preferences (they don't get saved yet), add a fade in/out animation to collapsed section headers.
|
2010-10-11 19:49:12 +00:00 |
David Sansome
|
0fcba76195
|
Use the active palette when drawing the info headers
|
2010-10-11 18:15:09 +00:00 |
David Sansome
|
35988411e1
|
Split the echonest images and biographies into different classes, fetch tags and similar artists from echonest.
|
2010-10-10 21:45:01 +00:00 |
David Sansome
|
0940d88862
|
Fix the black rectangle when switching between artist and song info views
|
2010-10-10 20:58:49 +00:00 |
David Sansome
|
cc8755517e
|
Blur the song/artist info panes while waiting for info to load
|
2010-10-10 20:53:49 +00:00 |
David Sansome
|
20bdd0a6d2
|
Fix the padding in the play stats and tag widgets
|
2010-10-10 19:25:53 +00:00 |
David Sansome
|
aca4ba6073
|
Add a tag widget, and get song tags from last.fm
|
2010-10-10 18:57:23 +00:00 |
David Sansome
|
a1cc41ab27
|
Get last.fm play counts and wiki for the song info pane
|
2010-10-10 17:59:23 +00:00 |
David Sansome
|
98716138ca
|
Order lyric providers properly
|
2010-10-10 17:00:13 +00:00 |
David Sansome
|
2aa20d3dee
|
Make the lyric providers configurable again
|
2010-10-10 16:46:35 +00:00 |
David Sansome
|
2f3732e73e
|
Move lyrics into the song info pane, refactor out a load of the common code between artist and song info.
|
2010-10-10 16:09:20 +00:00 |
David Sansome
|
fb2accea1a
|
Make the pretty image view even prettier
|
2010-10-09 16:07:20 +00:00 |
David Sansome
|
58f455ec15
|
Fade smoothly between pages in the artist info pane when changing artists.
|
2010-10-09 14:15:30 +00:00 |
David Sansome
|
547a009d73
|
Show all the artist info at once rather than as it arrives, make resizing the text areas smoother, remove duplicate biogoraphies.
|
2010-10-09 13:34:28 +00:00 |
David Sansome
|
7e39bfece2
|
Show icons for each biography, order biographies by relevance, don't refresh artist info when switching to another song by the same artist.
|
2010-10-09 12:39:49 +00:00 |
David Sansome
|
81fb559f66
|
Catch echonest errors properly
|
2010-10-09 10:32:18 +00:00 |
David Sansome
|
f09a115339
|
Add a pretty image viewer widget to the artist info pane
|
2010-10-07 23:13:41 +00:00 |
David Sansome
|
f017587099
|
Improve the appearance of the artist info view, make individual sections collapsable.
|
2010-10-07 21:06:26 +00:00 |
David Sansome
|
a85c292118
|
Set the size policy for the artist info widgets properly so they're not all squished together.
|
2010-10-07 20:18:37 +00:00 |
David Sansome
|
d035b1abc2
|
Add libechonest into 3rdparty, and add a basic echonest artist info fetcher.
|
2010-10-02 16:23:33 +00:00 |
David Sansome
|
7f3e91226c
|
Move src/lyrics to src/songinfo
|
2010-10-02 13:43:45 +00:00 |