Warning: session_start(): open(/tmp/sess_3oepn2g2f4htn0qa4pqg6jd6g1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Dragon Player openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (5) .- Knowledge Base  . 

Dragon Player

   2.0.1  

KDE Video Application

Score 80%
eeaneean
Amarok
Dragon Player
zoom


Link:  http://dragonplayer.org
Downloads:  26964
Submitted:  Oct 20 2004
Updated:  Feb 26 2008

Description:

Dragon Player is a video player for KDE 4 that focuses on simplicity
and easy of use. It is the successor of Codeine, a player for KDE 3.

It is now available in gutsy-backports, check out the Dragon Player website if you use Kubuntu.




Changelog:

2.0.1
Removed the locking of the volumeSlider if the mute is active

2.0.0
Fixed issue where if the user ESCed the play media dialog it wouldn't reappear.
Pressing 'M' causes mute
Return to the logo when playback is explictly stopped
New Icon
Fixed crash on double click in KPart Bug #157579
The volumeSlider is locked if the mute is active

2.0-rc1
Fix status bar title disappearing on window resize
Can turn off subtitles
Can revert to the 'auto' audio channel
Save subtitle and audio channel selection
New DBus API under /Player and /TrackList. A full implementation of MPRIS.
Fix pausing and then playing causing the window size to revert.
A new smart "Play Disc" button that plays whatever kind of media is inserted and
if more then one disc is inserted it lets you pick which disc to play.
As a result, Video CD's and Audio CD's are now experimentally supported.

2.0-beta1
Fix hang on close when paused
Restore cursor hiding over the playing video widget
Restore video settings widget (contrast, brightness), as a sidebar instead of a window.
Restore KPart
Save video settings
Audio channel selectable
Volume slider toolbar. Volume saved globally, not per-file.
Imported Amarok's runtime-selectable debug() system

2.0-alpha1
New maintainer: Ian Monroe
Renamed to Dragon Player
Ported to Qt4, KDE4 and Phonon. Many feature regressions. None of Codeine's bugs though... a whole new set!




LicenseGPL
Source(Dragon Player 2.0.1)
Source(Codeine 1.0.1)
other(Dragon - Arch Linux)
SUSE(One-Click SUSE install Dragon Player)
Debian(Dragon Player 2.0-1)
Donate
Send to a friend
Subscribe
Other  Content  from eean
Report inappropriate content



goto page:  1  2  3  4  5  6  7  8 ...

-
.

 make error

 
 by SWaN on: Oct 20 2004
 
Score 50%

I get this error:


videoWindow.cpp: In member function `virtual bool
Codeine::VideoWindow::x11Event(XEvent*)':
videoWindow.cpp:223: error: type specifier omitted for parameter `e'
videoWindow.cpp:224: error: no matching function for call to `QApplication::
sendEvent(Codeine::VideoWindow* const, QCustomEvent (*)(QEvent::Type))'
/usr/lib/qt/include/qapplication.h:491: error: candidates are: static bool
QApplication::sendEvent(QObject*, QEvent*)

any hint ? I was thinking about two different qt versions (I've got 3.3.3), what about you?


Reply to this

-

 Re: make error

 
 by brent on: Oct 20 2004
 
Score 50%

I'm getting the same thing. I'm running KDE 3.3.1 and Qt 3.3.3.


Reply to this

-

 Re: make error

 
 by MxCl on: Oct 20 2004
 
Score 50%

Try adding #include to the top of that file. Does that help? Sorry for the build problems..


Reply to this

-

 Re: Re: make error

 
 by MxCl on: Oct 20 2004
 
Score 50%

Whoops. kde-apps.org ate the tags, the line is:

#include <qevent.h>


Reply to this

-

 Re: Re: Re: make error

 
 by kratky on: Oct 20 2004
 
Score 50%

Doesn't work for me...


Reply to this

-

 Re: Re: Re: Re: make error

 
 by pivarac on: Oct 20 2004
 
Score 50%

Neither for me, damn... c'mon amarok guy, fix this ;)


Reply to this

-

 Re: Re: Re: make error

 
 by brent on: Oct 20 2004
 
Score 50%

Nup didn't work for me either. I added "#include <qevent.h>" to src/videoWindow.cpp, is that right?


Reply to this

-

 Fixed!

 
 by MxCl on: Oct 20 2004
 
Score 50%

Please download the new tarball. This should be hopefully now fixed. Also the K-Menu entry now installs properly, and madpenguin8 whipped up some documentation too (we loves him!). Write back if it still doesn't work, thanks!


Reply to this

-
.

 gentoo ebuild

 
 by somekool on: Oct 20 2004
 
Score 50%
somekoolsomekool
somekool networks
Home

gentoo ebuild


Reply to this

-

 Re: gentoo ebuild

 
 by MxCl on: Oct 20 2004
 
Score 50%

You mean you want one? I don't know how to make them. Hopefully someone will email me one before beta2..


Reply to this

-

 Re: Re: gentoo ebuild

 
 by eean on: Oct 22 2004
 
Score 50%
eeaneean
Amarok

Just posted the following:
http://bugs.gentoo.org/show_bug.cgi?id=68497


Reply to this

-

 Re: Re: Re: gentoo ebuild

 
 by MxCl on: Oct 23 2004
 
Score 50%

Many thanks! I linked above, is that ok?


Reply to this

-

 Re: Re: Re: Re: gent

 
 by eean on: Oct 26 2004
 
Score 50%
eeaneean
Amarok

Sure, why not.


Reply to this

-

 Re: Re: Re: Re: gent

 
 by eean on: Oct 26 2004
 
Score 50%
eeaneean
Amarok

Actually, I replied too soon. Since 10/23 its in Gentoo portage http://packages.gentoo.org/search/?sstring=codeine
So not really necesary to link to bug report anymore. You could instead direct people to do an `emerge codeine`


Reply to this

-

 Streaming Media

 
 by gogs on: Oct 20 2004
 
Score 50%

As Xine can play streaming media files, is there any chance that codeine could as well?

Thanks....


Reply to this

-

 Re: Streaming Media

 
 by MxCl on: Oct 20 2004
 
Score 50%

Yeah it does already, just drag the URL to Codeine, or specify it on the command line. Shoutcast playlists work already too, just click them or drag the link. I'll make this clearer before 1.0.0 - presumably you want a menu item for adding a URL.


Reply to this

-

 Re: Re: Streaming Media

 
 by gogs on: Oct 20 2004
 
Score 50%

Yes I suppose so. I didn't actually try it on the command line, but it would certainly be easier to have an 'Open Url' menu option.

Also, I think it'd be nice if you could bookmark urls as well.

Thanks for replying so quickly...


Reply to this

-

 Perfect

 
 by paul on: Oct 20 2004
 
Score 50%
paulpaul
intrahouse
Home

I really like the idea! I'll keep an extra eye on this project and help out as much as I can with bugfixes and features.

king regards Paul


Reply to this

-

 Re: Perfect

 
 by MxCl on: Oct 21 2004
 
Score 50%

Thanks :-) I appreciate the offer. I hope you still like Codeine once it reaches version 1.0.0.


Reply to this

-

 wallpaper

 
 by The-Q on: Oct 20 2004
 
Score 50%

where is this wallpaper from?


Reply to this

-

 Re: wallpaper

 
 by MxCl on: Oct 20 2004
 
Score 50%

Originally it came from deviantart.com, but here you go:

http://www.methylblue.com/images/marine.jpg


Reply to this

-

 Slider Problem

 
 by texstar on: Oct 20 2004
 
Score 50%
texstartexstar
pclinuxos.co m
Home

When watching an avi movie the slider doesnt seem to work.


Reply to this

-

 Re: Slider Problem

 
 by MxCl on: Oct 20 2004
 
Score 50%

I imagine this is a specific avi movie as I have tested it with avi movies, and also I am fairly sure it is because xine is telling codeine that the file has no seeking support. I only disable the slider when seeking is not possible (according to xine).


Reply to this

-

 Re: Re: Slider Prob

 
 by texstar on: Oct 21 2004
 
Score 50%
texstartexstar
pclinuxos.co m
Home

Actually it doesnt allow me to step through any avi or mpg movie using the slide bar so if I stop a movie I cant fast forward back to the place I stopped it. I have to start at the beginning again. Goodluck with your project and keep up the good work.


Reply to this

-

 Re: Re: Re: Slider P

 
 by MxCl on: Oct 21 2004
 
Score 50%

Does it work with xine-ui or kaffeine?


Reply to this

goto page:  1  2  3  4  5  6  7  8 ...

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team