1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-15 13:29:46 +01:00

650 Commits

Author SHA1 Message Date
Dominik Schmidt
41dff302e2 Fix tomahawk.nsi 2011-02-16 23:43:19 +01:00
Dominik Schmidt
aa1436eded Clean my plugin stuff up. 2011-02-16 23:08:27 +01:00
Dominik Schmidt
97e68bff49 Extend sip_plugin api to support config widgets. Start with twitter. 2011-02-16 22:44:18 +01:00
Dominik Schmidt
727e2f4c28 Fix linking on osx hopefully. 2011-02-16 20:38:54 +01:00
Dominik Schmidt
a94040b875 Don't pollute source dir while building third party libs. 2011-02-16 20:28:26 +01:00
Leo Franchi
ba33bbc38c handle errors gracefully 2011-02-16 13:36:19 -05:00
Dominik Schmidt
4153dc00ec Change plugin structure to fix adding friends. 2011-02-16 18:38:14 +01:00
Leo Franchi
af0d628a75 fade out bg if we're not painting alternating row colors for empty rows 2011-02-16 09:41:22 -05:00
Christian Muehlhaeuser
9fe0ec352f * Fix album / artist order in Infobar caption. 2011-02-16 14:58:53 +01:00
Jeff Mitchell
9059dd4782 Remove unused qtweetlib_export.h, move our custom tomahawkoauthtwitter
to the tomahawk_qtweetlib library where it belongs.

