Leo Franchi
cccd5db05a
Clarify naming
2012-06-21 11:58:56 -04:00
Leo Franchi
b5bc3bca45
Properly initialize binary bool flag on creation
2012-06-21 11:56:50 -04:00
Christian Muehlhaeuser
2acae2fd45
* Whoops. Almost forgot this one: Show artist name on artist page.
2012-06-21 16:54:52 +02:00
Christian Muehlhaeuser
33b8608668
* Bumped to 0.5.0rc0.
2012-06-21 15:03:33 +02:00
Christian Muehlhaeuser
eb9786e08d
* Make sure we always access dbimpl's mutex-protected.
2012-06-21 11:24:19 +02:00
Jeff Mitchell
9ad3e053e7
Avoid possible null pointer access
2012-06-20 21:47:10 -04:00
Tomahawk CI
ed58392e04
Automatic merge of Transifex translations
2012-06-20 22:18:31 +00:00
Christian Muehlhaeuser
55537ce5f8
* Use unique db connection names.
2012-06-21 00:05:23 +02:00
Jeff Mitchell
d687bdb54f
Remove confusing and obsolete parent parameter
2012-06-20 17:58:26 -04:00
Christian Muehlhaeuser
0c613cbcbe
* Use Db's impl() directly to always be in the right thread for sure.
2012-06-20 23:49:34 +02:00
Jeff Mitchell
03c3c3d29a
Work around wonkiness in track info view before similar tracks are
...
loaded
2012-06-20 17:44:36 -04:00
Christian Muehlhaeuser
024392140e
* Removed obsolete and problematic pragma call.
2012-06-20 23:39:29 +02:00
Christian Muehlhaeuser
b53a9b6d67
* Keep retrying when error indicates a pragma query.
2012-06-20 23:25:01 +02:00
Jeff Mitchell
5dfe460f9d
Fix positioning...moveLeft/Right don't do what you think they do...
2012-06-20 16:19:43 -04:00
Christian Muehlhaeuser
ba897efada
* Clean up ChangeLog a bit.
2012-06-20 22:05:47 +02:00
Christian Muehlhaeuser
c2dd22ed40
* Prevent dead-locking.
2012-06-20 22:02:19 +02:00
Jeff Mitchell
6cd80cf047
Enforce minimum distance between allow/deny buttons for ACL request
2012-06-20 15:58:23 -04:00
Jason Herskowitz
859d1cbf7d
Add some stuff we forgot in changelog.
2012-06-20 16:43:01 -03:00
Christian Muehlhaeuser
3e0068b83c
* Don't duplicate a query's results when dropping a result onto another playlist.
2012-06-20 20:44:35 +02:00
Christian Muehlhaeuser
052759dce5
* Fixed dragging unresolved queries from PlayableModel.
2012-06-20 20:39:32 +02:00
Christian Muehlhaeuser
ae6fda4cc8
* Silly style cleanups.
2012-06-20 19:54:35 +02:00
Christian Muehlhaeuser
056213bc27
* Make Source::addCommand synchronous again, so we can rely on m_lastCmdGuid being set.
2012-06-20 19:34:51 +02:00
Christian Muehlhaeuser
faf6374967
* Tweaked track page some more.
2012-06-20 17:40:33 +02:00
Christian Muehlhaeuser
dce0615a28
* Tweaked artist page some more.
2012-06-20 17:40:32 +02:00
Christian Muehlhaeuser
27ea1ea793
* Prevent duplicate accounts IDs in settings.
2012-06-20 17:40:32 +02:00
Christian Muehlhaeuser
6fd839c237
* Elide source names earlier.
2012-06-20 17:40:32 +02:00
Christian Muehlhaeuser
fba255cc13
* Removed obsolete loadingStarted/Finished methods in ArtistInfoWidget.
2012-06-20 17:40:31 +02:00
Jeff Mitchell
64837d8a0c
Save ACL entries when in headless mode, so going non-headless doesn't
...
ask for them again.
2012-06-20 10:14:06 -04:00
Christian Muehlhaeuser
e0a635b310
* No need to set the auto_vacuum pragma per connection.
2012-06-20 13:36:05 +02:00
Christian Muehlhaeuser
3f0cb9baf6
* Don't use stage.toma.hk for the release.
2012-06-20 13:26:45 +02:00
Christian Muehlhaeuser
11d4c38386
* Bumped liblastfm and libattica deps.
2012-06-20 13:23:45 +02:00
Christian Muehlhaeuser
5f799ea5d5
* Reverted QSQLite import. Should be obsolete now.
2012-06-20 11:10:52 +02:00
Christian Muehlhaeuser
3b87444cd9
* No need to manually clone impls anymore.
2012-06-20 11:04:22 +02:00
Christian Muehlhaeuser
7bb61f1a38
* Make sure we have a separate database impl returned for each thread.
2012-06-20 11:04:06 +02:00
Christian Muehlhaeuser
a7642d12d1
* Fixed copy.
2012-06-20 11:03:18 +02:00
Christian Muehlhaeuser
61d766be11
* Remove obsolete Database::m_indexReady.
2012-06-20 10:50:15 +02:00
Jeff Mitchell
2603a7d28b
Remove some warnings
2012-06-19 22:24:20 -04:00
Tomahawk CI
6e46b03f86
Automatic merge of Transifex translations
2012-06-19 22:16:50 +00:00
Jeff Mitchell
269ffb3508
Set crash reporter inactive in headless mode
2012-06-19 16:48:22 -04:00
Jeff Mitchell
c9841985a1
Forgot this line...
2012-06-19 16:10:01 -04:00
Jeff Mitchell
63c64de455
I guess actually fix the headless crash? Not sure why this should be
...
needed, but it works
2012-06-19 12:21:36 -04:00
Jeff Mitchell
3b40b9b4a9
Don't crash when running with --headless
2012-06-19 11:36:48 -04:00
Jeff Mitchell
f2989dd4d9
Add link to legal page in Help menu. Note: will work properly when stage
...
is pushed to main, as .html differs
2012-06-18 20:27:55 -04:00
Leo Franchi
8f7a6de801
Only cache last.fm similar artists/tracks if there is data
2012-06-19 01:22:59 +02:00
Leo Franchi
8abc08c5a9
Copy shortened track link from page context menu.
...
Slipped in in the big IdThreadWorker revert in previous commit
2012-06-19 01:21:22 +02:00
Leo Franchi
8558cdfc8e
Revert usage of boost::threads to speed up id loading. Our MinGW boost package is broken.
...
Revert "Set future on artist/album immediately after creating promise"
This reverts commit 9d9fae75b5
.
Revert "Remove duplicate function, and fix copy link from sidebar track page"
This reverts commit 1fe28714cb
.
Revert "Catch by const ref and assert to check hypothesis"
This reverts commit a8f0053fc8
.
Revert "Reimplement QApplication::notify() to print out something about the exception if we can"
This reverts commit 7b8136a36e
.
Revert "Catch boost::unitialized_future if it is thrown"
This reverts commit c1d678e2b1
.
Revert "Another boost/thread.hpp include rather than specific boost headers"
This reverts commit ee8d3e6a92
.
Revert "One include to (hopefully) rule them all"
This reverts commit 52752cd234
.
Revert "Add another boost include"
This reverts commit 7bec03560a
.
Revert "Try some more includes"
This reverts commit e56f2f7ee0
.
Revert "Remove old code"
This reverts commit 69b56e0836
.
Revert "Fix oversight in queue draining"
This reverts commit 8c48af423c
.
Revert "Safer locking of id() to prevent deadlocks"
This reverts commit 3f2906d4d1
.
Revert "Cleanup fixes"
This reverts commit cd3eeb2951
.
Revert "Experimental asynchronous artist and album id loading"
This reverts commit 75eb35397d
.
Conflicts:
src/libtomahawk/CMakeLists.txt
2012-06-19 00:47:23 +02:00
Leo Franchi
1e0a00dbe2
Encode spaces as + and unify encoding logic in GlobalActionManager
2012-06-19 00:47:23 +02:00
Tomahawk CI
0f6b903139
Automatic merge of Transifex translations
2012-06-18 22:16:45 +00:00
Jeff Mitchell
7e2266e001
Changelogify
2012-06-18 17:09:27 -04:00
Jeff Mitchell
df11500305
Bump Attica dep
2012-06-18 17:07:51 -04:00