Christian Muehlhaeuser
4558fd7e22
* Fixed linking QJson on OS X.
2011-03-24 19:35:49 +01:00
Jeff Mitchell
192a9ac380
Bring in QJson's ldflags to actually be able to get the right link information
2011-03-24 12:37:26 -04:00
Leo Franchi
f0db24aa07
only add tracks to a station if it is active
...
try harder to not overlay spinner over text
2011-03-24 10:55:55 -04:00
Christian Muehlhaeuser
c35d77891b
* This should fix stations ignoring playable but not perfectly solved queries.
2011-03-24 14:50:47 +01:00
Christian Muehlhaeuser
ae879aff93
* Fixed pipeline so it not calls onResolvingFinished more than once.
2011-03-24 14:32:31 +01:00
Leo Franchi
f9954dbb7e
don't show an error on loading an empty station
2011-03-23 17:56:37 -04:00
Leo Franchi
068391cd58
expect urls of form tomahawk://load/?xspf=
2011-03-23 07:46:12 -04:00
Leo Franchi
0691ad6252
set title on super collection when showing it for the first time
2011-03-22 22:29:41 -04:00
Leo Franchi
bd54916fe3
set dangling pointer to 0 so if a proxymodel gets called during resetting, it can tell if a plitem is gone
2011-03-22 18:36:07 -04:00
Leo Franchi
18453f886f
check for valid shared pointer here
2011-03-22 15:59:46 -04:00
Jeff Mitchell
1211bf23b6
Revamp twitter auth mechanism, which will hopefully remove false-positive auth success and allow de-authing
2011-03-22 14:37:06 -04:00
Leo Franchi
458551d78a
Add new icons, and also use the new icon in stations and auto playlists
2011-03-22 13:01:59 -04:00
Leo Franchi
2ffe51163c
Revert "add --demo parameter that strips out hostnames"
...
This reverts commit 194116c912
.
Hide hostname another way to try to fix J's bizarre issue
2011-03-21 21:19:49 -04:00
Leo Franchi
194116c912
add --demo parameter that strips out hostnames
2011-03-21 19:16:59 -04:00
Christian Muehlhaeuser
a06b1fdf52
* Error handling in QtScriptResolver.
2011-03-21 16:52:14 +01:00
Christian Muehlhaeuser
218b92da9e
* Fixed Collection & Playlist's ViewPage pixmap.
2011-03-21 16:16:35 +01:00
Christian Muehlhaeuser
2b5808a35b
* Added new icons.
2011-03-21 16:07:54 +01:00
Christian Muehlhaeuser
3414f32e9b
* Support year parameter in QtScriptResolver.
2011-03-21 14:26:16 +01:00
Christian Muehlhaeuser
3c936414fd
* Fixed QtScriptResolver's durationString parsing.
2011-03-21 14:17:00 +01:00
Christian Muehlhaeuser
1a5d06ed28
* Bad idea to create this path on non-Linux.
2011-03-21 13:44:27 +01:00
Christian Muehlhaeuser
61a3e3a815
* Fixed crasher in Result::toVariant().
2011-03-21 13:18:03 +01:00
Christian Muehlhaeuser
8e42c8964b
* Fixed JavaScript errors causing a Pipeline assert.
2011-03-21 12:49:53 +01:00
Christian Muehlhaeuser
f4269f0f34
* Fixed re-emitting idle() too often in Pipeline.
2011-03-21 06:21:28 +01:00
Christian Muehlhaeuser
c666aa4e91
* Reset the PlaylistModel if we clear it.
2011-03-21 06:01:53 +01:00
Christian Muehlhaeuser
3b40b7bcb2
* Break loops if we found the right SourceTreeItem.
2011-03-21 03:23:52 +01:00
Christian Muehlhaeuser
04cbd72ef6
* Hopefully fixed delete playlist crash.
2011-03-21 03:11:45 +01:00
Dominik Schmidt
4e4d304b01
Respect 64 when installing libraries
2011-03-20 19:53:27 +01:00
Christian Muehlhaeuser
f5c73d765a
* Removed obsolete CPack.txt include from CMakeLists.linux.txt.
2011-03-20 05:11:48 +01:00
Christian Muehlhaeuser
c046119a6c
* Fixed compiler warnings.
2011-03-20 04:27:05 +01:00
Christian Muehlhaeuser
eb72bb4b38
* cmake fix for OS X.
2011-03-20 04:01:39 +01:00
Christian Muehlhaeuser
eea1a5e0b6
* Final CMakeLists.txt fixes?
2011-03-20 03:54:45 +01:00
Christian Muehlhaeuser
fe518a5cbb
* Fixed cmake install targets.
2011-03-20 03:48:07 +01:00
Christian Muehlhaeuser
c0f7cf79eb
* Don't include CPack.txt for now.
2011-03-20 03:04:59 +01:00
Leo Franchi
ca016dae43
paint the playlist rows smaller too
2011-03-19 21:09:57 -04:00
Leo Franchi
64331d7fa5
set smaller font in the delegate not the view so animations use it too
2011-03-19 20:57:26 -04:00
Leo Franchi
1f66b31416
shrink the twitter config dialog a bit.
...
The text didn't fit by default in on OS X. Removed the groupbox as it made huge margins and cut off text.
Removed some text, and reworked some of the contents of a qlabel into another qlabel because multiline
qlabels fail at layouting
2011-03-19 20:35:15 -04:00
Leo Franchi
e72010b263
Don't show neverending loading slider for empty collections
2011-03-19 20:00:13 -04:00
Leo Franchi
5c963912a8
Decrease point size for overlay a tad
2011-03-19 20:00:03 -04:00
Leo Franchi
3925e1bd2f
Show error if we failed to get a preview of a station
2011-03-19 19:42:19 -04:00
Leo Franchi
c43da4b589
Shrink the text as much as we need to fit it. Also, make it smaller on osx here too.
2011-03-19 19:41:55 -04:00
Dominik Schmidt
4b24be300b
Remove LIBRARY from install DESTINATIONs because it breaks cmake configure for windows
2011-03-19 20:10:27 +01:00
Christian Muehlhaeuser
36997366e1
* SIP Jabber cleanup (gloox).
2011-03-19 09:45:02 +01:00
Christian Muehlhaeuser
77164b0d89
* Fixed disconnected signal not being hooked up in gloox jabber.
2011-03-19 09:25:35 +01:00
Christian Muehlhaeuser
d66f78bab0
* Advance to HTTP results, again.
2011-03-19 07:41:04 +01:00
Christian Muehlhaeuser
d3643636d2
* Fixed Query crash.
2011-03-19 07:34:34 +01:00
Christian Muehlhaeuser
5b7775d7a1
* Fixed m_playable in Query.
2011-03-19 07:28:09 +01:00
Christian Muehlhaeuser
de2d8aa2fd
* Prevent QLabel's default-text from appearing while loading PlaylistManager.
2011-03-19 07:18:28 +01:00
Christian Muehlhaeuser
9de221e9d0
* Fixed broken signal / slot connection. Re-scanning now live-updates the CollectionFlatModel, again.
2011-03-19 06:14:22 +01:00
Christian Muehlhaeuser
85826249c9
* Prevent Tomahawk from ever trying to connect to itself.
2011-03-19 05:15:34 +01:00
Christian Muehlhaeuser
520806f0bb
* Don't skip over unsolved but playable tracks.
...
* Don't assert on invalid connections.
2011-03-19 05:09:57 +01:00