Winamp clone for xmms2. Fork of offical repo. Contains experiments; possibly broken.
Find a file
Thomas Frauendorfer 096ac37121 OTHER: removed PixWidget
PixWidget sole purpose was to paint a given pixmap. Some of PixWidgets
child classes had to create that pixmap from some other pixmaps. Thus
PixWidget introduced some kind of unnecessary double buffering.
Furthermore, those pixmaps where created even if a widget wasn't
visible. Painting directly to the widget and calling the 'update ()'
method on changes might allow Qt to do some performance optimizations.
Most likely they will be to small to be noticable though.

I also disabled the shortcuts of the titlebarmenu. They were diplayed in
the menu but didn't work. As soon as I figure out how to get them
working again I will enable them again
2008-10-03 01:22:40 +02:00
data Enable Drag and Drop in playlist 2008-01-26 05:13:42 +01:00
features Other: change how pkg-config includes are handeles 2008-07-04 00:40:56 +02:00
lib OTHER: Some cleanups 2008-09-22 20:47:10 +02:00
src OTHER: removed PixWidget 2008-10-03 01:22:40 +02:00
.gitignore added a small fileinfo dialog to the playlistwidget 2008-02-14 20:21:13 +01:00
AUTHORS OTHER: updated README file and modified AUTHORS file 2008-03-03 01:59:26 +01:00
config.pri Add install target. promoe is installed to /usr/local/bin 2008-03-11 17:03:28 +01:00
COPYING Add copyright headers. 2006-03-15 16:52:40 -04:00
promoe.icns Added MacOSX icons. 2006-02-27 22:22:11 -03:00
promoe.pro Add install target. promoe is installed to /usr/local/bin 2008-03-11 17:03:28 +01:00
README Fix problem with utf-8 charactes in playlist names 2008-07-02 19:25:57 +02:00
TODO OTHER: Fix timedisplay for playtimes >= 100 minutes 2008-05-18 14:04:05 +02:00

Required dependencys:
	* QT4.2.x           http://www.trolltech.no/
	* XMMS2             http://xmms2.xmms.org/
	* XMMS2 C++ bindings (make sure to have boost_signals when compiling xmms2)
	  - promoe works with 0.4DrK and 0.5DrL

Optional dependencys:
	* Avahi     http://www.avahi.org/

Compiling:
	1) Run qmake in the topdir (not in ./src)
	   (on debian systems it's called qmake-qt4)
	2) Run make
	3) Have a coffe
	4) ./promoe
	5) ????
	6) profit

Compilation problems:
	- Errormessage "WARNING: Found potential symbol conflict of <somefile>"
	  -> make sure you use uic from Qt4 (uic -version)
	     (on debian systems it's sufficant if uic-qt4 exists)

	- Errormessage "error: xmmsclient/xmmsclient++.h: No such file or directory"
	  followed by a bunch of other errors
	  -> You don't have the xmms2-c++ header files installed
	     (package libxmmsclient++-dev on debian)
	     After installing the headerfiles run 'make distclean' and start again 
		 from 'Compiling 1)'

Reporting Bugs:
	preferred way to report bugs is through xmms2's bugtracker at
	'http://bugs.xmms2.xmms.se/' at project 'Client - Promoe'

Patches:
	Best practice to submit a path is through the bugtracker at
	'http://bugs.xmms2.xmms.se/' at project 'Client - Promoe'.

	Either append the patch to the bug it fixes or supply a link to your own
	git repository

	To discuss a patch of wanted feature , you can also try to reach the
	developer at xmms2's irc channel #xmms2 on freenode (irc.freenode.net)