1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00
Commit Graph

999 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
9e20674b84 * Properly escaped mtimes sql query and removed further debug. 2011-04-04 09:27:25 +02:00
Christian Muehlhaeuser
89c3f266a7 * Manually merged stever's tomahawk.nsi patch. 2011-03-25 10:23:43 +00:00
Christian Muehlhaeuser
3ba36fc38e * Cleaned up debug output, lots. 2011-04-04 07:59:32 +02:00
Christian Muehlhaeuser
f78df2c087 * Added assert to catch dupe source. 2011-04-04 07:59:22 +02:00
Christian Muehlhaeuser
b252418074 * Hopefully fixed dupe-file issue. 2011-04-04 07:57:37 +02:00
Christian Muehlhaeuser
5e9ea36228 * Fixed result sorting order, always prefers local results with equal score now. 2011-04-04 07:56:56 +02:00
Christian Muehlhaeuser
1ac61194cf * Mutex-locked logging - write/flush isn't exactly an atomic operation. 2011-04-04 06:56:33 +02:00
Christian Muehlhaeuser
cffa96a81f * Updated Changelog. 2011-04-03 14:40:05 +02:00
Steven Robertson
d4569b1d38 EnsureTomahawkShutdown not required in uninstaller. 2011-04-03 20:27:29 +08:00
Christian Muehlhaeuser
8791a6dbdc * Respect style's default fore / bg colors when painting a PlaylistItem. 2011-04-03 11:27:03 +02:00
Christian Muehlhaeuser
84f6886e8d * Made PlaylistItemDelegate's paint method a lot faster with manual alpha-blending. 2011-04-03 11:20:35 +02:00
Christian Muehlhaeuser
b625b9a265 * Unthread QtScriptResolver. WebKit is too lame for us. 2011-04-03 10:23:05 +02:00
Leo Franchi
40d4636352 tomahawk:// handler stuff on windows 2011-04-03 00:14:47 -04:00
Leo Franchi
37f29966a8 use our export macro that works on windows :) 2011-04-03 00:14:42 -04:00
Leo Franchi
a080323e2e switch to using KDSingleApplicationGuard instead of QtUniqueApp as it's broken on windows.
KDSingleApplicationGuard is from KDTools and this is the GPL-licensed version.

Conflicts:

	src/main.cpp
2011-04-03 00:14:24 -04:00
Christian Muehlhaeuser
727d8c83ef * Updated Changelog. 2011-04-02 11:39:49 +02:00
Christian Muehlhaeuser
5cde25cefe * Properly thread QtScriptResolver. 2011-04-02 11:05:32 +02:00
Christian Muehlhaeuser
70ddc32e42 * Only keep track of the 50 most recent tracks in WelcomeWidget. Don't auto-resolve playback-logs any longer. 2011-04-02 11:04:57 +02:00
Christian Muehlhaeuser
48f69c3180 * Disabled launching Tomahawk from within the Windows installer. It caused starting Tomahawk with admin privileges. 2011-04-01 11:52:15 +02:00
Jeff Mitchell
85be5653e5 Add more debugging and remove the don't-try-to-reconnect behavior 2011-03-31 15:45:19 -04:00
Jeff Mitchell
811c7b8754 Make debug output a little more helpful 2011-03-31 12:19:23 -04:00
Christian Muehlhaeuser
543c3125ac * Cherry-picked latest tomahawk.nsi changes from master. 2011-03-31 04:20:57 +02:00
Julian Bäume
c61813915d initial german translation
it's not finished, but a first start
2011-03-30 07:09:01 +08:00
Jeff Mitchell
52fcc7b53f Update some debug in twitter 2011-03-29 17:29:19 -04:00
Jeff Mitchell
3657579c32 Re-match the regex 2011-03-29 17:29:12 -04:00
Jeff Mitchell
b8721ad75a Add some twitter debug 2011-03-29 17:29:02 -04:00
Jeff Mitchell
b59399aecb Changelogify 2011-03-29 16:22:08 -04:00
Jeff Mitchell
0a0e27c717 Hopefully fix TWK-13 crash bug. 2011-03-29 16:20:04 -04:00
Jeffrey Finkelstein
6a605789e1 fixed typo - changed "indemify" to "indemnify" 2011-03-29 11:32:12 +08:00
Jeff Mitchell
81141e4d50 Add a placeholder text for the jabberid field 2011-03-28 17:30:43 -04:00
Jeff Mitchell
896d6ad9f4 Clean up port logic 2011-03-28 17:25:43 -04:00
Leo Franchi
1e3fe13a5b update sparkle rss from server and fix changelog to 0.0.2 2011-03-28 12:45:22 -04:00
Jeff Mitchell
f198cf51cc Properly use the configured port number 2011-03-28 11:12:28 -04:00
Christian Muehlhaeuser
e24aea480e * Cleaned up Jabber auth. 0.0.2 2011-03-28 07:13:30 +02:00
Christian Muehlhaeuser
4d23dea891 * Updated OS X sparkle templates. 2011-03-28 06:52:57 +02:00
Christian Muehlhaeuser
6c49b2683e * Changed win32-sparkle behaviour: It'll now look for beta versions if you run Tomahawk with --debug. 2011-03-28 05:28:05 +02:00
Christian Muehlhaeuser
32ed0c748b * Updated sparkle templates. 2011-03-25 00:08:28 +00:00
Christian Muehlhaeuser
23d4a03aca * Prepare version 0.0.2. 2011-03-24 23:54:35 +00:00
Christian Muehlhaeuser
6a2c2b147d * Merged back my fixes. 2011-03-28 05:01:28 +02:00
Jeff Mitchell
5a08079740 Recovering from faulty merge...
Revert "* Fixed SIP plugins always reconnecting when the SettingsDialog was closed."

This reverts commit 057825bf97.
2011-03-27 22:45:31 -04:00
Jeff Mitchell
3f1274b90a Recovering from faulty merge...
Revert "* Forgot to add one file."

This reverts commit 0bf3a1b8e7.
2011-03-27 22:45:14 -04:00
Christian Muehlhaeuser
21f49bbfcb * Updated changelog. 2011-03-28 04:01:43 +02:00
Christian Muehlhaeuser
0bf3a1b8e7 * Forgot to add one file. 2011-03-28 03:31:53 +02:00
Christian Muehlhaeuser
057825bf97 * Fixed SIP plugins always reconnecting when the SettingsDialog was closed. 2011-03-28 03:31:10 +02:00
Jeff Mitchell
608b90867a Don't rescan the local collection if the settings dialog is closed with success but the path hasn't changed 2011-03-27 19:10:30 -04:00
Jeff Mitchell
21e6fb8c09 Update ChangeLog 2011-03-27 19:00:52 -04:00
Jeff Mitchell
63550ce712 Don't attempt to reconnect over and over with twitter if the peer hasn't changed status 2011-03-27 18:55:02 -04:00
Dominik Schmidt
b378f934ec Add changelog message in stable too, i'm sorry :p 2011-03-28 00:19:15 +02:00
Leo Franchi
87fa7e0f50 Add to changelog 2011-03-27 17:58:00 -04:00
Jeff Mitchell
c4302e5f49 Show legal indemnity warning, and link to the legal page on the web site. Only displays the first time you go online (unless you don't accept it, of course). 2011-03-27 16:09:56 -04:00