Tomahawk CI
35c56395da
Automatic merge of Transifex translations
2012-04-10 22:16:55 +00:00
Jeff Mitchell
619373c2e5
Make lastfm/xmpp info plugins more robust
2012-04-10 18:16:14 -04:00
Jeff Mitchell
43806aec62
Remove album from love action
2012-04-10 17:59:23 -04:00
Jeff Mitchell
54aef2cd2e
More work towards cleaning up and making safer the info plugins. Twitter should be pretty good, but need to make lastfm and xmpp use the same paradigm
2012-04-10 17:58:34 -04:00
Artem Gluvchynsky
4b38bbff30
Changed xesam:artist to a list of strings according to the Xesam spec
2012-04-11 00:19:08 +03:00
Jeff Mitchell
4eaff7a45f
Get rid of double-additions of info plugins. Still not sure why it doesn't seem to delete itself.
2012-04-10 12:43:47 -04:00
Jeff Mitchell
25fba84b32
This should hopefully get rid of the messages about parent being in the wrong thread
2012-04-09 23:52:06 -04:00
Leo Franchi
042b27ea83
tomahawk side of creating a newly synced playlist
2012-04-09 23:01:03 -04:00
Leo Franchi
f51f5e4d59
remove associated actions when deleting spotify account
2012-04-09 22:20:49 -04:00
Jeff Mitchell
4c5855c95d
Add twitter info plugin. Still needs some work -- when it should delete
...
itself (for instance if you disable the plugin and re-enable) it doesn't
seem to, leading to twitter complaining about duplicate statuses. Also
get a message about creating children for parent in different thread.
Along the way, made lastfm plugin correctly switch to the right thread
for the info plugin, fix a couple bugs (such as loving and unloving
using the same type), and so on.
Need to fix up xmpp info plugin to use the correct thread as well.
Also, right now tweets indiscriminately when you love, should turn that
off before merging to master.
2012-04-09 20:50:10 -04:00
Tomahawk CI
6a88aefadc
Automatic merge of Transifex translations
2012-04-09 22:16:19 +00:00
Jason Herskowitz
feedb1450c
Make capitalization of Stop Playback after this Track consistent with other context menu items
2012-04-09 14:46:42 -04:00
Jeff Mitchell
bfdc7a3d67
Fix Adium plugin with updated notfications
2012-04-09 13:11:35 -04:00
Jeff Mitchell
80a1009aa2
Update text in notification
2012-04-09 12:52:43 -04:00
Jeff Mitchell
bb0e24f074
Fix up xmpp info plugin. This plugin respects private listening
...
settings, since unlike mpris and fdo it isn't designed to display
locally
2012-04-09 12:19:25 -04:00
Jeff Mitchell
b6cd43d25f
Vastly simplify mpris plugin by getting rid of unnecessary info system call
2012-04-09 12:03:12 -04:00
Jeff Mitchell
b0e8fd33ce
Merge branch 'master' into notificationcleanup
2012-04-09 11:37:30 -04:00
Leo Franchi
3cb079b014
crash fix and only show spotify sync context menu for local playlists
2012-04-09 09:41:26 -04:00
Dominik Schmidt
651bde6b4a
Don't make the context menus transparent as well. Thanks to nowrep for the hint
2012-04-09 12:45:39 +02:00
Leo Franchi
03c57d3a0f
Add spotify context menu action for local playlists
...
This also adds a generic way for runtime components to register actions to
be shown for a certain category of items (e.g. playlists, tracks, artists, etc).
Initiating a sync from Tomahawk is still a TODO
2012-04-08 22:43:11 -04:00
Leo Franchi
6ffaa1450e
safer
2012-04-08 20:29:39 -04:00
Jeff Mitchell
ca375bcc76
Remove privacy for mpris; we want to keep local info updated, it's up to the user to configure how programs proxy mpris information
2012-04-08 20:07:07 -04:00
Leo Franchi
1dda0371b5
Merge remote-tracking branch 'origin/master' into spotifyplaylists
2012-04-08 20:05:43 -04:00
Leo Franchi
1b445934a8
Work on the tomahawk side of spotify syncing. bugfixes and new UI indicators
2012-04-08 20:05:20 -04:00
Jeff Mitchell
3f39b0a95f
Some cleanup
2012-04-08 19:52:17 -04:00
Jeff Mitchell
8bb31492e4
Merge branch 'master' into notificationcleanup
2012-04-08 19:31:31 -04:00
Jeff Mitchell
41a3cea05e
Fix CPU usage due to fader
2012-04-08 19:30:28 -04:00
Jeff Mitchell
c6b5ea0380
Covers aren't showing up now...but at least we're not pegging CPU. Will continue to fix in a bit
2012-04-08 18:30:37 -04:00
Tomahawk CI
712805f5b0
Automatic merge of Transifex translations
2012-04-08 22:16:06 +00:00
Leo Franchi
1a6f96caaf
don't delete a playlist if we don't have an updater for it or if it's already deleted
2012-04-08 16:11:43 -04:00
Jeff Mitchell
789a93dbe9
Make changes to audiocontrols fader to better handle transitions to/from default cover
2012-04-08 15:33:44 -04:00
Jeff Mitchell
7914fc9551
Initial work on notification cleanup
2012-04-08 14:36:06 -04:00
Jeff Mitchell
8a85b8bbc6
Fix changing connect status
2012-04-08 11:31:11 -04:00
Leo Franchi
a80929e52f
Merge remote-tracking branch 'origin/master' into spotifyplaylists
2012-04-08 10:00:55 -04:00
Jeff Mitchell
ff3770a464
Use shared timeline for pixmapdelegatefader.
2012-04-08 09:49:39 -04:00
Jeff Mitchell
546abf4a6d
Wrote this SharedTimeLine thing, then converted the wrong class to use it, oops. Seems to work perfectly, though, so might as well use it.
2012-04-07 21:17:53 -04:00
Leo Franchi
cfcdbbb728
Refactor playlist updater system to make it more generic
...
Updaters aren't necessarily timer-based, and each updater provides its own
configuration widget, as a checkbox might not always make sense
2012-04-07 19:13:38 -04:00
Leo Franchi
30791e9bdc
less debug
2012-04-07 19:13:38 -04:00
Jeff Mitchell
4e01387eb9
I can't think of any reason that removing this wasn't a mistake, so I'm
...
putting it back
2012-04-07 18:57:43 -04:00
Jeff Mitchell
09ee426710
Because I am a moron, I didn't take the opportuniy when last futzing
...
with pushInfo to change things to a struct like I did on the pull side.
Now I'm fixing that mistake, which makes future changes to push data
far, far easier.
2012-04-07 18:51:20 -04:00
Tomahawk CI
de3b8c794b
Automatic merge of Transifex translations
2012-04-07 22:16:10 +00:00
Christian Muehlhaeuser
94d97a1029
* Updated README url.
2012-04-07 19:19:47 +02:00
Hugo Lindström
af1a8ea8b4
fix missing ref
2012-04-07 10:51:45 +02:00
Hugo Lindström
d82df7f00d
cleanup
2012-04-07 10:34:03 +02:00
Hugo Lindström
570171bddd
emit rename signal and update spotify playlistname
2012-04-07 10:24:03 +02:00
Christian Muehlhaeuser
67d1e6e97c
* Updated ChangeLog.
2012-04-07 10:03:28 +02:00
Christian Muehlhaeuser
dfa2a80d82
* Work-around VLC bug: reset volume when resuming.
2012-04-07 09:55:08 +02:00
Christian Muehlhaeuser
9d77f20710
* Boundaries are set by QSlider already.
2012-04-07 09:55:08 +02:00
Christian Muehlhaeuser
6d003028c3
* Don't update seek slider too often, use less cpu.
2012-04-07 09:55:08 +02:00
Leo Franchi
1f1f0d5bda
debug--
2012-04-06 22:45:12 -04:00