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

Window Decoration Generator (decgen)

   0.5  

Window Decoration native KDE 3.2 +

Score 74%
Window Decoration Generator (decgen)
zoom


Window Decoration Generator (decgen)
zoom


Window Decoration Generator (decgen)
zoom


Link:  http://www.den-4.com
Downloads:  11685
Submitted:  Sep 9 2005
Updated:  Jan 8 2006

Description:

Window Decoration Generator

0.5 New! Added wheel event support (contributed by
Knut Morten Johansson, many thanks), fixed a few outstanding bugs, and bumped template to 0.2 including a complete images change. Read the ChangeLog!

0.4 adds a new configuration dialog to the generated window decorations as well as colorizing support (See screenshot 2).

With 0.3, decgen brings full automation to KDE window decoration generation. Prior to 0.3, after generating the header (super.h), it would have had to be integrated into the source tree manually. Now just run automerge and build your tree. If you can build a mockup, you can build a window decoration.

You'll need png2qrgb 0.3 and the decgen 0.4 download. And decent gimp'ing skills. ;)

Pay attention to README, CREATE, and COLORIZING within the decgen distribution. Any improved documentation, script hacks, or engine improvements, send them along.

Thank you come again.

"The bazaar software model doesn't work so well with everyone taking and not contributing back." - Fyodor




Changelog:

2007-01-8 Nick Bargnesi

* tagged version 0.5

* template-0.2/kwin/template.h: mark-up the TOPSPACING variable

* template-0.2/kwin/template.cpp: modified to remove the help button as
the enfants decoration makes no use of it

* template-0.2/kwin/template.cpp: modified updateMask() to support the
enfants decoration

