Dominik Schmidt
836bf17719
Don't install tomahawk_portfwd anymore
2013-05-08 17:31:49 +02:00
Christian Muehlhaeuser
d85490da57
* Bumped libechonest requirement to 2.0.3.
...
This reverts commit b2b1ff1cba358fac8b0c653c745b8fa85be5c4bb.
2013-04-26 04:24:43 +02:00
Uwe L. Korn
bf2067c414
Fix QxtFifo and move qxtweb modules in their respective folder
2013-04-09 10:36:43 +02:00
Christian Muehlhaeuser
c4889850d2
* Bumped to 0.7.99.
2013-04-07 19:49:05 +02:00
Christian Muehlhaeuser
b18fac950b
* Building with BUILD_WITH_QT4 forces building with Qt4.
2013-03-02 07:22:31 +01:00
Christian Muehlhaeuser
b714481cd3
* Nicer cmake output.
2013-03-02 07:13:57 +01:00
Jeff Mitchell
221a038568
Update CMakeLists.txt text
2013-02-20 13:24:10 -05:00
Christian Muehlhaeuser
b2b1ff1cba
Revert "* Bumped libechonest requirement to 2.0.3."
...
This reverts commit 677bf098a510216b5e5f888c353369b80a9e279d.
2013-02-16 10:57:48 +01:00
Christian Muehlhaeuser
677bf098a5
* Bumped libechonest requirement to 2.0.3.
2013-02-16 01:30:43 +01:00
Kuba
c5d8ca003b
Update liblastfm URL in CMake output
2013-01-26 20:47:25 +01:00
Christian Muehlhaeuser
62f540f4aa
* Fixed comment typo. I can't get more pedantic than that, promised.
2013-01-18 04:03:28 +01:00
Dominik Schmidt
7e7ee84d9a
Revert searching for specific Boost components
2013-01-18 01:28:37 +01:00
Dominik Schmidt
79fff5ce0e
Set SOVERSION of libtomahawk to current Tomahawk version, we won't give any ABI guarantee in the foreseeable future
2013-01-18 01:27:45 +01:00
Dominik Schmidt
22c305162c
Create hopefully rather sane TomahawkConfig.cmake
2013-01-18 01:15:17 +01:00
Jeff Mitchell
83e3ed2c50
Remove external TH account info
2013-01-17 16:10:33 -05:00
Jeff Mitchell
bfe59af38b
Update in-tree-building TH account stuff
2013-01-17 15:44:39 -05:00
Dominik Schmidt
fe4c7543cd
Add testing framework
2013-01-17 21:23:41 +01:00
Jeff Mitchell
6314436492
Find TH account dir if available, and compile websocketpp
2013-01-17 14:00:05 -05:00
Christian Muehlhaeuser
a7f6a6e129
* Update version to 0.6.99.
2013-01-17 12:38:56 +01:00
Leo Franchi
3b373b5bb6
Also display required version
2013-01-09 18:47:30 -05:00
Leo Franchi
6301c84cb0
Depend on libechonest 2.0.2
2013-01-09 18:46:17 -05:00
Dominik Schmidt
852af5737a
Merge branch 'stable-0.6'
2013-01-08 03:14:23 +01:00
Dominik Schmidt
7fee9a258a
Fix buildsystem for windows where PC_JREEN_VERSION does not exist
2013-01-08 03:13:07 +01:00
Dominik Schmidt
195e929c7c
Merge branch 'stable-0.6'
2013-01-08 02:49:24 +01:00
Dominik Schmidt
cf10b6d6e1
Don't build against Jreen 1.1.0 and document it in README
2013-01-07 22:51:52 +01:00
Dominik Schmidt
7fb494c780
Don't use CMAKE_SYSTEM for version info - too detailed build time information
2013-01-06 21:15:21 +01:00
Dominik Schmidt
d7ba7ead99
qt5: that should have ended up in the latest commit, too late for git
...
for me
2013-01-06 05:16:37 +01:00
Dominik Schmidt
110fb0100d
qt5: cmake: allow building Tomahawk against Qt4 and Qt5
2013-01-06 03:52:20 +01:00
Dominik Schmidt
82753732b9
qt5: port QxtWeb and the web api
2013-01-05 21:54:39 +01:00
Christian Muehlhaeuser
2e4cb838ee
* Added new translation languages to CMakeLists.txt.
2013-01-02 11:12:39 +01:00
Lasse Liehu
b81e4410ea
Fix showing of translations in crash reporter
2012-12-21 08:18:25 +02:00
Christian Muehlhaeuser
a851ca700e
* Changed attica's info text.
2012-12-20 13:08:23 +01:00
Dominik Schmidt
40b54155b8
It's the order that matters... (fix HAVE_THUMBBUTTON definition)
2012-11-19 11:51:06 +01:00
Christian Muehlhaeuser
ae24fe9d5c
* Try to fix breakpad in the main CMakeLists.txt. Domme: We'll need to fix this properly eventually.
2012-11-16 09:52:29 +01:00
Dominik Schmidt
1e6e3a2cdd
Fix all the warnings! Almost.. in our own code...
2012-11-15 17:00:46 +01:00
Dominik Schmidt
430e733c0d
Build with QT_STRICT_ITERATORS
2012-11-15 13:05:21 +01:00
Dominik Schmidt
8282d0a4ba
Add proper QtSparkle find module and make it an optional dep
2012-11-03 01:04:13 +01:00
Dominik Schmidt
fd02b7ca81
Make it unneccessary to set BUILD_RELEASE=ON, when building from a release tarball
2012-09-20 15:33:04 +02:00
Dominik Schmidt
70cb7bd92b
QCA is not optional anymore for a long time
2012-08-03 01:28:03 +02:00
Dominik Schmidt
deca5bc70d
Rename FindLibEchonest to FindEchonest, make it version aware and overall more state of the art :P
2012-07-24 12:28:10 +02:00
Leo Franchi
85618cc62b
Bump libechonest required version to 2.0.0
2012-07-20 13:20:28 -04:00
Leo Franchi
a8fffe6fdc
Experimental: Re-implement asynchronous artist/album ID.
...
No more boost::thread usage, using QFutureInterface instead.
Now we keep the same model as before but use the undocumented API
of QFutureInterface
2012-07-13 11:39:48 -04:00
Stefan Derkits
5547a9741d
Ubuntu 11.10 needs explicit pthread, reenable finding & linking them
2012-06-30 17:04:39 +02:00
Christian Muehlhaeuser
037a5dab12
* Temporary fix for compiling madness.
2012-06-25 17:57:52 +02:00
Christian Muehlhaeuser
746914844e
* Bump version to 0.5.99.
2012-06-24 23:55:07 +02:00
Christian Muehlhaeuser
54e7fbdd5d
* Drop the rc0. We're gold.
2012-06-22 04:59:44 +02:00
Christian Muehlhaeuser
33b8608668
* Bumped to 0.5.0rc0.
2012-06-21 15:03:33 +02:00
Christian Muehlhaeuser
5f799ea5d5
* Reverted QSQLite import. Should be obsolete now.
2012-06-20 11:10:52 +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 9d9fae75b549862810d0330729d7878e24a9d8e9.
Revert "Remove duplicate function, and fix copy link from sidebar track page"
This reverts commit 1fe28714cbd1117df496fea5760c365badddb725.
Revert "Catch by const ref and assert to check hypothesis"
This reverts commit a8f0053fc8b68cfff0ff6a7ec383c4ba43e539b9.
Revert "Reimplement QApplication::notify() to print out something about the exception if we can"
This reverts commit 7b8136a36e5bc4b005708470a47a1805cf74314f.
Revert "Catch boost::unitialized_future if it is thrown"
This reverts commit c1d678e2b19076115ca740f639a8c81a41b04481.
Revert "Another boost/thread.hpp include rather than specific boost headers"
This reverts commit ee8d3e6a921bebdcda913c5d5155c3f4511b68e0.
Revert "One include to (hopefully) rule them all"
This reverts commit 52752cd2348b308fcf8bacb9acb59cbf5e56b07b.
Revert "Add another boost include"
This reverts commit 7bec03560a286e481455f93d3a66f411af5989c8.
Revert "Try some more includes"
This reverts commit e56f2f7ee0e8836637f620171c805907252b4a91.
Revert "Remove old code"
This reverts commit 69b56e08364b9fad24e28f63a0d937cf4db2855b.
Revert "Fix oversight in queue draining"
This reverts commit 8c48af423cf88f3ec86c9903c8032cac2c2863b9.
Revert "Safer locking of id() to prevent deadlocks"
This reverts commit 3f2906d4d114e763d72a86cfb2809a9819c1f898.
Revert "Cleanup fixes"
This reverts commit cd3eeb29519bcfabef67ea95d8561864e935c4ca.
Revert "Experimental asynchronous artist and album id loading"
This reverts commit 75eb35397da87e245dc49eb30d3fb1c106fc132a.
Conflicts:
src/libtomahawk/CMakeLists.txt
2012-06-19 00:47:23 +02:00
Jeff Mitchell
df11500305
Bump Attica dep
2012-06-18 17:07:51 -04:00