amarokconfigdialog.cpp

  • Filter
Mark Kretschmann
The amarok/ subdir has been renamed to src/. Removing all obsolete content in this directory.
svn path=/trunk/kdeextragear-1/amarok/; revision=306460
changed 239 files
Mark Kretschmann
FIX: Don't try to crossfade with engines that do not support this feature.
svn path=/trunk/kdeextragear-1/amarok/; revision=304570
changed 5 files
Stephan Binner
Some smalll interface fixes
svn path=/trunk/kdeextragear-1/amarok/; revision=302835
changed 9 files
Mark Kretschmann
Redesigned plugin framework to comply with KDE standards:
* .desktop files are used to describe amaroK-plugins as services.
* KTrader is used for searching plugins and querying properties. The advantage is that we can now use the powerful trader query language to search for a plugin that fits our needs. No need to reinvent the wheel.
* It's possible to query plugins from the shell by using the little tool ktradertest. Very handy for quickly getting an overview once you have a lot of plugins installed.

Thanks go to Nikolas Zimmermann (wildfox@kde.org) for coming up with the idea.

CCMAIL: amarok-devel@lists.sourceforge.net
CCMAIL: dkite@shaw.ca

svn path=/trunk/kdeextragear-1/amarok/; revision=296867
changed 31 files
Mark Kretschmann
This commit merges amaroK's new plugin framework in. The framework is not yet complete and needs further testing, but it's already useful for loading and unloading our engines on demand.
* So far I've converted the ArtsEngine and the GstEngine to plugins. Dynamic loading helps here to reduce amaroK's startup time, since we do not need to link everything and the kitchen sink any more.
* The next step will be converting our visualizations to the plugin framework (and enabling full-screen rendering)

CCMAIL: dkite@shaw.ca
CCMAIL: amarok-devel@lists.sourceforge.net

svn path=/trunk/kdeextragear-1/amarok/; revision=295605
changed 25 files
Frederik Holljen
Ultracool OSD movable preview. -Preview mode provided by OSDPreviewWidget also in osd.h -Options5 logic moved to Options5.ui.h for automagic ui integration
svn path=/trunk/kdeextragear-1/amarok/; revision=291322
added Options5.ui.h and changed 5 files
Mark Kretschmann
Added longer text for OSD preview.
svn path=/trunk/kdeextragear-1/amarok/; revision=291200
changed amarokconfigdialog.cpp
Frederik Holljen
Possible to configure all the new options in the OSD. TODO: preview still needs "drag" mode.
svn path=/trunk/kdeextragear-1/amarok/; revision=291114
changed 5 files
Mark Kretschmann
* Move config dialog code into separate class and file * Improve config dialog to work correctly with the SoundSystem setting * Remove unnecessary "extern PlayerApp *pApp" crap
svn path=/trunk/kdeextragear-1/amarok/; revision=285903
changed 14 files