1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-03 15:42:26 +02:00

1375 Commits

Author SHA1 Message Date
Jeff Mitchell
1cd969af7f Initial baby steps towards the info system cache 2011-03-27 22:38:00 -04:00
Jeff Mitchell
e590aa7739 Whitespacing 2011-03-27 22:37:59 -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
Christian Muehlhaeuser
21f49bbfcb * Updated changelog. 2011-03-28 04:01:43 +02:00
Christian Muehlhaeuser
db4f514181 Merge remote-tracking branch 'origin/stable' 2011-03-28 03:35:58 +02:00
Christian Muehlhaeuser
0bf3a1b8e7 * Forgot to add one file. 2011-03-28 03:31:53 +02:00
Christian Muehlhaeuser
057825bf97 * Fixed SIP plugins always reconnecting when the SettingsDialog was closed. 2011-03-28 03:31:10 +02:00
Jeff Mitchell
21eea9f0de Merge branch 'stable' 2011-03-27 19:11:04 -04:00
Jeff Mitchell
608b90867a Don't rescan the local collection if the settings dialog is closed with success but the path hasn't changed 2011-03-27 19:10:30 -04:00
Jeff Mitchell
8d471ae1f1 Merge branch 'stable'
Conflicts:
	ChangeLog
2011-03-27 19:01:17 -04:00
Jeff Mitchell
21e6fb8c09 Update ChangeLog 2011-03-27 19:00:52 -04:00
Jeff Mitchell
96b4fbccc6 Merge branch 'stable'
Conflicts:
	ChangeLog
2011-03-27 18:55:49 -04:00
Jeff Mitchell
63550ce712 Don't attempt to reconnect over and over with twitter if the peer hasn't changed status 2011-03-27 18:55:02 -04:00
Dominik Schmidt
b378f934ec Add changelog message in stable too, i'm sorry :p 2011-03-28 00:19:15 +02:00
Leo Franchi
87fa7e0f50 Add to changelog 2011-03-27 17:58:00 -04:00
Dominik Schmidt
250202a095 Added fixed-jabber-auth to changelog 2011-03-27 23:57:18 +02:00
Jeff Mitchell
cedcfdb714 Merge branch 'stable' 2011-03-27 16:10:40 -04:00
Jeff Mitchell
c4302e5f49 Show legal indemnity warning, and link to the legal page on the web site. Only displays the first time you go online (unless you don't accept it, of course). 2011-03-27 16:09:56 -04:00
Jeff Mitchell
2d5f8307d4 Merge branch 'stable' 2011-03-27 13:57:22 -04:00
Jeff Mitchell
474b9bc604 Merge branch 'stable' of github.com:tomahawk-player/tomahawk into stable 2011-03-27 13:57:13 -04:00
Jeff Mitchell
719255e4c9 Revamp twitter config widget again -- use a drop down box for message type. Also display name of saved user. 2011-03-27 13:56:49 -04:00
Dominik Schmidt
6bde5655cd Hopefully fixed jabber auth completely now 2011-03-27 19:11:29 +02:00
Jeff Mitchell
a54d38ed68 Merge branch 'stable' 2011-03-27 12:58:31 -04:00
Jeff Mitchell
26d4da4612 Don't just look at a user's latest tweet -- look at the latest tweet that matches our regex. Alternately for DMs look at latest matching regex or matching TOMAHAWKPEER format. Also some consolidation. 2011-03-27 10:48:00 -04:00
Jeff Mitchell
db53aabcf2 You can now send global, mentions, or private (direct message) Got Tomahawk? tweets 2011-03-27 10:47:11 -04:00
Dominik Schmidt
da409f9fa7 Set CLUCENE_MIN_VERSION default value to the version we need, needed until macro_optional_find_package is fixed to support versions 2011-03-27 16:25:29 +02:00
Dominik Schmidt
5167891846 Set CLUCENE_MIN_VERSION default value to the version we need, needed until macro_optional_find_package is fixed to support versions 2011-03-27 16:16:02 +02:00
Christian Muehlhaeuser
d687219055 * Merged stable to master. 2011-03-27 06:57:33 +02:00
Jeff Mitchell
dffcd89c7c Don't just look at a user's latest tweet -- look at the latest tweet that matches our regex. Alternately for DMs look at latest matching regex or matching TOMAHAWKPEER format. Also some consolidation. 2011-03-27 00:51:37 -04:00
Dominik Schmidt
cb405cde15 Make the sip plugin aware of subscription requests again 2011-03-27 05:44:16 +02:00
Dominik Schmidt
99e1b6f327 Make the subscription request box non-blocking. 2011-03-27 04:29:09 +02:00
Dominik Schmidt
5056aadcd2 Don't open more than one SubscriptionRequest window and auto-ack only contacts that the user is already subscribed to 2011-03-27 01:24:42 +01: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
9558270d86 Display a helpful message when someone gives non-JSON data to the xmpp bot 2011-03-26 16:51:33 -04:00
Jeff Mitchell
f16812143f Display a helpful message when someone gives non-JSON data to the xmpp bot 2011-03-26 16:49:26 -04:00
Jeff Mitchell
8faa782650 You can now send global, mentions, or private (direct message) Got Tomahawk? tweets 2011-03-26 16:23:16 -04:00
Dominik Schmidt
9496885d63 Don't ask the user again to ack the subscription request in sip_jabber if the requesting contact is already on the roster 2011-03-26 19:58:31 +01:00
Dominik Schmidt
15cbeb30da Merge branch 'stable' of git://github.com/tomahawk-player/tomahawk into stable 2011-03-26 18:26:36 +01:00
Dominik Schmidt
4677d761ac Make the sip plugin aware of subscription requests again 2011-03-26 18:26:31 +01:00
Jeff Mitchell
3182df93dd Don't install liblastfm2 headers 2011-03-26 12:25:35 -04:00
Jeff Mitchell
575ee1548a Fetch cover art using LastFm via the InfoSystem plugin 2011-03-26 11:47:54 -04:00
Jeff Mitchell
5c09fd2360 Make a Last FM InfoSystem plugin and use it to handle now playing and scrobbling 2011-03-26 09:36:31 -04:00
Christian Muehlhaeuser
581814f482 Merge branch 'stable' of github.com:tomahawk-player/tomahawk into stable 2011-03-26 07:21:02 +01:00
Christian Muehlhaeuser
6da813d4c3 * Updated stable README. 2011-03-26 07:19:15 +01:00
Christian Muehlhaeuser
0530faf15c * Updated README. 2011-03-26 07:06:35 +01:00
Christian Muehlhaeuser
74ea476ad6 Merge remote-tracking branch 'origin/stable' 2011-03-26 02:40:12 +01:00
Jeff Mitchell
422f9a9022 Possibly fix crash related to twitter authentication 2011-03-25 18:23:17 -04:00
Jeff Mitchell
6b7300c1b3 Possibly fix crash related to twitter authentication 2011-03-25 18:22:51 -04:00
Leo Franchi
631c39163d don't install a static lib 2011-03-25 17:45:32 -04:00
Jeff Mitchell
376d543fd1 Merge branch 'liblastfm2' 2011-03-25 17:22:43 -04:00