1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 14:28:24 +01:00

286 Commits

Author SHA1 Message Date
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
Christian Muehlhaeuser
27e906f712 * Split tomahawk into application and tomahawklib.
* Plugins link to and interface with tomahawklib.
* Compiles on Linux and Win32, but needs some more export macro love for the sip plugins on Win32.
2010-12-28 06:12:48 +01:00
Leo Franchi
0718be3848 Find libechonest wherever it may be, or at least smarter than before 2010-11-27 09:38:38 -05:00
Christian Muehlhaeuser
8e48e61843 * Fixed long artist / track names resizing Tomahawk's main window. Now using ElidedLabel (Qt::ElideMiddle), a class dealing with too long labels. 2010-11-16 06:02:40 +01:00
Christian Muehlhaeuser
b4245f58f6 * Fixed headless mode. Enabled AudioEngine and decoders in headless mode. 2010-11-14 06:12:41 +01:00
Christian Muehlhaeuser
1f592fbbd9 Initial Tomahawk import. 2010-10-17 05:32:01 +02:00