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

8984 Commits

Author SHA1 Message Date
Uwe L. Korn
b0c23a0740 Add basic JS fuzzy resolve implementations 2014-06-02 23:39:25 +01:00
Uwe L. Korn
216a9f5593 Remove unused variable 2014-06-02 23:39:25 +01:00
Uwe L. Korn
af3352dca3 s/Q_WS_MAC/Q_OS_MAC 2014-06-02 23:39:25 +01:00
Uwe L. Korn
859865e50a Remove ifndef ENABLE_HEADLESS 2014-06-02 23:39:25 +01:00
Uwe L. Korn
607a82c248 Pass accountId to the resolver 2014-06-02 23:39:25 +01:00
Uwe L. Korn
c0b6785bde Follow all the redirects 2014-06-02 23:04:48 +01:00
Uwe L. Korn
a26893339b Update libcrashreporter-qt 2014-06-02 11:35:58 +01:00
Tomahawk CI
68e235ae49 Automatic merge of Transifex translations 2014-06-02 02:17:18 +02:00
Uwe L. Korn
a6c686a057 Decouple FuzzyIndex from DbCmd 2014-06-01 20:07:56 +01:00
Uwe L. Korn
c56d5b90dc Fix crash on misbehaving VA albums 2014-06-01 20:05:36 +01:00
Uwe L. Korn
804b5e7ed8 Fix crash on misbehaving VA albums 2014-06-01 18:55:36 +01:00
Uwe L. Korn
cc873c1199 Deprecate UrlTranslator again.
UrlTranslator and UrlHandler have the same interface but only differed
in the internal implementation. We can distinguish between them
internally, so do it instead of making more interfaces.
2014-06-01 16:14:43 +01:00
Uwe L. Korn
1fd6b1bc21 Use HTML5 base64 functions2 2014-05-31 14:11:47 +01:00
Uwe L. Korn
fc4dd7ce1c Prefer Spotify Webservice over libspotify 2014-05-30 14:46:51 +01:00
Uwe L. Korn
631464e20c Rovi sometimes returns empty tracks, do not add. 2014-05-28 21:01:25 +01:00
Uwe L. Korn
0325ed887a Use QScopedPointer for cleaner code 2014-05-28 17:49:26 +01:00
Uwe L. Korn
a014cadcd2 Result of drag->exec is not used 2014-05-28 17:36:03 +01:00
Uwe L. Korn
c22ebed8e1 Fix comparison between signed and unsigned int 2014-05-28 17:35:36 +01:00
Uwe L. Korn
299c358a87 Remove redudant operations 2014-05-28 17:35:13 +01:00
Uwe L. Korn
e1c850000a Add config.h include to get QCA2_FOUND macro 2014-05-28 17:34:50 +01:00
Uwe L. Korn
69fc54024f Only update to valid Playlist index 2014-05-28 17:34:25 +01:00
Uwe L. Korn
f0ea99fc71 Remove QCA usage in JSResolver 2014-05-28 10:57:29 +01:00
Uwe L. Korn
34ff1d6687 Update ChangeLog 2014-05-28 11:46:17 +02:00
Tomahawk CI
6939ef660a Automatic merge of Transifex translations 2014-05-27 02:17:18 +02:00
Stefan Derkits
fedb562282 Merge pull request #234 from Horrendus/trayicon
only show tray icon if systray is available
2014-05-26 23:06:34 +02:00
Stefan Derkits
97985c9ca2 only show tray icon if systray is available 2014-05-26 23:05:10 +02:00
Uwe L. Korn
4deae94b99 Add documentation for Json wrapper 2014-05-26 10:33:39 +01:00
Tomahawk CI
a2d5414af6 Automatic merge of Transifex translations 2014-05-25 02:17:19 +02:00
Uwe L. Korn
50b20b05e9 Do not wrap NetworkReply in shared pointer, we take care of its deletion separately 2014-05-24 19:17:21 +01:00
Uwe L. Korn
92970c7ecd Merge pull request #233 from tilal6991/master
tomahawk: pass the NetworkReply directly to stop segfaulting
2014-05-24 18:53:27 +02:00
Lalit Maganti
6e63bc72a7 tomahawk: pass the NetworkReply directly to stop segfaulting
* this now means the Google Music resolver works :)
2014-05-24 18:50:07 +01:00
Uwe L. Korn
42b5153a13 Fix signal naming 2014-05-24 17:42:53 +01:00
Uwe L. Korn
ec0d5d6e40 Follow redirects on stream URL 2014-05-24 17:07:13 +01:00
Uwe L. Korn
d32eb8fe1e Do less work in the constructor body 2014-05-24 12:13:59 +01:00
Uwe L. Korn
5e7f3daa5e Fix compilation for Qt4 2014-05-24 12:13:59 +01:00
Tomahawk CI
ee4fa3988e Automatic merge of Transifex translations 2014-05-24 02:17:17 +02:00
Uwe L. Korn
796be81f14 Deprecate old resolver API 2014-05-23 19:12:55 +01:00
Uwe L. Korn
8ed4c3a43f Add parameter to specify additional headers to a streamURL
* Fixes TWK-1623
2014-05-23 16:15:55 +01:00
Uwe L. Korn
3257d2fbd5 Compile kdsingleapplicationguard as separate lib 2014-05-22 15:25:33 +01:00
Uwe L. Korn
fcf57ee535 Only call X11InitThreads on Qt <4.8 2014-05-22 12:47:14 +01:00
Uwe L. Korn
f4f37e5dfc Return QPointer instead of casting around 2014-05-22 01:34:04 +01:00
Tomahawk CI
402ade3322 Automatic merge of Transifex translations 2014-05-22 02:17:17 +02:00
Uwe L. Korn
29b4b26d92 Fix: comparison between signed and unsigned integer 2014-05-21 21:47:48 +01:00
Uwe L. Korn
028b1f738d Remove unused private pointer 2014-05-21 21:31:59 +01:00
Uwe L. Korn
0aa4f63492 Change some log levels 2014-05-21 21:14:53 +01:00
Uwe L. Korn
d55bec53ad Remove some ENABLE_HEADLESS 2014-05-21 21:14:53 +01:00
Uwe L. Korn
fe5a86bad3 Merge pull request #232 from TheOneRing/find-jreen
Fixed the findscript for jreen to work without pkgconf.
2014-05-21 22:14:27 +02:00
Tomahawk CI
b7280e686b Automatic merge of Transifex translations 2014-05-21 02:17:19 +02:00
Stefan Derkits
fc3999d180 HistoryWidget: No longer set the To date when changing From date, no longer allow a To date earlier than From date 2014-05-20 20:05:35 +02:00
Patrick von Reth
41eacbd4f6 real fix for qt4 and qt5 to find libjreen without pkg-config 2014-05-17 13:14:32 +02:00