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

Icons!

   1.0  

KDE Screensaver

Score 33%
Icons!
zoom


Link:  http://
Downloads:  2387
Submitted:  Feb 27 2002

Description:

Inspired by Apple's Icons screensaver which ships with Mac OS X, I've put together this little hack for KDE. It's designed to eventually do some of the things that the Apple screensaver does, but since so much is un-implemented, I've left it at the point where it just "zooms" random icons past you, one at a time. More work is definitely planned on making this more interesting, so bear with me. (Oh, as a side note, it works best with KDE3. KDE2's DesktopIcon() doesn't do proper scaling at load-time, unfortunately, and for me to do my own QMatrix() to scale the icon is too processor-intensive for a screensaver...) :) -dT-




Changelog:

* 1.0 - Initial release. Not extremely attractive, but it's a start....




Send to a friend
Subscribe
Other  Content  from detsaot
Report inappropriate content



-
.

 Hey, cool idear

 
 by halux on: Feb 27 2002
 
Score 50%

In the future we will have this screensaver with animated icons ;)

thanks.


Reply to this

-
.

 This don't compile

 
 by trotsane on: Feb 28 2002
 
Score 50%
trotsanetrotsane
Redhat Inc.
Home

Here's the output I get:

gmake all-recursive
gmake[1]: Entering directory `/root/icons.kss'
Making all in src
gmake[2]: Entering directory `/root/icons.kss/src'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt-2.3.1/include -I/usr/X11R6/include -UQT_NO_ASCII_CAST -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -c Icon.cpp
Icon.cpp: In method `void Icon::randomVector ()':
Icon.cpp:111: warning: passing `double' for argument 2 of
`QPoint::QPoint (int, int)'
Icon.cpp: In method `void Icon::movement ()':
Icon.cpp:153: `cos' undeclared (first use this function)
Icon.cpp:153: (Each undeclared identifier is reported only once for
each function it appears in.)
Icon.cpp:154: `sin' undeclared (first use this function)
Icon.cpp:157: warning: passing `double' for argument 1 of `QPoint::setX
(int)'
Icon.cpp:159: warning: comparison between signed and unsigned integer
expressions
Icon.cpp:170: warning: passing `float' for argument 1 of `QPoint::setY
(int)'
Icon.cpp:151: warning: `double Vx' might be used uninitialized in this
function
Icon.cpp: In method `void Icon::paintEvent (QPaintEvent *)':
Icon.cpp:219: warning: unused parameter `QPaintEvent *qpe'
gmake[2]: *** [Icon.o] Error 1
gmake[2]: Leaving directory `/root/icons.kss/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/root/icons.kss'
gmake: *** [all-recursive-am] Error 2


Reply to this

-
.

 Dang.

 
 by detsaot on: Feb 28 2002
 
Score 50%

Yeah, there's a bug in the src/Icon.cpp file - Apparently, math.h is automagically included in my headers somewhere - If you add the line


#include <math.h>


(that's (LESS THAN)math.h(GREATER THAN) in standard #include format)


then it should compile. I keep meaning to fix that and re-release it, but want to whack a couple of other things first. My apologies for the trouble.


:) -dT-


Reply to this

-
.

 This doesn't compile

 
 by bowfinger on: May 7 2002
 
Score 50%

^^^^^^^^
hard work to learn! so don't spoil my
english *g*...

OK, I'm afraid I got the same results...
Is there anything to be careful about? (Libs, includes, anything non-standard-KDE?)


Reply to this

-
.

 *cuff* Ehrm...

 
 by bowfinger on: May 7 2002
 
Score 50%

OK, I'm about to open my eyes earlier next time...

math.h in Icons.cpp

CU


Reply to this

-
.

 Icons isn't Apple native

 
 by sparkplug on: May 1 2002
 
Score 50%

I'm sorry but I just had to tell you that Icons, did not come from Apple, it was first done under BeOS, and Apple decided to mimic the screensaver, as a former BeOS user I just had to let the truth be known, so how about giving credit where credit is due.


Reply to this

-
.

 NOPE

 
 by visigoth on: Feb 23 2003
 
Score 50%

AfterDark by Berkley systems is the originator (first for mac then for windows) dates back to @ 1990 (win 3.11 for you whippersnappers) :P


Reply to this

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