1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-22 08:49:42 +01:00

1635 Commits

Author SHA1 Message Date
Christian Muehlhaeuser
3cee48dc15 * Removed include/ folder and did some clean-ups. 2011-05-18 04:06:03 +02:00
Leo Franchi
917f904cbf hide queue whenever it is emptied, manually or by play progressing 2011-05-17 16:25:49 +02:00
Leo Franchi
1812477809 Fix bug where playable tracks were ignored in station previews 2011-05-17 16:00:27 +02:00
Leo Franchi
98c9ddf2b1 Add a timeout after last edit in artist line edits 2011-05-17 16:00:11 +02:00
Jeff Mitchell
6f37e942ce Add some debug 2011-05-16 15:26:27 -04:00
Jeff Mitchell
ef5f96c104 Safety fix 2011-05-16 13:46:48 -04:00
Jeff Mitchell
0006acb408 Add avatar/profile pic support to Twitter SIP 2011-05-16 13:09:20 -04:00
Dominik Schmidt
451695faab Update tomahawk.nsi 2011-05-14 18:45:25 +02:00
Dominik Schmidt
925485d916 win32: some compilation/linking fixes, still does not build 2011-05-14 01:07:03 +02:00
Jeff Mitchell
43194e777a Add missing file, doh 2011-05-13 12:19:22 -04:00
Jeff Mitchell
08d268a961 Use custom qtweetstatus until a compilation error is fixed upstream 2011-05-13 12:07:06 -04:00
Jeff Mitchell
1f7257e061 Add qtweetlib blocks files 2011-05-13 12:00:59 -04:00
Jeff Mitchell
4b801849d3 Add QTweetLib as a submodule 2011-05-13 11:52:23 -04:00
Jeff Mitchell
ade334dec1 Remove our copy; will use git submodule 2011-05-13 11:50:08 -04:00
Leo Franchi
12d0dec63c Set a top-level layout for the proxy dialog.
Also tweak the margins a bit and remove the sizegrip from being visible on osx.
2011-05-13 09:40:30 +02:00
Jeff Mitchell
aedc1b362d Fix liblastfm2 mingw32 compilation 2011-05-12 22:35:45 -04:00
Jeff Mitchell
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. 2011-05-12 15:07:04 -04:00
Jeff Mitchell
f8d30b5d24 Changlogify SOCKS proxy 2011-05-12 15:05:44 -04:00
Jeff Mitchell
2fb1c0a817 Re-add proxy dialog, and add option for using proxy for DNS lookups (or not) 2011-05-12 14:56:03 -04:00
Jeff Mitchell
dee9c14579 Add a toggle to control whether DNS lookups happen through the proxy or not. Fixes connections in some cases. 2011-05-12 11:42:28 -04:00
Jeff Mitchell
d0ccbf4416 Fix crash in jreen and others by not processing events in infosystem's destructor. Instead, sleep for only 50ms at a time. 2011-05-12 10:39:03 -04:00
Christian Muehlhaeuser
04cbc78ff7 * Don't leak memory when setting new avatar on a Source. 2011-05-12 15:54:37 +02:00
Jeff Mitchell
853c0a0170 Add hack notice 2011-05-12 09:46:42 -04:00
Leo Franchi
0da5a958bb update changelog 2011-05-12 14:55:27 +02:00
Leo Franchi
5566eddd05 Remove sizegrip on sliding sheets on osx 2011-05-12 14:41:15 +02:00
Dominik Schmidt
968971a3cf Merge branch 'master' of git://github.com/tomahawk-player/tomahawk
Conflicts:
	src/libtomahawk/sip/SipHandler.cpp
2011-05-12 13:49:45 +02:00
Dominik Schmidt
2862b01691 Add Tomahawk version reported by SipPlugin to the diagnostics dialog. 2011-05-12 13:42:31 +02:00
Christian Muehlhaeuser
b453c387cd * Fixed not closing obsolete transfers. 2011-05-12 03:58:33 +02:00
Christian Muehlhaeuser
efb8d14ec9 * Fixed shutdown blocker in DbSyncConnection. 2011-05-12 02:09:33 +02:00
Christian Muehlhaeuser
4401fe15ac * Ignore pipeline results during shutdown. 2011-05-12 01:04:20 +02:00
Christian Muehlhaeuser
06e00a83c8 * Don't create pixmaps in the wrong thread. 2011-05-12 01:02:08 +02:00
Christian Muehlhaeuser
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.
2011-05-12 00:36:28 +02:00
Dominik Schmidt
1f7f360d36 Don't log invalid sipinfos to the console but show them in the diagnostics window 2011-05-11 18:52:46 +02:00
Dominik Schmidt
986bc1119a sipjreen: warnings-- 2011-05-11 18:44:13 +02:00
Dominik Schmidt
fac969d39b sipjreen: Ignore error messages. 2011-05-11 18:44:13 +02:00
Dominik Schmidt
bcd90a81be Dont rely on valid sipinfos in diagnostics dialog 2011-05-11 18:44:13 +02:00
Leo Franchi
272a67b703 Immediately update delegate with widget config change 2011-05-11 14:11:15 +02:00
Dominik Schmidt
7ac7925ec6 sipjreen: avoid dangling pointer if the XmlConsole is not used 2011-05-10 02:30:36 +02:00
Dominik Schmidt
350be106c6 sipjreen: Add secret XmlConsole
Imported from qutim. Ruslan Nigmatullin gave me his compliance with
licensing this file as GPL3(+) (right now it lacks license headers
completely and might be GPL2+ in qutim).
2011-05-10 02:21:15 +02:00
Dominik Schmidt
aeef7345af Log who a message the SipHandler receives is from 2011-05-09 17:22:34 +02:00
Dominik Schmidt
1d6153044c Export QDebug operator<<( QDebug dbg, const SipInfo &info ) 2011-05-09 14:45:38 +02:00
Dominik Schmidt
f171c8901b Export SipInfo class 2011-05-09 11:40:46 +02:00
Dominik Schmidt
eade3c5f26 Fix broken if-else 2011-05-09 11:33:03 +02:00
Dominik Schmidt
06f33c5d81 Add missing return, compiled here fine :\ 2011-05-09 11:27:08 +02:00
Dominik Schmidt
2e69f91671 Use QHostInfo instead of QHostAddress 2011-05-09 11:19:58 +02:00
Dominik Schmidt
9c30600793 Use SipInfo in SipHandler & SipPlugin and fix Jabber to use the new API 2011-05-09 11:19:58 +02:00
Dominik Schmidt
9cd07349dc Don't assert on qDebug( SipInfo() ) 2011-05-09 11:19:58 +02:00
Dominik Schmidt
733e06b372 Add SipInfo class 2011-05-09 11:19:57 +02:00
Christian Muehlhaeuser
7ba8581ac3 * Fix potential issue which caused Pipeline to get stuck. 2011-05-09 01:22:49 +02:00
Christian Muehlhaeuser
7b4c425ec5 * Print out some more debug in case we run into problems. 2011-05-09 01:10:31 +02:00