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

Domino

   0.4  

Theme/Style for KDE 3.2 +

Score 74%
Domino
zoom


Link:  http://
Downloads:  117115
Submitted:  Jul 18 2006
Updated:  Feb 16 2007

Description:

Domino is a style with a soft look. It allows to fine adjust the shininess of the widgets by customizable color gradients.


Changelog:
0.4
* new option for indented / non indented menu items
* new option for highlighted tool button icons on mouse over
* the button look for tool(bar) buttons is now optional
* new rubberband options
* smaller tabWidget margins
* respects Gwenview's / Kicker's taskbar applet / Konversation's own mousewheel handling for scrollviews
* clipped popup menu edges, for a better look with KWin's shadows (Beryl seems not to support it).
* fixes pixmaps on PowerPC architecture
* fixes functionality of some popup QToolButtons and adapts their look and behavior to KToolBarButtons
* the content of popup menus with a side pixmap is visible again (Amarok, Digikam)
* adapts KMenu's section header style
* fixes Kickoff's tab icon alignment
* fixes possible crash with enabled text effect
* lets apps using their own label colors on tabs (if they're not defaulting to a fixed color like konsole)
* decoration: option "dark window frame" draws a darker frame
* decoration: borders are hidden when in maximized mode and moving / resizing of maximized windows is not allowed.




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



goto page: prev  ... 16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31 ...

-

 customized domino

 
 by knowheretorun on: Jul 18 2007
 
Score 50%

here is an idea:
what if window decoration and color scheme configuration could be changed in style settings?
currently we have to configure them separately, it would be more convenient in my opinion to have possibility of changing all three of them in one place


Reply to this

-
.

 nearly perfect

 
 by jazztyle on: Jul 19 2007
 
Score 50%

Domino 0.4 is nearly perfect, but there are some small annoyances left...

- Popup behaviour: It seems that the tooltips always appear in the middle of the screen or window. It would be perfect if they could be bound to the actual cursor position. Its not a big thing, but the popups often just flicker for a fraction of a second because they are created directly under the cursor.

- Museek tab handling: The tabs in museek are not properly rendered. I dont know if this is a domino or museek issue, but you can try it for yourself (museek-plus.sf.net)

- The cursor gets invisible when marking text in knotes for example.

If these three things get fixed, it will be perfect for me :)

Btw, we are using domino as the default style for http://www.kdemod.ath.cx/



To everyone else having problems with the scrollbars in firefox, here is a patch for gtk-qt-engine that will fix it for domino: http://bugs.archlinux.org/task/7585


Reply to this

-
.

 Re: nearly perfect

 
 by dherik on: Aug 18 2007
 
Score 50%

"- The cursor gets invisible when marking text in knotes for example."

I corrected this bug. Do this:

In source-code of domino, go to folder domino/ and open file "eventfilter.cpp". In line 447:

static_cast<QWidget*>(obj)->setCursor(Qt::blankCursor);

change for:

static_cast<QWidget*>(obj)->setCursor(Qt::ibeamCursor);

Compile and install again.

Enjoy! ;)


Reply to this

-

 Re: Re: nearly perfect

 
 by dherik on: Aug 19 2007
 
Score 50%

I forgeted of more problem hehehe.

In same file "eventfilter.cpp", change too the line 1690:

static_cast<QWidget*>(obj)->setCursor(Qt::blankCursor);

change for:

static_cast<QWidget*>(obj)->setCursor(Qt::ibeamCursor);


Reply to this

-
.

 AHH

 
 by Xiaden on: Jul 24 2007
 
Score 50%

When i try to compile this, i recive this:


Quote:

[root@localhost domino-0.4]# make
make all-recursive
make[1]: Entering directory `/home/arklinux/Desktop/stuffage/domino-0.4'
Making all in domino
make[2]: Entering directory `/home/arklinux/Desktop/stuffage/domino-0.4/domino'
/bin/sh ../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_PLUGIN -I/usr/include/freetype2 -o domino.la -rpath /usr/lib/kde3/plugins/styles -L/usr/lib/qt3-gcc4.2/lib -L/usr/lib -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /usr/lib -R /usr/lib -R /usr/lib/qt3-gcc4.2/lib -R /usr/lib -module -R /usr/lib -R /usr/lib -R /usr/lib/qt3-gcc4.2/lib -R /usr/lib domino.lo misc.lo -lkdeui -lkutils -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread -lkdefx -lXrender -lXft -lkdecore
make[2]: Leaving directory `/home/arklinux/Desktop/stuffage/domino-0.4/domino'
Making all in dominoConfig
make[2]: Entering directory `/home/arklinux/Desktop/stuffage/domino-0.4/dominoConfig'
/usr/lib/qt3-gcc4.2/bin/moc ./dominoconf.h -o dominoconf.moc
if /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt3-gcc4.2/include -I. -I/usr/include/freetype2 -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT dominoconf.lo -MD -MP -MF ".deps/dominoconf.Tpo" -c -o dominoconf.lo dominoconf.cpp; \
then mv -f ".deps/dominoconf.Tpo" ".deps/dominoconf.Plo"; else rm -f ".deps/dominoconf.Tpo"; exit 1; fi
/bin/sh ../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -o kstyle_domino_config.la -rpath /usr/lib/kde3 -L/usr/lib/qt3-gcc4.2/lib -L/usr/lib -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /usr/lib -R /usr/lib -R /usr/lib/qt3-gcc4.2/lib -R /usr/lib -module dominoconf.lo -lkdeui ../domino/domino.la -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread -lkdecore -lkdefx -lkio

