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 a2bfd73d555ac1a8e8b6107bba4cee89a0ca701f)
Conflicts:
src/audiocontrols.cpp
2012-03-30 10:31:07 -04:00
Christian Muehlhaeuser
ace18dfa1f
* Prevent race condition.
...
(cherry picked from commit ebbedb2b991f1f02b862b91af14ad6eaa9574c70)
2012-03-30 10:30:29 -04:00
Christian Muehlhaeuser
95f1162b6e
* Fixed cached resolving.
...
(cherry picked from commit bd098e3ff267dbe636192464683314679e1f225d)
2012-03-30 10:30:09 -04:00
Christian Muehlhaeuser
e5bdd2242f
* Fixed race condition during resolving.
...
(cherry picked from commit b70114a22557be39d998b017fd82c4553a40bdfb)
2012-03-30 10:30:01 -04:00
Christian Muehlhaeuser
deb0eb819c
* Fetch square covers from Last.fm.
...
(cherry picked from commit d5aed7b6df11634ea6d86691feea94e8a3462a36)
2012-03-30 10:29:48 -04:00
Jeff Mitchell
04864c7d79
Set scanning threads idle priority
...
(cherry picked from commit 5a57e285ec2a25fe71877a7828b87bb65a31cf3e)
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 c54ca787693cd3a3e0340dfcb08032a09d6059cf)
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 ff04ab3b922fdf44d18751546b371ffa7ed1c941)
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 68d541d2e8dc847c40f6782c65beb4e15ff6aa72)
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 e3f5605c4e04bd3e5dc55ccafeb2e6fb150cb1e5)
2012-03-19 22:24:41 -04:00
Leo Franchi
6e929986cb
A bit of extra safety
...
(cherry picked from commit 2a58d53145e066d307029757866d34c3cde2543a)
2012-03-19 22:22:28 -04:00
mack-t
e1b086e3a4
Add albumpos, discnumber and score information from tomahawk resolver
...
(cherry picked from commit 21eeab61d8e871f9d1b1dbb7540c274e6e8781d8)
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
Leo Franchi
34672c7bed
TWK-722: Fix quitting right after startup by ensuring chart data loaders are deleted before database
2012-03-06 18:46:48 -05:00
Leo Franchi
3caeb4642a
Attempt at fixing TWK-723.
2012-03-06 18:23:17 -05:00
Christian Muehlhaeuser
80b0eacfed
* Revert macdeploy back to use Qt 4.7.4.
2012-03-06 00:42:12 +01:00
Leo Franchi
aa078e86e5
Merge pull request #77 from anselmolsm/master
...
Play/Pause when system tray receives a mouse middle click
2012-03-05 12:20:13 -08:00
Anselmo L. S. Melo
9daf0a6089
Play/Pause when system tray receives a mouse middle click
2012-03-05 15:00:28 -03:00
Jason Herskowitz
6dead5e7e1
Fix all Super Collection text strings to SuperCollection
2012-03-04 22:46:10 -05:00
Jason Herskowitz
335868ea95
Merge branch 'master' of github.com:tomahawk-player/tomahawk
2012-03-04 22:28:56 -05:00
Jason Herskowitz
fc45646205
Update SuperCollection header text
2012-03-04 22:28:35 -05:00
Leo Franchi
dbd466d3ed
Changelog++
2012-03-04 22:21:04 -05:00
Leo Franchi
292d8c9530
Don't update playlist if no tracks have changed
2012-03-04 21:54:55 -05:00
Leo Franchi
6b68598d1d
Show job status for indexing
2012-03-04 21:54:55 -05:00
Dominik Schmidt
0d9e248dac
Fix lastfm export macro after my last commit. Why did it work before that?!
2012-03-05 01:09:31 +01:00
Leo Franchi
46a86fe6a5
Install vlc plugins to Frameworks/vlc/plugins instead of plugins/
2012-03-04 16:55:57 -05:00
Dominik Schmidt
a56ca4ddfc
Improve liblastfm2 export macro
2012-03-04 21:14:59 +01:00
Leo Franchi
6483c55749
Revert "Disable breakpad for an osx nightly"
...
This reverts commit 5a56a3e06046d1b148f1fa88f54c410e981516c4.
2012-03-04 13:21:41 -05:00
Leo Franchi
5a56a3e060
Disable breakpad for an osx nightly
2012-03-04 12:55:05 -05:00
Dominik Schmidt
585f32c4d8
osx: fix undefined reference to bringToFront() with visibility=hidden
2012-03-04 18:44:23 +01:00
Jason Herskowitz
9ea311526c
Make audio error icon match set
2012-03-03 18:45:07 -05:00