1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 13:01:53 +02:00

725 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
76802d971d * Finally builds on Win32 again. 2011-02-14 17:53:39 +01:00
Christian Muehlhaeuser
496a09dc81 * Unbreak windows compile. 2011-02-14 17:49:28 +01:00
Christian Muehlhaeuser
7a081128e6 * Make it compile again for Win32. 2011-02-14 17:29:23 +01:00
Christian Muehlhaeuser
caf8d04ca7 * Catch CLuceneError exceptions. 2011-02-14 17:25:45 +01:00
Christian Muehlhaeuser
0141f2b573 * Invoke enqueuing DbCmds in the wrong thread.
* Fixed a few more TrackHeader issues.
2011-02-14 17:12:10 +01:00
Christian Muehlhaeuser
0e5b8017f7 * Helps to propagate events, doesn't it? 2011-02-14 12:45:58 +01:00
Christian Muehlhaeuser
eebd2ed390 * Off-by-one error. 2011-02-14 12:21:07 +01:00
Christian Muehlhaeuser
6e708cc0c4 * Made QHeaderView behave, mostly.
* Removed online / offline button again.
2011-02-14 12:18:48 +01:00
Jeff Mitchell
6ccac6ad0e Re-add sending node in DMs; this will help allow multiple thawk
instances to get hooked up to others by allowing it to ignore (and keep
in inbox) DMs not meant for that particular instance (each instance will
have to send a Got Tomahawk? tweet though)
2011-02-13 23:43:35 -05:00
Jeff Mitchell
de827a59a8 Some code cleanup, and allow for finding yourself in tweets if the node
is different (interim step until, eventually, hopefully allowing
multiple accesses)
2011-02-13 23:38:17 -05:00
Jeff Mitchell
dacedf66cc Proxy doens't work properly so for now don't show the button to enable
it.
2011-02-13 23:24:34 -05:00
Jeff Mitchell
e27159142f Revamp the config gui slightly. Put network settings on its own tab and
jabber settings on its own tab. Add a UI way to set the external port.
2011-02-13 23:22:05 -05:00
Jeff Mitchell
8b1a9d1f18 When using UPnP mode and it doens't work and you have an external
address/port set, fall back to using those.
2011-02-13 22:41:51 -05:00
Jeff Mitchell
1b4cdaa5ab Try connecting on startup after a short delay 2011-02-13 16:00:23 -05:00
Jeff Mitchell
c9de25a4c6 Remember values instead of forgetting some 2011-02-13 15:49:09 -05:00
Jeff Mitchell
f02367abf1 Add some debug 2011-02-13 14:46:06 -05:00
Jeff Mitchell
3a38abd0b9 Add twitter example file and update README 2011-02-13 14:20:17 -05:00
Jeff Mitchell
202e43668c Cmake will now source a file with the necessary property definitions 2011-02-13 13:51:45 -05:00
Jeff Mitchell
0f55df58a5 Move location of twitter api key include 2011-02-13 13:41:36 -05:00
Jeff Mitchell
98bd3d226c Remove twitter api keys from oauth.cpp, they've been regenerated 2011-02-13 13:39:22 -05:00
Jeff Mitchell
7005d6f123 Add twitter key file to .gitignore 2011-02-13 13:35:38 -05:00
Jeff Mitchell
b3acdd3795 Send node information in initial Got Tomahawk message 2011-02-13 12:41:39 -05:00
Jeff Mitchell
d48a7b11fa At what point did I forget to actually check compilation before
committing? blech
2011-02-13 11:33:51 -05:00
Jeff Mitchell
16fc949f53 Only honor Got Tomahawk statuses sent to a particular person if the message is directed at you 2011-02-13 11:29:02 -05:00
Jeff Mitchell
3ed58591d0 Merge remote-tracking branch 'origin/master' into tweetsip 2011-02-13 11:15:42 -05:00
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