696f8a65fa
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/plasma/desktoptheme/; revision=754777
27 lines
705 B
CMake
27 lines
705 B
CMake
install(FILES
|
|
dialogs/background.svg
|
|
dialogs/shutdowndialog.svg
|
|
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/dialogs/)
|
|
|
|
install(FILES
|
|
widgets/background.svg
|
|
widgets/clock.svg
|
|
widgets/toolbox-button.svg
|
|
widgets/connection-established.svg
|
|
widgets/plot-background.svg
|
|
widgets/iconbutton.svg
|
|
widgets/panel-background.svg
|
|
widgets/analog_meter.svg
|
|
widgets/bar_meter_horizontal.svg
|
|
widgets/bar_meter_vertical.svg
|
|
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/)
|
|
|
|
install(FILES
|
|
colors
|
|
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/)
|
|
|
|
install(FILES
|
|
metadata.desktop
|
|
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme)
|
|
|