Christian Muehlhaeuser
9a9a7148af
* Properly fix time display in stable.
0.4.1
2012-04-05 06:17:40 +02:00
Christian Muehlhaeuser
aec7a0b140
* Fixed crash in AudioControls. (merge)
2012-04-05 05:39:50 +02:00
Christian Muehlhaeuser
eff42af593
* Updated ChangeLog.
2012-04-04 02:44:18 +02:00
Christian Muehlhaeuser
ad2b54ad90
* Bump version to 0.4.1.
2012-04-04 01:55:00 +02:00
Christian Muehlhaeuser
4e316a48ea
* Fixed non debug builds.
2012-04-04 01:54:14 +02:00
Christian Muehlhaeuser
87863ae7e2
* Fixed about dialog for non debug releases.
2012-04-04 01:54:05 +02:00
Jeff Mitchell
5e439b990f
See if this fixes Chris' time-updating problem
2012-03-31 13:06:50 -04:00
Leo Franchi
5dcf426cdf
TWK-770: Fix echonest sentence summary grammar
2012-03-31 10:03:53 -04:00
Leo Franchi
5b6c4560ae
TWK-785: Rename playlist after revision is created so plitem is selectable
2012-03-31 09:53:47 -04:00
Leo Franchi
fec670f27c
TWK-793: Let the sourcetreeview sort before we scroll otherwise we might scroll the wrong amount
2012-03-31 09:26:30 -04:00
Leo Franchi
fb13ccd285
Oops, fix signals/slot params
2012-03-31 09:26:07 -04:00
Leo Franchi
b3b70cea82
TWK-795: Filter dups from last.fm top artists
2012-03-31 09:05:14 -04:00
Leo Franchi
f84d08e011
Don't sort related artists in footnotes
2012-03-31 08:49:18 -04:00
Leo Franchi
9c5966000c
TWK-799: Don't set autoupdate when loading playlist view
2012-03-30 17:47:28 -04:00
Leo Franchi
79bfdec895
TWK-798: Start playing first resolvable track when double-clicking on a playlist item
2012-03-30 17:14:08 -04:00
Leo Franchi
9f5215302c
various updater fixes
2012-03-30 14:32:01 -04:00
Leo Franchi
73d7ba03f5
TWK-815: Try using foreground text color when drawing grey bg, white on grey is hard to read
2012-03-30 13:34:48 -04:00
Leo Franchi
d623bbefc2
Fix crash on exit
2012-03-30 13:27:36 -04:00
Leo Franchi
907dad95e1
TWK-721: Don't flicker from officialtracks to supercollection tracks.
...
If the second infosystem albumtracks request comes back empty but the first one
came back with tracks, this is not a failure and so keep the official tracks
2012-03-30 12:09:59 -04:00
Leo Franchi
565217a53a
TWK-725: Some extra pointer safety
2012-03-30 10:42:11 -04:00
Christian Muehlhaeuser
bee6485475
* Fixed crash situation in AudioControls.
...
(cherry picked from commit a2bfd73d55
)
Conflicts:
src/audiocontrols.cpp
2012-03-30 10:31:07 -04:00
Christian Muehlhaeuser
ace18dfa1f
* Prevent race condition.
...
(cherry picked from commit ebbedb2b99
)
2012-03-30 10:30:29 -04:00
Christian Muehlhaeuser
95f1162b6e
* Fixed cached resolving.
...
(cherry picked from commit bd098e3ff2
)
2012-03-30 10:30:09 -04:00
Christian Muehlhaeuser
e5bdd2242f
* Fixed race condition during resolving.
...
(cherry picked from commit b70114a225
)
2012-03-30 10:30:01 -04:00
Christian Muehlhaeuser
deb0eb819c
* Fetch square covers from Last.fm.
...
(cherry picked from commit d5aed7b6df
)
2012-03-30 10:29:48 -04:00
Jeff Mitchell
04864c7d79
Set scanning threads idle priority
...
(cherry picked from commit 5a57e285ec
)
2012-03-30 10:28:04 -04:00
Jeff Mitchell
43c4daa4e3
Change wording
2012-03-29 10:41:16 -04:00
Jeff Mitchell
fc95cee6ce
Dynamically enable/disable the web API, and change the wording for the option to make it more enticing
2012-03-29 10:41:14 -04:00
Dominik Schmidt
fff8fbfe80
win: fix qca2 usage/grooveshark
2012-03-28 17:23:27 +02:00
Leo Franchi
eec8b76de0
fix xspf auto-updating
...
(cherry picked from commit c54ca78769
)
2012-03-27 11:27:07 -04:00
Leo Franchi
68f03dbd13
autoupdate fixes: init on creation, and every 10 not 100 mins
...
(cherry picked from commit ff04ab3b92
)
2012-03-27 11:27:03 -04:00
Leo Franchi
753e1b3c90
aFix crash in dragging artist, don't assume AlbumModel only contains albums as it's hacked to also contain artists.
...
(cherry picked from commit 68d541d2e8
)
2012-03-20 11:29:30 -04:00
Leo Franchi
e828dadec8
All QSharedPointers used in different threads need deleteLater as custom deleter. This is some of them.
...
(cherry picked from commit e3f5605c4e
)
2012-03-19 22:24:41 -04:00
Leo Franchi
6e929986cb
A bit of extra safety
...
(cherry picked from commit 2a58d53145
)
2012-03-19 22:22:28 -04:00
mack-t
e1b086e3a4
Add albumpos, discnumber and score information from tomahawk resolver
...
(cherry picked from commit 21eeab61d8
)
2012-03-19 22:20:32 -04:00
Leo Franchi
27147a0140
Guard against null sharedptr that shouldn't be null anyway -.-
2012-03-19 22:20:07 -04:00
Christian Muehlhaeuser
66836ae0bd
* Something is wonky about CLucene scoring. Rely on our internal scoring.
2012-03-15 09:05:56 +01:00
Christian Muehlhaeuser
6342e6a9f8
* Fixed TWK-758: Sorting playlist by album position.
2012-03-15 09:05:47 +01:00
Jeff Mitchell
042ccbe730
Fix merge issue
2012-03-14 16:31:20 -04:00
Jeff Mitchell
6c6411561b
Bump dependencies
2012-03-14 16:20:24 -04:00
Jeff Mitchell
18e3669911
Fix XMPP proxy. Make no proxy hosts static so changing it works across
...
all threads; make a duplication method so jreen doesn't scopepointer us
to death on shutdown; pass in proxyfactory to jreen.
Conflicts:
src/settingsdialog.cpp
src/sip/jabber/jabber.cpp
2012-03-14 16:19:32 -04:00
Dominik Schmidt
240517b0cd
Bump the required QTweetLib version
2012-03-11 18:46:00 +01:00
Jeff Mitchell
fab36b2262
Use new QTweetLib 0.5 API for PIN values so leading zeros are respected
...
Conflicts:
src/accounts/twitter/tomahawkoauthtwitter.h
2012-03-11 18:44:43 +01:00
Christian Muehlhaeuser
dd74ce04e6
Moved QuaZip from "shipped" to "recommended".
2012-03-07 17:51:20 +01:00
Christian Muehlhaeuser
e3a43e8ca6
* Bumped version to 0.4.0.
0.4.0
2012-03-07 05:07:47 +01:00
Christian Muehlhaeuser
c401ea0d91
* Update ChangeLog.
2012-03-07 05:07:23 +01:00
Christian Muehlhaeuser
2d03b8aea0
* Didn't mean to commit that.
2012-03-07 04:49:26 +01:00
Christian Muehlhaeuser
178aed9174
* Fixed TWK-474: proper fulltext search.
2012-03-07 04:47:24 +01:00
Christian Muehlhaeuser
6552deca61
* Fixed Source method being run in the wrong thread.
2012-03-07 04:45:32 +01:00
Leo Franchi
89009c09be
Add a small guard to Artist::get and Album::get as they are called all over, and might be called after destruction of DB on shutdown
2012-03-06 18:47:55 -05:00