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
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
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
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
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
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
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
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
Jeff Mitchell
ebd59724a5
Be a bit more explicit when connecting
2012-04-06 18:33:09 -04:00
Tomahawk CI
678ad2649f
Automatic merge of Transifex translations
2012-04-06 22:16:10 +00:00
Jeff Mitchell
514d399f6b
Bump cache version; put back in its proper place, and put in a better place in headless
2012-04-06 18:06:50 -04:00
Leo Franchi
9d88f16aa4
don't call artist->cover more than we need to
2012-04-06 17:21:26 -04:00
Jeff Mitchell
2a6a4c0252
Revert "Be a bit smarter about when we consider info loaded and updated"
...
This reverts commit 0c308b850d8bb7715cb1806e062529eccc87f664.
2012-04-06 17:17:43 -04:00
Jeff Mitchell
0c308b850d
Be a bit smarter about when we consider info loaded and updated
2012-04-06 16:51:25 -04:00
Leo Franchi
55d80eb547
fix logic fail
2012-04-06 15:14:58 -04:00
Jeff Mitchell
110824bb06
Now that Jreen is fixed update signature
2012-04-06 15:03:08 -04:00
Leo Franchi
3b21c91a97
Allow specifying which type of cover image is requested
2012-04-06 14:56:31 -04:00
Leo Franchi
58adc470ce
const ref'ify
2012-04-06 14:56:31 -04:00
Leo Franchi
2be9dfc45b
Don't ask the infosystem for the same item data more than once racily
2012-04-06 14:56:31 -04:00
Jason Herskowitz
1a7f2cc070
Add volume fix to changelog
2012-04-06 08:35:19 -03:00
Leo Franchi
84773f7956
Add fading to various custom large track delegates and support query in fader
2012-04-05 23:31:48 -04:00
Leo Franchi
155cccb109
add fading to track charts
2012-04-05 23:31:21 -04:00
Leo Franchi
30e239c311
Don't load covers till scrolling stops in the treeview
2012-04-05 22:37:15 -04:00
Leo Franchi
f1aa7b6d28
Add fading for artist/albums in treeview as well
2012-04-05 22:24:25 -04:00
Leo Franchi
6c48be2563
Don't fade in to default covers
2012-04-05 22:05:42 -04:00
Leo Franchi
caf77a0935
debug--
2012-04-05 21:25:15 -04:00
Leo Franchi
6af93841cb
Try out some fading for album covers
2012-04-05 21:24:11 -04:00
Tomahawk CI
396f332d55
Automatic merge of Transifex translations
2012-04-05 22:16:30 +00:00
Jeff Mitchell
624e95a97b
Clear status on Tomahawk startup since we can't currently clear it on
...
shutdown
2012-04-05 13:13:28 -04:00
Jeff Mitchell
3b9fb2c7eb
Fix compile on OSX
2012-04-05 10:17:40 -04:00
Jeff Mitchell
8ba61f5496
Modify pushInfo interface to allow flags. These flags can be coded to
...
add extra common information for all consuming plugins. So far, a
shorturl flag has been added, making a short url available to all
plugins. I wasn't able to check this on OSX, so it might need a small
amount of touching up.
2012-04-04 21:37:34 -04:00
Tomahawk CI
5fc54a7e4c
Automatic merge of Transifex translations
2012-04-04 22:16:22 +00:00
Christian Muehlhaeuser
4ad1efbcf5
* Fixed crash in AudioControls.
2012-04-04 16:41:27 +02:00
Jason Herskowitz
caf2d18708
Change Account preference icon to a more generic Services icon and make color of preference icons match new gray
2012-04-03 22:17:03 -04:00
Jason Herskowitz
80e433abe0
Make placeholder avatar use same blue gray
2012-04-03 21:46:26 -04:00
Jason Herskowitz
464a32f35d
Use different icon for collection in sidebar but don't change all the other instances that used drop-track.png
2012-04-03 20:54:10 -04:00