1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-25 13:19:34 +02:00

Commit Graph

  • 40dc30044f Merge pull request #38 from Horrendus/small_changes Christian Muehlhaeuser 2011-09-18 06:59:26 -07:00
  • b9515d3408 * Potential fix for missing tracks in tree view. Christian Muehlhaeuser 2011-09-17 20:38:11 +02:00
  • b99a1a753c * Fixed filter in TreeProxyModel. Christian Muehlhaeuser 2011-09-17 20:24:24 +02:00
  • e1d4088d98 * Should fix internal quazip. Christian Muehlhaeuser 2011-09-17 17:06:37 +02:00
  • a1cd3cf5bb * Fixed quazip includes. Christian Muehlhaeuser 2011-09-17 16:59:19 +02:00
  • cf054875b5 * Make sure to always launch CrashReporter from the directory the Tomahawk executable lives in. Christian Muehlhaeuser 2011-09-17 06:51:52 +02:00
  • 61e934bacc * Accidentally committed build files in breakpad folder. Christian Muehlhaeuser 2011-09-16 18:21:36 +02:00
  • 13a1eed144 * Get rid of generic failed() signal in XSPFLoader. Christian Muehlhaeuser 2011-09-16 16:47:38 +02:00
  • a2cc3ee2fd * XSPFLoader doesn't depend on QMessageBox any longer. Christian Muehlhaeuser 2011-09-16 16:28:10 +02:00
  • 483386e440 * Moved QMessageBox out of XSPFLoader and into TomahawkWindow. Christian Muehlhaeuser 2011-09-16 16:27:00 +02:00
  • 695902d962 * Add CrashReporter to DMG and fix deps. Christian Muehlhaeuser 2011-09-16 15:45:46 +02:00
  • 6d62fb8c1e * Fixed MacDeploy to look for Qt 4.7.4 (needs proper version check still). Christian Muehlhaeuser 2011-09-16 15:26:37 +02:00
  • 9f0febe402 Helps to initialize variables to default values Leo Franchi 2011-09-16 09:25:35 -04:00
  • bbb28032e7 Don't create qpixmaps on the stack as this struct is created after QCoreApplication exist sometimes Leo Franchi 2011-09-16 09:08:44 -04:00
  • 97b57009c9 Small changes to jabber SIP Stefan Derkits 2011-09-16 13:57:03 +02:00
  • c96ecd9697 * Unbreak breakpad on Linux. Christian Muehlhaeuser 2011-09-16 13:44:58 +02:00
  • e0edb2b15b * Different border for ToggleButtons. Christian Muehlhaeuser 2011-09-16 11:23:27 +02:00
  • f32bab7733 * Fix ToggleButton some more. Christian Muehlhaeuser 2011-09-16 11:18:14 +02:00
  • bc266e1f7c * Hopefully fixed ToggleButton for all platforms. Christian Muehlhaeuser 2011-09-16 11:00:54 +02:00
  • 5b48442006 Create a new playlist from a spotify playlist if dropped anywhere on the sourcetree Leo Franchi 2011-09-15 21:38:08 -04:00
  • bf009c8854 fix warning / hidden virtual function Leo Franchi 2011-09-15 21:12:18 -04:00
  • 898ad5804e Add some debug for jason Leo Franchi 2011-09-15 21:06:47 -04:00
  • dfd36d459b Fix compile without libattica Leo Franchi 2011-09-15 21:04:24 -04:00
  • 5ceb04e571 More tomahawk debugs Leo Franchi 2011-09-15 21:00:23 -04:00
  • 4ca29feab1 Add upgrade support for resolvers Leo Franchi 2011-09-15 21:00:15 -04:00
  • 95e1d8c5a3 Use a richer internal model for attica resolvers, and store important things like version Leo Franchi 2011-09-15 19:04:21 -04:00
  • 22e69bbb8c When the DBID is reset, don't re-read all past DMs. Probably fixes TWK-513. Jeff Mitchell 2011-09-15 15:00:33 -04:00
  • b8aa4e1bc3 Minor cleanups Leo Franchi 2011-09-15 11:13:40 -04:00
  • b6cc9dae09 Fix typo that led to attica script states being forgotten Leo Franchi 2011-09-15 09:22:23 -04:00
  • e6a394e8e7 More scroll-by-pixel on all platforms Leo Franchi 2011-09-15 09:22:12 -04:00
  • 4e09f52b22 make compile with clang Leo Franchi 2011-09-15 08:44:22 -04:00
  • 903ea66b36 * Remove file copy in CMakeLists.txt. Christian Muehlhaeuser 2011-09-15 10:33:03 +02:00
  • 525072f757 * Removed duplicate definitions. Christian Muehlhaeuser 2011-09-15 10:08:14 +02:00
  • b741d163a1 * Added breakpad support for OS X. Christian Muehlhaeuser 2011-09-15 10:05:53 +02:00
  • b1a135fff9 * Unbreak non-Linux compiling. Christian Muehlhaeuser 2011-09-15 07:34:07 +02:00
  • d8d7347394 * Added breakpad support for Linux. Christian Muehlhaeuser 2011-09-15 07:27:31 +02:00
  • d8b07cee9c * Fixed libquazip.dll still missing. Christian Muehlhaeuser 2011-09-15 05:44:44 +02:00
  • 729c9237fe * Added libattica.dll, too. Christian Muehlhaeuser 2011-09-15 05:27:09 +02:00
  • b2fc9cb8ac * Fix Windows installers missing libquazip.dll. Christian Muehlhaeuser 2011-09-15 05:21:20 +02:00
  • 89c04ea3f6 * Don't abort symbol management when dir already exists. Christian Muehlhaeuser 2011-09-15 04:43:48 +02:00
  • 93bf2e1bb9 * Added bash helper script for managing minidump symbols. Christian Muehlhaeuser 2011-09-15 04:32:36 +02:00
  • 0504bec81d Add a Tomahawk.asyncRequest for async calls, ALL RESOLVERS SHOULD USE THIS Leo Franchi 2011-09-14 22:28:46 -04:00
  • 7f9ded7816 * Scroll by pixel (not item) on all platforms. Christian Muehlhaeuser 2011-09-15 00:56:54 +02:00
  • c915f2f161 TWK-510: Fix overlay not disappearing on new playlists being added to list Leo Franchi 2011-09-14 18:47:59 -04:00
  • 034510cdda Remove line that slipped in Leo Franchi 2011-09-14 18:42:18 -04:00
  • 6899b38944 Only auto-resolve if it's a single track or a list, not a playlist Leo Franchi 2011-09-14 18:27:19 -04:00
  • b3aa6c9a6c Fix workaround Leo Franchi 2011-09-14 18:14:28 -04:00
  • eddc7bbf4e Remove some features, fix up whitespace and a few misc other things Leo Franchi 2011-09-12 00:38:05 -04:00
  • 9bc112090d Comments on workaround for playlist update hugolm84 2011-09-06 18:06:50 +02:00
  • 0b37514cfe Removed events, not needed hugolm84 2011-09-06 18:04:12 +02:00
  • e93ef1dd6e Adding export to Spotify hugolm84 2011-09-06 16:27:03 +02:00
  • fe7b798cda Removed an action hugolm84 2011-09-06 16:26:24 +02:00
  • a0cd7869bc Loop hugolm84 2011-09-06 14:25:40 +02:00
  • c2d0382bae Just some more qDebug hugolm84 2011-09-06 14:25:15 +02:00
  • bb09c15c30 Just some qDebug hugolm84 2011-09-06 14:24:39 +02:00
  • 0a68b36295 Added drop event to playlistview hugolm84 2011-09-06 14:23:49 +02:00
  • b4a8154eae Fixed updaterevision on empty playlist from drag hugolm84 2011-09-06 14:21:59 +02:00
  • 869640b2e2 Fix indent hugolm84 2011-09-06 14:21:14 +02:00
  • de982f8b50 Added itunes artist link support hugolm84 2011-09-05 18:38:51 +02:00
  • 0ed8e62de8 Added abillity to drop itunes album link aswell hugolm84 2011-09-05 16:49:24 +02:00
  • 5f677d4c83 Updated header hugolm84 2011-09-05 15:43:34 +02:00
  • 6218cec38a Adding Itunes parser hugolm84 2011-09-05 15:39:25 +02:00
  • c2d9baa9d9 Updated checkFinished hugolm84 2011-09-04 22:29:38 +02:00
  • 8f6cc7846a GCC doesn't like forward-declared shared pointers as default args, CLang does. Leo Franchi 2011-09-14 17:04:25 -04:00
  • a2f139c204 Fix warnings that led to shared pointers not being correctly deleted. Leo Franchi 2011-09-14 16:40:14 -04:00
  • 22d3048017 * Tried to fix OS X layout of ToggleButton. Christian Muehlhaeuser 2011-09-14 08:19:26 +02:00
  • 1367d82006 A bit nicer resolver error handling Leo Franchi 2011-09-13 22:35:30 -04:00
  • 9572c440ea * Fixed unbalanced QPainter save / restore. Christian Muehlhaeuser 2011-09-13 11:03:58 +02:00
  • 45b57b715f * Use a QWeakPointer to guard Connection pointers. Christian Muehlhaeuser 2011-09-13 10:47:10 +02:00
  • 48e3eb877d * Fixed issue where Servent would never emit ready when UPnP returns an invalid ip. Christian Muehlhaeuser 2011-09-13 09:02:23 +02:00
  • 9ec9fb9362 * Fixed playlist issues which caused dupe playlist_items. Christian Muehlhaeuser 2011-09-13 07:05:19 +02:00
  • f32c1f1338 * Don't assert when creating a fresh playlist. Christian Muehlhaeuser 2011-09-12 21:06:29 +02:00
  • 4f14ce96cb Fix hanging on shutdown introduced by refactor commit Leo Franchi 2011-09-12 12:28:25 -04:00
  • aeeff01d64 Don't send config message to resolvers more than once Leo Franchi 2011-09-12 11:19:42 -04:00
  • 2bc71743de * Fix for getting out of sync with locally changed playlists. Christian Muehlhaeuser 2011-09-12 15:17:37 +02:00
  • 0cffdf124a * Assert when optimistic locking fails. Christian Muehlhaeuser 2011-09-12 14:45:08 +02:00
  • 789b698e7a * Keep checking revision queue. Christian Muehlhaeuser 2011-09-12 13:55:55 +02:00
  • 0dbe87e2f4 * Don't update playlist revision with result hints if it's already out of date. Christian Muehlhaeuser 2011-09-12 13:52:54 +02:00
  • 0e069c6b88 * Eliminate extra margin on OSX. Christian Muehlhaeuser 2011-09-12 11:33:55 +02:00
  • f4ccb9f802 * Updated README. Christian Muehlhaeuser 2011-09-12 11:09:47 +02:00
  • 3bf2fa1237 * Fixed not finding / using local libquazip. Christian Muehlhaeuser 2011-09-12 10:56:39 +02:00
  • 7609906994 * Fix compiling. Christian Muehlhaeuser 2011-09-12 10:46:48 +02:00
  • c626a161cd * A 'little' spring cleaning. Or at least that's what it feels like. Exhausted. Christian Muehlhaeuser 2011-09-12 10:41:39 +02:00
  • bcf84c2b8c * Store last processed dbcmd guid in Source in case a DBSyncConnection dies on us. Christian Muehlhaeuser 2011-09-12 08:30:36 +02:00
  • d15878555f * Let's put an 'empty dbcmd list' assert in DBSyncConnection and see if we ever hit this condition. Christian Muehlhaeuser 2011-09-12 08:18:31 +02:00
  • 5121d060db * Moved more debug output to LOGVERBOSE level. Christian Muehlhaeuser 2011-09-12 07:58:15 +02:00
  • f48c2c9b5c * Cleanup debug output a bit. Christian Muehlhaeuser 2011-09-12 07:28:40 +02:00
  • 2c9c5ea8bb * Fixed shutdown sequence while ongoing database replication. Christian Muehlhaeuser 2011-09-12 07:16:47 +02:00
  • 2b8a1fa2ca * Request last known guid from command queue if it's filled. Christian Muehlhaeuser 2011-09-12 06:33:22 +02:00
  • 6c55d1e510 * Make DBSyncConnection simpler and hopefully more fail-safe. Christian Muehlhaeuser 2011-09-12 06:29:40 +02:00
  • 577a706b9f * Remove breakpad related stuff again. Christian Muehlhaeuser 2011-09-12 02:54:59 +02:00
  • e7d78ea52e * Moved AtticaManager and all its deps into libtomahawk. Christian Muehlhaeuser 2011-09-12 02:52:52 +02:00
  • 2b947254d5 Convert quazip to unix linebreaks Dominik Schmidt 2011-09-12 01:24:35 +02:00
  • 32da3965f8 Fix win compilations Dominik Schmidt 2011-09-12 01:21:10 +02:00
  • 44e10db28d Slightly wider dialog Leo Franchi 2011-09-11 18:16:24 -04:00
  • bc96846839 Merge branch 'ghns' Leo Franchi 2011-09-11 18:15:30 -04:00
  • 1425b68c39 Fix compile without libattica Leo Franchi 2011-09-11 17:29:37 -04:00
  • f3e45bd240 Sort by download count for now, and only fetch a proper url Leo Franchi 2011-09-11 17:16:40 -04:00
  • d2bd6b8744 Support resolver icons Leo Franchi 2011-09-11 16:40:45 -04:00
  • dbb9d14deb Refactor the resolver system a bit so we have real objects instead of paths Leo Franchi 2011-09-09 18:16:18 -04:00