Update artwork for logout dialog:

New Oxygen design

The sourcecode has no new features. I have only changed coordinates, colors and such things.
Due to render problems in Qt, we use a 'pre'-rendered svg image (exported as png and imported again into the svg).
The real source svg is also included: shutdowndialog.source.svg
I have also moved the button svgs into the main theme svg (with a different object id).

This dialog needs some more love after feature freeze is over:
* do not hardcode fonts and colors
* improve strings
* probably change buttons layout
* ...

For informations of the moon image used, see the CREDITS file (photo released under a Creative Commons license).
I think this file should be enough; if not, please tell me.

Thanks a lot Pinheiro for the great work!

CCMAIL: nuno@oxygen-icons.org

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=754777
This commit is contained in:
Urs Wolfer 2007-12-30 18:45:15 +00:00
parent b907728254
commit 9164322ad6

View File

@ -58,10 +58,8 @@ ThemePackageStructure::ThemePackageStructure()
addDirectoryDefinition("dialogs", "dialogs/", i18n("Images for dialogs"));
addFileDefinition("dialogs/background", "dialogs/background.svg",
i18n("Generic dialog background"));
addFileDefinition("dialogs/shutdowndlg", "dialogs/shutdowndlg.svg",
i18n("Background for the log out dialog"));
addFileDefinition("dialogs/shutdowndlgbuttonglow", "dialogs/shutdowndlgbuttonglow.svg",
i18n("Overlay for buttons on the log out dialog"));
addFileDefinition("dialogs/shutdowndialog", "dialogs/shutdowndialog.svg",
i18n("Theme for the log out dialog"));
addDirectoryDefinition("widgets", "widgets/", i18n("Images for widgets"));
addFileDefinition("widgets/background", "widgets/background.svg",