1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-01 06:32:26 +02:00

55 Commits

Author SHA1 Message Date
Jeff Mitchell
63b1f4eae7 Don't allow a phonon version less than 4.5.0 as it causes problems 2011-04-30 11:25:54 -04:00
Leo Franchi
4ffe635486 FindPhonon already spits out all the messages we need 2011-04-22 10:02:44 -04:00
Leo Franchi
695e029709 Add FindPhonon.cmake from kde, and uses phonon/ includes as that's the "proper" include path for both qt- and kde-phonon 2011-04-22 09:59:53 -04:00
Christian Muehlhaeuser
48265c8262 * Removed phonon warning. 2011-04-22 15:11:24 +02:00
Dominik Schmidt
5b01ae5268 On default use system jreen package, allow the user to enforce in-tree compilation with -DINTERNAL_JREEN=ON. 2011-04-17 21:25:24 +02:00
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
Jeff Mitchell
0c3ec4a6cf Fix Jreen compilation when KDE4 is found 2011-04-12 11:24:54 -04:00
Jeff Mitchell
3b873dfeda Limit policy setting to 2.8.4 or higher 2011-04-12 11:00:07 -04:00
Jeff Mitchell
0d6c335e45 Suppress warning with newer cmake 2011-04-12 10:53:32 -04:00
Leo Franchi
79542e60e6 Merge branch 'stable'
Conflicts:
	CMakeLists.txt
2011-04-11 15:40:07 -04:00
Leo Franchi
24d9cce3a8 Install a .protocol file on KDE so tomahawk:// links work there too 2011-04-11 15:36:29 -04:00
Leo Franchi
41c553fac7 undo oops 2011-04-10 21:03:47 -04:00
Leo Franchi
a9a9ffa40f Changes to make Spotify resolver work 2011-04-10 21:03:47 -04:00
Jeff Mitchell
a13388f2c4 Rejig Jreen/Gloox cmake stuff to report correct status 2011-04-07 11:19:20 -04:00
Dominik Schmidt
60142eb92d Merge branch 'master' into jreen-tpqt4-comp
Conflicts:
	CMakeLists.txt
	src/tomahawkapp.cpp
