1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-22 08:49:42 +01:00

24 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
c626a161cd * A 'little' spring cleaning. Or at least that's what it feels like. Exhausted. 2011-09-12 10:41:39 +02:00
Alejandro Wainzinger
14e6a7fce4 Return 404 if content is null. 2011-08-30 22:07:53 -07:00
Christian Muehlhaeuser
9c341bb3e6 * Disable qDebug() logging for release builds. Use tLog() for logging from NOW on. 2011-07-24 18:36:58 +02:00
Leo Franchi
f5e39c216e properly decode escaped characters coming from the HTTP api 2011-07-20 14:12:17 -04:00
Christian Muehlhaeuser
dc5c0394f7 * Release unused queries in Pipeline. 2011-07-19 22:53:35 +02:00
Leo Franchi
1c43cabd7e don't crash when jason tries to use tomahawk 2011-06-11 12:18:12 -04:00
Leo Franchi
a564d53ff3 Crash safety 2011-05-20 15:18:26 -04:00
Leo Franchi
6cc864e669 we no longer depend on gloox 2011-05-19 16:35:10 -04:00
Leo Franchi
3671f35928 don't crash if we try to feed QxT a result that we don't have a proper length for 2011-04-15 14:00:11 -04:00
Christian Muehlhaeuser
9f4c3bb461 * Moved InfoSystem into libTomahawk.
* Made InfoSystem a singleton.
* Don't access InfoSystem via TomahawkApp any longer.
* Progress on ArtistView & TreeModel.
2011-04-14 00:39:39 +02:00
Jeff Mitchell
5455ee0f21 Unused warning cleanups 2011-04-12 16:52:25 -04:00
Christian Muehlhaeuser
a18c0eed7a * Fixed GPL headers. 2011-03-18 21:33:20 +01:00
Leo Franchi
2e11ae5894 Fix auth to work with pinentry based auth 2011-03-05 23:44:11 -05:00
Leo Franchi
5770154f43 And make it work. 2011-03-05 19:03:30 -05:00
Leo Franchi
d3ba0a0c75 unused arg is unused 2011-03-05 19:02:47 -05:00
Leo Franchi
51a004c7eb serve up the tomahawk logo ont he auth page
don't give parents to dbcmds
2011-02-28 22:39:43 -05:00
Christian Muehlhaeuser
1e26b613f0 * Fixed HTTP resolving & cleaned up Query / Result API further. 2011-02-28 10:37:01 +01:00
Christian Muehlhaeuser
ef995e1306 * Lots of cleanups. Removed all QVariantMaps that we didn't really need. This needs testing, desperately. 2011-02-28 08:14:05 +01:00
Leo Franchi
b5f52f6c04 Add auth support to Playdar procol handling. Needs graphic design BADLY!
add part one of auth
fix stage two of auth as well
Fix API.
2011-02-25 00:50:04 -05:00
Christian Muehlhaeuser
4aefc4ecbf * Tomahawk now relies on Lucene for indexing / searching Artists, Albums and Tracks.
* Lucene index is stored on disk for faster startups.
* Queries are now auto-resolved when retrieved via Query::get( QVariant, true ). The second parameter is optional and true by default.
* Updated database schema and removed the old ngram tables.
* Hopefully didn't break too much :-)
2011-02-03 11:07:23 +01:00
Christian Muehlhaeuser
27e906f712 * Split tomahawk into application and tomahawklib.
* Plugins link to and interface with tomahawklib.
* Compiles on Linux and Win32, but needs some more export macro love for the sip plugins on Win32.
2010-12-28 06:12:48 +01:00
Christian Muehlhaeuser
4b1e71bc6b * Fix resolving queries via the web-API. 2010-10-23 10:27:40 +02:00
Christian Muehlhaeuser
cd118208e8 * Change service name back to playdar in web-API. 2010-10-23 10:15:52 +02:00
Christian Muehlhaeuser
1f592fbbd9 Initial Tomahawk import. 2010-10-17 05:32:01 +02:00