1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 09:19:41 +01:00

1424 Commits

Author SHA1 Message Date
Dominik Schmidt
5610abfcde Merge remote branch 'origin/master' into jreen-tpqt4-comp
Conflicts:
	CMakeLists.txt
	src/sip/jreen/jabber_p.cpp
	src/tomahawkapp.cpp
2011-04-16 15:32:46 +02:00
Dominik Schmidt
3254e602e3 Merge branch 'master' into jreen-tpqt4-comp 2011-04-16 15:07:17 +02:00
Christian Muehlhaeuser
7f570c325d * Updates README and ChangeLog. 2011-04-16 13:36:09 +02:00
Jeff Mitchell
f7c440ed4f Don't let cache requests go through until the cache is fully loaded 2011-04-16 03:40:15 -04:00
Jeff Mitchell
5334dbf037 Whoops. C'mon, do what I mean, not what I tell you to do. 2011-04-16 03:31:40 -04:00
Jeff Mitchell
9202113a43 Attempt to speed up infosystemcache loading on startup 2011-04-16 03:03:59 -04:00
Christian Muehlhaeuser
cdd3684dba * Fixed style. 2011-04-16 01:31:20 +02:00
Leo Franchi
ed2c1513a8 wasn't meant to commit that 2011-04-15 19:14:48 -04:00
Leo Franchi
fe08bf2175 and set properly 2011-04-15 19:13:54 -04:00
Leo Franchi
ab72ee2302 if we are created remotely, use their creation date 2011-04-15 19:12:40 -04:00
Christian Muehlhaeuser
dca94f864d * Fixed style / typo. 2011-04-16 00:18:20 +02:00
Leo Franchi
1ecb799694 add a createdOn property to playlists, and sort sourcetree 2011-04-15 17:27:27 -04:00
Leo Franchi
e503f74db1 update changelog 2011-04-15 14:01:59 -04:00
Leo Franchi
3671f35928 don't crash if we try to feed QxT a result that we don't have a proper length for 2011-04-15 14:00:11 -04:00
Leo Franchi
dde278a1cc changielog 2011-04-15 08:45:20 -04:00
Frank Osterfeld
db4fc8bd03 Fix compiler warnings. 2011-04-15 13:46:51 +02:00
Christian Muehlhaeuser
71a3f223c2 * Merged master into branch phonon. 2011-04-15 11:06:26 +02:00
Christian Muehlhaeuser
aad9dd4d75 * Fixed rejecting default covers for artist images, too. 2011-04-15 10:25:32 +02:00
Christian Muehlhaeuser
5e38fc5725 * Updated ChangeLog. 2011-04-15 09:15:45 +02:00
Christian Muehlhaeuser
abd5c3c567 * Fixed bad url detection in last.fm plugin. 2011-04-15 09:09:20 +02:00
Christian Muehlhaeuser
66e3d07aee * Use canonicalPath() wherever dealing with file- & dir-paths. 2011-04-15 07:50:38 +02:00
Frank Osterfeld
9af6ff7911 Do not crash when the collection folders contains cycles (symlinks).
Example: /my/collection/subfolder/link -> /my/collection
Use canonicalFilePath to detect cycles and also check m_newdirtimes for an existing timestamp before recursing into subfolders.
2011-04-15 13:52:49 +08:00
Christian Muehlhaeuser
04d30913f9 * Show artist images in ArtistView (lazy-loading).
* Added artist image api to LastFmPlugin.
2011-04-15 07:35:42 +02:00
Frank Osterfeld
df8a333aee Convert QSet<QStringList*> to QVector<QStringList>.
This one possibly leaked, there is no need to use pointers here.
2011-04-15 09:11:28 +08:00
Leo Franchi
f16277ac5f more assert fixes 2011-04-14 20:40:00 -04:00
Leo Franchi
ab964957d2 elide 2011-04-14 20:26:08 -04:00
Leo Franchi
ef1ded8636 remove useless file 2011-04-14 20:11:29 -04:00
Leo Franchi
fe43c1dd01 Add config migration 2011-04-14 20:09:59 -04:00
Leo Franchi
714c306032 Refactor the resolver config UI for More Prettiness
Allow resolvers to configure themselves and whatnot
2011-04-14 20:09:59 -04:00
Jeff Mitchell
4b13467e4c Don't add directories to the watcher if watch for changes is disabled 2011-04-14 16:50:38 -04:00
Leo Franchi
3ce41c50bc Don't assert if a scrobble failed, that's no fun. 2011-04-14 10:42:16 -04:00
Christian Muehlhaeuser
8231127a3b * Only show tracks without an album tag below the 'Unknown' album node in TreeModel. 2011-04-14 07:47:57 +02:00
Christian Muehlhaeuser
3e05151008 * Support showing tracks without an album tag in the TreeView. 2011-04-14 07:26:27 +02:00
Christian Muehlhaeuser
f5219525b4 * Added alphaBlend method to TomahawkUtils. DRY. 2011-04-14 05:00:27 +02:00
Christian Muehlhaeuser
e3c90784e1 * Properly shutdown InfoSystem again.
* Default sizes & restoring of TreeHeader columns.
* Fix square cover painting in TreeItemDelegate.
2011-04-14 04:40:04 +02:00
Christian Muehlhaeuser
9f4c3bb461 * Moved InfoSystem into libTomahawk.
* Made InfoSystem a singleton.
* Don't access InfoSystem via TomahawkApp any longer.
* Progress on ArtistView & TreeModel.
2011-04-14 00:39:39 +02:00
Christian Muehlhaeuser
43a08b7957 * Work in progress: The ArtistView & TreeModel. 2011-04-14 00:36:37 +02:00
Christian Muehlhaeuser
d4745e1e40 * Further progress making a clean(er) tree model. 2011-04-14 00:33:17 +02:00
Christian Muehlhaeuser
f2308beb18 * Split up PlItem into Track- and TreeModelItem. 2011-04-14 00:33:16 +02:00
Leo Franchi
1c409e40f2 more crash fixes..... 2011-04-13 10:34:40 -04:00
Leo Franchi
34fe17a3e6 assert less :( 2011-04-13 08:58:36 -04:00
Frank Osterfeld
9b5be063bd use setTrackModel, as CollectionView::setModel() suggests.
Fixes assertion when selecting a collection.
2011-04-13 14:08:55 +02:00
Frank Osterfeld
9d28c11089 build on OS X
These flags break the build and are also disabled for all the other plugins.
2011-04-13 14:08:11 +02:00
Tieg Zaharia
e76ca1fdef OSX: adds 'Window' menu with 'Minimize'/'Zoom' actions 2011-04-12 20:25:47 -04:00
Jeff Mitchell
aca94b1b55 Fix some bad function usage asserts 2011-04-12 18:19:59 -04:00
Frank Osterfeld
b214dd01f8 randomize XMPP resource name so that multiple Tomahawk/JReen instances do not collide. 2011-04-13 05:20:14 +08:00
Frank Osterfeld
800c06e678 initialize m_dragging variable (fixes valgrind warning). 2011-04-13 05:20:14 +08:00
Frank Osterfeld
d3ca52cba3 link on OS X 2011-04-13 05:20:14 +08:00
Jeff Mitchell
5455ee0f21 Unused warning cleanups 2011-04-12 16:52:25 -04:00
Jeff Mitchell
e2a3c48e6e Rejig the parameters and add QASSERTs. Chris, I decided to take your advice about the asserts -- it will help in the future to make sure people don't mistakenly use the wrong function in new code either. 2011-04-12 15:21:05 -04:00