*** Warning: Linking the shared library kstyle_domino_config.la against the loadable module
*** domino.so is not portable!
make[2]: Leaving directory `/home/arklinux/Desktop/stuffage/domino-0.4/dominoConfig'
Making all in client
make[2]: Entering directory `/home/arklinux/Desktop/stuffage/domino-0.4/client'
Making all in .
make[3]: Entering directory `/home/arklinux/Desktop/stuffage/domino-0.4/client'
/usr/lib/qt3-gcc4.2/bin/moc ./dominoclient.h -o dominoclient.moc
if /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt3-gcc4.2/include -I. -I/usr/include/kde/kwin -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT dominoclient.lo -MD -MP -MF ".deps/dominoclient.Tpo" -c -o dominoclient.lo dominoclient.cpp; \
then mv -f ".deps/dominoclient.Tpo" ".deps/dominoclient.Plo"; else rm -f ".deps/dominoclient.Tpo"; exit 1; fi
In file included from dominoclient.cpp:10:
dominoclient.h:13:31: error: kcommondecoration.h: No such file or directory
dominoclient.h:14:32: error: kdecorationfactory.h: No such file or directory
In file included from dominoclient.cpp:10:
dominoclient.h:23: error: expected class-name before '{' token
dominoclient.h:27: error: ISO C++ forbids declaration of 'KDecoration' with no type
dominoclient.h:27: error: expected ';' before '*' token
dominoclient.h:29: error: 'Ability' has not been declared
dominoclient.h:52: error: expected class-name before '{' token
dominoclient.h:54: error: expected `)' before 'type'
dominoclient.h:71: error: expected class-name before '{' token
dominoclient.h:74: error: expected `)' before '*' token
dominoclient.h:80: error: 'DecorationBehaviour' has not been declared
dominoclient.h:81: error: 'LayoutMetric' has not been declared
dominoclient.h:81: error: expected ',' or '...' before '*' token
dominoclient.h:81: error: ISO C++ forbids declaration of 'KCommonDecorationButton' with no type
dominoclient.h:82: error: ISO C++ forbids declaration of 'KCommonDecorationButton' with no type
dominoclient.h:82: error: 'KCommonDecorationButton' declared as a 'virtual' field
dominoclient.h:82: error: expected ';' before '*' token
dominoclient.h:105: error: ISO C++ forbids declaration of 'QButton' with no type
dominoclient.h:105: error: expected ';' before '*' token
dominoclient.h:81: error: default argument missing for parameter 3 of 'virtual int Domino::DominoClient::layoutMetric(int, bool, int) const'
dominoclient.cpp:119: error: expected constructor, destructor, or type conversion before '*' token
dominoclient.cpp: In member function 'bool Domino::DominoHandler::reset(long unsigned int)':
dominoclient.cpp:128: error: 'SettingColors' was not declared in this scope
dominoclient.cpp:135: error: 'SettingDecoration' was not declared in this scope
dominoclient.cpp:135: error: 'SettingFont' was not declared in this scope
dominoclient.cpp:135: error: 'SettingBorder' was not declared in this scope
dominoclient.cpp:138: error: 'resetDecorations' was not declared in this scope
dominoclient.cpp: In member function 'long unsigned int Domino::DominoHandler::readConfig(bool)':
dominoclient.cpp:149: error: 'options' was not declared in this scope
dominoclient.cpp:177: error: 'SettingColors' was not declared in this scope
dominoclient.cpp: At global scope:
dominoclient.cpp:491: error: 'bool Domino::DominoHandler::supports' is not a static member of 'class Domino::DominoHandler'
dominoclient.cpp:491: error: 'Ability' was not declared in this scope
dominoclient.cpp:492: error: expected ',' or ';' before '{' token
In file included from dominoclient.cpp:1181:
dominoclient.moc:103: error: expected `}' at end of input
make[3]: *** [dominoclient.lo] Error 1
make[3]: Leaving directory `/home/arklinux/Desktop/stuffage/domino-0.4/client'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/arklinux/Desktop/stuffage/domino-0.4/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/arklinux/Desktop/stuffage/domino-0.4'
make: *** [all] Error 2


and i have no style still ='(


Reply to this

-
.

 Re: AHH

 
 by Xiaden on: Jul 24 2007
 
Score 50%

nevermind.

Needed kdebase-devel

=P


Reply to this

-
.

 Amarok scroll

 
 by Aceler on: Jul 27 2007
 
Score 50%

Mouseweel in an amarok's filelist works only when mouse pointer is over the scrollbar with Domino.


Reply to this

-

 scrollbar bug?

 
 by kukkakaali on: Aug 3 2007
 
Score 50%

Hmh, Domino looks excellent but my scrollbar seems to act funny on Firefox (and some other occasions).

Screenshot:
http://img213.imageshack.us/img213/1023/scrollbov9.png


Reply to this

-

 very nice

 
 by demopley on: Aug 5 2007
 
Score 50%

This Style is really nice, a B+ for grade. My suse linux looks amazing with it, the best yet. One said it was nearly perfect, true because there are minor quirks, not enough for me no to use it though. Yast in suse has a "refresh" type issue when dealing with radio buttons. its shrunken and text is barely readable. It is possible this can be resolved easily, i just have to look. overall, good job.


Reply to this

goto page: prev  ... 16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31 ...

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