1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 16:50:11 +02:00

Commit Graph

  • 925da80431 Merge remote branch 'origin/master' into js-resolver Dominik Schmidt 2011-06-29 01:34:42 +02:00
  • 1416c40172 Be compatible with the old resolvers *shrug* Dominik Schmidt 2011-06-28 22:30:29 +02:00
  • c9fb103627 More API cleanup for QtScriptResolver Dominik Schmidt 2011-06-28 21:29:44 +02:00
  • 3f48e93a89 Show album covers in notifications when playing a track instead of the source image. Need to implement some sort of timeout for getInfo. Jeff Mitchell 2011-06-28 13:59:11 -04:00
  • 07d9360a65 Massive cleanup of echonest plugin, also some cleanup for lastfmplugin. Hope I didn't break anything. :-) Jeff Mitchell 2011-06-28 09:00:16 -04:00
  • c276e58c55 Add default implementations of search and resolve to the QtScriptResolver API Dominik Schmidt 2011-06-28 13:47:35 +02:00
  • 6f0321f585 Add tomahawk.js Dominik Schmidt 2011-06-27 21:33:44 +02:00
  • d35fbd5048 Make debug output more readable and assert on javascript failures Dominik Schmidt 2011-06-27 21:07:22 +02:00
  • 75ec478cae Fix streaming from https-links Dominik Schmidt 2011-06-27 21:06:36 +02:00
  • bb6da0daa9 Fix broken proxying. Not sure when it broke but this is a more robust solution considering that both lastfm and echonest manager their own nams. See notes; liblastfm may be problematic on Windows and Mac. Jeff Mitchell 2011-06-27 15:00:25 -04:00
  • bf46ca7b71 Add more api for qtscriptresolvers Dominik Schmidt 2011-06-27 04:22:40 +02:00
  • 931ed5b918 Fix loading images from qtscriptresolvers Dominik Schmidt 2011-06-27 00:12:29 +02:00
  • 5d21dded5c Implement new js-resolver api Dominik Schmidt 2011-06-26 19:20:55 +02:00
  • e983742c9b When notifying of a played track, show the source's image. Ideally we'd show the album cover but I can't find a good way to get at that (yet). Jeff Mitchell 2011-06-26 13:25:55 -04:00
  • c6d2a5df89 Remove extraneous code Jeff Mitchell 2011-06-26 12:58:51 -04:00
  • ee70b9e3a7 * Set minimum size for recently-played tracks in WelcomeWidget. Christian Muehlhaeuser 2011-06-26 15:35:42 +02:00
  • 97986d8d3e * Use QTextOption to v-center HeaderLabel properly. Christian Muehlhaeuser 2011-06-26 15:20:50 +02:00
  • 39409ed861 * Don't cut off fonts in HeaderLabel. Christian Muehlhaeuser 2011-06-26 13:28:04 +02:00
  • 1e62c117e4 * A few more improvements for and around HeaderLabels. Christian Muehlhaeuser 2011-06-26 08:26:44 +02:00
  • 61f9fd5c99 * Fixed CMakeLists.txt. Christian Muehlhaeuser 2011-06-26 07:24:57 +02:00
  • fe7c79ff31 * Added HeaderLabel to replace our old ugly labels. Christian Muehlhaeuser 2011-06-26 07:21:14 +02:00
  • de74c0c3fe Add newlines for muesli being able to read the code Dominik Schmidt 2011-06-26 05:22:06 +02:00
  • 80797d6538 Add ConfigUi api to QtScriptResolver Dominik Schmidt 2011-06-26 05:18:27 +02:00
  • e0c72c911a * Fixed loveButton not being re-enabled again. Christian Muehlhaeuser 2011-06-26 05:15:05 +02:00
  • 8f69369807 * Fixed not disabling loveButton. Christian Muehlhaeuser 2011-06-26 05:13:02 +02:00
  • 451713c946 Make love icon not be invisibile on linux Jason Herskowitz 2011-06-25 23:10:47 -04:00
  • cf01884515 * Show a PointingHand cursor when hovering the love icon. Christian Muehlhaeuser 2011-06-26 05:10:01 +02:00
  • 3913611ffa Temporary preference icon size fix, color tweaks, and added and icon for Post action Jason Herskowitz 2011-06-25 23:01:18 -04:00
  • 7bff379d05 Make gray outline of loved icons match source name color Jason Herskowitz 2011-06-25 22:23:07 -04:00
  • 3769ef3208 Send UnLove track to LastFm. Christopher Reichert 2011-06-25 21:03:45 -05:00
  • 10f607b348 Make loved icon right size Jason Herskowitz 2011-06-25 21:08:40 -04:00
  • 62df210cdc Make loved icon a bit darker red Jason Herskowitz 2011-06-25 20:57:34 -04:00
  • bdf8a0a353 Moved the loveButton to a reasonable place in audiocontrols. Christopher Reichert 2011-06-25 17:43:52 -05:00
  • f380317775 * Fixed ageToString() for time differences below 60 seconds. Christian Muehlhaeuser 2011-06-25 06:04:50 +02:00
  • 8e99dbf01e * Show when a track was played in the recently played tracks history. Christian Muehlhaeuser 2011-06-25 04:12:16 +02:00
  • 0685754481 Database command for loading social actions. Christopher Reichert 2011-06-22 00:49:52 -05:00
  • 5429698661 Icon for home screen/dashboard. Needs to be wired up. Jason Herskowitz 2011-06-24 20:16:37 -04:00
  • 2dad4fbe2c * Fixed broken splitter-handle on OS X. Christian Muehlhaeuser 2011-06-25 01:39:35 +02:00
  • 3b0292d9d9 Cleanup Jeff Mitchell 2011-06-24 12:57:42 -04:00
  • f3ba4beffc Only emit if there are actually results Jeff Mitchell 2011-06-24 12:26:44 -04:00
  • 6be00f832d * Removed un-moc-able headers in thirdparty/qtweetlib. Christian Muehlhaeuser 2011-06-24 11:48:44 +02:00
  • 4674ed35f0 * Fixed the warning mess. Hope I didn't break anything :-) Christian Muehlhaeuser 2011-06-24 11:38:15 +02:00
  • 26e12157f2 * Silly whitespace cleanup. Christian Muehlhaeuser 2011-06-24 09:31:52 +02:00
  • 9758324128 * Fixed broken database schema for dynamic_playlist table. Christian Muehlhaeuser 2011-06-24 09:24:41 +02:00
  • bfec4043f6 Merge branch 'master' of git://github.com/tomahawk-player/tomahawk Dominik Schmidt 2011-06-24 08:25:50 +02:00
  • e0cd07c442 * Giving domme a style-lesson ;-) Christian Muehlhaeuser 2011-06-24 08:22:39 +02:00
  • cbd8caa171 Add compress-method to Tomahawk-Object in QtScriptResolvers Dominik Schmidt 2011-06-24 08:18:41 +02:00
  • 3f4140e023 * Don't offer a play action if the user selected multiple items. Christian Muehlhaeuser 2011-06-24 08:18:13 +02:00
  • 903617fd50 Add Tomahawk object to resolver scope, currently offers a readFile method Dominik Schmidt 2011-06-24 08:12:43 +02:00
  • 4abb52d198 * Added context menus for Artists & Albums, too. Christian Muehlhaeuser 2011-06-24 08:08:33 +02:00
  • 1c820a2beb * Guard some more. Christian Muehlhaeuser 2011-06-24 05:49:20 +02:00
  • b65d9d5809 * Guard AudioEngine against null-ptr PlaylistInterfaces. Christian Muehlhaeuser 2011-06-24 05:46:08 +02:00
  • 251599e36e * Removed silly debug which slowed down sorting massively. Christian Muehlhaeuser 2011-06-24 04:52:30 +02:00
  • 1ecab22b4d * Added new helper class ContextMenu. Made it easy to support context-menus in the TreeView, too. Christian Muehlhaeuser 2011-06-24 04:47:50 +02:00
  • a639b89ebc Add reference to Doxygen docs in README. Alejandro Wainzinger 2011-06-23 19:41:01 -07:00
  • bf015d241a Rip out retry timer and move to a push solution. Untested, will test later. Jeff Mitchell 2011-06-23 16:03:24 -04:00
  • 555adeaac7 Cleanup Jeff Mitchell 2011-06-23 15:15:31 -04:00
  • d455270c05 Add (if verbose is turned on in config) play/stop notifications Jeff Mitchell 2011-06-23 15:12:06 -04:00
  • d5266f7147 * Fix the styling of the now playing row in the TreeView. Christian Muehlhaeuser 2011-06-23 20:02:26 +02:00
  • 2ef67f5b28 * Mark the now playing item in the TreeView, just like we do in the TrackView. Christian Muehlhaeuser 2011-06-23 19:25:59 +02:00
  • 337c4e6e9c * Recalculate collection stats after finish scanning. Christian Muehlhaeuser 2011-06-23 18:02:09 +02:00
  • 1a4ed2e551 * Never word-wrap in the short-mode PlaylistItemDelegate. Christian Muehlhaeuser 2011-06-23 17:42:52 +02:00
  • dca4a7c591 * Fixed TWK-226. Never advertise ourselves with an unroutable / internal-only IP address. Christian Muehlhaeuser 2011-06-23 16:54:27 +02:00
  • 660176477a Remove reset; handle dbid changes locally in twitter sip Jeff Mitchell 2011-06-23 09:16:33 -04:00
  • f2d5a9dadc Make SipPlugin reset pure virtual and implement Jeff Mitchell 2011-06-23 08:54:29 -04:00
  • 031474d73b Merge remote branch 'origin/master' into gfw Jeff Mitchell 2011-06-23 08:49:29 -04:00
  • 7e45779132 Put reset() in sipplugin Jeff Mitchell 2011-06-23 07:03:09 -04:00
  • e2ae8d6e8b Add icon to windows distribution so it can be used in growl and bump revision Jeff Mitchell 2011-06-22 22:21:02 -04:00
  • ba67e1d557 Use icon (hardcoded for now) Jeff Mitchell 2011-06-22 22:20:39 -04:00
  • 23b6087338 Make growl plugin work, sorta Jeff Mitchell 2011-06-22 22:03:58 -04:00
  • 1921f42b9d Check in gntp-send and a few template files Jeff Mitchell 2011-06-22 17:58:24 -04:00
  • a25d4719c9 Remove unneeded bits Jeff Mitchell 2011-06-22 17:56:42 -04:00
  • 69f459682a Make notifications work on Linux, including icon. Jeff Mitchell 2011-06-22 13:47:16 -04:00
  • 0f1dec1783 Fix notification logic and possible crash Jeff Mitchell 2011-06-22 11:50:02 -04:00
  • 8240b8379b * Don't do separate thread pools per command anymore. Christian Muehlhaeuser 2011-06-22 10:07:19 +02:00
  • 8d1f0e1646 Use the types shown by qdbusviewer Jeff Mitchell 2011-06-21 18:22:15 -04:00
  • 59346f014a Rename the plugin to be more truthful Jeff Mitchell 2011-06-21 17:45:39 -04:00
  • ef5f40864e Fix up libnotify plugin (not actually using libnotify though) Jeff Mitchell 2011-06-21 17:39:31 -04:00
  • 69818f8c96 Start of libnotify plugin Jeff Mitchell 2011-06-21 14:51:51 -04:00
  • 55c894743a Drat. Actually fix build Jeff Mitchell 2011-06-21 13:58:50 -04:00
  • 3c096f16e0 Crap, I meant to include these in the previous commit Jeff Mitchell 2011-06-21 13:50:52 -04:00
  • fa7e34972c Make dirs for os-dependent (and non-os-dependent) infoplugins Jeff Mitchell 2011-06-21 12:04:03 -04:00
  • 9d390aa0ed Style. Alejandro Wainzinger 2011-06-21 02:35:14 -07:00
  • a59768ee9b Add tooltip for Artist and Flat View. Alejandro Wainzinger 2011-06-21 02:30:47 -07:00
  • 20181affd1 * Fixed a few playlist issues: don't lose current track when dropping / moving items on the playlist. Christian Muehlhaeuser 2011-06-21 08:10:30 +02:00
  • 08426e2822 * Fixed getting list of recently played playlists. Christian Muehlhaeuser 2011-06-21 07:06:30 +02:00
  • 659b8fa0d5 * Set the proper playback source on LogPlayback queries. Christian Muehlhaeuser 2011-06-21 06:36:34 +02:00
  • b5180f33b8 * No need to fetch collection stats manually after adding files. Christian Muehlhaeuser 2011-06-21 06:32:45 +02:00
  • 4006452d15 * Don't steal the logfile when starting a secondary instance of Tomahawk. Christian Muehlhaeuser 2011-06-21 05:40:07 +02:00
  • eb70419203 * Yay, even more WIP: New Home Screen. Christian Muehlhaeuser 2011-06-21 05:26:32 +02:00
  • c0a970872b * Made deleting tracks from a collction a little faster. Christian Muehlhaeuser 2011-06-21 04:02:52 +02:00
  • 7caf66b086 Few more new/replacement icons jherskowitz 2011-06-20 21:03:01 -04:00
  • 7c36fb68c6 Use ccache for windows builds Dominik Schmidt 2011-06-20 21:59:40 +02:00
  • 189f3b4aff Add reset logic to interface for use by all; fixes bug when re-listening to a source before a track change Jeff Mitchell 2011-06-20 08:27:58 -04:00
  • ec83adcd39 Merge branch 'master' into more-generic-pi Jeff Mitchell 2011-06-20 07:59:19 -04:00
  • 97cf05c37c Initial generalizing work Jeff Mitchell 2011-06-19 18:23:09 -04:00
  • 5112d9356b Small clang fix Dominik Schmidt 2011-06-20 04:51:57 +02:00
  • 8f69b9b680 Fix catch-up functionality Jeff Mitchell 2011-06-19 16:28:50 -04:00
  • 989a16db7d Port logic from STV to audioengine regarding next track when listening along Jeff Mitchell 2011-06-19 14:35:29 -04:00
  • a687ca635f * Removed assert in portfwd module to make it compile on OS X. Christian Muehlhaeuser 2011-06-19 17:30:02 +02:00