Warning: session_start(): open(/tmp/sess_u4ppikrngoaeijblj26clupb83, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
QStars 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 (2) . 

QStars

   0.4  

KDE Screensaver

Score 56%
QStars
zoom


QStars
zoom


Link:  Link
Downloads:  30175
Submitted:  Jan 12 2004
Updated:  Feb 13 2005

Description:

Fast and small screen saver.
It simulates flight of the spacecrafts and the planets in the space.




Changelog:

Added support for asteroids.
Added sprites for asteroids.
Added keyboard support (for demo mode only).
Various improvements.




LicenseGPL
Send to a friend
Subscribe
Other  Content  from Andi
Report inappropriate content



goto page: prev   1  2  3 

-

 Odd??

 
 by agentdunken on: Sep 10 2005
 
Score 50%

adam@ip68-228-229-136:~/programs> cd qstars-0.4
adam@ip68-228-229-136:~/programs/qstars-0.4> qmake
Project MESSAGE: Configuring for multi-threaded Qt...
adam@ip68-228-229-136:~/programs/qstars-0.4> make
g++ -c -pipe -fno-strict-aliasing -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/default -I. -I/usr/include/QtGui -I/usr/include/QtCore -I/usr/include -I. -I. -o mainwindow.o mainwindow.cpp
In file included from mainwindow.cpp:15:
mainwindow.h:47: error: 'QPtrList' is used as a type, but is not defined as a
type.
mainwindow.cpp:139: error: field `timer' has incomplete type
mainwindow.cpp: In constructor `Asteroid::Asteroid(QPixmap*)':
mainwindow.cpp:146: error: `timer' undeclared (first use this function)
mainwindow.cpp:146: error: (Each undeclared identifier is reported only once
for each function it appears in.)
mainwindow.cpp: In member function `void Asteroid::paint(QPainter*)':
mainwindow.cpp:188: error: no matching function for call to `QPainter::
drawPixmap(int&, int&, QPixmap&, int, int, int)'
/usr/include/QtGui/qpainter.h:253: error: candidates are: void
QPainter::drawPixmap(const QRectF&, const QPixmap&, const QRectF&)
/usr/include/QtGui/qpainter.h:643: error: void
QPainter::drawPixmap(const QRect&, const QPixmap&, const QRect&)
/usr/include/QtGui/qpainter.h:674: error: void
QPainter::drawPixmap(int, int, int, int, const QPixmap&, int, int, int, int)
/usr/include/QtGui/qpainter.h:680: error: void
QPainter::drawPixmap(int, int, const QPixmap&, int, int, int, int)
/usr/include/QtGui/qpainter.h:685: error: void
QPainter::drawPixmap(const QPointF&, const QPixmap&, const QRectF&)
/usr/include/QtGui/qpainter.h:690: error: void
QPainter::drawPixmap(const QPoint&, const QPixmap&, const QRect&)
/usr/include/QtGui/qpainter.h:648: error: void
QPainter::drawPixmap(const QPointF&, const QPixmap&)
/usr/include/QtGui/qpainter.h:653: error: void
QPainter::drawPixmap(const QPoint&, const QPixmap&)
/usr/include/QtGui/qpainter.h:663: error: void
QPainter::drawPixmap(int, int, const QPixmap&)
/usr/include/QtGui/qpainter.h:658: error: void
QPainter::drawPixmap(const QRect&, const QPixmap&)
/usr/include/QtGui/qpainter.h:668: error: void
QPainter::drawPixmap(int, int, int, int, const QPixmap&)
mainwindow.cpp: At global scope:
mainwindow.cpp:200: error: 'QPtrList' is used as a type, but is not defined as
a type.
mainwindow.cpp:201: error: 'QPtrList' is used as a type, but is not defined as
a type.
mainwindow.cpp: In constructor `Asteroids::Asteroids()':
mainwindow.cpp:207: error: `pixmaps' undeclared (first use this function)
mainwindow.cpp:208: error: `asteroids' undeclared (first use this function)
mainwindow.cpp: At global scope:
mainwindow.cpp:254: error: 'QPtrList' is used as a type, but is not defined as
a type.
mainwindow.cpp: In constructor `Planet::Planet()':
mainwindow.cpp:262: error: `create' undeclared (first use this function)
mainwindow.cpp:264: error: `maps' undeclared (first use this function)
mainwindow.cpp:290: error: `convertFromImage' undeclared (first use this
function)
mainwindow.cpp: In member function `virtual void Planet::paint(QPainter*)':
mainwindow.cpp:308: error: `convertFromImage' undeclared (first use this
function)
mainwindow.cpp: In constructor `Ship::Ship()':
mainwindow.cpp:333: error: `convertFromImage' undeclared (first use this
function)
mainwindow.cpp: In constructor `MainWindow::MainWindow(long unsigned int)':
mainwindow.cpp:358: error: `stars' undeclared (first use this function)
mainwindow.cpp:359: error: `resize' undeclared (first use this function)
mainwindow.cpp:361: error: `create' undeclared (first use this function)
mainwindow.cpp:363: error: `NoBackground' undeclared (first use this function)
mainwindow.cpp:363: error: `setBackgroundMode' undeclared (first use this
function)
mainwindow.cpp:364: error: 'class QPixmap' has no member named 'fromMimeSource'
mainwindow.cpp:364: error: `setIcon' undeclared (first use this function)
mainwindow.cpp:365: error: `setCaption' undeclared (first use this function)
mainwindow.cpp:370: error: `readNumEntry' undeclared (first use this function)
mainwindow.cpp:371: error: `readBoolEntry' undeclared (first use this function)
mainwindow.cpp: In destructor `virtual MainWindow::~MainWindow()':
mainwindow.cpp:393: error: `writeEntry' undeclared (first use this function)
mainwindow.cpp: In member function `void MainWindow::restart()':
mainwindow.cpp:415: error: `black' undeclared (first use this function)
mainwindow.cpp:419: error: `QValueList' undeclared (first use this function)
mainwindow.cpp:419: error: syntax error before `>' token
mainwindow.cpp:420: error: `list' undeclared (first use this function)
mainwindow.cpp:434: error: `QWMatrix' undeclared (first use this function)
mainwindow.cpp:434: error: syntax error before `;' token
mainwindow.cpp:436: error: `matrix' undeclared (first use this function)
mainwindow.cpp:436: error: `xForm' undeclared (first use this function)
mainwindow.cpp:439: error: `bitBlt' undeclared (first use this function)
mainwindow.cpp: In member function `virtual void
MainWindow::timerEvent(QTimerEvent*)':
mainwindow.cpp:456: error: `bitBlt' undeclared (first use this function)
mainwindow.cpp: In member function `virtual void
MainWindow::keyPressEvent(QKeyEvent*)':
mainwindow.cpp:468: error: `key' undeclared (first use this function)
mainwindow.cpp:470: error: `Key_Up' undeclared (first use this function)
mainwindow.cpp:474: error: `Key_Down' undeclared (first use this function)
mainwindow.cpp:478: error: `Key_Right' undeclared (first use this function)
mainwindow.cpp:486: error: `Key_Q' undeclared (first use this function)
make: *** [mainwindow.o] Error 1
adam@ip68-228-229-136:~/programs/qstars-0.4>

Eh?


someguy108@gmail.com
Reply to this

-
.

 Re: Odd??

 
 by lmcafe on: Dec 11 2006
 
Score 50%

Same Output here...


Reply to this

-
.

 Cool :)

 
 by janet on: Jun 20 2006
 
Score 50%

Very cool, finally a screensaver that perfectly fits my needs :)


Want excellent hardware recognition and an easy way to install Debian Sid? Get KANOTIX!
Reply to this

-

 perfect

 
 by jackcy on: Dec 2 2006
 
Score 50%

i linke this screensaver! Wonder why it is not yet in the standard screensaver package. good work.


Reply to this

-
.

 Sweet

 
 by tripmine on: Jun 12 2007
 
Score 50%

This screensaver looks awesome but I haven't the slightest clue on how to install it...


Reply to this

-
.

 For Qt4....

 
 by ulam on: May 4 2008
 
Score 63%
ulamulam
Flying Diamond Network Solutions
Home

Just wanted to comment, I've taken this very awesome screensaver and ported it to work with QT4, at the authors request I forked the project and have posted it under QCosmos here: http://www.kde-look.org/content/show.php/QCosmos?content=80217


Reply to this

goto page: prev   1  2  3 

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