-
 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 
--
-
 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 
 Frugalware-Art.org Artwork for Frugalware Linux 
 Arch-Stuff.org Artwork and Stuff for Arch Linux 
 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
--
-
 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    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
Kubuntu-Art.org - Stuff for your Kubuntu Desktop
Kubuntu-Art.orgKubuntu-Art.org

 Sep 8 2010  
 Not logged in  
Kubuntu-Art.org
 Home    Add Artwork   Forum   Groups   Knowledge   Events   Jobs   Users   Register   Login-


Sponsoring


-
- Content .- Fans (35) .- Knowledge Base (3) . 

Skulpture

  

Theme/Style for KDE 4.0

Skulpture
zoom


Skulpture
zoom


Skulpture
zoom


Homepage:  Link
Blog:  Link
Downloads:  58075
Submitted:  May 26 2007
Updated:  Feb 8 2010
Score: score74%74%score 74% good
bad   good

Description:

Skulpture is a GUI style addon for KDE programs. It features a classical three dimensional artwork with shadows and smooth gradients to enhance the visual experience.

Skulpture has been designed to be light and easy on eyes; many distracting borders or graphical elements have been removed or replaced by simpler artwork. See NOTES and README for additional information.

Skulpture is released as source code under the GNU GPL version 3 license; see INSTALL for installation instructions and COPYING for additional information.

Packages kindly provided by:
* Salvatore Ansani (DEB for Debian)
* Franz Fellner (ebuild for Gentoo)
Thanks to all of them!




Changelog:

New in 0.2.4:

This version fixes two crashes and other bugs visible with KDE 4.4. Updating is recommended.

Bugfixes:
* fixed possible crash when destroying MDI windows
* fixed possible crash when destroying menus
* fixed Tab key handling in Konversation
* fixed detection of default font (KDE 4.4)
* fixed menu item rectangle and input handler (Qt 4.6)
* fixed text rendering in vertical ProgressBar
* fixed frame in "east" TabWidget (Qt 4.6)
* fixed workaround for KIntNumInput size bug (KDE 4.4)
* fixed MDI window title placement with RTL layouts
* fixed ToolBar icon size to respect KDE setting (KDE 4.4)
* fixed single click mode to respect KDE setting (KDE 4.4)
* fixed vertical centering regressions (Qt 4.6.1)
* fixed vertical alignment of labels in FormLayout (Qt 4.6.2)
* fixed flashing of ScrollBar in PlacesPanel
* fixed widget flags in KWin window decoration client
* fixed menubar margin for improved full-screen usability
* fixed "Alternate Background" color in Skulpture color schemes
* fixed build warnings (KDE 4.3)
* fixed build failure with Qt 4.1

See NEWS for changes in previous versions.




LicenseGPL
Source(0.2.4)
SUSE(0.2.4 - openSUSE 11.1 - 11.2 - 11.3 - SLE)
Debian(0.2.3 - Debian testing/unstable, i386/amd64)
Mandriva(0.2.4 - Mandriva 2009.1 - Mandriva 2010)
Fedora(0.2.4 - Fedora 12 - Fedora 13)
Gentoo(0.2.4 - Gentoo ebuild)
Ubuntu(0.2.4 - Ubuntu 9.04 - 9.10 - 10.04)
Source(Skulpture home page - unstable snapshots)
Send to a friend
Subscribe
Other artwork from skulptor



goto page: prev  ... 12  13  14  15  16  17  18  19  20 

-

 .colors theme

 
 by donmiguelle on: Jun 29 2010
 

Several .colors themes come together with Skulpture (at least in Kubuntu). Those themes are very nice. And I would like to use them in my pure Qt (not a KDE) application. Is it possible to do that? Maybe I should somehow convert those files?


Thanks,
Michael

Reply to this

-

 Re: .colors theme

 
 by skulptor on: Jun 29 2010
 

Hm, not sure if you understand you correctly, but Qt programs should read the KDE palette automatically when run under KDE.


Reply to this

-

 Re: Re: .colors theme

 
 by donmiguelle on: Jun 29 2010
 

