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

8027 Commits

Author SHA1 Message Date
Uwe L. Korn
bfb3ff5eb0 Merge pull request #201 from lorenzhs/dragging
fix segfault due to NULL m_get()
2013-07-10 12:38:33 -07:00
Lorenz H-S
bb7b9f8fb7 fix segfault due to NULL m_get() 2013-07-10 21:28:50 +02:00
Uwe L. Korn
355d8439a5 Merge pull request #200 from lorenzhs/dragging
Pass GenericPageItems' dragging to its ViewPage
2013-07-10 11:59:31 -07:00
Lorenz H-S
15d7b3fe2a Pass GenericPageItems' dragging to its ViewPage 2013-07-10 20:31:43 +02:00
Uwe L. Korn
8b8455c97c Add basic trending tracks in NetworkActivities 2013-07-10 19:39:03 +02:00
Uwe L. Korn
f87bf7921d Pimple DatabaseCommand 2013-07-10 19:39:03 +02:00
Tomahawk CI
a92cc59851 Automatic merge of Transifex translations 2013-07-10 02:16:47 +02:00
dridri
c8ec48577e Added Equalizer support on AudioEngine class
Two public methods added :
 * int equalizerBandCount()
 * bool setEqualizerBand(int band, int value)
One private method :
 * void initEqualizer()

Settings and GUI must be made in an external plugin
2013-07-10 02:03:01 +02:00
Tomahawk CI
18e1fa1585 Automatic merge of Transifex translations 2013-07-09 02:16:55 +02:00
Uwe L. Korn
0af3deea56 Make it possible to show the artist in the AlbumDelegate 2013-07-08 21:29:04 +02:00
Uwe L. Korn
5ef778fd85 Fix crash on trying highlight a row if none has been hovered over yet 2013-07-08 19:11:44 +02:00
Uwe L. Korn
872810791a Fix basic header size 2013-07-08 17:05:09 +02:00
Uwe L. Korn
b718f4ad12 Add lookupUrl to ChangeLog 2013-07-08 15:59:20 +02:00
Uwe L. Korn
819b0eb0ad Fix minor nitpicks 2013-07-08 15:51:45 +02:00
Uwe L. Korn
0f7038c8bc Move implementations out of the header 2013-07-08 15:51:45 +02:00
Uwe L. Korn
8097c4a513 Remove unneeded Include 2013-07-08 15:51:45 +02:00
Uwe L. Korn
93e2a8697c Move handling of URLs into GAM 2013-07-08 15:51:45 +02:00
Uwe L. Korn
58634ddbc8 Remove SoundCloudParser 2013-07-08 15:51:45 +02:00
Uwe L. Korn
dcb1ea7022 Add playlist D'n'D handling 2013-07-08 15:51:45 +02:00
Uwe L. Korn
398235287f Remove obsolete Method declaration 2013-07-08 15:51:44 +02:00
Uwe L. Korn
b718116ae9 Remove SoundCloud and add ScriptResolvers to DropJob 2013-07-08 15:51:44 +02:00
Uwe L. Korn
4fec697d83 Pass UrlType to canParse 2013-07-08 15:51:44 +02:00
Uwe L. Korn
65e1c530cf Add TomahawkUrlType 2013-07-08 15:51:44 +02:00
Tomahawk CI
2793e4cc29 Automatic merge of Transifex translations 2013-07-08 02:16:57 +02:00
Tomahawk CI
90b3ea0acb Automatic merge of Transifex translations 2013-07-07 02:16:38 +02:00
Uwe L. Korn
2b2ecf8132 Add (lazy) loading for Playlists from JSResolvers 2013-07-07 02:03:57 +02:00
Uwe L. Korn
21a7f96b50 Warnings-- 2013-07-07 02:03:57 +02:00
Teo Mrnjavac
f113a40c77 Make dbcmds keep their own weakref, and make ShareTrack work. 2013-07-06 18:35:43 +02:00
Teo Mrnjavac
29f09e4ed1 Move ShareTrack post-commit to InboxModel. 2013-07-06 18:35:43 +02:00
Uwe L. Korn
0c81889010 Decouple Servent from TomahawkSettings 2013-07-06 18:13:53 +02:00
Dominik Schmidt
e480f18b68 Don't assert if results come from the database but have no valid collection 2013-07-06 17:54:28 +02:00
Teo Mrnjavac
26b98fd6e3 Namespacify Database classes into Tomahawk:: 2013-07-06 16:11:32 +02:00
Teo Mrnjavac
998099abcc Tests! 2013-07-06 12:31:38 +02:00
Teo Mrnjavac
b64162ecce Add dbcmd_ptr to typedefs 2013-07-06 11:52:22 +02:00
Teo Mrnjavac
823b75f831 QSharedPtrify dbcmd creation. 2013-07-06 11:37:54 +02:00
Dominik Schmidt
3100cae9d4 Test a commandFactory is not available before the command was registered 2013-07-06 10:22:49 +02:00
Dominik Schmidt
a006a32523 Add Test for factory magic 2013-07-06 10:22:32 +02:00
Dominik Schmidt
f2d28ac958 Add API to access DBCommand factories so you can observe automatically created instances 2013-07-06 10:22:32 +02:00
Dominik Schmidt
3b175b3fb3 Use factories for creatig databasecommands in database
Thanks a lot to @rioderelfte for a long discussion on how to make this
more elegant - sorry, for not realizing your suggestions, too much work
for now just to be able to call commandname() statically.
2013-07-06 10:22:31 +02:00
Dominik Schmidt
f8cac9a3a8 Move command factory from DatabaseCommand to Database 2013-07-06 10:22:31 +02:00
Dominik Schmidt
9a02258e00 Move icon() from ExternalResolverGui to ExternalResolver to make ScriptCollection "GUI-less" 2013-07-06 10:22:31 +02:00
Teo Mrnjavac
218394015b Increase general ScriptCommand timeout to 20s 2013-07-05 14:50:54 +02:00
Teo Mrnjavac
e27891172a Debug spam for ScriptCommand failure 2013-07-05 14:39:20 +02:00
Tomahawk CI
6edc129cb7 Automatic merge of Transifex translations 2013-07-05 02:16:37 +02:00
Uwe L. Korn
89a851194e Consistent coding style (jslint) 2013-07-04 17:22:43 +02:00
Uwe L. Korn
a9bd4e82b4 Correctly load CryptoJS 2013-07-04 17:22:42 +02:00
Uwe L. Korn
0c343a8ad7 Change license from GPL to MIT-style after agreement from all authors 2013-07-04 17:22:42 +02:00
Uwe L. Korn
f542631337 Replace CC-BY-UK-2.0 licensed with New BSD licensed sha256 code 2013-07-04 17:22:42 +02:00
Dominik Schmidt
17ca3693b3 Fix build. qt_add_dbus_interface doesn't like directories in the basename 2013-07-04 11:15:24 +02:00
Uwe L. Korn
833b6cbbf0 There is no CMakeLists in linux/ anymore 2013-07-04 10:31:48 +02:00