1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-26 04:43:06 +01:00

600 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
0934b443f4 * Unbreak OSX compile. 2011-02-13 16:05:04 +01:00
Leo Franchi
0d93a2afee Become a unique app
Send commands to unique app when started in second instance
Load spiffs on demand

add protocol file to allow open tomahawk for tomahawk:// urls

Use qtsinglecoreapp
2011-02-13 09:47:28 -05:00
Christian Muehlhaeuser
7c54557bc0 * Move button in a separate QWidget to make it behave. 2011-02-13 10:51:29 +01:00
Christian Muehlhaeuser
86771b1291 * Readded the status button. 2011-02-13 10:41:15 +01:00
Christian Muehlhaeuser
cbc4252ac9 * General design / layout fixes. 2011-02-13 10:30:49 +01:00
Christian Muehlhaeuser
ad697e419a * Fix elided texts fo now-playing row in PlaylistItemDelegate.
* Fixed blue now-playing frame around the entire row.
2011-02-13 08:47:51 +01:00
Jeff Mitchell
90295cde29 Don't send offers that you can never actually resolve (i.e. empty) 2011-02-13 01:46:38 -05:00
Jeff Mitchell
d7182437d3 Re-send on "Got Tomahawk?" tweets even if you already have them in your
peercache
2011-02-13 01:32:11 -05:00
Christian Muehlhaeuser
6f7c9f4bc8 * Fix broken duplicate connection check. 2011-02-13 06:49:10 +01:00
Jeff Mitchell
312537fc8a Now that it's not just jabber that is autoconnected, don't ignore the
option...
2011-02-13 00:36:54 -05:00
Jeff Mitchell
ab9d79e21f Add fixme note 2011-02-13 00:30:18 -05:00
Jeff Mitchell
0a39139703 Now zeroconf doesn't connect when offline either 2011-02-13 00:22:53 -05:00
Jeff Mitchell
f097bc067d Don't connect when offline 2011-02-13 00:08:28 -05:00
Christian Muehlhaeuser
f924643bfe * Reset ControlConnection's id when we received the first packet. 2011-02-13 05:54:29 +01:00
Jeff Mitchell
a961b7086b Remove onceOnly connection type for twitter sessions 2011-02-12 23:29:52 -05:00
Jeff Mitchell
64bb73ded2 A bit more debugging 2011-02-12 23:25:16 -05:00
Jeff Mitchell
b6cb99fa67 Ignore all but the lastest DM from a particular user 2011-02-12 23:16:53 -05:00
Jeff Mitchell
dd1002178d Merge remote-tracking branch 'origin/master' into tweetsip 2011-02-12 22:54:12 -05:00
Jeff Mitchell
f62d2dacab Massive code cleanup, and hopefully functional fixes too! 2011-02-12 22:53:50 -05:00
Leo Franchi
9238dcccaa don't stop playing if a station fails, but stop station 2011-02-12 22:30:32 -05:00
Leo Franchi
46f3f4377a handle failing stations
Show setup when station is over
2011-02-12 21:58:47 -05:00
Jeff Mitchell
feaf5caa22 rejig what is used for the node to solve chicken+egg problem 2011-02-12 21:55:28 -05:00
Jeff Mitchell
5c152033ea More debugging 2011-02-12 21:46:29 -05:00
Jeff Mitchell
12555372d6 Actually register offers... 2011-02-12 21:33:26 -05:00
Jeff Mitchell
eccf96b2e2 Fix bonehead error 2011-02-12 20:59:46 -05:00
Jeff Mitchell
d1e0b2cca2 Add some debugging 2011-02-12 20:49:18 -05:00
Jeff Mitchell
7951003cbc Hopefully prevent sending DMs to yourself 2011-02-12 20:36:51 -05:00
Jeff Mitchell
893dfd038a Not sure if this could loop, but not going to risk it 2011-02-12 20:23:22 -05:00
Jeff Mitchell
29d096be15 Fix misnamed signals and stupidity in qtweetnetbase 2011-02-12 20:15:54 -05:00
Jeff Mitchell
12253e2fd3 Standardize debugging messages 2011-02-12 19:43:42 -05:00
Jeff Mitchell
9bffdf3dc6 Merge remote-tracking branch 'origin/master' into tweetsip 2011-02-12 19:20:09 -05:00
Christian Muehlhaeuser
4a47053533 * Implement TrackProxyModel's tracks(). 2011-02-13 01:18:37 +01:00
Jeff Mitchell
2d918156d1 Add some error logging and the connection timer 2011-02-12 19:15:08 -05:00
Jeff Mitchell
2bd2823a76 Merge remote-tracking branch 'origin/master' into tweetsip 2011-02-12 18:57:21 -05:00
Christian Muehlhaeuser
759c577648 * Made Playlist a proper PlaylistInterface type. 2011-02-13 00:55:04 +01:00
Jeff Mitchell
5389268391 Fix some bonehead issues 2011-02-12 18:51:44 -05:00
Jeff Mitchell
ecf436534a Most twitter handling should be working now. ish. 2011-02-12 18:28:30 -05:00
Jeff Mitchell
ef92a9b4db Interim checking towards protocol handling 2011-02-12 18:22:46 -05:00
Christian Muehlhaeuser
9f6b367bfb * Fixed duplicating connections in DNSResolver. 2011-02-13 00:17:17 +01:00
Jeff Mitchell
eee324d9c2 Interim work at fetching direct messages 2011-02-12 15:08:59 -05:00
Jeff Mitchell
782a38ec5a Save and load cached twitter peers (no syncing actually done yet) 2011-02-12 14:25:34 -05:00
Jeff Mitchell
1744f3659e I've seen some wonky behavior coming from the settings module, so add a
mutex for safety
2011-02-12 13:10:50 -05:00
Jeff Mitchell
6e02fda609 Successfully parse friend and mentions timelines 2011-02-12 12:57:29 -05:00
Jeff Mitchell
2bab8ea776 Work towards getting friends statuses 2011-02-12 12:37:23 -05:00
Jeff Mitchell
833e474487 Merge branch 'master' into tweetsip 2011-02-12 10:54:39 -05:00
Jeff Mitchell
68d3f066e3 Enable twitter plugin, doesn't do much yet but does authenticate -- also
change status post to include a short UUID so we don't get duplicate
tweet errors.
2011-02-12 10:54:12 -05:00
Christian Muehlhaeuser
b32560a6f9 * Some OS/X style tweaks. 2011-02-12 12:20:22 +01:00
Christian Muehlhaeuser
704f586445 Merge branch 'master' of github.com:tomahawk-player/tomahawk 2011-02-12 11:14:08 +01:00
Christian Muehlhaeuser
57fa887dad * Fixed release scripts on OSX. 2011-02-12 11:13:51 +01:00
Jeff Mitchell
63655a968e Merge branch 'master' into tweetsip 2011-02-12 01:47:44 -05:00