1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-28 16:20:01 +02:00

Commit Graph

  • 73ffa506c7 Warnings-- Jeff Mitchell 2011-05-18 18:09:07 -04:00
  • 18708f7c28 Update qtweetlib; removes need to compile in oauth consumer token/secret and fixes bug needing custom qtweetstatus Jeff Mitchell 2011-05-18 18:02:27 -04:00
  • da1089bbd9 Bump jreen submodule version Dominik Schmidt 2011-05-18 22:21:36 +02:00
  • 0a26584b98 Remove overzealous assert -- it's nice to assume that you'll never be passed invalid data, but nicer to assume you will :-) Jeff Mitchell 2011-05-18 11:50:03 -04:00
  • 3cee48dc15 * Removed include/ folder and did some clean-ups. Christian Muehlhaeuser 2011-05-18 04:06:03 +02:00
  • 917f904cbf hide queue whenever it is emptied, manually or by play progressing Leo Franchi 2011-05-17 16:25:49 +02:00
  • 1812477809 Fix bug where playable tracks were ignored in station previews Leo Franchi 2011-05-17 16:00:27 +02:00
  • 98c9ddf2b1 Add a timeout after last edit in artist line edits Leo Franchi 2011-05-17 16:00:11 +02:00
  • 98a23c6585 Merge branch 'master' into adiumpush Jeff Mitchell 2011-05-16 22:06:41 -04:00
  • 6f37e942ce Add some debug Jeff Mitchell 2011-05-16 15:26:27 -04:00
  • ef5f96c104 Safety fix Jeff Mitchell 2011-05-16 13:46:48 -04:00
  • 0006acb408 Add avatar/profile pic support to Twitter SIP Jeff Mitchell 2011-05-16 13:09:20 -04:00
  • 451695faab Update tomahawk.nsi Dominik Schmidt 2011-05-14 18:45:25 +02:00
  • 925485d916 win32: some compilation/linking fixes, still does not build Dominik Schmidt 2011-05-14 01:07:03 +02:00
  • 43194e777a Add missing file, doh Jeff Mitchell 2011-05-13 12:19:22 -04:00
  • 08d268a961 Use custom qtweetstatus until a compilation error is fixed upstream Jeff Mitchell 2011-05-13 12:07:06 -04:00
  • 1f7257e061 Add qtweetlib blocks files Jeff Mitchell 2011-05-13 11:54:02 -04:00
  • 4b801849d3 Add QTweetLib as a submodule Jeff Mitchell 2011-05-13 11:52:23 -04:00
  • ade334dec1 Remove our copy; will use git submodule Jeff Mitchell 2011-05-13 11:50:08 -04:00
  • 12d0dec63c Set a top-level layout for the proxy dialog. Leo Franchi 2011-05-13 09:40:30 +02:00
  • aedc1b362d Fix liblastfm2 mingw32 compilation Jeff Mitchell 2011-05-12 22:35:45 -04:00
  • dc8f52076d Remove option to turn on watch changes. QFileSystemWatcher is now deprecated and doesn't work right anyways. The logic is still there as it's mostly fine, but we need a new method for tracking. Jeff Mitchell 2011-05-12 15:07:04 -04:00
  • f8d30b5d24 Changlogify SOCKS proxy Jeff Mitchell 2011-05-12 15:05:44 -04:00
  • 2fb1c0a817 Re-add proxy dialog, and add option for using proxy for DNS lookups (or not) Jeff Mitchell 2011-05-12 14:56:03 -04:00
  • dee9c14579 Add a toggle to control whether DNS lookups happen through the proxy or not. Fixes connections in some cases. Jeff Mitchell 2011-05-12 11:42:28 -04:00
  • d0ccbf4416 Fix crash in jreen and others by not processing events in infosystem's destructor. Instead, sleep for only 50ms at a time. Jeff Mitchell 2011-05-12 10:38:16 -04:00
  • 04cbc78ff7 * Don't leak memory when setting new avatar on a Source. Christian Muehlhaeuser 2011-05-12 15:53:31 +02:00
  • 853c0a0170 Add hack notice Jeff Mitchell 2011-05-12 09:46:42 -04:00
  • 0da5a958bb update changelog Leo Franchi 2011-05-12 14:55:27 +02:00
  • 5566eddd05 Remove sizegrip on sliding sheets on osx Leo Franchi 2011-05-12 11:12:19 +02:00
  • 968971a3cf Merge branch 'master' of git://github.com/tomahawk-player/tomahawk Dominik Schmidt 2011-05-12 13:49:45 +02:00
  • 2862b01691 Add Tomahawk version reported by SipPlugin to the diagnostics dialog. Dominik Schmidt 2011-05-12 13:42:31 +02:00
  • 195f6921c0 Merge branch 'master' into adiumpush Alejandro Wainzinger 2011-05-11 22:36:29 -07:00
  • b453c387cd * Fixed not closing obsolete transfers. Christian Muehlhaeuser 2011-05-12 03:58:33 +02:00
  • efb8d14ec9 * Fixed shutdown blocker in DbSyncConnection. Christian Muehlhaeuser 2011-05-12 02:09:33 +02:00
  • 4401fe15ac * Ignore pipeline results during shutdown. Christian Muehlhaeuser 2011-05-12 01:04:20 +02:00
  • 06e00a83c8 * Don't create pixmaps in the wrong thread. Christian Muehlhaeuser 2011-05-12 01:02:08 +02:00
  • 44585933dc * Auto advance to the next track in TreeView. * Show proper icon for TreeView. * Drag operations for tracks in TreeView / -Model. * Various shutdown fixes. * Properly hook up SipHandler signals again. Christian Muehlhaeuser 2011-05-12 00:35:05 +02:00
  • 1f7f360d36 Don't log invalid sipinfos to the console but show them in the diagnostics window Dominik Schmidt 2011-05-11 18:52:46 +02:00
  • 986bc1119a sipjreen: warnings-- Dominik Schmidt 2011-05-11 18:43:30 +02:00
  • fac969d39b sipjreen: Ignore error messages. Dominik Schmidt 2011-05-11 18:43:10 +02:00
  • bcd90a81be Dont rely on valid sipinfos in diagnostics dialog Dominik Schmidt 2011-05-11 18:36:19 +02:00
  • e2fac74d1d install_name_tool_ize_to_make_shit_work_kthxbbq Leo Franchi 2011-05-11 15:44:47 +02:00
  • 4634651d52 Merge branch 'master' into osxrelesae Leo Franchi 2011-05-11 15:23:49 +02:00
  • 272a67b703 Immediately update delegate with widget config change Leo Franchi 2011-05-11 14:10:14 +02:00
  • 15c02540d6 Immediately update delegate with widget config change Leo Franchi 2011-05-11 14:08:42 +02:00
  • 7ac7925ec6 sipjreen: avoid dangling pointer if the XmlConsole is not used Dominik Schmidt 2011-05-10 02:27:50 +02:00
  • 350be106c6 sipjreen: Add secret XmlConsole Dominik Schmidt 2011-05-10 02:21:15 +02:00
  • bc9befa8a6 Merge remote branch 'origin/master' into osxrelesae Leo Franchi 2011-05-09 17:28:50 +02:00
  • aeef7345af Log who a message the SipHandler receives is from Dominik Schmidt 2011-05-09 17:22:34 +02:00
  • 66c6cd56a8 slim vlc plugins and check for new resolver name format Leo Franchi 2011-05-09 16:57:07 +02:00
  • d2631cf775 Merge remote branch 'origin/master' into osxrelesae Leo Franchi 2011-05-09 16:26:22 +02:00
  • 1d6153044c Export QDebug operator<<( QDebug dbg, const SipInfo &info ) Dominik Schmidt 2011-05-09 14:45:38 +02:00
  • f171c8901b Export SipInfo class Dominik Schmidt 2011-05-09 11:40:46 +02:00
  • eade3c5f26 Fix broken if-else Dominik Schmidt 2011-05-09 11:33:03 +02:00
  • 06f33c5d81 Add missing return, compiled here fine :\ Dominik Schmidt 2011-05-09 11:27:08 +02:00
  • 2e69f91671 Use QHostInfo instead of QHostAddress Dominik Schmidt 2011-05-09 02:59:46 +02:00
  • 9c30600793 Use SipInfo in SipHandler & SipPlugin and fix Jabber to use the new API Dominik Schmidt 2011-05-09 02:03:57 +02:00
  • 9cd07349dc Don't assert on qDebug( SipInfo() ) Dominik Schmidt 2011-05-09 01:01:01 +02:00
  • 733e06b372 Add SipInfo class Dominik Schmidt 2011-05-09 00:44:39 +02:00
  • 7ba8581ac3 * Fix potential issue which caused Pipeline to get stuck. Christian Muehlhaeuser 2011-05-09 01:22:49 +02:00
  • 7b4c425ec5 * Print out some more debug in case we run into problems. Christian Muehlhaeuser 2011-05-09 01:10:31 +02:00
  • f2eb8a7a75 * Improved Pipeline. Christian Muehlhaeuser 2011-05-09 00:31:25 +02:00
  • 48d029468d sipjreen: googlewrapper: hardcode server and port so it works through proxies and with all google apps jids when the domain has no jdns entry Dominik Schmidt 2011-05-08 20:00:18 +02:00
  • 47158465d9 * Fixed pipeline. Speeds it up, allows for parallel execution of multiple same-weighted resolvers. Christian Muehlhaeuser 2011-05-08 19:12:46 +02:00
  • 012b72d4fd Remove legacy dependency on gnutls Dominik Schmidt 2011-05-08 18:54:16 +02:00
  • 12462ead58 Oops, fix build Dominik Schmidt 2011-05-08 15:51:16 +02:00
  • 6118432dd7 Add proxy support to the sip plugins and the sip handler Dominik Schmidt 2011-05-08 15:44:17 +02:00
  • 6c8252cefb Bump jreen submodule revision Dominik Schmidt 2011-05-08 15:43:35 +02:00
  • 5c732098f7 sipjreen: turn stupid assert into a sensible error message Dominik Schmidt 2011-05-08 15:42:53 +02:00
  • cdcc6516df Merge remote branch 'origin/master' into osxrelesae Leo Franchi 2011-05-07 20:29:29 -04:00
  • 1987b4c378 * Fix result-hint crash. Christian Muehlhaeuser 2011-05-08 02:27:56 +02:00
  • df996769f8 Make layout a bit more aligned. Alejandro Wainzinger 2011-05-07 15:58:16 -07:00
  • 69a01c252a Add a few more guards for OS X. Alejandro Wainzinger 2011-05-07 15:50:48 -07:00
  • 942e5f892b autodetect and populate resovlers named foo_tomahawkresolver* in the binary dir of tomahawk Leo Franchi 2011-05-07 18:49:38 -04:00
  • 0bac06b2c0 Add setting to enable/disable Adium now-playing (defaults to off, and only shows up on macs). Alejandro Wainzinger 2011-05-07 15:45:34 -07:00
  • 2c08d2d186 Merge remote branch 'origin/master' into osxrelesae Leo Franchi 2011-05-07 18:34:35 -04:00
  • e8430e0501 * Depend on libEchonest 1.1.5. Christian Muehlhaeuser 2011-05-08 00:23:52 +02:00
  • 7adb08f701 Default to watch for changes off until we handle ru nning out of watches Leo Franchi 2011-05-07 18:05:45 -04:00
  • 7258f05070 show default music location if none is saved yet Leo Franchi 2011-05-07 17:45:09 -04:00
  • 5294922a02 * Don't use non-file / non-servent resultHints for now. Christian Muehlhaeuser 2011-05-07 23:54:30 +02:00
  • 9944534581 deposx fixes for osx Leo Franchi 2011-05-07 17:36:49 -04:00
  • f4b4a021ee Add resumed, stopped, paused info. Alejandro Wainzinger 2011-05-07 13:26:21 -07:00
  • 1b74430ea2 * Fixed dupes in resources.qrc. Christian Muehlhaeuser 2011-05-07 21:30:14 +02:00
  • 8cc0277cca Catch up to the InfoSystem. Alejandro Wainzinger 2011-05-07 12:25:17 -07:00
  • 09817a7836 Merge branch 'master' into adiumpush Alejandro Wainzinger 2011-05-07 12:12:58 -07:00
  • fb9069320e Build AdiumPlugin, now a pushInfo-using InfoPlugin. Alejandro Wainzinger 2011-05-07 12:03:52 -07:00
  • b8f6192014 fix menu addition Leo Franchi 2011-05-07 10:16:58 -04:00
  • 0c5536bf78 Only show separator on non-osx since it makes the otherwise empty Help menu show up Leo Franchi 2011-05-07 10:13:19 -04:00
  • d657c43d72 Don't get a QNetworkReply* for http urls as we just discard it later Leo Franchi 2011-05-07 09:36:55 -04:00
  • 84f6fa9b33 Don't keep state of a QNetworkReply in a member variable. Get it on-demand. Jeff Mitchell 2011-05-07 09:34:22 -04:00
  • e36037a45e Merge branch 'diag-dialog' Dominik Schmidt 2011-05-07 13:53:20 +02:00
  • f982689443 stop spinner if tracks are removed Leo Franchi 2011-05-06 12:55:55 -04:00
  • e1cdc4820a change SIP menu entry to friendlyname rather than JREEN Leo Franchi 2011-05-06 12:17:09 -04:00
  • 8b2ade25de make stations behave when multiple result signals are emitted by the pipeline Leo Franchi 2011-05-06 11:55:24 -04:00
  • 8c3745896c add resolved tracks as we get them when previewing, and stop previewing if we're running Leo Franchi 2011-05-06 11:02:21 -04:00
  • 3a6abc3f5e remove autoconnect options from config pages---now checking/unchecking sip plugins in the config dialog does the same thing and it was confusing Leo Franchi 2011-05-06 10:59:42 -04:00
  • aaebdc6a4b Don't let users edit readonly playlists with Delete key Leo Franchi 2011-05-06 07:43:12 -04:00
  • b4eda751e0 sipjreen: emit peerOffline for all contacts when connection is lost, not when the plugin is asked to disconnect Dominik Schmidt 2011-05-06 11:51:27 +02:00
  • 81c85b3fd5 DiagnosticsDialog: Add current time (+ some micro formatting in the log) Dominik Schmidt 2011-05-06 11:49:51 +02:00