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 |
|
Leo Franchi
|
9505e433bc
|
Looks like paths with spaces need to be esaped everywhere with QProcess...
|
2012-06-26 18:24:20 -04:00 |
|
Leo Franchi
|
239601f637
|
Don't assert on quit anymore, served its debug purpose
|
2012-06-26 18:24:20 -04:00 |
|
Tomahawk CI
|
8909108516
|
Automatic merge of Transifex translations
|
2012-06-26 22:23:36 +00:00 |
|
Christian Muehlhaeuser
|
fac37debad
|
* Updated ChangeLog.
|
2012-06-27 00:09:18 +02:00 |
|
Leo Franchi
|
cd9ba367af
|
Style fix
|
2012-06-26 17:54:01 -04:00 |
|
Leo Franchi
|
e1416fce06
|
Always re-install spotify resolver if path is no longer valid
|
2012-06-26 17:54:01 -04:00 |
|
Leo Franchi
|
a7d90b16e7
|
We no longer remove accounts when uninstalling from attica
|
2012-06-26 17:54:01 -04:00 |
|
Christian Muehlhaeuser
|
4ef0d23900
|
* Don't accept empty queries from web API.
|
2012-06-26 23:15:26 +02:00 |
|
Christian Muehlhaeuser
|
937908766c
|
* Assert when trying to setup a query without artist or track.
|
2012-06-26 23:14:43 +02:00 |
|
Christian Muehlhaeuser
|
9b09cbd11e
|
* Call wipeIndex via a single-shot timer to avoid dead-locks.
|
2012-06-26 23:14:23 +02:00 |
|
Christian Muehlhaeuser
|
cb578a607a
|
* Re-bind values for failed TomahawkSqlQueries.
|
2012-06-26 20:34:23 +02:00 |
|
Jeff Mitchell
|
1369e838eb
|
Revert "See if this fixes lfranchi's assert"
This reverts commit e6af7b03d79abc75441f1e116ddad988907f3dc1.
Conflicts:
src/libtomahawk/database/DatabaseImpl.cpp
|
2012-06-26 08:19:39 -04:00 |
|
Jeff Mitchell
|
31fda52bcf
|
Unify file metadata handler location -- tag changing code should go in
here too
|
2012-06-26 08:14:16 -04:00 |
|
Jeff Mitchell
|
cede202e96
|
Move ScanManager into libtomahawk. It's core functionality, non-GUI, and
this lets things in libtomahawk call scan functions easily
|
2012-06-26 08:09:06 -04:00 |
|
Christian Muehlhaeuser
|
7efaa62038
|
* Elide temporary page's text when showing the delete button.
|
2012-06-26 05:16:00 +02:00 |
|
Christian Muehlhaeuser
|
f303fcbebc
|
* Spit out error messages when we couldn't resolve a track, album or artist.
|
2012-06-26 05:02:28 +02:00 |
|
Christian Muehlhaeuser
|
d0fdff760e
|
* Remove spinner when AudioEngine stopped.
|
2012-06-26 05:01:39 +02:00 |
|
Christian Muehlhaeuser
|
3a5acb721c
|
* Style cleanup.
|
2012-06-26 05:01:18 +02:00 |
|
Christian Muehlhaeuser
|
03695c2bc4
|
* Set m_finished when tracks are loaded in Artist- & AlbumPlaylistInterface.
|
2012-06-26 05:00:26 +02:00 |
|
Christian Muehlhaeuser
|
3a580faa1d
|
* Added a isFinished and m_finished to PlaylistInterface.
|
2012-06-26 04:59:46 +02:00 |
|
Christian Muehlhaeuser
|
6fc4f2a89a
|
* Auto re-prepare query on weird 'no query' error.
|
2012-06-26 04:03:03 +02:00 |
|
Christian Muehlhaeuser
|
dbd137a561
|
* Don't scale now playing icon decoration when expanding a playlist item.
|
2012-06-26 03:44:03 +02:00 |
|
Christian Muehlhaeuser
|
fa52f8a75c
|
* Don't expand LovedTracksItem.
|
2012-06-26 03:33:35 +02:00 |
|
Christian Muehlhaeuser
|
5bd616e59d
|
Merge pull request #100 from creichert/twk932-drag-loved-tracks
Allow dragging tracks into loved tracks playlist.
|
2012-06-25 18:14:29 -07:00 |
|
Christian Muehlhaeuser
|
e4e3b0f825
|
* Use new RecentlyPlayedModel API.
|
2012-06-26 03:05:28 +02:00 |
|
Christian Muehlhaeuser
|
035e59e0b5
|
* Use new Recently- Played/Added -Model's API.
|
2012-06-26 02:58:12 +02:00 |
|
Christian Muehlhaeuser
|
e316534dc0
|
* Split up CTOR and setSource methods.
|
2012-06-26 02:57:12 +02:00 |
|
Christian Muehlhaeuser
|
8fc89f3a2b
|
* Split up CTOR and setSource methods.
|
2012-06-26 02:56:47 +02:00 |
|
Christian Muehlhaeuser
|
972a57bfeb
|
* Show loading spinner when loading charts.
|
2012-06-26 02:28:40 +02:00 |
|
Christian Muehlhaeuser
|
0dad8b9218
|
* Show a loading spinner when loading a collection.
|
2012-06-26 02:16:57 +02:00 |
|
Christian Muehlhaeuser
|
2f07c92fdd
|
* Remove comments.
|
2012-06-26 02:16:38 +02:00 |
|
Christian Muehlhaeuser
|
e5439c7775
|
* Don't show an info button for empty items.
|
2012-06-26 02:12:09 +02:00 |
|
Christian Muehlhaeuser
|
dc9e3728f5
|
* Automatically adjust crash-reporter's window size.
|
2012-06-26 02:05:11 +02:00 |
|
Christian Muehlhaeuser
|
0f7291368f
|
* Don't reset current viewpage when the new page is the same as the current one.
|
2012-06-26 01:57:22 +02:00 |
|
Christian Muehlhaeuser
|
ee6e3c9e69
|
* Make sure script-resolvers are executable before trying to execute them.
|
2012-06-25 23:04:32 +02:00 |
|
Christian Muehlhaeuser
|
b453d80808
|
* Re-center play/pause buttons when resizing GridView.
|
2012-06-25 22:56:03 +02:00 |
|
Christian Muehlhaeuser
|
7fb6701e3e
|
* No need to manuall set fake query's results.
|
2012-06-25 21:16:31 +02:00 |
|
Christian Muehlhaeuser
|
a9e0c3c460
|
* Respond to pings from external resolver.
|
2012-06-25 21:12:55 +02:00 |
|
Jeff Mitchell
|
2fd970d24d
|
Add verbose logging on sendmsg to try to track down JSON issue
|
2012-06-25 13:34:52 -04:00 |
|
Christian Muehlhaeuser
|
d39378b599
|
* Don't show resolver errors when built with RelWithDebInfo.
|
2012-06-25 19:16:53 +02:00 |
|
Christian Muehlhaeuser
|
037a5dab12
|
* Temporary fix for compiling madness.
|
2012-06-25 17:57:52 +02:00 |
|
Christian Muehlhaeuser
|
38735cb248
|
Revert "* Let's see if it's just an issue with typedef."
This reverts commit cf01330778de708c568af722703a672e4098b668.
|
2012-06-25 17:55:03 +02:00 |
|