-
 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 (104) .- Knowledge Base (3) . 

Bespin

   svn  

Theme/Style for KDE 4.0

Score 77%
Bespin
zoom


Bespin
zoom


Link:  Link
Downloads:  72257
Submitted:  Aug 8 2007
Updated:  Apr 25 2013

Description:

A widget style for Qt4
- Pretty configurable
- More Mac than Windows - but no clone at all
- Don't ask me to port Baghira ;-)

As for what to do with GTK+ applications, have a look here:
http://arch-stuff.org/content/show.php?content=134123

It suites the default look pretty well. Set the "Default" titlebar background colors to 239/239/240 and the text to something dark/gray.

---
Thalics complete Bespin Guide is afaik still down, sorry :-(




Changelog:

SVN PATH UPDATE
Due to sf.net updates, the code is now tracked here:
svn checkout svn://svn.code.sf.net/p/cloudcity/code/ cloudcity-code




LicenseLGPL
Send to a friend
Subscribe
Other  Content  from thomas12777
Report inappropriate content



goto page: prev  ... 64  65  66  67  68  69  70  71  72 

-
.

 sorry

 
 by dorg on: Jul 2 2014
 
Score 50%

forgive me.... this becuse of my internet connection....
why i cant remove my comment...?


Reply to this

-
.

 Bug: Ignores/resets icon sizes

 
 by janet on: Oct 12 2014
 
Score 50%

Alas Bespin seems to suffer from the same bug as the Plastique theme: it ignores the icon sizes set in systemsettings for dialogs and small icons and instead uses some defaults. The size settings remain but they are not used.

E.g. I have set the dialog icon size to 64 and the small icons to 32. But Bespin uses 32 for the dialogs (and therefore systemsettings icons) and 16 for the small icons (e.g. on buttons and in menus!). That's much too small for me.

Bespin is such a great style!! Can you please squish the bug?


Reply to this

-

 Re: Bug: Ignores/resets icon sizes

 
 by thomas12777 on: Oct 12 2014
 
Score 50%

It's unfortunately not exactly a bug (and thus not easily "squished")

Styles that do not depend on KDE libraries have no legal access to this setting.

I've just "fixed" the dialog icons (r1727) - they were not set by Bespin at all, but inherited from QCommonStyle (which neither gets the value through the platform plugin...)

If you compile bespin yourself, it's very easy to change - the values are defined in pixelmetric.cpp - search for "IconSize" around line 225.

If I find a solution that does not invoke custom size settings nor digging around for the KDE settings location (it's not as simple as you might think), I'll of course add it - but right now, I don't know one :-(


Reply to this

-

 Dolphin

 
 by SvenArcher on: Sep 21 2015
 
Score 50%

Hi Thomas,

I'm seeing a small issue with Dolphin under Bespin and I'm wondering if you see the same thing.

I have the UNO option enabled to include toolbars, window title, and sunken appearance. In the Workarounds section, I have the "Dolphin: unite iconview, url navigator, statusbar" option disabled. I'm using KDE 4.14.10 and the latest from sf.net.

With this configuration, it looks like Dolphin is attempting to draw the NW corner of the tabbar background when no tabs have been opened. The corner image is visible only when the navigation bar is not editable.

Please let me know if you need more information.


Reply to this

-

 Re: Dolphin

 
 by thomas12777 on: Sep 21 2015
 
Score 50%

Screenshot for the beginning.
I've no more dolphin 4.x available (and last used bespin more than two years ago...)


Reply to this

-

 Re: Re: Dolphin

 
 by SvenArcher on: Sep 22 2015
 
Score 50%

Thanks for the fast reply. Here's the requested screenshot:

http://img42.com/5c8Ul


Reply to this

-

 Re: Re: Re: Dolphin

 
 by thomas12777 on: Sep 22 2015
 
Score 50%

Thanks, can you try

Quote:

--- bespin.cpp (revision 1739)
+++ bespin.cpp (working copy)
@@ -1269,7 +1269,6 @@
// those don't paint frames and rely on the tabbar, which we ruled and rule out (looks weird with e.g. cornerwidgets...)
if (tw->documentMode())
{
- QPainter p(tw);
QStyleOptionTabBarBaseV2 opt;
opt.initFrom(tw);
opt.documentMode = true;
@@ -1291,7 +1290,11 @@
opt.shape = QTabBar::RoundedEast; break;
}

+ if (opt.rect.isEmpty())
+ return true; // pointless
+
opt.tabBarRect = tw->rect();
+ QPainter p(tw);
drawTabBar(&opt, &p, NULL);
p.end();
return true; // don't let it paint weird stuff on the cornerwidgets etc.


Reply to this

-

 Re: Re: Re: Re: Dolphin

 
 by thomas12777 on: Sep 22 2015
 
Score 50%

If the board screws the patch, please send me a mail to get back a patch file in return.


Reply to this

-

 Re: Re: Re: Re: Re: Dolphin

 
 by SvenArcher on: Sep 23 2015
 
Score 50%

Thanks for the patch. Unfortunately, it didn't have an effect... The little image nub is still appearing.


Reply to this

-

 Re: Re: Re: Re: Re: Re: Dolphin

 
 by thomas12777 on: Sep 23 2015
 
Score 50%

Meh - we'll have to investigate on this systematically.

Please send me a mail (address in all source files) - I do not intend to do this via the kde-look forum ;-)



-

 Qt5 port

 
 by takanowaka on: Oct 17 2015
 
Score 50%

Hello Thomas,

first of all, thank you so much for this theme..
I'm using it for 6 years now and I'm still not tired of it.

So, the obvious question is: will there be a qt5 port?


Reply to this

-

 Re: Qt5 port

 
 by thomas12777 on: Oct 18 2015
 
Score 50%

No sorry, not from my side (it'll take a while before I want to see gradients again ;-)

It's also unrealistic to maintain two GUI styles (you end up using only one and step-childing the other)

Feel free to port and release it the results, but I'll only fix reported bugs.


Reply to this

goto page: prev  ... 64  65  66  67  68  69  70  71  72 

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