2011-04-06 06:58:33 +02:00
Dominik Schmidt
e944293d02 Build jreen on default 2011-04-05 17:14:11 +02:00
Dominik Schmidt
63d7fc0b38 Do some cleanup and add comments in jreen sip plugin 2011-04-04 16:44:39 +02:00
Christian Muehlhaeuser
92bc03ee3e * Merged stable. 2011-04-04 10:55:58 +02:00
Christian Muehlhaeuser
7b714f1735 Merge branch 'stable' of github.com:tomahawk-player/tomahawk 2011-03-28 05:58:26 +02:00
Christian Muehlhaeuser
8568245355 * Preparing release version 0.0.3. 2011-03-25 12:10:29 +00:00
Christian Muehlhaeuser
23d4a03aca * Prepare version 0.0.2. 2011-03-24 23:54:35 +00:00
Jeff Mitchell
b7a1cb8d99 Add liblastfm2 and make tomahawk build against it 2011-03-24 19:27:01 -04:00
Christian Muehlhaeuser
aedebfe9a9 * APPLICATION_NAME is now Tomahawk instead of Player. A few more build system fixes. 2011-03-21 09:21:58 +01:00
Dominik Schmidt
d725594203 Install ./admin/win to share/tomahawk/admin if building for windows 2011-03-21 03:01:54 +01:00
Dominik Schmidt
75aef1497a Don't check for TagLib twice. We're already checking with optional find macro. 2011-03-19 19:17:31 +01:00
Leo Franchi
69e9cda5e6 fix some cmake stuff. add uninstall support
change plugin names, load changed names, don't install static libs, etc
2011-03-18 14:46:30 -04:00
Leo Franchi
64b387daf0 Fix typo 2011-03-11 18:21:10 -05:00
Leo Franchi
61569ba62c Don't use the --no-undefined on osx 2011-03-11 13:38:32 -05:00
Leo Franchi
8997c666b7 Make linking on linux as strict as it is on mac
Link to pthreads too
2011-03-11 13:36:57 -05:00
Leo Franchi
ed6a88dae1 Add QtSparkle support to the windows build, for updating goodness 2011-03-08 19:18:59 -05:00
Leo Franchi
7aa844f81b Add sparkle support for OSX 2011-03-04 17:03:51 -05:00
Dominik Schmidt
643b8fac5d Move Tomahawk application info into top-level CMakeLists.txt 2011-03-02 04:37:31 +01:00
Dominik Schmidt
13cd815499 Fix jreen build on windows 2011-02-28 03:11:19 +01:00
Dominik Schmidt
9967fea0ac Build submodule if jreen is not installed systemwide and disable gloox based jabber plugin 2011-02-28 00:58:39 +01:00
Dominik Schmidt
43f9cf7aad Make liblastfm an optional dependency again 2011-02-21 18:26:56 +01:00
Dominik Schmidt
b4f80bc363 Check for required packages kde-style. 2011-02-21 18:00:02 +01:00
Dominik Schmidt
74f1e084ad Use uppercase GLOOX_FOUND 2011-02-21 16:57:26 +01:00
Dominik Schmidt
7ff06c1380 Make gloox an optional dependency 2011-02-21 16:29:44 +01:00
Dominik Schmidt
45756891b4 Do more clean up in the CMakeLists.txt and depend on CLucene 0.9.23 2011-02-21 15:25:44 +01:00
Dominik Schmidt
8fb19bf84d Move rtaudio, alsa-playback and qxt into thirdparty/. 2011-02-21 15:25:43 +01:00
Dominik Schmidt
1fa2297e12 Add FindGloox.cmake and make use of it. 2011-02-15 14:57:26 +01:00
Christian Muehlhaeuser
902326bf2a * Added support for complex filenames with Taglib. 2011-02-10 11:18:59 +01:00
Leo Franchi
c09791d3df Merge remote branch 'origin/master' into dynamic
Conflicts:
	CMakeLists.txt
	src/libtomahawk/CMakeLists.txt
	src/libtomahawk/database/databasecommand_alltracks.cpp
	src/libtomahawk/database/databasecommand_loadplaylistentries.cpp
	src/libtomahawk/database/databaseimpl.cpp
	src/libtomahawk/database/schema.sql
	src/libtomahawk/database/schema.sql.h
	src/libtomahawk/query.h
2011-02-03 08:45:14 -05:00
Christian Muehlhaeuser
4aefc4ecbf * Tomahawk now relies on Lucene for indexing / searching Artists, Albums and Tracks.
* Lucene index is stored on disk for faster startups.
* Queries are now auto-resolved when retrieved via Query::get( QVariant, true ). The second parameter is optional and true by default.
* Updated database schema and removed the old ngram tables.
* Hopefully didn't break too much :-)
2011-02-03 11:07:23 +01:00
Leo Franchi
c22c3440d1 Merge remote branch 'origin/master' into dynamic
Conflicts:
	CMakeLists.txt
	src/libtomahawk/playlist/playlistmanager.cpp
2011-01-29 09:15:29 -05:00
Leo Franchi
d97f9b775b add image 2011-01-28 08:00:29 -05:00
Christian Muehlhaeuser
f105b18560 * Move topbar into PlaylistManager's widget, making it essentially a playlist's private toolbar. 2011-01-28 00:37:02 +01:00
Jeff Mitchell
c9aec3d55e It's good to be back. Add jdns and make libtomahawk link to it, so that we can do proper SRV resolving. Also create thirdparty/ which portfwd and others should really be moved in to 2011-01-27 00:05:16 -05:00
Leo Franchi
893a200b8e Revert "Fix problems with reading files because of filename charsets."
This reverts commit f386de0f0d56991a2e8cbe26edaf5687e15af2e6.
2011-01-16 12:54:41 -05:00
Dominik Schmidt
f386de0f0d Fix problems with reading files because of filename charsets. 2011-01-16 12:53:07 -05:00