Well, it looks like it's not a style-related problem. What I mean, I would like to use KDE color schemes for Skulpture not only in KDE but also in Windows and Mac OS X.


Reply to this

-

 Re: Re: Re: .colors theme

 
 by donmiguelle on: Jun 30 2010
 

Just to let you know, I solved the problem. I just changed color themes in KDE settings, then saved QApplication palettes in files. So, now I have all KDE color themes in Qt.

The strange thing is I had to call QApplication::setPalette(palette) first and then QApplication::setPalette(palette, "QWidget"). Otherwise it does not work.

Another question, I see very nice color themes on your screenshots at http://kde-look.org/content/show.php/Skulpture?content=59031

But it looks like those themes were not included to Skulpture sources. Can I get them somewhere?


Reply to this

-

 Re: Re: Re: Re: .colors theme

 
 by skulptor on: Jun 30 2010
 

First screenshot: sorry, did not save it
Second screenshot: should be the default palette built into Skulpture, you can get it by calling QApplication::style()->standardPalette()
Third screenshot: should be http://kde.pastebin.com/kyTFyYRt but may already be modified.

As a last resort, you can use a color picker to get the RGB values from screen shots :)


Reply to this

-

 Re: Re: Re: Re: Re: .colors theme

 
 by donmiguelle on: Jun 30 2010
 

Thanks a lot. I think the third one is the best.


Reply to this

-

 Great

 
 by Fri13 on: Jul 27 2010
 

I like the look when it is sharp. But only thing what I dislike is the progress bars look. Could there be a option to have a typical kind progressbar, from left to right? It is easier to read for some peope, even that the style is otherwise most fit for them.


What is Linux and GNU/Linux?
http://tinyurl.com/532kb8
http://tinyurl.com/mum9x
http://tinyurl.com/ngarn8
http://tinyurl.com/qhuhg
http://tinyurl.com/3uaq48

Reply to this

-

 Re: Great

 
 by skulptor on: Jul 27 2010
 

The option is in the source code. In file src/skulpture.cpp, line 6548, change "true" to "false".


Reply to this

-

 Re: Re: Great

 
 by Fri13 on: Jul 30 2010
 

Very nice to hear that!
Hopefully someday it will come as option to GUI settings. So those who can not or do not know how to edit source coude could get it changed as well if they dont like it either.

I am now very happy :-D


What is Linux and GNU/Linux?
http://tinyurl.com/532kb8
http://tinyurl.com/mum9x
http://tinyurl.com/ngarn8
http://tinyurl.com/qhuhg
http://tinyurl.com/3uaq48

Reply to this

-

 Skulpture and AdBlocK

 
 by svnieuw on: Aug 27 2010
 

The automatic filter list for AdBlocK in Konqueror using KDE 4.5.0 remains empty with Skulpture. When using the Oxygen theme it works fine. Could this be a bug in Skulpture?


Reply to this

-

 Re: Skulpture and AdBlocK

 
 by skulptor on: Aug 27 2010
 

It is a bug in the implementation of the filter model in Konqueror. It fills in the model data without informing the view of the changed rowCount.

When using Skulpture the rowCount is queried before the model gets filled, because of the headerDataChanged() call that I need to force Qt to update the header size for the changed header font.

Qt caches the rowCount value, and when the model does not indicate a rowCount change, the list simply stays empty.

Thanks for the report, will be fixed in KDE 4.5.2.


Reply to this

goto page: prev  ... 12  13  14  15  16  17  18  19  20 

Add commentBack




-
-
all messages

Copyright 2007-2010 Kubuntu-Art.org Team  Legal Notice
All rights reserved. Kubuntu-Art.org is not liable for any content or goods on this site.
You can find our FAQ here.
All contributors are responsible for the lawfulness of their uploads.
Please send us a notice if you spot an ABUSE of the website.
Information about advertising in Kubuntu-Art.org.
Developers can use our public webservice interface. More information here: public api
For further information or comments on this site, please send us a message
Kubuntu is a registered trademark of Canonical Ltd.
Content RSS   
Events RSS