1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 08:19:42 +01:00

6293 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
412fb5b7bb * Fixed broken png causing libpng warning. 2013-06-07 11:26:52 +02:00
Christian Muehlhaeuser
4d64ddf317 * Set pen color correctly for Inbox. 2013-06-07 10:44:58 +02:00
Christian Muehlhaeuser
99deba6710 * Adapted Track page to new style. 2013-06-07 10:32:56 +02:00
Christian Muehlhaeuser
c67532c588 * Fixed Artist page. 2013-06-07 10:32:19 +02:00
Christian Muehlhaeuser
aa7a69b6cc * Adapt Album page to new style. 2013-06-07 10:31:57 +02:00
Christian Muehlhaeuser
7557696d48 * Offer inverted gauge animations. 2013-06-07 10:31:31 +02:00
Christian Muehlhaeuser
e5b4caee2f * Changed PAGE_BACKGROUND color. 2013-06-07 10:31:08 +02:00
Christian Muehlhaeuser
abf4314eaf * Don't try animating with bogus values. 2013-06-07 09:12:31 +02:00
Christian Muehlhaeuser
02d3f7c55f * Start animating the gauge with value 1. 2013-06-07 09:09:29 +02:00
Christian Muehlhaeuser
aca501096f * Chart values need to be always initialized. 2013-06-07 09:09:04 +02:00
Christian Muehlhaeuser
47a4d549af * Added StatsGauge. 2013-06-07 09:00:07 +02:00
Christian Muehlhaeuser
3383a93e4b * Work on artist page. Better layout / design? 2013-06-07 09:00:07 +02:00
Christian Muehlhaeuser
3c0f65c6fa * Properly set pen before painting figure ovals. 2013-06-07 09:00:07 +02:00
Christian Muehlhaeuser
2bceddaa1c * Fixed pen settings for drawBackgroundAndNumbers. 2013-06-07 09:00:07 +02:00
Christian Muehlhaeuser
096331016e * TrackView should restore externally set alternating-row-color setting. 2013-06-07 09:00:07 +02:00
Christian Muehlhaeuser
162610bae5 * Mutex protect TrackData. 2013-06-07 09:00:07 +02:00
Christian Muehlhaeuser
8b68e83827 * Load artist-stats. 2013-06-07 09:00:06 +02:00
Florian Richter
47dcb9f170 Fix signal signature 2013-06-06 10:19:56 +02:00
Christian Muehlhaeuser
2427382830 * When redirecting a request, make sure HEAD ops don't become a GET. 2013-06-05 21:32:09 +02:00
Christian Muehlhaeuser
c2d9f1f441 * Style fixes. 2013-06-05 20:46:35 +02:00
Christian Muehlhaeuser
cac24eacd3 * Cache avatar instead of trying to get it from the cache over and over. 2013-06-05 20:46:22 +02:00
Christian Muehlhaeuser
7053c50067 * Style fixes and removed spamy logging from TomahawkCache. 2013-06-05 20:27:10 +02:00
Uwe L. Korn
725486a4e4 Use peerName instead of peerAddress
* If connecting to a non-IP host, peerAddress is an empty string,
  peerName contains the DNS name
2013-06-05 18:56:59 +02:00
Christian Muehlhaeuser
6748d37a8b * The mutex isn't needed. 2013-06-05 09:34:41 +02:00
Christian Muehlhaeuser
a6be13b80c * Style fixes for NetworkActivityWidget. 2013-06-05 09:23:44 +02:00
Christian Muehlhaeuser
875d9f4d8f * Fixed building without breakpad. Thanks to Dinar Valeev. 2013-06-05 09:15:39 +02:00
Christian Muehlhaeuser
d6ae691edc * Style fixes for build system. 2013-06-05 09:15:07 +02:00
Uwe L. Korn
18e1340de9 Do not delete connection if PeerInfo disappers during connect 2013-06-04 21:26:01 +02:00
Uwe L. Korn
8610c156eb Hide InfoBar and report isBeingPlayed status. 2013-06-04 21:25:37 +02:00
Uwe L. Korn
91fc20d0c8 NetworkActivity now features Charts 2013-06-04 20:39:58 +02:00
Uwe L. Korn
b1f8993e9c Add NetworkCharts Database Command 2013-06-04 20:39:58 +02:00
Uwe L. Korn
bd054438ad Add empty NetworkActivity page 2013-06-04 20:39:57 +02:00
Uwe L. Korn
df9782822b Show DBID/nodeId in DiagnosticsDialog 2013-06-03 16:17:59 +02:00
Uwe L. Korn
bec4224048 Remove hack to avoid resetting firstMessage on parallel connection 2013-06-03 14:55:04 +02:00
Christian Muehlhaeuser
83d49a6324 * Improvements to item-delegates. 2013-06-03 05:41:49 +02:00
Christian Muehlhaeuser
56eba6d054 * Style fixes for FdoNotifyPlugin. 2013-06-03 03:30:01 +02:00
Christian Muehlhaeuser
0bb1dd6245 Merge pull request #190 from f1ori/autogenerate-dbus-mpris
autogenerate dbus adaptors for mpris
2013-06-02 18:22:24 -07:00
Florian Richter
82432968e9 listen to media key events of gnome settings daemon
* add shortcuthandler, which listens to the media key event
  provided by the gnome settings daemon via dbus
  (https://github.com/GNOME/gnome-settings-daemon/blob/master/plugins/media-keys/README.media-keys-API)
* fixes TWK-983
2013-06-01 17:55:05 +02:00
Kevin Funk
b6de19522a Fix some compiler/runtime warnings 2013-06-01 00:03:00 +02:00
Uwe L. Korn
bb450be0e7 Delay resuming as we will most likely fail connecting directly 2013-05-31 22:06:35 +02:00
Uwe L. Korn
ca6653b7e0 Add support for UPower 2013-05-31 19:07:33 +02:00
Florian Richter
15f6ea8543 use autogenerated dbus interface for fdonotify 2013-05-31 17:51:44 +02:00
Florian Richter
a8980f7c32 autogenerate dbus adaptors for mpris 2013-05-31 15:39:14 +02:00
Jeff Mitchell
42880a3c97 Add hatchet plugin to master 2013-05-30 15:29:04 -04:00
Christian Muehlhaeuser
7ba846aad3 * Try simpler OverlayWidget layout. 2013-05-30 04:24:29 +02:00
Christian Muehlhaeuser
5afed57070 * Fixed AnimatedSpinner flickering when resizing window. 2013-05-30 04:24:29 +02:00
Christian Muehlhaeuser
67e30668dd * Disable / enable alternate row colors when required. 2013-05-30 04:24:29 +02:00
Teo Mrnjavac
bcd1069d92 Only show the mark as listened action if unlistened tracks are selected. 2013-05-29 19:05:31 +02:00
Christian Muehlhaeuser
8ebd3d67e8 * x.y.999 is invalid on OSX. 2013-05-29 15:55:47 +02:00
Teo Mrnjavac
63bd256bc4 Replaced GenericSelect with a proper dbcmd.
Consequences:
* we avoid the use of QObject properties, which are not thread safe
* we get social actions right away, without having to wait for
  every track's loadSocialActions to finish
2013-05-29 15:34:37 +02:00