* images/*: defaulted to the enfants window decoration

2006-01-5 Nick Bargnesi

* template-0.2/kwin/template.h, template-0.2/kwin/template.cpp: added
WheelEvent support (TemplateClient::WheelEvent(QWheelEvent)) from Knut
Morten Johansson

* template-0.1.tar.bz2: migrated to version 0.2 with mouse wheel event
support

2005-09-11 Nick Bargnesi

* AUTHOR: added AUTHOR

* COLORIZING: added COLORIZING description

* template-0.1/kwin/config/templateconfig.ui: support colorizing options,
added tooltips, remade the configuration dialog

* template-0.1/kwin/temmplate.cpp: support colorizing, respecting KDE's
color settings

* CREATE: fixed more typos, probably introduced others, and added
documentation for automerge.sh

* automerge.sh: added automerge.sh to automate the tiles.h.stripped
step

* CREATE: clarified instructions to _not_ overwrite tiles.h.stripped
and ensure to save as tiles.h instead

* generate-header.sh: bail out if a super.h header already exists

* CREATE: fixed a typo

* transform.sh: Added -e option to transform script to support the
enable-libsuffix options to configure

* src/png2qrgb.cpp: Added error checking, verbose usage information, and
the --attr-only option to generate image width, height, names

* src/png2qrgb.1: Modified the man page source to reflect the new
attr-only option.




LicenseGPL
(decgen-0.5)
(png2qrgb-0.3)
Send to a friend
Subscribe
Other  Content  from maitre
Report inappropriate content



goto page: prev   1  2  3  4  5  6 

-

 Error on install of

 
 by RedShirt on: Nov 12 2005
 
Score 50%

After installing png2qrgb on SuSE 10, it is not a valid command, it is however runable from /usr/local/kde/bin. I cannot generate headers(super.h is made blank). Any help?


Reply to this

-
.

 Re: Error on install

 
 by maitre on: Nov 17 2005
 
Score 50%

By default the configure script for most autotooled software installs to /usr/local -- I'd suggest becoming familiar with your distributions installation prefixes.

If you're on SuSE, I _think_ it's something to the tune of /opt/kde3.4?
So...
./configure --prefix=/opt/kde3.4

What's happening is png2qrgb is not in your path, you could also:
export PATH=/usr/local/kde/bin:$PATH

I'd go to the root of the problem though. Change your installation prefixes.


--
"The bazaar software model doesn't work so well with everyone taking and not contributing back." - Fyodor
Den 4 F/OSS Developer
http://www.den-4.com

Reply to this

-
.

 Thank you.

 
 by pootie on: Nov 29 2005
 
Score 50%

Thanks for another great release. The colorize function is very nice, it is very well implemented and done quite tastefully in my opinion. My only wish now is for more configuration options when coloring the buttons. Great job! thanks a million.


Reply to this

-
.

 Nice

 
 by peppelorum on: Nov 29 2005
 
Score 50%

Really nice update, colorizing is a good thing, but it would be even better if it followed what had in been set in kcontrol->apperance&settings->colors. Now I just most get some spare time and start making window decs=). There is no chance that you will release the David Lanham-window dec seen in the third screenshot?


Reply to this

-

 Re: Nice

 
 by maitre on: Nov 30 2005
 
Score 50%

It does respect the KDE Control Center's color settings. What made you think otherwise?


--
"The bazaar software model doesn't work so well with everyone taking and not contributing back." - Fyodor
Den 4 F/OSS Developer
http://www.den-4.com

Reply to this

-

 Re: Re: Nice

 
 by peppelorum on: Nov 30 2005
 
Score 50%

Ah, I did miss the "Use KDE color settings", just saw the color selection boxes (or what to call them) and thought they were for the coloring. But now I understand how it works (pretty obvious if you look at the picture, which I obvious didn't do;-)


Reply to this

-

 Re: Nice

 
 by maitre on: Nov 30 2005
 
Score 50%

Oh, and no, no Lanham port. I haven't asked, but I don't think I've done it justice.


--
"The bazaar software model doesn't work so well with everyone taking and not contributing back." - Fyodor
Den 4 F/OSS Developer
http://www.den-4.com

Reply to this

-
.

 decgen / deKorator

 
 by ArbitraryReason on: Nov 29 2005
 
Score 50%

I ask this question with all due respect to both authors, but what exactly is the difference / advantages / disadvantages and or functionality difference between the two utilities ? I ask this, just in case I'm missing something, I'm going to install decgen and give it a whirl with some of the decos I have produced for deKorator,


Funny, It Worked Last Time...
Reply to this

-

 Re: decgen / deKorat

 
 by pootie on: Nov 29 2005
 
Score 50%

The main difference is that decgen is a set of tools allowing you to make a native window decoration, it transforms the images into code. The reason I prefer this is that settings such as button placement, spacing, caption height, app-icon placement, and many other things can be edited easily. Another reason I prefer decgen is that the packages are put together neatly and you don't have to keep track of image directories. I don't mean to say that deKorator isn't a good tool, just pointing out some of the benefits of decgen.


Reply to this

-

 Re: decgen / deKorat

 
 by maitre on: Nov 30 2005
 
Score 50%

Well, I think currently we've got three processes for making window decoration, and that's 2+ over what we had last time, so progress is good.

Method 1) Start from scratch (or a tutorial like http://www.usermode.org/docs/kwintheme.html)

Method 2) Use decgen.

Method 3) Use deKorator.

Starting from scratch is time consuming and in the end, having a window decoration all done in code is quick and nice, but is it all worth it for one type of design?

Decgen takes an existing KWin engine, transforms the engine for your use, and allows the designer to import images directly into the engine for use. I enjoy this because I am a perpetual tweaker, I'm always going to adjust something in code, but I'll never invest the time it takes to make one window decoration all in code.

deKorator takes decgen's premise, or idea, even further, and allows the designer to use the images he supplies the deKorator engine as the window decoration. More of the manner in which things from the Windows or even Mac world do things with things like guikit. More torwards theming I think would be reasonable.

So all in all, there just three different levels - coders should stay at method 1, tweakers and hackers at method 2, and graphics artists at method 3. IMHO of course - open to debate.


--
"The bazaar software model doesn't work so well with everyone taking and not contributing back." - Fyodor
Den 4 F/OSS Developer
http://www.den-4.com

Reply to this

-

 0.4 Issue

 
 by maitre on: Nov 30 2005
 
Score 50%

Anyone using 0.4 generated trees, I'm interested to see if you've got any issues when logging out of KDE and back in.

Specifically, do the color settings get reset? Example, I've got a tree I added colorizing to, and I default to using KDE's color settings even when I selected the theme's colors.


--
"The bazaar software model doesn't work so well with everyone taking and not contributing back." - Fyodor
Den 4 F/OSS Developer
http://www.den-4.com

Reply to this

-

 Re: 0.4 Issue

 
 by pootie on: Dec 1 2005
 
Score 50%

Same thing here. It is corrected easily by applying the color theme again in kcontrol. I haven't thought to mention it because I never reboot.


Reply to this

-

 Re: 0.4 Issue

 
 by john007 on: Dec 4 2005
 
Score 50%

Same problem here. Always picks up the system colours, regardless of the settings...
http://kde-look.org/content/show.php?content=32099


Reply to this

-

 AMD64

 
 by Superstoned on: Dec 4 2005
 
Score 50%

doesn't decgen support amd64? the cool Alphacube style doesn't compile on my gentoo amd64 system...

http://www.kde-look.org/content/show.php?content=32099


Reply to this

-

 Re: AMD64

 
 by Superstoned on: Dec 8 2005
 
Score 50%

thanx for telling what's wrong :D


Reply to this

goto page: prev   1  2  3  4  5  6 

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