Christian Muehlhaeuser
|
a1b24c1244
|
* Emit coverChanged() even when we couldn't get a cover, so the views update / trigger new requests.
|
2012-07-02 03:49:24 +02:00 |
|
Christian Muehlhaeuser
|
c47c8894b0
|
* Indicate invalid PlaylistEntries.
|
2012-07-01 20:54:56 +02:00 |
|
Christian Muehlhaeuser
|
eaf48bcf51
|
* Fixed crashes in DbCmd_SetPlaylistRevision.
|
2012-07-01 20:54:31 +02:00 |
|
Christian Muehlhaeuser
|
53b00db602
|
* Don't ever accept invalid results coming from resolvers.
|
2012-07-01 20:54:06 +02:00 |
|
Christian Muehlhaeuser
|
bbec1dfbbe
|
* Fixed cover loading in error case.
|
2012-07-01 08:56:57 +02:00 |
|
Christian Muehlhaeuser
|
2d4f7c8898
|
* Remove debug output again.
|
2012-07-01 05:44:30 +02:00 |
|
Christian Muehlhaeuser
|
7946362dcf
|
* Set m_coverLoaded to true even when we couldn't find any image.
|
2012-07-01 05:43:29 +02:00 |
|
Christian Muehlhaeuser
|
c1e7ef2ea3
|
* Set m_coverLoaded to true before emitting the coverChanged signal.
|
2012-07-01 02:51:10 +02:00 |
|
Christian Muehlhaeuser
|
faadb41054
|
* Don't crash when removing page in history.
|
2012-07-01 02:20:09 +02:00 |
|
Christian Muehlhaeuser
|
afb624f8eb
|
* Add 'Copy Artist/Album Link' context menu items.
|
2012-06-30 23:35:04 +02:00 |
|
Christian Muehlhaeuser
|
becb263635
|
* Be prepared for empty query_ptrs being returned from Query::get().
|
2012-06-30 23:22:01 +02:00 |
|
Christian Muehlhaeuser
|
4d188af33e
|
* Return empty query_ptr when query data is invalid.
|
2012-06-30 23:22:01 +02:00 |
|
Christian Muehlhaeuser
|
c1cb85fee6
|
* Use 'large' album covers from Last.fm.
|
2012-06-30 23:22:01 +02:00 |
|
Jeff Mitchell
|
238c07b8bd
|
Fix compilation
|
2012-06-30 17:06:53 -04:00 |
|
nowrep
|
6e612fa9dd
|
FdoNotifyPlugin: Fixed showing notifications with & character
|
2012-06-30 21:44:21 +02:00 |
|
Jeff Mitchell
|
67e18c3b9d
|
Some more acl cleanup, and put Acl->ACL so we don't mess up peoples' existing configs
|
2012-06-30 14:44:06 -04:00 |
|
Leo Franchi
|
c5691fce9a
|
Also remove saved resolver path when uninstalling
|
2012-06-29 17:49:24 -04:00 |
|
Leo Franchi
|
76600e015c
|
Use headerpad_max_install_names on OS X builds
|
2012-06-29 17:07:57 -04:00 |
|
Leo Franchi
|
ceba1431f7
|
Don't copy to bundle any longer when installing binary resolvers on osx
|
2012-06-29 17:07:57 -04:00 |
|
Leo Franchi
|
900b836b1e
|
Do our own attica download fetching since we send the tomahawk version as well
|
2012-06-29 17:07:56 -04:00 |
|
Jeff Mitchell
|
d786f5c13b
|
Separate AclRegistry into lib/impl parts. Removes GUI dependency in lib,
among other things.
|
2012-06-29 15:29:55 -04:00 |
|
Jeff Mitchell
|
4f26b805d7
|
Fix warning
|
2012-06-29 10:07:38 -04:00 |
|
Jeff Mitchell
|
ca22cfd31d
|
Fix another crash related to debug accessing null pointers
|
2012-06-29 10:05:55 -04:00 |
|
Jeff Mitchell
|
028f6b969e
|
OK, really fix crash. Promise.
|
2012-06-29 10:04:53 -04:00 |
|
Jeff Mitchell
|
90de0237e0
|
Actually fix crash
|
2012-06-29 10:02:08 -04:00 |
|
Jeff Mitchell
|
a846d91bef
|
Fix accessing playlist that could be invalid inside debug
|
2012-06-29 09:59:41 -04:00 |
|
Christian Muehlhaeuser
|
0b3c794cc9
|
* Use new Querylabel API.
|
2012-06-29 04:28:28 +02:00 |
|
Christian Muehlhaeuser
|
d890ea3b14
|
* Support setting Artist / Album on a QueryLabel directly. We need a proper 'CleverLabel' so badly.
|
2012-06-29 04:28:08 +02:00 |
|
Christian Muehlhaeuser
|
5ed6bb52b5
|
* Removed obsolete code.
|
2012-06-29 03:35:46 +02:00 |
|
Christian Muehlhaeuser
|
295f059e19
|
* No more dragsource.type.
|
2012-06-29 03:29:44 +02:00 |
|
Christian Muehlhaeuser
|
b25b611685
|
* Properly drag Artists / Albums from QueryLabel.
|
2012-06-29 03:29:32 +02:00 |
|
Christian Muehlhaeuser
|
6ec80761eb
|
* Use new PlayableModel API throughout app.
|
2012-06-29 03:14:01 +02:00 |
|
Christian Muehlhaeuser
|
d907a9fbc8
|
* Adjust inheriting models to new PlayableModel API.
|
2012-06-29 03:13:31 +02:00 |
|
Christian Muehlhaeuser
|
0c00cccc1f
|
* Resolved a bunch more hidden overloaded virtual methods in PlayableModel.
|
2012-06-29 03:12:09 +02:00 |
|
Christian Muehlhaeuser
|
a9bf18e17f
|
* Use new PlayableModel API throughout app.
|
2012-06-29 02:28:02 +02:00 |
|
Christian Muehlhaeuser
|
47cb8deab1
|
* Adjust inheriting models to new PlayableModel API.
|
2012-06-29 02:27:41 +02:00 |
|
Christian Muehlhaeuser
|
bbc851fca2
|
* Resolved a bunch of hidden overloaded virtual methods in PlayableModel.
|
2012-06-29 02:25:35 +02:00 |
|
Christian Muehlhaeuser
|
fdcd2aa728
|
* Fixed text-width calculation after my latest patch.
|
2012-06-29 02:12:53 +02:00 |
|
Christian Muehlhaeuser
|
dee2dad874
|
* Proper fix for QueryLabel's context menu.
|
2012-06-28 20:21:04 +02:00 |
|
Christian Muehlhaeuser
|
363becf9b9
|
* Show correct context menus for album / artist QueryLabels.
|
2012-06-28 20:14:17 +02:00 |
|
Christian Muehlhaeuser
|
35c9509477
|
* Only return online results via web API.
|
2012-06-27 07:25:26 +02:00 |
|
Christian Muehlhaeuser
|
4a97e057be
|
* Properly sort artists & albums in search widget.
|
2012-06-27 05:22:01 +02:00 |
|
Christian Muehlhaeuser
|
d7d8c5940f
|
* Moved levenshtein method to TomahawkUtils.
|
2012-06-27 05:21:22 +02:00 |
|
Christian Muehlhaeuser
|
23f47f82a6
|
* Retry on this sql error, too.
|
2012-06-27 05:11:21 +02:00 |
|
Christian Muehlhaeuser
|
393ec8a53d
|
* Use new spinner integration API.
|
2012-06-27 03:26:27 +02:00 |
|
Christian Muehlhaeuser
|
7ba97a817d
|
* No need to check all results for playability. Their sorted by that, so we just check the first one.
|
2012-06-27 02:18:41 +02:00 |
|
Christian Muehlhaeuser
|
dbeb46d513
|
* Allow to sort by composer and origin.
|
2012-06-27 02:17:55 +02:00 |
|
Christian Muehlhaeuser
|
ef80237d39
|
* Expose composer's sortname in Query's API.
|
2012-06-27 02:17:28 +02:00 |
|
Christian Muehlhaeuser
|
06e081b7a0
|
* Resolve dupe accelerator assignment.
|
2012-06-27 01:02:03 +02:00 |
|
Leo Franchi
|
403f80d721
|
Forcibly kill spotify resolver before starting out own in case it's an old one
|
2012-06-26 18:43:07 -04:00 |
|