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

komposé

   0.5.3  

KDE Other Utility

Score 83%
komposé
zoom


Link:  Link
Downloads:  8251
Submitted:  Jul 15 2004
Updated:  Jul 22 2005

Description:

Komposé provides a fullscreen view of all your tasks and/or virtual desktops where every window is represented by a scaled screenshot of it's own.

0.5 now features support for the Composite and Damage extensions (disabled by default, enable it in the preferences), however with the current state of graphics drivers XOrg may be awfully slow (or even crash sometimes) when enabling the Composite extension.
So blame me for your bad gfx drivers :)




Changelog:

0.5.3
- well, 0.5.2 didn't show plain and tiled backgrounds right... here we go
- updated author's email addy

0.5.2
- Nicer layouting (less grid-like)
- ADD: Icons for different views (thanks to Bill Kendrick)
- FIX: no more debug out if compiled normally (qDebug() to kdDebug())
- some code cleanups
- Remove flicker on desktop widget mouseover
- Added the ability to show the currently activated Desktop number on the systray icon (thanks to Debajyoti Bera)
- get rid of KRootPixmap
- Autoactivate when mouse moves on to the screen edge

0.5.1
-Hot corners delay controls whether Kompos�is started and not when it's started :)
-imlib2 error message added to configure script
-Fixed "if a kompose window (prefs, about) is open, you are stuck"
-Added german translation (thanks to Thomas Fischer)

0.5:
-Composite support to take screenshots without raising windows
-Damage support for live-updates of windows
-major refactoring for a cleaner design
-new View Type (current desktop)
-activate when mouse moves in one of the screen's corners
-added popup menu for windows
-added a small screenshot delay for passive screenshots. This should make switching between tasks seem more responsive (redraws occur before taking screenshots) and help on most of the "overlapping windows" problems
-fixed flashing background when activating Kompos�
-Switched to themable KDE cursors
-Window title changes are now updated properly
-Correct handling of windows that are on all desktops
-additionally using hjkl(vi) keys for moving and c/m keys for close/minimize/restore
-Imlib2, Composite and Damage autodetected through configure
-some minor bugs and various smaller performance improvements




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



goto page: prev   1  2  3  4  5  6  7  8  9  10  11 ...

-
.

 Too slow

 
 by mschuerig on: Jul 21 2004
 
Score 50%

I think this app is really cool, but unfortunately, it is too slow on my system. With 11 windows on 2 desktops it takes about 5 seconds to display the overview.

I have a P4/2.4 GHz so that should not be a bottleneck, but my graphics adapter is a wimpy ATI Xpert whatever.

"Passive Screenshots" and "Create screenshots whenever possible" are both enabled.

Michael


Reply to this

-
.

 Make error

 
 by pistis on: Jul 22 2004
 
Score 50%

Hallo, I'm not able to compile it with Mandrake 10 Official:

Good - your configure finished. Start make now

komposefullscreenwidget.cpp: In constructor `KomposeFullscreenWidget::KomposeFullscreenWidget(KomposeLayout*)':
komposefullscreenwidget.cpp:30: error: `WindowMaximized' is not a member of type `Qt'
komposefullscreenwidget.cpp:30: error: `WindowActive' is not a member of type `Qt'
komposefullscreenwidget.cpp:30: error: `setWindowState' undeclared (first use this function)
komposefullscreenwidget.cpp:30: error: (Each undeclared identifier is reported only once for each function it appears in.)
komposefullscreenwidget.cpp: In member function `void KomposeFullscreenWidget::createTaskWidgets()':
komposefullscreenwidget.cpp:76: warning: cannot pass objects of non-POD type `class QString' through `...'; call will abort at runtime
komposefullscreenwidget.cpp:76: warning: format argument is not a pointer (arg 2)
komposefullscreenwidget.cpp: In member function `virtual int KomposeFullscreenWidget::heightForWidth(int) const':
komposefullscreenwidget.cpp:92: warning: return to `int' from `double'
komposefullscreenwidget.cpp:92: warning: argument to `int' from `double'
komposefullscreenwidget.cpp: In member function `virtual int KomposeFullscreenWidget::widthForHeight(int) const':
komposefullscreenwidget.cpp:97: warning: return to `int' from `double'
komposefullscreenwidget.cpp:97: warning: argument to `int' from `double'
make[2]: *** [komposefullscreenwidget.o] Error 1
make[2]: Leaving directory `/home/mauro/src/kompose-0.2.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mauro/src/kompose-0.2.1'
make: *** [all] Error 2


Thank you,
Marco


Reply to this

-
.

 Thanks.

 
 by dschrader on: Jul 22 2004
 
Score 50%

This is an awesome idea, and the project seems like it's off to a great start.


Reply to this

-

 good

 
 by vision on: Jul 22 2004
 
Score 50%

just slow ... my system is p4 2.4
Nvidia video card 128M
but still slow

a very good try!


Reply to this

-

 Great work

 
 by rgfernandes on: Jul 24 2004
 
Score 50%

It works well for me here.
Great work. Great application. Great idea.
Go on.


Reply to this

-

 Possibly an ebuild?

 
 by tightcode on: Jul 31 2004
 
Score 50%

In your blog I see that rpm's are now generally available for everyone. Is there any chance for an ebuild for Gentoo ? And possibly getting this into portage ?
Thanks for the hard work, I look forward to trying this. Skippy works a bit spotty and slow for me, and now that I am using Xorg, if you used EliasP's suggestion of handling live screen updates like SkippyXD, it could even make your app better.
Vielen Dank, Merci Beaucoup, etc...

TightCode


Reply to this

-

 Re: Possibly an ebuild?

 
 by oisch on: Aug 1 2004
 
Score 50%

A Gentoo ebuild is available at http://bugs.gentoo.org/show_bug.cgi?id=57107


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9  10  11 ...

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