1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-15 05:22:35 +02:00

975 Commits

Author SHA1 Message Date
Jeff Mitchell
ae6ec8eba8 As discussed, add a gettomahawk.com link to the end of a tweet 2011-03-17 21:00:55 -04:00
Leo Franchi
9f7e1b5f75 move loading spinner to each trackview 2011-03-17 19:52:12 -04:00
Christian Muehlhaeuser
9934b6e1d4 * This certainly slowed down collection loading. 2011-03-17 09:35:13 +01:00
Christian Muehlhaeuser
7778c92a17 * Fix loading spinner being stuck in certain cases. 2011-03-17 09:19:47 +01:00
Leo Franchi
61a8f784d1 add a loading animation when loading collections 2011-03-16 19:07:40 -04:00
Leo Franchi
861c08357e don't do the dragging with our filter at al then 2011-03-16 19:07:40 -04:00
Christian Muehlhaeuser
2b95494cb4 * Possible fix for QtScriptResolver crash. 2011-03-16 18:07:09 +01:00
Christian Muehlhaeuser
fb145a2883 * Fixed tomahawk.nsi. 2011-03-16 17:04:50 +01:00
Christian Muehlhaeuser
6cee45ca70 * Fixed DLLEXPORT for FuncTimeout. 2011-03-16 16:35:46 +01:00
Jeff Mitchell
303b3d8266 Add second path for CLuceneConfig.cmake 2011-03-16 11:18:06 -04:00
Christian Muehlhaeuser
2139068737 * Search / Store lucene strings after calling sortname() on them. 2011-03-16 15:53:47 +01:00
Christian Muehlhaeuser
5b2ff1ba07 * Fix dupe album_ptr bug. 2011-03-16 15:12:14 +01:00
Christian Muehlhaeuser
f711c39c13 * Threaded QtScriptResolver so it doesn't block the GUI thread anymore. 2011-03-16 14:45:09 +01:00
Christian Muehlhaeuser
848b28d2cc * Don't try to set an invalid page. 2011-03-16 14:14:33 +01:00
Christian Muehlhaeuser
1d2bb5be62 * Made sure to call resolve in the right thread. 2011-03-16 12:22:50 +01:00
Christian Muehlhaeuser
1624e098ab * Added QtScriptResolver class. A JavaScript interpeter for Tomahawk. 2011-03-16 11:23:08 +01:00
Christian Muehlhaeuser
ebd5930781 * Fixed sometimes not loading existing playlists.
* Got rid of the collection relation in Artist & Album.
2011-03-16 07:17:04 +01:00
Christian Muehlhaeuser
af576cf1e7 * This should fix candy striping in TrackViews. 2011-03-16 05:18:00 +01:00
Christian Muehlhaeuser
0aca34a1c2 * Added extensionToMimetype() to TomahawkUtils. ScriptResolver results now either need a mimetype or an extension. 2011-03-16 04:22:27 +01:00
Christian Muehlhaeuser
1e8ad402bb * Set mimetype on ScriptResolver-generated results. 2011-03-16 02:34:34 +01:00
Leo Franchi
154884ba35 don't allow dragging from playlistmanager header on osx, unifiedtoolbar weirdness ensues 2011-03-15 21:21:42 -04:00
Christian Muehlhaeuser
057cb04e9c * Show proper origin name for script-resolved results. 2011-03-16 01:48:26 +01:00
Christian Muehlhaeuser
d2a7a367e0 * Fix assert on non-file / non-servent resulthints. 2011-03-16 01:25:25 +01:00
Christian Muehlhaeuser
283819962c * Fix ScriptResolver timeouts. 2011-03-15 08:00:50 +01:00
Christian Muehlhaeuser
cf49cb5f5b * Keep resolving queries if a ScriptResolver can't find any results. 2011-03-15 06:22:12 +01:00
Leo Franchi
de5a2b7d65 fix menus for jreen and jabber plugins. now added when connected, removed when disconnected.
and no crashy.
2011-03-14 16:58:36 -04:00
Jeff Mitchell
1ac8f84020 Please people, when you disable something locally, don't commit it in a totally unrelated commit 2011-03-14 11:50:05 -04:00
Christian Muehlhaeuser
b7b6a64171 * Work in progress: Script Resolvers. 2011-03-14 03:10:37 +01:00
Leo Franchi
736e0800de Don't load xspf tracks that have no title or artist, we needs them.
Show a warning when failing to load tracks from an XSPF.
2011-03-13 15:28:08 -04:00
John Maguire
7d13c56081 Fix style. 2011-03-11 18:21:10 -05:00
John Maguire
991269e5d9 Change gloox usage to non-blocking. 2011-03-11 18:21:10 -05:00
Leo Franchi
64b387daf0 Fix typo 2011-03-11 18:21:10 -05:00
Leo Franchi
cdcc8985d7 Install drag handler on osx for playlist infobar as well 2011-03-11 14:24:41 -05:00
Leo Franchi
61569ba62c Don't use the --no-undefined on osx 2011-03-11 13:38:32 -05:00
Leo Franchi
8997c666b7 Make linking on linux as strict as it is on mac
Link to pthreads too
2011-03-11 13:36:57 -05:00
Leo Franchi
79af8f35b5 Use proper library when linking 2011-03-11 13:28:09 -05:00
Leo Franchi
c4a916e2e4 don't hide the setup widget in static playlists
only try generating 20 preview tracks for stations, faster
2011-03-10 21:36:35 -05:00
Leo Franchi
0c97c9fc1e Really fix not searching a full 20 tracks for next track in a station after the station has already failed 2011-03-10 21:19:00 -05:00
Leo Franchi
8da155bb04 Progress to next solved track instead of next track with results as some may be offline. 2011-03-10 20:24:17 -05:00
Leo Franchi
288da2be79 fix not getting more tracks when restarting a failed station 2011-03-10 20:10:52 -05:00
Jeff Mitchell
b57e9fbf54 Make CMake actually read the CLucene version, make it find both needed
libraries, and for the love of God make it link already.
2011-03-09 18:25:17 -05:00
Jeff Mitchell
35e26db33d Actually look for files that exist and libraries that exist in current
clucene
2011-03-09 17:53:47 -05:00
Leo Franchi
a74b33114c make versioning in sparkle feeds consistent
set changelog url to raw blob of changelog on github
2011-03-08 22:44:41 -05:00
Leo Franchi
8489d7c46d make sure to stop (and wait) for script resolvers before deleting 2011-03-08 22:44:08 -05:00
Leo Franchi
c1db858eff Add modified signing script to tar up the .app and generate the sparkle signature. 2011-03-08 22:16:40 -05:00
Leo Franchi
8b8090d355 enable winsparkle-debug and winsparkle updates based on debug or release mode 2011-03-08 21:56:56 -05:00
Leo Franchi
250814b687 use sparkle-debug on mac debug builds, and sparkle on release builds 2011-03-08 21:55:57 -05:00
Leo Franchi
120914627c fix starting a station animation with preview tracks 2011-03-08 20:29:20 -05:00
Leo Franchi
ed6a88dae1 Add QtSparkle support to the windows build, for updating goodness 2011-03-08 19:18:59 -05:00
Leo Franchi
28f2b0d5b7 Fix launching .app on osx when a Qt from homebrew is installed 2011-03-07 22:08:04 -05:00