1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-19 07:22:32 +02:00

753 Commits

Author SHA1 Message Date
Leo Franchi
dfc57b156f fix some station workflow issues 2011-03-03 21:27:30 -05:00
Christian Muehlhaeuser
c915d76255 * Fixed retrieving queries in Playlist & LoadPlaylistEntries. 2011-03-04 02:45:13 +01:00
Christian Muehlhaeuser
ea3b9296fc * Fixed CFBundleIdentifier in Info.plist. * Added more debug output to solve assert issue. 2011-03-03 22:55:08 +01:00
Leo Franchi
90ef2d035f we now support the playdar AUTH so fix string and make it on by default 2011-03-02 18:09:37 -05:00
Christian Muehlhaeuser
db981757ac * Added playlistChanged() signal to AudioEngine. 2011-03-02 23:58:13 +01:00
Christian Muehlhaeuser
9f61eec649 * Don't include tomahawkapp.h in libtomahawk. 2011-03-02 21:30:01 +01:00
Christian Muehlhaeuser
77fc815560 * Also fixed auto-resolving for creating playlists. 2011-03-02 17:59:40 +01:00
Christian Muehlhaeuser
fcbf62a618 * Fixed auto-resolving a station's queries. 2011-03-02 17:54:12 +01:00
Christian Muehlhaeuser
220a80ac43 * Updated OS X build scripts. 2011-03-02 16:55:01 +01:00
Dominik Schmidt
ac066e53f6 Updated jreen revision to fix linking sip_jreen on windows 2011-03-02 15:18:42 +01:00
Christian Muehlhaeuser
78d3547343 * Moved zeroconf cache back in place. 2011-03-02 07:52:45 +01:00
Christian Muehlhaeuser
a9d99ebdfc * Fixed off by one error in track removal. 2011-03-02 07:31:20 +01:00
Christian Muehlhaeuser
fa81b0647a * Added obsolete / stale file detection to MusicScanner and corresponding DatabaseCommands. 2011-03-02 07:09:37 +01:00
Dominik Schmidt
643b8fac5d Move Tomahawk application info into top-level CMakeLists.txt 2011-03-02 04:37:31 +01:00
Dominik Schmidt
528918831e Implement adding friends in sip_jreen 2011-03-02 03:23:59 +01:00
Dominik Schmidt
91998ec132 Reconnect JREEN plugin on disconnects where it seems reasonable 2011-03-02 01:38:02 +01:00
Leo Franchi
51a004c7eb serve up the tomahawk logo ont he auth page
don't give parents to dbcmds
2011-02-28 22:39:43 -05:00
Dominik Schmidt
50e623f763 Mh hopefully this unbreaks my last commit 2011-02-28 23:41:22 +01:00
Dominik Schmidt
2790080537 Show 'Nickname via MUC' in the SourceList. Don't kill me, muesli 2011-02-28 21:58:27 +01:00
Dominik Schmidt
e783abbeb3 Forgot constness when connecting presence signals 2011-02-28 19:05:10 +01:00
Dominik Schmidt
d0de2dc43e Join tomahawk@conference.qutim.org 2011-02-28 18:53:27 +01:00
Christian Muehlhaeuser
2ff3421261 * Write Tomahawk.log (note capital T) to correct directory. 2011-02-28 18:03:36 +01:00
Christian Muehlhaeuser
3cc29db086 * Decrement index in history when we delete a page. 2011-02-28 11:50:23 +01:00
Christian Muehlhaeuser
674ad0b8f6 * Added Harald Sitter to about dialog. 2011-02-28 10:50:43 +01:00
Christian Muehlhaeuser
1e26b613f0 * Fixed HTTP resolving & cleaned up Query / Result API further. 2011-02-28 10:37:01 +01:00
Christian Muehlhaeuser
4b9f84f54b * Fixed setting url in DatabaseImpl::result(). 2011-02-28 09:27:13 +01:00
Christian Muehlhaeuser
b795b0cf02 * Ignore result-hint if source is currently offline & try to resolve again.
* Fixed crash related to result hints.
2011-02-28 09:20:21 +01:00
Christian Muehlhaeuser
2ce7e76d95 * Few more debug output / checks to catch the last remaining showstoppers. 2011-02-28 09:05:12 +01:00
Christian Muehlhaeuser
cb06d11b61 * Added a few safety checks. 2011-02-28 08:43:46 +01:00
Christian Muehlhaeuser
ef995e1306 * Lots of cleanups. Removed all QVariantMaps that we didn't really need. This needs testing, desperately. 2011-02-28 08:14:05 +01:00
Leo Franchi
c9a8b04b95 fix some painting glitches 2011-02-28 00:08:05 -05:00
Leo Franchi
b03912ef84 Show station description in header, and if it's read-only, hide the controls 2011-02-28 00:08:04 -05:00
Leo Franchi
063dd30ba5 show station error again 2011-02-28 00:08:04 -05:00
Dominik Schmidt
13cd815499 Fix jreen build on windows 2011-02-28 03:11:19 +01:00
Dominik Schmidt
e1cfcce489 Register presence handler in libsip_jabber 2011-02-28 02:11:22 +01:00
Christian Muehlhaeuser
8096d5c7e8 * Fixed trying to call connect() on a null-pointer. 2011-02-28 02:07:14 +01:00
Christian Muehlhaeuser
328cd7eb6d * Fixed SIP jabber behaviour. 2011-02-28 02:01:52 +01:00
Dominik Schmidt
116a1d8501 Make the gloox plugin aware of the tomahawk caps node 2011-02-28 01:39:12 +01:00
Dominik Schmidt
a728c9643c Add libsip_jreen 2011-02-28 01:29:00 +01:00
Dominik Schmidt
9967fea0ac Build submodule if jreen is not installed systemwide and disable gloox based jabber plugin 2011-02-28 00:58:39 +01:00
Dominik Schmidt
f09a101db2 Add jreen submodule 2011-02-28 00:47:06 +01:00
Christian Muehlhaeuser
f425f25c02 * Actually count bytes in m_received. 2011-02-27 21:06:40 +01:00
Christian Muehlhaeuser
3208abdb0d * Proper fix for Phonon issue. 2011-02-27 21:00:41 +01:00
Christian Muehlhaeuser
ce2db3aefd * Fixed crash, hopefully. 2011-02-27 20:33:13 +01:00
Leo Franchi
0e730f91f3 white out background behind fading 2011-02-27 14:30:39 -05:00
Christian Muehlhaeuser
dae300481e * Try fixing crash. 2011-02-27 20:27:19 +01:00
Christian Muehlhaeuser
d315e5b92f * Stupid whitespace fix. 2011-02-27 20:19:13 +01:00
Christian Muehlhaeuser
c0777198d1 * Should fix atEnd() implementation of BufferIODevice. 2011-02-27 20:19:13 +01:00
Leo Franchi
aa8bb15310 Allow echonest/Foo includes 2011-02-27 14:15:39 -05:00
Leo Franchi
113985eea9 Draw row bgs properly, expanding for playlists 2011-02-27 14:14:47 -05:00