1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 17:42:13 +02:00

Commit Graph

  • 6b84630ba1 Reset GridView's hover-state on wheel event. Christian Muehlhaeuser 2016-02-17 12:14:16 +01:00
  • 205dfca60d Don't use native windows for each widget. This is insane. Thanks Domme for figuring this out. Christian Muehlhaeuser 2016-02-17 01:57:15 +01:00
  • ca2da81132 Don't parse artists/albums for non-fulltext queries Dominik Schmidt 2016-02-16 16:48:49 +01:00
  • 501572bba2 Don't use property to track fulltextness of query albumandartistresults Dominik Schmidt 2016-02-16 17:07:35 +01:00
  • 37583eb57f Don't parse artists/albums for non-fulltext queries Dominik Schmidt 2016-02-16 16:48:49 +01:00
  • 08004ddbd4 Allow returning arrays or maps from resolve/search in JS Dominik Schmidt 2016-02-16 16:47:58 +01:00
  • 4dadbb5acd Support album and artist results in JSResolvers Dominik Schmidt 2016-02-16 13:25:27 +01:00
  • dee504c997 Use correct units for filesize. Christian Muehlhaeuser 2016-02-16 14:40:25 +01:00
  • 81dae62349 Merge pull request #438 from tomahawk-player/makeresolverdevelopmentgreatagain-wip Christian Muehlhaeuser 2016-02-16 02:00:41 +01:00
  • 3c00f36df6 Add ScriptAccount debugger menu to SettingsDialog/AccountListWidget Dominik Schmidt 2016-02-16 01:57:03 +01:00
  • f13ea2f6df Merge pull request #436 from tomahawk-player/makeresolverdevelopmentgreatagain Christian Muehlhaeuser 2016-02-15 17:04:25 +01:00
  • 2f4eb75745 Show debugger (WebInspector for JS) when clicking script errors Dominik Schmidt 2016-02-14 13:50:05 +01:00
  • 942eded60d Make JobStatusItems clickable Dominik Schmidt 2016-02-14 13:41:20 +01:00
  • 1b2ec05ea3 Move infoplugin wrong thread log message above assert Dominik Schmidt 2016-02-12 22:16:42 +01:00
  • 3875b10bb4 Don't leak spotify info plugin Dominik Schmidt 2016-02-12 22:13:58 +01:00
  • f396f59922 Fix xmpp info plugin Dominik Schmidt 2016-02-12 22:13:39 +01:00
  • 7271a95942 Add friendlyName to XMPP info plugin Dominik Schmidt 2016-02-12 22:12:54 +01:00
  • 9737b7a8bc Make InfoPluginPtr a QSharedPointer Dominik Schmidt 2016-02-10 23:36:42 +01:00
  • d87f966d9e Merge pull request #429 from midzer/patch1 Dominik Schmidt 2016-02-10 12:11:23 +01:00
  • cb3ccd5a76 Protect m_formats access with mutex in Result Dominik Schmidt 2016-02-10 00:21:31 +01:00
  • f81858e28a pass by reference Dennis 2016-02-10 00:07:09 +01:00
  • 8fbc0319ba Erase elements from QStringList safely Dennis 2016-02-09 23:59:43 +01:00
  • e7d83835d2 What a typo. Christian Muehlhaeuser 2016-02-07 11:39:04 +01:00
  • 6035889b90 Coding style. Christian Muehlhaeuser 2016-02-06 07:07:40 +01:00
  • 2bb0113515 Make sure Query's resultSorter provides stable sorting. Christian Muehlhaeuser 2016-02-06 07:07:31 +01:00
  • 8ee8721dda Merge pull request #423 from cash/patch-1 Christian Muehlhaeuser 2016-02-02 00:30:35 +01:00
  • 293b3b1b4f fixed a typo in PlaydarApi documentation Cash Costello 2016-02-01 18:01:29 -05:00
  • ba0cc1a00c Don't assert for linkParser plugins, placeholder for real implementation Dominik Schmidt 2016-02-01 15:18:06 +01:00
  • 759bfbe63b Merge pull request #388 from theli-ua/nonalphanum Dominik Schmidt 2016-01-29 00:58:20 +01:00
  • e3877bf0bf Improve track matching with non-alphanum character differences Anton Romanov 2016-01-08 11:39:13 -08:00
  • f1cf645f31 Ship D3DCompiler_43.dll to make QtDeclarative work Dominik Schmidt 2016-01-28 22:16:01 +01:00
  • 62dea3a196 Merge pull request #416 from theli-ua/resolver_sort Dominik Schmidt 2016-01-28 00:44:50 +01:00
  • 09f68fa2f5 Use v09 synchrotron Dominik Schmidt 2016-01-28 00:34:57 +01:00
  • 944827c48c only use resolvers to compare if there are resolvers tied to results Anton Romanov 2016-01-27 15:01:45 -08:00
  • 771b2f5ae1 Add resolve default implementation in Tomahawk.Resolver Dominik Schmidt 2016-01-27 18:03:40 +01:00
  • d50c16740a Fix crash in parseResultVariantList for broken track data Dominik Schmidt 2016-01-27 17:31:37 +01:00
  • a5968b58e5 Update dll names Dominik Schmidt 2016-01-26 02:11:10 +00:00
  • 5f20308177 Go back to lowercase installer names on windows Dominik Schmidt 2016-01-26 02:10:53 +00:00
  • 1710813dc8 Correct indentation in NSIS.template.in Dominik Schmidt 2016-01-25 16:03:11 +01:00
  • 7fd306ca07 Don't use processEvents and still don't block ui for loading a script collection Dominik Schmidt 2016-01-18 21:38:22 +01:00
  • bdaf1ef2f4 Merge pull request #405 from theli-ua/resolver_sort Christian Muehlhaeuser 2016-01-20 22:18:26 +01:00
  • c068d8c9e3 Left goes to the left, right to the right Anton Romanov 2016-01-20 12:45:55 -08:00
  • 1e6b8b3747 Fix sorting order Anton Romanov 2016-01-19 16:35:38 -08:00
  • 0535d09f08 Sort equal results by resolver's weight Anton Romanov 2016-01-19 11:10:18 -08:00
  • 27924c81fd Don't use processEvents and still don't block ui for loading a script collection scriptollection-unblock Dominik Schmidt 2016-01-18 21:38:22 +01:00
  • c93302c563 Revert "Process events while parsing potentially very long script responses" Christian Muehlhaeuser 2016-01-18 11:04:19 +01:00
  • 1192c668b0 Too much whitespace in debug output. Christian Muehlhaeuser 2016-01-18 11:03:01 +01:00
  • 53b27d0ea1 Fix isDown state in ImageButton Dominik Schmidt 2016-01-18 04:44:30 +01:00
  • 9ebe155313 Clean up PlayableProxyModel::columnCount Dominik Schmidt 2016-01-18 03:18:44 +01:00
  • ddf030037e Fix artist colum not being rearrangable Dominik Schmidt 2016-01-18 03:13:39 +01:00
  • 5d950bd139 Add colum mapping to PlayableProxyModel Dominik Schmidt 2016-01-18 02:45:05 +01:00
  • eab1ccee74 Fix #381: Show scrollbars for biography as needed Dominik Schmidt 2016-01-17 23:23:47 +01:00
  • 1025e77d3e Process events while parsing potentially very long script responses Dominik Schmidt 2016-01-18 00:14:52 +01:00
  • 53de4319b6 Merge pull request #400 from tomahawk-player/fix-dropdownbutton Christian Muehlhaeuser 2016-01-15 18:26:57 +01:00
  • 4eee01d8bf Fix DropDownButton in Playlist view Dominik Schmidt 2016-01-15 18:10:15 +01:00
  • 5bd69fe09c Automatically link against libc++ if found and compiler is clang Dominik Schmidt 2016-01-15 04:12:12 +01:00
  • 8ddc270c8c Workaround crash from SpotifyParser linkparsers Dominik Schmidt 2016-01-13 02:53:57 +01:00
  • 47e09fbaca Fix url lookup by adding LinkParser plugins Dominik Schmidt 2016-01-13 00:15:27 +01:00
  • 0585acc869 Merge pull request #389 from TheOneRing/snore_next Dominik Schmidt 2016-01-11 14:50:35 +01:00
  • 8c8cd88388 OSX: Try to fix HLS Dominik Schmidt 2016-01-11 14:48:10 +01:00
  • 9e91ad6549 Reenable a bunch of plugins in OSX nightlies Dominik Schmidt 2016-01-11 01:19:41 +01:00
  • 192627a4ea Update nsis for snore Hannah von Reth 2016-01-08 15:09:28 +01:00
  • ee1f19c34e Merge pull request #337 from TheOneRing/window-preview Dominik Schmidt 2016-01-08 01:02:34 +01:00
  • a41af0ed7f Use snorenotify from git Hannah von Reth 2016-01-03 14:04:23 +01:00
  • feffda8339 Build libtomahawk instead of libTomahawk on OSX Dominik Schmidt 2016-01-07 14:44:04 +01:00
  • 4b7f8929fd Fix OSX deployment Dominik Schmidt 2016-01-06 21:36:29 +01:00
  • acdd0e3b9f Add type (collection/resolver) to resolve / search javascript arguments Dominik Schmidt 2016-01-07 02:14:21 +01:00
  • 4ba32e0add Add resolvers to diagnostics dialog Dominik Schmidt 2016-01-07 00:41:14 +01:00
  • 9b1b7be207 Fix lastfm infoplugin for usage without account Dominik Schmidt 2016-01-07 00:32:21 +01:00
  • d7e5ce6e4e Put crashreporter topLabel text into Tomahawk instead of libcrashreporter-qt Dominik Schmidt 2016-01-06 04:52:53 +01:00
  • 684e5f3a58 Update libcrashreporter-qt once more Dominik Schmidt 2016-01-06 04:27:20 +01:00
  • 3d0584a351 Add comment text edit to crash reporter Dominik Schmidt 2016-01-06 03:42:09 +01:00
  • 2a43e9aba5 Fix what's new menu on Qt 5 on OS X Dominik Schmidt 2016-01-06 02:15:50 +01:00
  • cde395edf0 Differentiate between removable and deletable viewpages to allow showing whatsnew-page after removing it Dominik Schmidt 2016-01-06 01:18:07 +01:00
  • 5aa875c40a Stop JSResolverHelper on destruction and block any calls Dominik Schmidt 2016-01-05 22:30:49 +01:00
  • e4146c98c7 ScriptEngine is already parented, don't track in a smart pointer Dominik Schmidt 2016-01-05 22:25:22 +01:00
  • d2dc01e6a3 Update libcrashreporter to show crash id after upload Dominik Schmidt 2016-01-04 22:48:36 +01:00
  • 8fbd3b9872 Clean up nav icons in mac toolbar Jason Herskowitz 2015-12-23 20:57:17 -05:00
  • ac4debbe02 Merge pull request #358 from tomahawk-player/osx-fixes Christian Muehlhaeuser 2015-12-22 19:12:48 +01:00
  • c4197374ca Fixed extracmakemodules instead of remove item hack Dominik Schmidt 2015-12-22 04:43:06 +01:00
  • a36287c2ed Fix OSX bundle icon Dominik Schmidt 2015-12-10 22:56:49 +01:00
  • a6cd41c684 Remove miniupnpc from tree and use external one external-miniupnpc Dominik Schmidt 2015-12-21 15:58:36 +01:00
  • 054650743d No more Mr. Nice Guy, No more Mr. Cleaaaheean ... except today Dominik Schmidt 2015-12-17 01:24:23 +01:00
  • ea55329c67 Add url click handler to push buttons in resolver configs Dominik Schmidt 2015-12-17 01:06:34 +01:00
  • 5a45bd0882 Small JS fixes Dominik Schmidt 2015-12-15 01:10:12 +01:00
  • 5395908cbe Merge pull request #339 from tomahawk-player/promisify-all-the-things Dominik Schmidt 2015-12-14 21:51:11 +01:00
  • 213bf1cd08 Don't leak script jobs Dominik Schmidt 2015-12-14 21:49:45 +01:00
  • efc31e6246 Fix Tomahawk.Collection.revision() stub function Enno Gottschalk 2015-12-11 16:32:57 +01:00
  • 3d511b65e1 Better size for toolbar search-field on OS X. Not sure why the auto-sizing doesn't work as expected. Christian Muehlhaeuser 2015-12-13 10:18:44 +01:00
  • 5a34bae757 Added stub Tomahawk.Collection.revision() function in tomahawk.js Enno Gottschalk 2015-12-11 03:19:35 +01:00
  • 0223fd5992 Ship hatchet account again. why was this disabled?! Dominik Schmidt 2015-12-10 22:51:19 +01:00
  • 66a2d3cb88 Fix snorenotify paths Dominik Schmidt 2015-12-10 22:50:57 +01:00
  • 75427a7af2 Fixup libs that were fixed up but aren't correct anymore (because they reference ../lib while we use ../Frameworks/ Dominik Schmidt 2015-12-10 02:46:20 +01:00
  • 92c66d7252 Fix snorenotify plugin lookup path Dominik Schmidt 2015-12-10 02:45:47 +01:00
  • 2afc578d7a Fix qt5 plugin lookup path Dominik Schmidt 2015-12-10 02:45:36 +01:00
  • 0791937032 Fixup last commit Dominik Schmidt 2015-12-09 12:31:35 +01:00
  • 45c96e7367 Update VLC plugin paths Dominik Schmidt 2015-12-09 12:24:18 +01:00
  • 4d351168da Don't compile 64x64 icon into OSX iconset Dominik Schmidt 2015-12-09 00:49:55 +01:00
  • 86f08b307e Fix typo Dominik Schmidt 2015-12-09 00:21:10 +01:00
  • 99fe5c8e8e Look for keg-only libvlc Dominik Schmidt 2015-12-09 00:15:48 +01:00