Leo Franchi
c24e90c978
allow to delete with the backspace as well as delete key
2011-05-28 20:19:37 -04:00
Leo Franchi
efa3708e79
Add some padding on the right edge of the dyn controls
2011-05-28 20:19:18 -04:00
Leo Franchi
ee8a0d6691
oops, fix oversight
2011-05-28 20:00:32 -04:00
Leo Franchi
75cea47cfa
byebye random special characters, hello w hitespace
2011-05-28 19:58:03 -04:00
Leo Franchi
dcef395273
add stuff to Changelog for 0.1.0, thanks J for all your work trawling through history!
2011-05-28 19:56:22 -04:00
Leo Franchi
a9b792f603
allow deleting playlists with the delete key. fixes TWK-113
2011-05-28 19:46:27 -04:00
Leo Franchi
d61f38a206
Only emit a rename signal if we are the currently active view. Fixes TWK-202.
2011-05-28 17:29:29 -04:00
Leo Franchi
f03e74c777
ooops, include slid through
2011-05-28 17:13:07 -04:00
Leo Franchi
12ac4079b1
activate current page in the sourcetree if new playlist dialog is cancelled
2011-05-28 17:10:27 -04:00
Leo Franchi
9f087b7da3
Add Christopher's copyright and less debug
2011-05-28 16:55:35 -04:00
Leo Franchi
fb06624821
Add a new "Create Playlist" dialog that is shown when the user presses New Playlist.
...
This lets the user select between a normal playlist and an automatic playlist. Thanks for Christopher Reichert for the patch!
2011-05-28 16:49:49 -04:00
Dominik Schmidt
5c11841cec
Make tomahawk.nsi ready for 64bit
2011-05-28 16:54:24 +02:00
muesli
5d03b35101
Revert "Was trying to work on the crash on shutdown by making sure we explicitly delete items in tomahawkapp. Except where there are FIXMEs all are now explicitly deleted, in reverse order of instantiation. So far no help, but figured might as well keep the changes."
...
This reverts commit 6e19a85d733ceff74482a7c7c069b6c92a5aa598.
2011-05-28 16:51:04 +02:00
Jeff Mitchell
52b7465cf6
more debug
2011-05-28 10:24:35 -04:00
Jeff Mitchell
840e877456
More debug for chris
2011-05-28 10:15:37 -04:00
Jeff Mitchell
89f690a9e2
Add some extra debug
2011-05-28 10:11:01 -04:00
Jeff Mitchell
02c1cfe14e
Update text to say what's actually going on
2011-05-28 10:01:33 -04:00
Jeff Mitchell
86f35ae304
Don't say we're processing events when we aren't anymore
2011-05-28 09:54:03 -04:00
Jeff Mitchell
2c48983aa1
Merge branch 'master' into watchforchanges-ng
2011-05-28 09:40:43 -04:00
Jeff Mitchell
ee583f20da
If Tomahawk crashed during one of these functions it could leave some messed up stuff in your config file, so separate out the two operations into distinct ones that can be run independently and do case-sensitive matching.
2011-05-27 08:31:08 -04:00
Alejandro Wainzinger
cfe335ff8a
Merge branch 'master' into adiumpush
2011-05-26 22:57:22 -07:00
Alejandro Wainzinger
a2b6463b04
Merge branch 'adiumpush' of github.com:tomahawk-player/tomahawk into adiumpush
2011-05-26 22:55:55 -07:00
Leo Franchi
ba3ce4bdb9
better grammar
...
(cherry picked from commit 7676f43a79e12c890c1b57f716249c68fc0ea6ac)
2011-05-26 22:18:34 -04:00
Dominik Schmidt
106bf6c08b
Install tomahawklib on linux correctly too
2011-05-27 03:45:23 +02:00
Dominik Schmidt
8f9c03b3ad
Update tomahawk.nsi
2011-05-27 01:41:41 +02:00
Dominik Schmidt
fca66bcf39
Install libtomahawklib.dll to correct place in windows
2011-05-26 23:41:07 +02:00
Dominik Schmidt
2be3e93d39
Install qxtweb-standalone.dll on windows
2011-05-26 22:52:24 +02:00
Dominik Schmidt
39549f776b
Bump jreen submodule revision.
2011-05-26 22:20:48 +02:00
Dominik Schmidt
b0c0667bde
Fix taglib includes
2011-05-26 22:20:33 +02:00
Dominik Schmidt
e7bdc077d2
Don't use QJSON_LDFLAGS on windows
2011-05-26 21:52:38 +02:00
Leo Franchi
f4cef4fff0
lets be safe
2011-05-26 09:39:39 -04:00
Leo Franchi
0172515a86
Fix dropping ou the sourcetree, qtreeview is really crappy in this case
2011-05-26 09:38:23 -04:00
Leo Franchi
fd29a966eb
remove vestiges of debug
2011-05-26 08:55:12 -04:00
Leo Franchi
d5df5f7676
Set cache mode so cmake doesn't forget our own set variable and fallback to pkgconfig-set one.
2011-05-26 08:43:32 -04:00
Jeff Mitchell
6e19a85d73
Was trying to work on the crash on shutdown by making sure we explicitly delete items in tomahawkapp. Except where there are FIXMEs all are now explicitly deleted, in reverse order of instantiation. So far no help, but figured might as well keep the changes.
2011-05-26 00:48:08 -04:00
Jeff Mitchell
f9a6775126
Add warning about cached artist images
2011-05-25 23:45:02 -04:00
Jeff Mitchell
f6756682f1
Cleanup from my previous fix
2011-05-25 23:43:09 -04:00
Jeff Mitchell
e3e90744bf
Fix jabber(/other?) networking. The only part of this commit related to the fix is the line replacing m_client->setConnection with return. I don't know why that line causes what seems to be a total block in the network but it does, and removing it doesn't seem to hurt anything.
...
Oddly, if refreshProxy doesn't check for m_client->connection() to be null, it segfaults. But, if that function is never run (and that function is the only place setting the connection directly), it works just fine (if no proxy is needed). So maybe it's leftover code but I really don't konw.
2011-05-25 23:35:21 -04:00
Leo Franchi
f27d3b9fe9
fix debug/poll and give new stations a better name from a seed
2011-05-25 21:37:20 -04:00
Leo Franchi
5f2791f2b3
Allow users to drop tracks onto New Station, and creates a station seeded with song filters
2011-05-25 20:02:18 -04:00
Dominik Schmidt
d1b8b2851d
Update tomahawk.nsi for qca-ossl and missing dlls for vlc plugins
2011-05-26 01:38:05 +02:00
Jeff Mitchell
03f6b416b6
Revamp proxy system. Use a factory, and allow for noproxy hosts. Don't try to set the proxies everywhere, set the application proxy factory and fall back to it. Except for specifically-threaded things.
2011-05-25 17:38:14 -04:00
Leo Franchi
af0fe52cd1
Don't rely on mood/style fetch being faster than dynamic control loading
2011-05-25 17:25:33 -04:00
Jeff Mitchell
c59747e1e1
Fix QJson linking
2011-05-25 11:48:05 -04:00
Christian Muehlhaeuser
f878e47575
* Finally fixed OS X release scripts. I think.
2011-05-25 05:56:09 +02:00
Christian Muehlhaeuser
bc7aa1ebbd
* Fixed OS X release scripts.
2011-05-25 05:39:18 +02:00
Christian Muehlhaeuser
a16274ec43
* Fixed OS X build scripts to not contain hard-coded paths.
2011-05-25 05:16:28 +02:00
Christian Muehlhaeuser
e29b6ed2db
Merge remote-tracking branch 'origin/osxrelease'
2011-05-25 04:38:22 +02:00
Christian Muehlhaeuser
3a9f0e9f86
* Fixed DbCmd_LogPlayback.
2011-05-25 04:20:11 +02:00
Christian Muehlhaeuser
b2c9028b54
* Don't sync empty DbCmd_DeleteFiles & irrelevant DbCmd_LogPlaybacks.
2011-05-25 04:17:53 +02:00