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

Alloyon

  

Window Decoration native KDE 3.2 +

Score 61%
Alloyon
zoom


Alloyon
zoom


Link:  http://
Downloads:  16032
Submitted:  Mar 7 2004
Updated:  Mar 8 2004

Description:

NEW VERSION!

I based this one off of Alloy, which is why it's called Alloyon. After the rewrite, it hasn't got much to do with Alloy anymore, except for the pixmaps used for the buttons in the corners of the windows.

If you experience problems with this windec, feel free to contact me.

[ NOTICE ]
If you experience problems with compilation, do one of the following:
- Upgrade Qt to 3.3.x
- Change all occurences of "3.3" to "3.2" in alloyonclient/config/configdialog.ui.

Yours,
Simon Ask Ulsnes




Changelog:

0.2:
- Complete rewrite
- New button painting code (for more Plastik-like buttons)
- New configuration options:
Titlebar size
Button sizes
Titlebar shadow distance
Whether or not to draw the close button in ugly red

0.1.1:
- One bug fix (drawing error in the titlebar).

0.1:
- Initial release, fletched from Alloy (really just a modification/ugly hack).




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



goto page:  1  2  3  4  5 

-
.

 Qt 3.2

 
 by MrMaire on: Mar 7 2004
 
Score 50%

Do you have a qt-3.2.* version?

usr/lib/qt-3.2.3/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -o configdialog.h ./configdialog.ui
uic: File generated with too recent version of Qt Designer (3.3 vs. 3.2.3)
make[3]: *** [configdialog.h] Error 1


Reply to this

-
.

 touble in Debian/sid

 
 by caldera on: Mar 7 2004
 
Score 50%

-f 'alloyonconfig.cpp' || echo './'`alloyonconfig.cpp
alloyonconfig.cpp: In constructor `AlloyConfig::AlloyConfig(KConfig*, QWidget*)
':
alloyonconfig.cpp:28: error: invalid use of undefined type `struct ConfigDialog
'
alloyonconfig.h:18: error: forward declaration of `struct ConfigDialog'
alloyonconfig.cpp:29: error: `show' undeclared (first use this function)
alloyonconfig.cpp:29: error: (Each undeclared identifier is reported only once
for each function it appears in.)
alloyonconfig.cpp:35: error: invalid use of undefined type `struct ConfigDialog
'
alloyonconfig.h:18: error: forward declaration of `struct ConfigDialog'
alloyonconfig.cpp:37: error: invalid use of undefined type `struct ConfigDialog
'
alloyonconfig.h:18: error: forward declaration of `struct ConfigDialog'
alloyonconfig.cpp: In destructor `virtual AlloyConfig::~AlloyConfig()':
alloyonconfig.cpp:44: warning: possible problem detected in invocation of
delete operator:
alloyonconfig.cpp:44: warning: invalid use of undefined type `struct
ConfigDialog'
alloyonconfig.h:18: warning: forward declaration of `struct ConfigDialog'
alloyonconfig.cpp:44: note: neither the destructor nor the class-specific
operator delete will be called, even if they are declared when the class is
defined.
alloyonconfig.cpp: In member function `void AlloyConfig::load(KConfig*)':
alloyonconfig.cpp:53: error: invalid use of undefined type `struct ConfigDialog
'
alloyonconfig.h:18: error: forward declaration of `struct ConfigDialog'
alloyonconfig.cpp:55: error: invalid use of undefined type `struct ConfigDialog
'
alloyonconfig.h:18: error: forward declaration of `struct ConfigDialog'
alloyonconfig.cpp: In member function `void AlloyConfig::save(KConfig*)':
alloyonconfig.cpp:62: error: invalid use of undefined type `struct ConfigDialog
'
alloyonconfig.h:18: error: forward declaration of `struct ConfigDialog'
alloyonconfig.cpp:63: error: invalid use of undefined type `struct ConfigDialog
'
alloyonconfig.h:18: error: forward declaration of `struct ConfigDialog'
alloyonconfig.cpp: In member function `void AlloyConfig::defaults()':
alloyonconfig.cpp:69: error: invalid use of undefined type `struct ConfigDialog
'
alloyonconfig.h:18: error: forward declaration of `struct ConfigDialog'
alloyonconfig.cpp:70: error: invalid use of undefined type `struct ConfigDialog
'
alloyonconfig.h:18: error: forward declaration of `struct ConfigDialog'
make[3]: *** [alloyonconfig.lo] Hata 1
make[3]: `/home/caldera/download/style/alloyon/alloyonclient/config' dizininden çıkılıyor
make[2]: *** [all-recursive] Hata 1
make[2]: `/home/caldera/download/style/alloyon/alloyonclient' dizininden çıkılıyor
make[1]: *** [all-recursive] Hata 1
make[1]: `/home/caldera/download/style/alloyon' dizininden çıkılıyor
make: *** [all] Hata 2


Reply to this

-

 Compilation problems

 
 by Cosine on: Mar 7 2004
 
Score 50%

It seems that some people have trouble compiling on certain systems. The windec was written/tested on my configuration, which is the following:

KDE 3.2
Qt 3.3.1
GCC 3.3.3
GLIBC 2.3.3
Gentoo Linux

I don't know much about those kinds of errors, so I hope someone else can give advice.

The Qt 3.2/3.3 incompatibility should, however, not be an issue, as the UI-file is taken directly from the original Alloy theme (it's for the configuration KCM). The solution is to either upgrade Qt (recommendable) or copy the .ui-file from the Alloy package. YMMV.

Of course, I hope you get it working - if I'm not answering here, feel free to mail me.

- Simon


Reply to this

-
.

 here is the fix...

 
 by systemx on: Mar 7 2004
 
Score 50%

enter the following directory "/alloyon/alloyonclient/config" and open this file: configdialog.ui

At the top of the document you will see this line: "DOCTYPE UI UI version="3.3" stdsetdef="1"

Change where it says version="3.3" to version="3.2" and then save the file and run make...

Thats what worked for me...

Hope that helps..!


Reply to this

-
.

 Re: here is the fix.

 
 by MrMaire on: Mar 7 2004
 
Score 50%

Thanks!! :)


Reply to this

-
.

 Good stuff

 
 by zcerza on: Mar 7 2004
 
Score 50%

I really like this windeco - it may actually tear me away from Plastik! One tiny snag, though, which is visible here: http://greenfs.mine.nu/~zack/kde3.png

Great work!


Reply to this

-

 Re: Good stuff

 
 by Cosine on: Mar 7 2004
 
Score 50%

Whoops, I'll fix that right away...

- Simon


Reply to this

-

 Very nice

 
 by Yaba on: Mar 7 2004
 
Score 50%
YabaYaba
editor
Home

the only thing I am missing is the ability to configure the height of the title bar.

I don't like the huge title bars as these are just a waste of space IMO.

As soon as Alloyon is able to reduce the size of the title bar I will definitely use it.


To mess up a Linux box, you need to work at it; to mess up your Windows box, you just need to work on it.
- Scott Granneman, Security Focus

Reply to this

-

 Re: Very nice

 
 by Cosine on: Mar 7 2004
 
Score 50%

Yeah, I get your point. However, the structure of the original Alloy is very strict regarding sizes and so on, so the whole source has to be refactored and rewritten if such a feature was to be implemented.

On my screen, the titlebars weren't that thick because I'm running 1600x1200 (in which large titlebars are a blessing if you want to hit them with the cursor).

But I've planned a total rewrite one of these days, and I will of course make this configurable at that time.

- Simon


Reply to this

goto page:  1  2  3  4  5 

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