Jason Herskowitz
dcf1ebb70f
Don't forget one of the drag indicator icon sizes (22x22)
2011-08-07 17:37:27 -04:00
Leo Franchi
0865741733
Don't draw white text on light background
2011-08-07 17:09:18 -04:00
Leo Franchi
58c18acd01
Load automatic playlists and stations in Newest Stations and Playlists list...
2011-08-07 17:09:18 -04:00
Leo Franchi
4630b238bf
Merge branch 'master' into leo-test
...
Conflicts:
src/audiocontrols.cpp
2011-08-07 17:00:16 -04:00
Jason Herskowitz
f3dc1a0800
Trying some new matching icons for the drag indictors for songs
2011-08-07 16:44:57 -04:00
Leo Franchi
7df6e8c153
use avatar icon in recently played tracks for not-found avatars
2011-08-07 12:41:29 -04:00
Leo Franchi
566880365a
Better copy for loved tracks playlist, and show all without limit.
2011-08-07 12:41:29 -04:00
Dominik Schmidt
dd54736e76
Unbreak clang compilation.
2011-08-07 15:56:06 +02:00
Leo Franchi
2c8fac1f8c
Actually draw speaker icon in playlist delegate. I'm assuming this was a typo...
2011-08-06 23:59:41 -04:00
Leo Franchi
ce4328c0c3
Hide headers for related artists treeview in artistinfowidget. Don't ask my why it has to happen when it's already displayed.
...
Fixes TWK-310
2011-08-06 23:34:14 -04:00
Leo Franchi
c6a65a5ba4
Use a lighter color on os x as highlight color for score bar is way too bright.
2011-08-06 20:41:21 -04:00
Leo Franchi
8230e8bfac
Asynchronously update on social action loading so loved tracks show up loaded
2011-08-06 18:30:17 -04:00
Leo Franchi
23ea7537e6
Report social action changes and refresh loved playlists
2011-08-06 18:06:21 -04:00
Leo Franchi
b9733249ee
Sort by time and show source's own loved tracks
2011-08-06 17:24:05 -04:00
Leo Franchi
ffd5a2f81e
Ooops, use true not 1
2011-08-06 16:58:07 -04:00
Leo Franchi
eefc6fd5da
OSX Compile
2011-08-06 16:21:01 -04:00
Leo Franchi
d69b10c148
Merge branch 'databasegenerator'
2011-08-06 14:41:59 -04:00
Leo Franchi
9fbbcb6b53
Hide generator combobox until we have more than one generator
2011-08-06 14:41:47 -04:00
Leo Franchi
c6eee1324b
Paint dynamic controls the same hue as overlay widget. TWK-309
2011-08-06 14:41:47 -04:00
Leo Franchi
b960be9d97
Get top 60 loved tracks, not 30
2011-08-06 14:41:35 -04:00
Leo Franchi
cdfd6a3464
dd proper loved tracks queries
2011-08-06 14:35:51 -04:00
Leo Franchi
4cfd039c40
social action stuff
2011-08-06 12:40:29 -04:00
Frank Osterfeld
8e4ea5e88f
Link on OS X
2011-08-06 18:28:55 +02:00
Jason Herskowitz
76fbe88e95
More changelogging
2011-08-05 17:47:27 -04:00
Leo Franchi
1759d1ea19
Add a loved tracks playlist, and aggregate loved tracks playlist, minus the actual valid tracks
2011-08-05 17:17:28 -04:00
Leo Franchi
703823f553
fix up some copyrights from muesli's script
2011-08-05 16:05:53 -04:00
Leo Franchi
aeb949aa23
Fix merge
2011-08-05 15:39:04 -04:00
Leo Franchi
b15d3162de
Merge branch 'master' into databasegenerator
...
Conflicts:
src/libtomahawk/CMakeLists.txt
src/libtomahawk/globalactionmanager.cpp
2011-08-05 15:38:26 -04:00
Leo Franchi
b2deebe0c2
Hide generator combobox until we have more than one generator
2011-08-05 15:36:04 -04:00
Leo Franchi
5d5b5fa3af
Paint dynamic controls the same hue as overlay widget. TWK-309
2011-08-05 14:55:39 -04:00
Leo Franchi
f151b59431
Show search and artist pages as temporary pages in sidebar
...
Remove margins and spacing from searchwidget
Remove "Cancel" button as no other view pages have cancel buttons, and we can't delete a page if we show it as a temporary page anymore
2011-08-05 14:36:52 -04:00
Leo Franchi
c7c12eef93
Show drop indicator after last track if it's dropped below
2011-08-05 14:22:34 -04:00
Leo Franchi
b67623e649
Don't redefine signals
2011-08-05 14:14:59 -04:00
Leo Franchi
8834bf81fa
save styles/moods to file, instead of loading on demand sillyness. Fixes TWK-308
2011-08-05 14:06:39 -04:00
Leo Franchi
0877b17a58
Handle multiply-shortened urls.
2011-08-05 12:46:37 -04:00
Leo Franchi
7df1f7a8b8
Expand bit.ly, t.co, and j.mp links to spotify tracks
2011-08-05 12:38:16 -04:00
Leo Franchi
453bf6206c
Only accept spotify tracks by default
2011-08-05 12:00:57 -04:00
Leo Franchi
4d31eac5f6
Emit trackCountChanged when dropping tracks in a playlist. Handle Qt/Mac bug where drops from outside the app are Qt::MoveAction not Qt::CopyAction
2011-08-05 11:57:42 -04:00
Leo Franchi
7feb9d5249
Draw proper drop index, since on some platforms (OS X :( ) visualRect() and indexAt() aren't commutative...
2011-08-05 11:46:18 -04:00
Alejandro Wainzinger
0c4746430b
Merge branch 'master' of github.com:tomahawk-player/tomahawk
2011-08-05 17:33:22 +02:00
Alejandro Wainzinger
ec02854490
Do not backwards the signals connect for next/previous.
...
* Fixed TWK-313 - fix signal/slot connection for next/previous actionmenu items.
2011-08-05 17:31:31 +02:00
Leo Franchi
ae48c151d0
Show indicator on osx too. NO CLUE why this fixes it..
2011-08-05 11:21:26 -04:00
Leo Franchi
57dfd6b4b2
Set drop rect from left edge to right edge always, don't rely on QAIV for native drag-drops
2011-08-05 11:14:08 -04:00
Leo Franchi
0e2dd37559
allow dropping onto AudioControls to start playing
2011-08-05 10:39:08 -04:00
Leo Franchi
98030c9b05
Merge branch 'dragndrop'
2011-08-05 07:57:26 -04:00
Leo Franchi
89cec23815
On OS X drops from outside the apps are Qt::MoveActions....
2011-08-05 07:53:30 -04:00
Dominik Schmidt
e476251c5e
Remove ugly dash from rc version
2011-08-05 02:56:57 +02:00
Leo Franchi
4a3bca9bf4
Factor out dragndrop support across tomahawk into GlobalActionManager, add spotify support
2011-08-04 19:01:41 -04:00
Jason Herskowitz
0ad60299ef
Cleaned up formatting a bit.
2011-08-04 18:29:59 -03:00
Jason Herskowitz
1d13bc2e40
Stop repeating myself in changelog
2011-08-04 15:30:55 -04:00