Andrea Decorte
|
f62f1a6df8
|
Middle click to append to playlist now works in the other views. Fixes issue #1546
|
2011-03-10 12:42:35 +00:00 |
David Sansome
|
7fc03dc326
|
Increase the font size of the track slider popup
|
2011-02-23 19:31:07 +00:00 |
David Sansome
|
a39cccd059
|
Update the track slider popup delta time when the track position changes.
|
2011-02-21 22:25:04 +00:00 |
David Sansome
|
107b7b54f9
|
Add an extra line to the track slider popup to show the difference between the current time and the destination time.
|
2011-02-21 20:59:30 +00:00 |
Paweł Bara
|
677a93b359
|
minor changes
|
2011-02-20 15:05:05 +00:00 |
Paweł Bara
|
7de912d3a1
|
moving the responsibility for naming playlists into mimeData() methods (into models)
this means that pretty names for new playlists now also work when double clicking (in certain mode) or dragging and dropping
fixes issue #1477
|
2011-02-16 18:29:35 +00:00 |
Paweł Bara
|
7f3f4f4107
|
more accurate parsing of indices in CUEs (we now respect the FRAMES part)
+ incorporating arnaud's code comment in fileviewlist
|
2011-02-15 22:26:56 +00:00 |
Paweł Bara
|
88e0beeea9
|
better names for 'new playlists' generated from the files' tab (Fixes issue #1463)
|
2011-02-15 17:38:45 +00:00 |
Paweł Bara
|
0182829223
|
user-friendly name for 'Open in new playlist' playlists (fixes issue #1445)
|
2011-02-14 17:00:13 +00:00 |
Paweł Bara
|
60ac6768b8
|
Fresh new 'open in new playlist' action (Updates issue #1431).
|
2011-02-09 17:51:59 +00:00 |
Paweł Bara
|
4cd01a43b7
|
fixing names of all the 'add to playlist' items in context menus (Fixes issue #1421)
|
2011-02-08 22:42:09 +00:00 |
Paweł Bara
|
77151d7ebd
|
Hiding some of Song's cover art logic complexity in Song's API (namely: embedded and manually unset covers).
|
2011-02-02 21:01:08 +00:00 |
John Maguire
|
f0ac22e31b
|
Fix crash in mac on show duplicates only.
Fixes issue #1396
|
2011-02-02 19:16:27 +00:00 |
Paweł Bara
|
12099d48f6
|
maybe fix the mac build
|
2011-02-02 17:22:30 +00:00 |
Paweł Bara
|
ce104b9cf4
|
working on making disable for library filter widget work on MacOS (Updates issue #1396)
|
2011-02-02 16:46:57 +00:00 |
Paweł Bara
|
8aedda1795
|
moving the 'Save cover to file' action into AlbumCoverChoiceController; implementing the action in all related places (now playing widget, album cover manager, edit tag dialog)
now playing widget: disable all cover related context menu options (except for the 'save cover' one) when in 'Kittens' mode
|
2011-02-02 16:22:04 +00:00 |
John Maguire
|
9786570f35
|
Add support for saving album covers/kittens.
Fixes issue #1395
|
2011-01-31 20:53:38 +00:00 |
Paweł Bara
|
35441d829e
|
fixed a bug where 'Show cover in full size' and 'Unset cover' actions were incorrectly being disabled in the 'Now playing' widget
|
2011-01-30 20:17:09 +00:00 |
Arnaud Bienner
|
05a4cae370
|
Add track seeking from playlistview
|
2011-01-26 23:20:56 +00:00 |
Paweł Bara
|
2fec795b89
|
fixed an error where entering the Cover Searcher dialog without query would make it show the busy indicator forever
further refactoring of album cover changes (QMenu in controller)
|
2011-01-25 23:33:27 +00:00 |
Andrea Decorte
|
4e9aef16cb
|
forgot to add these files, sorry
|
2011-01-25 20:13:28 +00:00 |
Andrea Decorte
|
f98b89a2d8
|
Fixed issue #764
|
2011-01-25 19:15:51 +00:00 |
David Sansome
|
f929a88473
|
Fix mpris
|
2011-01-24 21:25:09 +00:00 |
David Sansome
|
0beb12fc14
|
Add some options to control what happens when you double click or use the menu to add tracks to the playlist
|
2011-01-24 21:16:26 +00:00 |
Paweł Bara
|
4a9d38bbdd
|
final refactoring stage of cover changing code (common QAction*s)
reset URL in 'Cover from URL' dialog on reentrance
|
2011-01-24 18:32:09 +00:00 |
Paweł Bara
|
ebfbdba8a9
|
further refactoring of cover changing code (saving covers in controller)
|
2011-01-24 17:53:31 +00:00 |
Paweł Bara
|
8bce92e69b
|
refactoring the code that handles common UI album cover related actions into a common controller
fixes a bug where cancelling the 'cover from URL' dialog would set the cover to a previously chosen URL
|
2011-01-24 00:09:57 +00:00 |
Paweł Bara
|
3e2ffd3647
|
ability to load cover from URL in all the usual places: cover manager, now playing widget and edit tag dialog (fixes issue #517)
|
2011-01-23 20:24:17 +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
|
2d53db13c3
|
Fix the scroll direction in the pretty image view. Fixes issue #1226
|
2011-01-09 19:10:15 +00:00 |
David Sansome
|
b15398e90d
|
Connect to the notification daemon in a background thread
|
2011-01-08 16:06:28 +00:00 |
David Sansome
|
d5321475cd
|
Make the scroll wheel on the pretty image view scroll through images.
|
2011-01-02 19:17:03 +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
|
9c03677143
|
Make the track slider popup a normal widget instead of a top-level window. Removes a lot of the complexity and fixes some bugs
|
2010-12-29 14:49:39 +00:00 |
David Sansome
|
5b4b4a98c7
|
Don't show the slider popup when the slider is disabled, and remove some window flags
|
2010-12-29 14:32:16 +00:00 |
David Sansome
|
d1d0236385
|
Make the "show full size" menu item in the now playing widget and edit tag dialog work with embedded covers
|
2010-12-28 22:20:54 +00:00 |
David Sansome
|
d2fda6875f
|
Pass wheel events through the track slider popup too
|
2010-12-28 21:04:55 +00:00 |
David Sansome
|
6456665066
|
Cache the background pixmap, and add support for X without transparency
|
2010-12-27 19:37:36 +00:00 |
David Sansome
|
62e21d64f3
|
Make the track slider popup more accurate, make the text bold, make the shadow bigger but fade out towards the bottom, and make it close when the mouse leaves the area of the slider.
|
2010-12-27 19:23:12 +00:00 |
John Maguire
|
72da76a71a
|
Fix track slider popup on Mac.
|
2010-12-27 17:41:59 +00:00 |
David Sansome
|
fbbd4d4b27
|
Add a picker to the seek slider. Fixes issue #1050
|
2010-12-27 16:34:00 +00:00 |
David Sansome
|
97d7fe764a
|
Download higher resolution images from last.fm. Thanks markwatkinson. Fixes issue #1187
|
2010-12-26 20:19:12 +00:00 |
David Sansome
|
d08782b720
|
Don't automatically expand items in tree views when clicking them if a modifier key is pressed as well.
|
2010-12-26 18:07:57 +00:00 |
David Sansome
|
35242f740e
|
Fix dbus
|
2010-12-26 17:24:44 +00:00 |
David Sansome
|
b49fd1903d
|
Add menu items to set the cover art to the context menu of the now playing widget. Fixes issue #906
|
2010-12-26 17:16:40 +00:00 |
David Sansome
|
e3a9bd7b26
|
Make DBUS bits optional on Linux. Thanks Nickollai. Fixes issue #1177
|
2010-12-26 13:38:35 +00:00 |
John Maguire
|
596b5471b1
|
Nicer fix for mac crash.
|
2010-12-21 14:55:42 +00:00 |
John Maguire
|
a139d46114
|
"Fix" for mac crash. Somehow adding an eventFilter prevents the stack overflow.
Fixes issue #1109
|
2010-12-21 14:41:02 +00:00 |
David Sansome
|
b0d4d72b42
|
Add some information to the summary and statistics tabs in the edit tags dialog.
|
2010-12-20 14:12:40 +00:00 |
David Sansome
|
c8520021d7
|
Start of a new edit tag dialog. Lots of things don't work and it doesn't actually save tags yet (so it's about as useful as before).
|
2010-12-19 23:40:36 +00:00 |
David Sansome
|
eb61b67dd1
|
Oops, remove debug output
|
2010-12-19 14:22:47 +00:00 |
David Sansome
|
a348a4529d
|
Make the pretty OSD snap to the center of the screen while dragging. Thanks brunciter.
|
2010-12-19 14:06:51 +00:00 |
David Sansome
|
05a1bf6e37
|
Make the clear button a part of the search textbox. Fixes issue #1071
|
2010-12-18 20:32:05 +00:00 |
David Sansome
|
75fad2ff60
|
Blur the sidepanel again if it was resized while blurred. Also make it opaque to mouse events while blurred. Fixes issue #1092
|
2010-12-18 19:56:05 +00:00 |
Paweł Bara
|
256d46624c
|
in 'Files' tab, use Backspace or 'Back' key to go up one folder (Fixes issue #1105)
|
2010-12-15 20:41:31 +00:00 |
Paweł Bara
|
80e8fc8d60
|
corrections to "make sure a playlist column will appear in the UI even if it's width was somehow set to 0"
|
2010-12-15 17:46:31 +00:00 |
Paweł Bara
|
0f3b8156f3
|
make sure a playlist column will appear in the UI even if it's width was somehow set to 0
|
2010-12-15 16:32:45 +00:00 |
David Sansome
|
b8a78abe06
|
Don't wrap text in the loading indicator. Fixes issue #1028
|
2010-12-11 15:01:01 +00:00 |
David Sansome
|
23f2530f59
|
Prevent the last playlist column from being hidden, and check that at least one is visible on startup. Fixes issue #991
|
2010-12-11 14:26:49 +00:00 |
David Sansome
|
bb186feda1
|
Show scroll buttons on the sidebar when it's bigger than the window. Fixes issue #1061
|
2010-12-11 12:01:19 +00:00 |
David Sansome
|
0aa3cb4308
|
Don't expand items on a double click now that we expand them on single clicks instead
|
2010-12-11 11:26:47 +00:00 |
David Sansome
|
2986d185e3
|
Make clicking items in tree views toggle expanded/collapsed, rather than always expanding
|
2010-12-11 10:40:54 +00:00 |
John Maguire
|
5f6dcbe4b7
|
Early Caturday!
|
2010-12-10 14:26:29 +00:00 |
David Sansome
|
579e24965a
|
Make single clicking on an item in a library view expand it. Fixes issue #1027
|
2010-12-07 21:13:40 +00:00 |
David Sansome
|
d761a5e91f
|
Add a "plain sidebar" option. Fixes issue #1031
|
2010-12-07 21:04:52 +00:00 |
Paweł Bara
|
9f3e5773fb
|
QT tooltip now includes cover art and is generally prettier (updates issue #125)
ArtLoader is now available to every object, even if MPRIS is off
|
2010-12-05 23:41:41 +00:00 |
David Sansome
|
ba520b3793
|
Elide the text on the sidebar if it's too long. Fix tab animations when the tabs have non-ascii characters. Fixes issue #987
|
2010-12-04 18:03:53 +00:00 |
David Sansome
|
89e3fde23b
|
Add missing copyright headers to the icecast source and objective-c
|
2010-11-23 11:42:19 +00:00 |
David Sansome
|
59d29d7412
|
Show a loading bubble in the song and artist info views
|
2010-11-21 16:28:25 +00:00 |
David Sansome
|
287f073127
|
Make the multi loading indicator shrinkable so it doesn't make the window bigger when lots of things are loading. Fixes issue #967
|
2010-11-20 14:57:02 +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
|
2a480f7b1c
|
Somewhat-working smart playlist preview widget for the wizard. Still needs a lot of polish.
|
2010-10-29 18:41:49 +00:00 |
David Sansome
|
fb224608ae
|
Add a rating widget, use it in the smart playlist dialog, refactor the playlist delegate to use it.
|
2010-10-26 19:59:55 +00:00 |
David Sansome
|
c196595060
|
Reduce the maximum image width a bit
|
2010-10-17 11:07:56 +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
|
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
|
c2c0eac13b
|
Open external links in song/artist info views
|
2010-10-16 13:04:59 +00:00 |
David Sansome
|
5c81e4794d
|
Center the first image in the pretty image view
|
2010-10-12 18:58:12 +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
|
a1cc41ab27
|
Get last.fm play counts and wiki for the song info pane
|
2010-10-10 17:59:23 +00:00 |
David Sansome
|
996f77580e
|
Use a smaller default font size in the song and artist info panes
|
2010-10-10 17:00:03 +00:00 |
David Sansome
|
48da2f996f
|
Move the fancy tab widget into src/widgets, remove more dead code, add it to debian copyrights.
|
2010-10-10 14:04:05 +00:00 |
John Maguire
|
9084cd8e54
|
Fix pretty image window sizing.
|
2010-10-09 16:14:33 +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
|
95b007403e
|
Don't allow images that haven't been loaded yet to be clicked
|
2010-10-09 10:42:38 +00:00 |
David Sansome
|
fbb62a2f43
|
Don't download images until they're displayed, show a message if an image couldn't be downloaded, show bigger fullsize images.
|
2010-10-08 21:34:39 +00:00 |
David Sansome
|
565ec47e42
|
Remove the arrows in the image view widget and replace them with previews of the next/previous images. Add a fullsize image viewer, add a "Save as..." option.
|
2010-10-08 21:09:01 +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
|
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
|
56d72a00bf
|
Try the next UI experiment - wide buttons down the side like Qt Creator
|
2010-10-01 19:27:01 +00:00 |
David Sansome
|
200a306f57
|
Replace the Lyrics tab with a more discreet buttonbox/tabbar that sits alongside the playlist search bar, or the playlist tab bar if it's visible. Also remember whether the lyrics pane was shown, and hide it by default.
|
2010-09-30 20:17:36 +00:00 |
David Sansome
|
0a812e46bb
|
Add a lyrics pane to the GUI
|
2010-09-26 16:00:28 +00:00 |
David Sansome
|
7539c3b222
|
Fix indentation
|
2010-09-25 15:04:20 +00:00 |
David Sansome
|
1ce8ba2abf
|
Don't include qtwin on non-windows os. Thanks oget. Fixes issue #798
|
2010-09-25 14:55:36 +00:00 |
David Sansome
|
3f926f0cca
|
Don't recursively expand (and connect) devices in the device view. Fixes issue #610
|
2010-09-18 13:55:04 +00:00 |
David Sansome
|
e7afd348e9
|
Add "Copy to device" to the files tab
|
2010-09-18 09:54:33 +00:00 |
Bartłomiej Burdukiewicz
|
089159f009
|
Update Polish translation
|
2010-09-11 02:12:54 +00:00 |
John Maguire
|
effa826abb
|
Show now playing in the dock menu somewhat like iTunes.
|
2010-09-08 11:53:35 +00:00 |
David Sansome
|
1bb859f4bb
|
Fix the appearance of the free space bar on Windows 7
|
2010-09-05 17:20:02 +00:00 |
David Sansome
|
6fea62d68e
|
Make the organise dialog and free space bar look better with a dark theme. Fixes issue #630
|
2010-09-05 12:49:56 +00:00 |
Bartłomiej Burdukiewicz
|
ed8f87af0b
|
Add action active/dective support to WiimotedevShortcuts, add special checks for bug #670
|
2010-09-01 15:37:09 +00:00 |
Bartłomiej Burdukiewicz
|
6c3be4f5b1
|
Add notification support to WiimotedevShortcuts
|
2010-09-01 14:46:15 +00:00 |
John Maguire
|
d87733b005
|
Use Mac search widget for library & magnatune.
|
2010-08-28 19:29:20 +00:00 |
David Sansome
|
8306ddc90b
|
Convert paths to native windows seperators in many places throughout the UI
|
2010-08-28 19:07:23 +00:00 |
David Sansome
|
f395d1a560
|
Avoid using such small font sizes
|
2010-08-28 18:43:01 +00:00 |
David Sansome
|
35708a09c5
|
Lazy load more context menus and dialogs
|
2010-08-27 16:15:54 +00:00 |
David Sansome
|
c7472eda59
|
Use std::fill and std::accumulate
|
2010-08-27 13:22:44 +00:00 |
David Sansome
|
dbc1bf5987
|
Set a better default column layout, and use a better column resizing algorithm
|
2010-08-27 13:15:32 +00:00 |
David Sansome
|
88a48a6bdf
|
Add an option to make columns in the playlist stretch to fit the window width like in Amarok 1. This option is enabled by default. Fixes issue #23
|
2010-08-27 12:42:06 +00:00 |
John Maguire
|
774ae905e6
|
Disable focus rect on Mac for more widgets.
|
2010-08-26 12:34:03 +00:00 |
John Maguire
|
372e196be4
|
* Add a half working gl block analyzer.
* Use a native search widget for the playlist search on Mac.
|
2010-08-25 20:59:08 +00:00 |
David Sansome
|
c0ea45a9c9
|
Show an error dialog when copying or deleting files failed.
|
2010-08-14 11:51:50 +00:00 |
David Sansome
|
5e00eb11de
|
Pass shared_ptrs to music storage things to the organiser thread so they won't get deleted if the device is disconnected
|
2010-08-09 21:50:46 +00:00 |
John Maguire
|
cef7e2a69e
|
Fix free space bar rendering on mac.
|
2010-08-09 14:20:33 +00:00 |
John Maguire
|
b37949628a
|
Use filename if no title in now playing widget.
Fixes issue #535
Thanks to arthur.murauskas
|
2010-08-06 14:15:14 +00:00 |
David Sansome
|
1f2b69c6bc
|
Add support for deleting files from the filesystem, devices, and ipods.
|
2010-07-31 16:12:16 +00:00 |
David Sansome
|
4a096b69ee
|
Make the free space widget prettier
|
2010-07-30 21:47:38 +00:00 |
David Sansome
|
6f259d4ecc
|
Show a free space bar in the organise dialog, and also show how much space would be taken up after copying files.
|
2010-07-29 22:16:12 +00:00 |
David Sansome
|
3ad30d14a8
|
Display device free space information in the device properties dialog
|
2010-07-29 20:03:24 +00:00 |
David Sansome
|
f64cdb23e9
|
Make the AlbumCoverLoader read embedded album cover art when it's available. Fixes issue #516
|
2010-07-19 17:55:02 +00:00 |
John Maguire
|
90fc1481e6
|
Show song information when Hypnotoad is hypnotising.
|
2010-07-14 13:44:45 +00:00 |
John Maguire
|
41ab99e62e
|
Generate Hypnotoad rather than streaming it.
|
2010-07-14 11:16:56 +00:00 |
John Maguire
|
5c2364ee25
|
Use update(), not repaint()
|
2010-07-12 20:00:42 +00:00 |
John Maguire
|
6c18691755
|
Make Hypnotoad disable-able.
|
2010-07-12 19:58:47 +00:00 |
John Maguire
|
d03bdda5f7
|
Fixes issu...
,'``.._ ,'``.
:,--._:)\,:,._,.: All Glory to
:`--,'' :`...';\ the HYPNO TOAD!
`,' `---' `.
/ :
/ \
,' :\.___,-.
`...,---'``````-..._ |: \
( ) ;: ) \ _,-.
`. ( // `' \
: `.// ) ) , ;
,-|`. _,'/ ) ) ,' ,'
( :`.`-..____..=:.-': . _,' ,'
`,'\ ``--....-)=' `._, \ ,') _ '``._
_.-/ _ `. (_) / )' ; / \ \`-.'
`--( `-:`. `' ___..' _,-' |/ `.)
`-. `.`.``-----``--, .'
|/`.\`' ,','); SSt
` (/ (/
|
2010-07-12 19:51:23 +00:00 |
David Sansome
|
f151df00b0
|
Blur behind the pretty OSD on Windows Vista and above
|
2010-07-07 23:03:35 +00:00 |
David Sansome
|
2b17a8ee1f
|
Revert r1344 (the timer tracing), it didn't help
|
2010-06-25 22:04:24 +00:00 |
David Sansome
|
ad9d6e7e73
|
Beginnings of some code to handle removable devices. DeviceKit engine for linux. Doesn't do anything useful yet.
|
2010-06-25 19:04:10 +00:00 |
David Sansome
|
f8d0afbc18
|
Move dbus xml files to src/dbus
|
2010-06-25 16:05:02 +00:00 |
David Sansome
|
cc6413ab0e
|
Add tracing to every timer event, might help track down CPU usage...
|
2010-06-25 08:46:03 +00:00 |
David Sansome
|
b2dcaf5cd4
|
Add a dialog for organising files in a library. Doesn't work yet
|
2010-06-24 16:26:49 +00:00 |
David Sansome
|
eb830051c8
|
Show a percentage next to the loading indicator
|
2010-06-23 13:47:27 +00:00 |
David Sansome
|
f808591ec7
|
Refactor the loading indicator widget into a seperate TaskManager class that can handle tasks with progress
|
2010-06-23 13:21:30 +00:00 |
David Sansome
|
b4add2a7be
|
Refactor the system tray icon code a bit
|
2010-06-22 11:52:55 +00:00 |
David Sansome
|
5c82d6a97c
|
These don't actually do anything
|
2010-06-18 15:41:47 +00:00 |
David Sansome
|
4c938c0da1
|
Add a small top border to the large cover
|
2010-06-18 00:24:09 +00:00 |
David Sansome
|
349acc1803
|
Add a checkbox for zach to move the cover art above the status bar.
|
2010-06-18 00:06:59 +00:00 |
David Sansome
|
43575218a2
|
Use the bigger nocover image from amarok 2
|
2010-06-17 22:47:25 +00:00 |
David Sansome
|
ea77f022e4
|
Remember the small/large preference (I hear your mum likes large), draw a black background for the large mode, and center the cover when width > height.
|
2010-06-17 22:31:22 +00:00 |
David Sansome
|
27473b3f3a
|
Large cover mode in the now playing widget. It doesn't remember your preference yet and the code is a bit buggy, but it looks pretty :)
John Komnenos the Fat attempted to usurp the imperial throne of Alexios III Angelos on the year of this revision.
|
2010-06-17 21:38:03 +00:00 |
David Sansome
|
afa4d0a4e2
|
Add a Now Playing widget
|
2010-06-16 22:00:39 +00:00 |
David Sansome
|
0d7eabcfb0
|
Show the "status bar" as part of the central widget
|
2010-06-16 19:21:15 +00:00 |
David Sansome
|
f162d9d620
|
Add a SongLoaderInserter that loads a list of URLs and inserts them into a playlist when it's done. Wire up everything in the GUI that loads URLs or filenames to use the new SongLoader.
|
2010-06-15 18:24:08 +00:00 |
David Sansome
|
8340aa0a64
|
Warn before cancelling a Magnatune download, flash the taskbar and display a notification when it completes.
|
2010-06-12 20:43:07 +00:00 |
David Sansome
|
36abad486b
|
Add a dialog for manual searching of Last.fm album covers. Fixes issue #402
|
2010-06-12 17:13:01 +00:00 |