Dominik Schmidt
edb34eef59
warnings--
2012-05-20 15:47:11 +02:00
Christian Muehlhaeuser
913663eef0
* Added similar tracks method to liblastfm.
2012-05-05 17:01:28 +02:00
Jeff Mitchell
9326813f3f
Synchronize liblastfm structure a bit, other than src/
2012-05-04 10:38:04 -04:00
Dominik Schmidt
0d9e248dac
Fix lastfm export macro after my last commit. Why did it work before that?!
2012-03-05 01:09:31 +01:00
Dominik Schmidt
a56ca4ddfc
Improve liblastfm2 export macro
2012-03-04 21:14:59 +01:00
Jeff Mitchell
9e01e92839
Revert "First try to fix crash on win"
...
This reverts commit 2fb7c5c289
.
2011-11-09 12:49:14 -05:00
Jeff Mitchell
2fb7c5c289
First try to fix crash on win
2011-11-09 11:49:34 -05:00
Jeff Mitchell
475633c328
Remove all the QNAM-fuckery, since echonest and liblastfm are probably
...
good now.
(Note: will be pushing the change to liblastfm to libechonest as well)
2011-11-07 13:52:10 -05:00
Hugo Lindström
154b672d47
Fix bad parsing
2011-10-10 18:56:06 +02:00
Christian Muehlhaeuser
fd72e7fa4e
* Remove obsolete ruby scripts in liblastfm.
2011-09-10 09:28:40 +02:00
Christian Muehlhaeuser
a9e08a7104
* Gnah. Fix wrong include.
2011-09-10 08:44:21 +02:00
Christian Muehlhaeuser
442a933f9b
* Fixed OS X compile, some more.
2011-09-10 08:41:51 +02:00
Christian Muehlhaeuser
a2d6d82d83
* Fix OS X compile.
2011-09-10 08:37:29 +02:00
Christian Muehlhaeuser
c0183aa359
* Can't reparent nam in liblastfm.
2011-09-10 07:02:03 +02:00
Christian Muehlhaeuser
6fe1d178dd
* Thread-safety for liblastfm.
2011-09-10 05:45:57 +02:00
Christian Muehlhaeuser
3787eefa48
* Added Xspf.h to moc headers.
2011-09-10 05:20:21 +02:00
Christian Muehlhaeuser
54f280f792
* Yet another final annoying win fix... :-/
2011-09-10 05:11:10 +02:00
Christian Muehlhaeuser
401f691359
* Yet another final win fix... :-/
2011-09-10 05:08:45 +02:00
Christian Muehlhaeuser
77b0adaf7f
* Another final win fix... :-/
2011-09-10 05:05:48 +02:00
Christian Muehlhaeuser
7b5ab89fef
* Final win fix.
2011-09-10 05:02:45 +02:00
Christian Muehlhaeuser
464170cca9
* Try fix win compiling some more.
2011-09-10 04:59:38 +02:00
Christian Muehlhaeuser
dcdb937cf3
* Fixed ws.cpp with Qt 4.8.
2011-09-10 04:50:54 +02:00
Christian Muehlhaeuser
2c180c6123
* Try fixing win compile some more.
2011-09-10 04:45:44 +02:00
Christian Muehlhaeuser
1540b7b5bf
* Fixed win32 compile.
2011-09-10 04:38:31 +02:00
Christian Muehlhaeuser
030b91ba9f
* Updated liblastfm2 to latest snapshot.
2011-09-10 04:34:34 +02:00
Casey Link
a21992a99a
Either the lastfm XML output has changed, or this library was buggy all along. This patch fixes the parsing of <track> elements.
2011-08-21 18:03:21 -05: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
Leo Franchi
badfe28626
Explicitly set Content-Type of POST to application/x-www-form-urlencoded, as Qt 4.8 changed teh default
2011-06-11 12:42:13 -04:00
Dominik Schmidt
e2698fecce
Fix crash in liblastfm2 on windows.
2011-05-25 03:50:05 +02:00
Jeff Mitchell
aedc1b362d
Fix liblastfm2 mingw32 compilation
2011-05-12 22:35:45 -04:00
Jeff Mitchell
1a1c9a68ed
Remove extra liblastfm2 debug
2011-05-03 21:48:14 -04:00
Jeff Mitchell
97ca55fd53
A fix for the introduced crash in liblastfm, ready for more lfranchi debugging
2011-05-03 16:58:10 -04:00
Jeff Mitchell
dd4d268c11
readd possibly crash code
2011-05-03 16:21:27 -04:00
Jeff Mitchell
b8bb29161f
More debug and a fix
2011-05-03 14:48:17 -04:00
Jeff Mitchell
fe478a0759
Switch around when the oauthtwitter gets its nam and add some debug
2011-05-03 14:18:05 -04:00
Jeff Mitchell
b42e36a240
Add another bit of debug
2011-05-03 13:56:00 -04:00
Jeff Mitchell
e615362672
add more debug
2011-05-03 13:41:24 -04:00
Jeff Mitchell
085e6f11bd
A bit more safety -- kind of redundant with the mutex, but doesn't hurt to have it
2011-05-03 08:03:01 -04:00
Dominik Schmidt
0d43d54c3b
ugly hacks to make liblastfm compile on windows
2011-05-02 04:04:04 +02:00
Jeff Mitchell
7f7c55a293
Only delete qnam objects in liblastfm2 that it creates itself
2011-05-01 10:27:43 -04:00
Jeff Mitchell
032e6f8d6f
Update local liblastfm2 to deal better with threads and qnams
2011-05-01 02:22:01 -04:00
Frank Osterfeld
db4fc8bd03
Fix compiler warnings.
2011-04-15 13:46:51 +02:00
Leo Franchi
3ce41c50bc
Don't assert if a scrobble failed, that's no fun.
2011-04-14 10:42:16 -04:00
Leo Franchi
ecd8b302c4
build liblastfm2 statically on non-win32, and don't build fingerprinter.
...
got multiple reports of tomahawk not finding liblastfm2 due to rpath or other issues, and we are building our o ther 3rdparty deps statically like this.
2011-03-27 22:06:55 -04:00
Leo Franchi
1697b27aca
fix compile on osx
...
don't use API that doesn't exist in snow leopard---same code is in liblastfmv1. if jono wants to rewrite the path detection code in snow leopard-compatible APIs, we can use that
2011-03-26 18:29:35 -04:00
Jeff Mitchell
3182df93dd
Don't install liblastfm2 headers
2011-03-26 12:25:35 -04:00
Jeff Mitchell
b7a1cb8d99
Add liblastfm2 and make tomahawk build against it
2011-03-24 19:27:01 -04:00