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

11019 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
1777609b18 Fixed typo in JSResolverHelper. 2015-05-10 03:08:59 +02:00
Christian Muehlhaeuser
15445be8df Fixed collection sorting. 2015-05-10 03:03:34 +02:00
Christian Muehlhaeuser
36caa8751c Merge pull request #297 from theli-ua/relative
Support relative HTTP redirects
2015-05-08 17:20:55 +02:00
Anton Romanov
55077edd6d Support relative HTTP redirects 2015-05-08 08:11:11 -07:00
Tomahawk CI
827e816aab Automatic merge of Transifex translations 2015-05-08 02:17:46 +02:00
Tomahawk CI
712e9666a7 Automatic merge of Transifex translations 2015-05-04 02:17:32 +02:00
Tomahawk CI
57a5bed0c5 Automatic merge of Transifex translations 2015-05-03 02:17:30 +02:00
Dominik Schmidt
2335f9c478 Merge pull request #296 from theli-ua/json
Allow to encode post/get params with json.stringify and specify own cont...
2015-05-02 20:04:34 +02:00
Anton Romanov
f2acf783cc dataEncodingFormat => dataFormat 2015-05-02 09:46:55 -07:00
Anton Romanov
4c1da6f78b Allow to encode post/get params with json.stirngify and specify own content-type 2015-05-02 09:46:55 -07:00
Tomahawk CI
c7972fec13 Automatic merge of Transifex translations 2015-05-02 02:17:30 +02:00
Jason Herskowitz
da40a4a2bd Fix the background color of the bio text box 2015-05-01 16:06:37 -04:00
Jason Herskowitz
0522fdb66d Clarifying text for the Download preference settings 2015-05-01 07:49:54 -04:00
Jason Herskowitz
cc2c9f5192 Make dmg background more subtle 2015-04-30 20:23:50 -04:00
Tomahawk CI
9b2c9cc3ae Automatic merge of Transifex translations 2015-04-29 02:17:33 +02:00
Tomahawk CI
d3fef5a0af Automatic merge of Transifex translations 2015-04-28 02:17:29 +02:00
Christian Muehlhaeuser
3d52622fda Simpler Pipeline code. 2015-04-28 02:11:13 +02:00
Christian Muehlhaeuser
f23e18192b Added TIDAL and YouTube. 2015-04-28 00:15:14 +02:00
Christian Muehlhaeuser
807961dffc Fixed snore's inbox-notification title & type. 2015-04-24 20:34:24 +02:00
Christian Muehlhaeuser
e65830643b Don't create a ResultUrlChecker if there are no results to be checked. 2015-04-23 20:53:54 +02:00
Uwe L. Korn
495fd028c1 Hide very basic Chromecast support
Support is still in its early steps, do not expose it to end users.
2015-04-19 20:08:12 +02:00
Tomahawk CI
479d57656a Automatic merge of Transifex translations 2015-04-19 02:16:52 +02:00
Christian Muehlhaeuser
53509dd03b Set current time to 0 as soon as we request to stop the playback. 2015-04-18 09:46:42 +02:00
Christian Muehlhaeuser
a062787db8 Style fixes in AudioEngine and -Output. 2015-04-18 09:45:36 +02:00
Christian Muehlhaeuser
d50104cce7 Stop the audio output as soon as we try to load a new track. 2015-04-18 09:45:04 +02:00
Christian Muehlhaeuser
de8dcce45e Moved playback error-retry handling into AudioEngine itself. 2015-04-18 08:43:30 +02:00
Christian Muehlhaeuser
8c7036b0da Fixed AudioControls' slider timeline. 2015-04-18 08:42:27 +02:00
Christian Muehlhaeuser
dfc07598a1 Fixed AudioEngine state machine. 2015-04-18 08:41:44 +02:00
Christian Muehlhaeuser
1e900f87a0 Fixed internal AudioOutput state machine. 2015-04-18 08:40:56 +02:00
Christian Muehlhaeuser
86facdeb14 Don't deadlock libvlc when receiving MediaPlayerEncounteredError. 2015-04-18 06:42:11 +02:00
Christian Muehlhaeuser
cba146a902 No need to invoke tracks command with empty arguments list. 2015-04-18 06:03:48 +02:00
Christian Muehlhaeuser
c3702a633d Style fixes. 2015-04-18 06:02:37 +02:00
Christian Muehlhaeuser
84d36f45a2 Clean up DownloadManager and add jobFinished() signal. 2015-04-18 06:01:59 +02:00
Christian Muehlhaeuser
592b1bc3c1 Remove obsolete Query ctor. 2015-04-18 06:00:01 +02:00
Christian Muehlhaeuser
43e29b79e0 Style fixes. 2015-04-18 05:37:10 +02:00
Christian Muehlhaeuser
ce2811c30e Fixed AudioOutput::isSeekable for position-based vlc events. 2015-04-18 05:36:47 +02:00
Christian Muehlhaeuser
78f0896342 Fixed emitting current time instead of total time to update timers. 2015-04-18 05:35:56 +02:00
Christian Muehlhaeuser
f9636ecb65 Removed apparently obsolete code. 2015-04-18 05:35:33 +02:00
Christian Muehlhaeuser
202bb2abb4 Fixed initialization order of class members. 2015-04-18 05:35:12 +02:00
Christian Muehlhaeuser
8a7a8bb4f0 Don't set time on AudioEngine's singleton instance, but emit signals to it. 2015-04-18 05:34:52 +02:00
Christian Muehlhaeuser
391cc821f8 Don't use '#if 0' - it might be defined and cause weird issues. 2015-04-18 05:33:52 +02:00
Christian Muehlhaeuser
38f05a7353 Merge pull request #294 from theli-ua/master
Fallback to position-based progress and seeking if current time is unavailable
2015-04-18 05:18:34 +02:00
Christian Muehlhaeuser
2948b91058 Removed TopHits view from Album page until we actually use it. 2015-04-18 05:13:03 +02:00
Christian Muehlhaeuser
f90297a629 Removed Album page's scroll-area. Scrolling within the TrackView is enough. 2015-04-18 05:02:23 +02:00
Tomahawk CI
23e88fc1c1 Automatic merge of Transifex translations 2015-04-18 02:16:54 +02:00
Anton Romanov
b5252c05a2 Remove all aboutToFinish/expectStop related things 2015-04-17 15:16:56 -07:00
Anton Romanov
0c8710ce4c Fallback to position-based progress/seeking if timing info is not available 2015-04-15 19:55:14 -07:00
Tomahawk CI
9de4d407d6 Automatic merge of Transifex translations 2015-04-16 02:16:50 +02:00
Christian Muehlhaeuser
2e06dad341 Updated README. 2015-04-15 08:55:34 +02:00
Christian Muehlhaeuser
a10122cc95 Fixed source translation for copyright. 2015-04-15 06:32:41 +02:00