Probably broke Windows again. Sorry domme  :-)
2011-02-16 07:44:49 -05:00
Christian Muehlhaeuser
0953dc93db * Fixed tomahawk.nsi. 2011-02-16 13:01:48 +01:00
Christian Muehlhaeuser
cc66ebf70c * Set sensible captions / descriptions for our various view modi. 2011-02-16 11:28:02 +01:00
Christian Muehlhaeuser
cb8eb876a5 * Remove append to playlist option from context menu for this release. 2011-02-16 10:58:56 +01:00
Christian Muehlhaeuser
ed50074887 * Reset filter correctly when switching collection / playlist. 2011-02-16 10:53:08 +01:00
Christian Muehlhaeuser
fddefedfad * Fix crash when source goes offline. 2011-02-16 08:31:21 +01:00
Christian Muehlhaeuser
7e8dda2b1f * Remove source when connection drops. 2011-02-16 08:11:51 +01:00
Christian Muehlhaeuser
10c592ccab * Don't reindex if there weren't any new files. 2011-02-16 07:48:00 +01:00
Christian Muehlhaeuser
a42df08fea * Ok, this wasn't actually safe :-(. 2011-02-16 07:33:42 +01:00
Christian Muehlhaeuser
433654291d * Also delete Lucene analyzer, just to be totally safe.
* Don't get stuck displaying "Scanning 0 tracks" when there are no updates to our collection found.
2011-02-16 07:05:11 +01:00
Christian Muehlhaeuser
87b0cf5832 * Fixed Source DTOR not being called.
* Less recent tracks to be displayed (50 instead of 100).
* Fixed Jabber & Zeroconf plugins not reliably going offline.
2011-02-16 06:50:35 +01:00
Christian Muehlhaeuser
66902f2f3c * Let's delete the lucene directory before rebuilding the index, too. 2011-02-16 06:22:21 +01:00
Christian Muehlhaeuser
b903fcbd52 * Fix wrong signal name in Scrobbler. 2011-02-16 05:54:08 +01:00
Christian Muehlhaeuser
e1d5d8ec22 * Fixed DbCmds for offline sources. Well hopefully. 2011-02-16 05:52:28 +01:00
Leo Franchi
a7f90d097d paint alternating row background behind animation 2011-02-15 23:45:13 -05:00
Christian Muehlhaeuser
89b1936b6e * Prevent DatabaseWorker from executing commands for offline sources. 2011-02-16 05:16:58 +01:00
Leo Franchi
6b8a427602 Don't animate if weare already animating, could cause issues. 2011-02-15 22:26:18 -05:00
Christian Muehlhaeuser
633b977618 * Add more debug and recreate FSDir on reindexing. 2011-02-16 03:58:25 +01:00
Christian Muehlhaeuser
7693c975c0 * Let's see if that helps out CLucene. 2011-02-16 03:54:53 +01:00
Leo Franchi
da63fef6ac add some asserts and debug to help track down the crash
debug--
2011-02-15 21:40:49 -05:00
Leo Franchi
e4060d397a don't try to debug and crash. sourcetree-- 2011-02-15 20:59:44 -05:00
Leo Franchi
8d91fb6f99 i don't know why my Qt no longer works with module-wide includes... but they are bad anyway. Include what we need. 2011-02-15 18:17:33 -05:00
Jeff Mitchell
4af60befcd All the threads are happy now.
Note: you can't call deleteLater() on an object in a thread after you quit() the thread because deleteLater relies on the object's event loop to be running...
2011-02-15 16:28:58 -05:00
Jeff Mitchell
a28c6998a3 Mork work on trying to get scan threading working right 2011-02-15 14:54:59 -05:00
Jeff Mitchell
9bc6194d2b More thread-safe 2011-02-15 14:00:11 -05:00
Jeff Mitchell
c561a2a845 I forgot that a thread that is a QObject doesn't do run() and hence doesn't terminate itself -- sending quit signals so the threads don't terminate while still running 2011-02-15 12:35:24 -05:00
Christian Muehlhaeuser
c38c510059 * This should catch the CLuceneError. 2011-02-15 18:25:37 +01:00
Christian Muehlhaeuser
edbb306e78 * Should fix announcing ourselves with an internal IP. 2011-02-15 16:36:49 +01:00
Christian Muehlhaeuser
c57c6f494b * Fix SettingsDialog layout on OSX. 2011-02-15 16:18:59 +01:00
Christian Muehlhaeuser
6835c6989c * Fix crash bug. 2011-02-15 15:34:15 +01:00
Dominik Schmidt
9bed5ea2da Remove set(GLOOX_LIBS) from cross-toolchain, not needed anymore because we have FindGloox.cmake now. 2011-02-15 15:02:46 +01:00
Dominik Schmidt
1fa2297e12 Add FindGloox.cmake and make use of it. 2011-02-15 14:57:26 +01:00
Christian Muehlhaeuser
50372b0647 * This should fix not properly going offline manually. 2011-02-15 14:55:26 +01:00
Dominik Schmidt
7c8f6fda20 Clean up our cross-compiling toolchain and track it finally in git :P 2011-02-15 14:31:41 +01:00
Dominik Schmidt
dfa7df4d11 Move installer related stuff into admin/win/nsi. 2011-02-15 14:31:41 +01:00
Dominik Schmidt
f004acc5f1 Remove outdated info from admin/win/README.txt how to add icons to executables.
This is done by CMake automatically now
2011-02-15 14:31:41 +01:00
Dominik Schmidt
5a0326650f Remove tomahawk.rc it's generated by cmake now. 2011-02-15 14:31:41 +01:00
Christian Muehlhaeuser
703a20847a * Set sources to unsolved when last source goes offline. Makes them re-resolve when one one comes back online. 2011-02-15 14:19:24 +01:00
Christian Muehlhaeuser
38bae2d53d * Fix re-resolving queries when index refreshed / sources came online. 2011-02-15 14:00:15 +01:00
Christian Muehlhaeuser
c0b72028de * Some more scanner fixes.
* Update collections without having to restart the app.
* Rescan collection is now more like "update collection", doesn't ask for a path anymore.
* Scrobbler picks up setting changes correctly again.
2011-02-15 13:30:57 +01:00
Christian Muehlhaeuser
83dca3a8ac * Added Go online/offline to Network menu. 2011-02-15 11:42:09 +01:00