Jeff Mitchell
|
226f823354
|
Add timeout functionality -- mostly. Still have to figure out the best
way to store items in case too much time has elapsed.
|
2011-07-06 14:58:56 -04:00 |
|
Jeff Mitchell
|
6bb26ecde8
|
Move almost all of the rest of the logic of infosystem to the worker
thread
|
2011-07-06 12:49:58 -04:00 |
|
Jeff Mitchell
|
5d0c734187
|
Add requestId tracking to InfoSystem in preparation for timeouts
|
2011-07-06 12:33:16 -04:00 |
|
Jeff Mitchell
|
ce7040d1fd
|
Replace InfoCustomData with QVariantMap
|
2011-07-06 11:28:17 -04:00 |
|
Dominik Schmidt
|
7c9c046b17
|
Merge branch 'js-resolver'
|
2011-07-05 13:17:23 +02:00 |
|
Christopher Reichert
|
8f0984c5ac
|
Added doxygen comments for DatabaseCommand_SocialAction.
|
2011-07-03 21:25:56 -05:00 |
|
Christian Muehlhaeuser
|
5e9fa24008
|
* Fixed crashing after a right-click on the Super Collection.
|
2011-07-04 02:42:42 +02:00 |
|
Christian Muehlhaeuser
|
15cdc8f910
|
* Let's start doxygen-ing new classes.
|
2011-07-03 17:04:49 +02:00 |
|
Christian Muehlhaeuser
|
dc095ec963
|
* Added ArtistInfoWidget, our new Artist page and ViewManager's default show(artist) action.
|
2011-07-03 02:18:28 +02:00 |
|
Christian Muehlhaeuser
|
8017bcacc7
|
* Fixed compiling on non-OS X.
|
2011-07-02 21:10:59 +02:00 |
|
Christian Muehlhaeuser
|
eaf8cad990
|
* Fixed compiling and error.
|
2011-07-02 21:03:04 +02:00 |
|
Christopher Reichert
|
40fb61b9a9
|
Do not allow same jabber credentials more than once.
|
2011-07-02 12:27:57 -05:00 |
|
Jeff Mitchell
|
11c0519165
|
Remove extra >
|
2011-07-01 16:52:35 -04:00 |
|
Dominik Schmidt
|
25775b5051
|
Make the Resolver API expect a widgetName instead of a widgetPath
We dont have gazillions of widgets in one dialog, so make the API a bit easier to use :)
|
2011-06-30 01:27:58 +02:00 |
|
Dominik Schmidt
|
3d297795c2
|
Be simplistic :D
|
2011-06-30 01:03:15 +02:00 |
|
Dominik Schmidt
|
925da80431
|
Merge remote branch 'origin/master' into js-resolver
|
2011-06-29 01:34:42 +02:00 |
|
Dominik Schmidt
|
1416c40172
|
Be compatible with the old resolvers *shrug*
|
2011-06-28 22:30:29 +02:00 |
|
Dominik Schmidt
|
c9fb103627
|
More API cleanup for QtScriptResolver
|
2011-06-28 21:29:44 +02:00 |
|
Jeff Mitchell
|
3f48e93a89
|
Show album covers in notifications when playing a track instead of the
source image. Need to implement some sort of timeout for getInfo.
|
2011-06-28 14:16:31 -04:00 |
|
Jeff Mitchell
|
07d9360a65
|
Massive cleanup of echonest plugin, also some cleanup for lastfmplugin. Hope I didn't break anything. :-)
|
2011-06-28 09:00:46 -04:00 |
|
Dominik Schmidt
|
c276e58c55
|
Add default implementations of search and resolve to the QtScriptResolver API
|
2011-06-28 13:47:35 +02:00 |
|
Dominik Schmidt
|
6f0321f585
|
Add tomahawk.js
|
2011-06-27 21:33:44 +02:00 |
|
Dominik Schmidt
|
d35fbd5048
|
Make debug output more readable and assert on javascript failures
|
2011-06-27 21:07:22 +02:00 |
|
Dominik Schmidt
|
75ec478cae
|
Fix streaming from https-links
|
2011-06-27 21:06:36 +02:00 |
|
Jeff Mitchell
|
bb6da0daa9
|
Fix broken proxying. Not sure when it broke but this is a more robust
solution considering that both lastfm and echonest manager their own
nams. See notes; liblastfm may be problematic on Windows and Mac.
|
2011-06-27 15:00:25 -04:00 |
|
Dominik Schmidt
|
bf46ca7b71
|
Add more api for qtscriptresolvers
|
2011-06-27 04:22:40 +02:00 |
|
Dominik Schmidt
|
931ed5b918
|
Fix loading images from qtscriptresolvers
|
2011-06-27 00:12:29 +02:00 |
|
Dominik Schmidt
|
5d21dded5c
|
Implement new js-resolver api
|
2011-06-26 22:42:58 +02:00 |
|
Jeff Mitchell
|
e983742c9b
|
When notifying of a played track, show the source's image. Ideally we'd show the album cover but I can't find a good way to get at that (yet).
|
2011-06-26 13:25:55 -04:00 |
|
Jeff Mitchell
|
c6d2a5df89
|
Remove extraneous code
|
2011-06-26 12:58:51 -04:00 |
|
Christian Muehlhaeuser
|
ee70b9e3a7
|
* Set minimum size for recently-played tracks in WelcomeWidget.
|
2011-06-26 15:35:42 +02:00 |
|
Christian Muehlhaeuser
|
97986d8d3e
|
* Use QTextOption to v-center HeaderLabel properly.
|
2011-06-26 15:20:50 +02:00 |
|
Christian Muehlhaeuser
|
39409ed861
|
* Don't cut off fonts in HeaderLabel.
|
2011-06-26 13:28:04 +02:00 |
|
Christian Muehlhaeuser
|
1e62c117e4
|
* A few more improvements for and around HeaderLabels.
|
2011-06-26 08:26:44 +02:00 |
|
Christian Muehlhaeuser
|
61f9fd5c99
|
* Fixed CMakeLists.txt.
|
2011-06-26 07:24:57 +02:00 |
|
Christian Muehlhaeuser
|
fe7c79ff31
|
* Added HeaderLabel to replace our old ugly labels.
|
2011-06-26 07:21:14 +02:00 |
|
Dominik Schmidt
|
de74c0c3fe
|
Add newlines for muesli being able to read the code
|
2011-06-26 05:22:06 +02:00 |
|
Dominik Schmidt
|
80797d6538
|
Add ConfigUi api to QtScriptResolver
|
2011-06-26 05:18:27 +02:00 |
|
Christian Muehlhaeuser
|
e0c72c911a
|
* Fixed loveButton not being re-enabled again.
|
2011-06-26 05:15:05 +02:00 |
|
Christian Muehlhaeuser
|
8f69369807
|
* Fixed not disabling loveButton.
|
2011-06-26 05:13:18 +02:00 |
|
Jason Herskowitz
|
451713c946
|
Make love icon not be invisibile on linux
|
2011-06-25 23:11:11 -04:00 |
|
Christian Muehlhaeuser
|
cf01884515
|
* Show a PointingHand cursor when hovering the love icon.
|
2011-06-26 05:10:01 +02:00 |
|
Jason Herskowitz
|
3913611ffa
|
Temporary preference icon size fix, color tweaks, and added and icon for Post action
|
2011-06-25 23:01:18 -04:00 |
|
Jason Herskowitz
|
7bff379d05
|
Make gray outline of loved icons match source name color
|
2011-06-25 22:23:07 -04:00 |
|
Christopher Reichert
|
3769ef3208
|
Send UnLove track to LastFm.
|
2011-06-25 21:03:45 -05:00 |
|
Jason Herskowitz
|
10f607b348
|
Make loved icon right size
|
2011-06-25 21:08:40 -04:00 |
|
Jason Herskowitz
|
62df210cdc
|
Make loved icon a bit darker red
|
2011-06-25 20:57:34 -04:00 |
|
Christopher Reichert
|
bdf8a0a353
|
Moved the loveButton to a reasonable place in audiocontrols.
Also changed the PlaylistTypeSelectorDlg to not be lop-sided.
|
2011-06-25 17:47:57 -05:00 |
|
Christian Muehlhaeuser
|
f380317775
|
* Fixed ageToString() for time differences below 60 seconds.
|
2011-06-25 06:04:50 +02:00 |
|
Christian Muehlhaeuser
|
8e99dbf01e
|
* Show when a track was played in the recently played tracks history.
|
2011-06-25 04:12:23 +02:00 |
|