1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-08 18:12:41 +02:00

987 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
a7ef75633a * Removed old junk and cleaned up source: Never include tomahawkapp.h in libtomahawk. 2011-03-18 21:51:12 +01:00
Christian Muehlhaeuser
c7c28b0dd7 * Fixed GPL headers. 2011-03-18 21:36:33 +01:00
Christian Muehlhaeuser
2024a1d8d7 * Fixed GPL headers. 2011-03-18 21:35:29 +01:00
Christian Muehlhaeuser
a18c0eed7a * Fixed GPL headers. 2011-03-18 21:33:20 +01:00
Leo Franchi
5d9f1eea90 don't need this, oops 2011-03-18 14:49:23 -04:00
Leo Franchi
69e9cda5e6 fix some cmake stuff. add uninstall support
change plugin names, load changed names, don't install static libs, etc
2011-03-18 14:46:30 -04:00
Christian Muehlhaeuser
6c946fa130 * Build win32 executable properly, so no more console/debug window. 2011-03-18 18:36:46 +01:00
Christian Muehlhaeuser
518002dfd1 * Open the SettingsDialog with the first tab.
* Don't restart overlay animation if it's already in progress / finished.
2011-03-18 06:03:29 +01:00
Christian Muehlhaeuser
c9ca6b3a79 * Don't show offline results in SuperCollection and general collection loading speed-ups. 2011-03-18 05:51:21 +01:00
Leo Franchi
b631a6b3bd remove qtscriptresolvers 2011-03-17 22:58:25 -04:00
Jeff Mitchell
25d0cee1f8 oops, forgot a space 2011-03-17 22:22:23 -04:00
Christian Muehlhaeuser
18bf3d655c * Fixed HTTP streaming. 2011-03-18 02:52:11 +01:00
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