[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kde-workspace/KDE/4.10] kdm/kfrontend/themes: Added Elarun kdm theme.
From:       Davide Bettio <bettio () kde ! org>
Date:       2012-12-18 1:14:33
Message-ID: 20121218011433.18E7DA6091 () git ! kde ! org
[Download RAW message or body]

Git commit e71d6765abe892e4d9c3421536a887c4c5be3743 by Davide Bettio.
Committed on 18/12/2012 at 02:12.
Pushed by bettio into branch 'KDE/4.10'.

Added Elarun kdm theme.

M  +1    -0    kdm/kfrontend/themes/CMakeLists.txt
A  +16   -0    kdm/kfrontend/themes/elarun/CMakeLists.txt
A  +10   -0    kdm/kfrontend/themes/elarun/KdmGreeterTheme.desktop
A  +150  -0    kdm/kfrontend/themes/elarun/elarun.xml
A  +-    --    kdm/kfrontend/themes/elarun/lineedit_active.png
A  +-    --    kdm/kfrontend/themes/elarun/lineedit_normal.png
A  +-    --    kdm/kfrontend/themes/elarun/lock.png
A  +-    --    kdm/kfrontend/themes/elarun/login_active.png
A  +-    --    kdm/kfrontend/themes/elarun/login_normal.png
A  +-    --    kdm/kfrontend/themes/elarun/pw_icon.png
A  +-    --    kdm/kfrontend/themes/elarun/rectangle.png
A  +-    --    kdm/kfrontend/themes/elarun/rectangle_overlay.png
A  +-    --    kdm/kfrontend/themes/elarun/screenshot.png
A  +-    --    kdm/kfrontend/themes/elarun/session_normal.png
A  +-    --    kdm/kfrontend/themes/elarun/system_normal.png
A  +-    --    kdm/kfrontend/themes/elarun/user_icon.png

http://commits.kde.org/kde-workspace/e71d6765abe892e4d9c3421536a887c4c5be3743

diff --git a/kdm/kfrontend/themes/CMakeLists.txt \
b/kdm/kfrontend/themes/CMakeLists.txt index 6bd5826..7593409 100644
--- a/kdm/kfrontend/themes/CMakeLists.txt
+++ b/kdm/kfrontend/themes/CMakeLists.txt
@@ -3,5 +3,6 @@ add_subdirectory( oxygen )
 add_subdirectory( oxygen-air )
 add_subdirectory( horos )
 add_subdirectory( ariya)
+add_subdirectory( elarun )
 
 install( FILES greeter.dtd DESTINATION ${DATA_INSTALL_DIR}/doc/kdm )
diff --git a/kdm/kfrontend/themes/elarun/CMakeLists.txt \
b/kdm/kfrontend/themes/elarun/CMakeLists.txt new file mode 100644
index 0000000..6b11dfc
--- /dev/null
+++ b/kdm/kfrontend/themes/elarun/CMakeLists.txt
@@ -0,0 +1,16 @@
+install(FILES
+    KdmGreeterTheme.desktop
+    lineedit_active.png
+    lineedit_normal.png
+    lock.png
+    login_active.png
+    login_normal.png
+    pw_icon.png
+    elarun.xml
+    rectangle.png
+    rectangle_overlay.png
+    screenshot.png
+    session_normal.png
+    system_normal.png
+    user_icon.png
+    DESTINATION ${DATA_INSTALL_DIR}/kdm/themes/elarun)
diff --git a/kdm/kfrontend/themes/elarun/KdmGreeterTheme.desktop \
b/kdm/kfrontend/themes/elarun/KdmGreeterTheme.desktop new file mode 100644
index 0000000..1e1a1e7
--- /dev/null
+++ b/kdm/kfrontend/themes/elarun/KdmGreeterTheme.desktop
@@ -0,0 +1,10 @@
+# This is not really a .desktop file like the rest, but it is useful to treat
+# it as such
+
+[KdmGreeterTheme]
+Greeter=elarun.xml
+Name=Elarun
+
+Author=Roman Shtylman & Nuno Pinheiro
+Copyright=GPL 2010 Roman Shtylman | nuno@oxygen-icons.org, 2012 Nuno Pineheiro
+Screenshot=screenshot.png
diff --git a/kdm/kfrontend/themes/elarun/elarun.xml \
b/kdm/kfrontend/themes/elarun/elarun.xml new file mode 100644
index 0000000..f157f73
--- /dev/null
+++ b/kdm/kfrontend/themes/elarun/elarun.xml
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE greeter SYSTEM "greeter.dtd">
+
+<greeter id="theme">
+	<style font="Sans 12" window-text-color="#bfd9ff"
+	       base-color="#bfd9ff" alternate-base-color="#666666"
+	       text-color="#0b678c" disabled-text-color="#333333"
+	       base-alpha="0" 
+	       disabled-base-color="#ff0000"
+	       disabled-base-alpha="0.25" 
+	       disabled-highlight-alpha="0"
+	       frame="false" />
+	       
+	<item type="pixmap" id="background" background="true">
+		<normal wallpaper="Elarun" scalemode="crop"/>
+		<pos x="0" y="0" width="100%" height="100%"/>
+	</item>
+	
+	<item type="pixmap" id="system-session">
+		<normal file="rectangle.png"/>
+		<pos anchor="c" x="50%" y="50%" width="416" height="262"/>
+	</item>
+<!--	
+	<item type="pixmap" id="branding-logo" background="true">
+		<normal file="branding.png" alpha=".4" />
+		<pos anchor="c" x="50%" y="50%" width="416" height="262"/>
+	</item>
+-->
+	<item type="pixmap" id="system-session">
+        <normal alpha="0.1" file="rectangle_overlay.png"/>
+        <pos anchor="c" x="50%" y="50%" width="416" height="262"/>
+        
+        <fixed>
+            <item type="label" id="welcome">
+                <pos anchor="nw" x="20" y="20"/>
+                <normal alpha="0.75" font="Sans Bold 14" color="#0b678c"/>
+                <text>%h</text>
+            </item>
+        </fixed>
+    </item>
+    
+	
+	<item type="rect">
+        <pos anchor="c" x="50%" y="50%" width="200" height="100"/>
+		<box orientation="vertical" spacing="10" homogeneous="true">
+            
+			<item type="rect" id="user-field">
+				<pos anchor="c" x="50%" y="50%" width="200" height="box"/>
+				<fixed>
+                    <item type="pixmap">
+                        <pos anchor="w" x="0" y="50%"/>
+                        <normal file="user_icon.png"/>
+                    </item>
+                
+                    <item type="pixmap">
+                        <pos anchor="w" x="42" y="50%"/>
+                        <normal file="lineedit_normal.png"/>
+                        <prelight file="lineedit_active.png"/>
+                        <active file="lineedit_active.png"/>
+                    </item>
+                    
+                    <item type="entry" id="user-entry">
+                        <pos anchor="w" x="49" y="50%" width="140" height="20"/>
+                    </item>
+                </fixed>
+            </item>
+            
+            <item type="rect" id="user-field2">
+                <pos anchor="c" x="50%" y="50%" width="200" height="box"/>
+                <fixed>
+                    <item type="pixmap" button="true">
+                        <pos anchor="w" x="0%" y="50%"/>
+                        <normal file="lock.png"/>
+                    </item>
+                
+                    <item type="pixmap">
+                        <pos anchor="w" x="42" y="50%"/>
+                        <normal file="lineedit_normal.png"/>
+                        <prelight file="lineedit_active.png"/>
+                        <active file="lineedit_active.png"/>
+                    </item>
+                    
+                    <item type="entry" id="pw-entry">
+                        <pos anchor="w" x="49" y="50%" width="140" height="20"/>
+                    </item>
+                </fixed>
+            </item>
+		</box>
+	</item> 
+	
+	<item type="rect" id="system-session">
+        <pos anchor="c" x="50%" y="50%" width="416" height="262"/>
+        <fixed>
+            <item type="label">
+                <pos anchor="se" x="-15" y="-20"/>
+                <normal font="Sans Bold 8" color="#0b678c"/>
+                <text>%c</text>
+            </item>
+            
+            <item type="pixmap" id="session_button" button="true">
+                <normal alpha="0.8" file="session_normal.png"/>
+                <prelight file="session_normal.png"/>
+                <active file="session_normal.png"/>
+                <pos anchor="sw" x="22" y="-20"/>
+            </item>
+            
+            <item type="pixmap" id="system_button" button="true">
+                <normal alpha="0.8" file="system_normal.png"/>
+                <prelight file="system_normal.png"/>
+                <active file="system_normal.png"/>
+                <pos anchor="sw" x="50" y="-20"/>
+            </item>
+            
+            <item type="pixmap" id="login_button" button="true">
+                <normal file="login_normal.png"/>
+                <prelight file="login_active.png"/>
+                <active file="login_active.png"/>
+                <pos anchor="e" x="-20" y="50%"/>
+            </item>
+        </fixed>
+    </item>
+
+	<item type="rect" id="caps-lock-warning">
+        <pos anchor="c" x="50%" y="50%" width="416" height="262"/>
+        <fixed>
+            <item type="label" id="mesage">
+                <normal color="#0b678c" font="Sans Bold 10"/>
+                <pos anchor="s" x="50%" y="80%"/>
+                <stock type="caps-lock-warning"/>
+            </item>	
+        </fixed>
+	</item>
+
+	<item type="rect" id="pam-error-paceholder">
+	<pos anchor="c" x="50%" y="98%" widht="615" height="200"/>
+
+		<item type="label" id="dummy1">
+			<normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
+			<!-- </text> -->
+		</item>
+		
+		<item type="label" id="pam-error">
+			<pos anchor="c" x="50%" y="50%" expand="true"/>
+			<normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
+			<!-- </text> -->
+		</item>
+
+	</item>
+
+</greeter>
diff --git a/kdm/kfrontend/themes/elarun/lineedit_active.png \
b/kdm/kfrontend/themes/elarun/lineedit_active.png new file mode 100644
index 0000000..0192ee6
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/lineedit_active.png differ
diff --git a/kdm/kfrontend/themes/elarun/lineedit_normal.png \
b/kdm/kfrontend/themes/elarun/lineedit_normal.png new file mode 100644
index 0000000..a5138e9
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/lineedit_normal.png differ
diff --git a/kdm/kfrontend/themes/elarun/lock.png \
b/kdm/kfrontend/themes/elarun/lock.png new file mode 100644
index 0000000..6bc0026
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/lock.png differ
diff --git a/kdm/kfrontend/themes/elarun/login_active.png \
b/kdm/kfrontend/themes/elarun/login_active.png new file mode 100644
index 0000000..4a39bbd
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/login_active.png differ
diff --git a/kdm/kfrontend/themes/elarun/login_normal.png \
b/kdm/kfrontend/themes/elarun/login_normal.png new file mode 100644
index 0000000..3881218
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/login_normal.png differ
diff --git a/kdm/kfrontend/themes/elarun/pw_icon.png \
b/kdm/kfrontend/themes/elarun/pw_icon.png new file mode 100644
index 0000000..e15baa8
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/pw_icon.png differ
diff --git a/kdm/kfrontend/themes/elarun/rectangle.png \
b/kdm/kfrontend/themes/elarun/rectangle.png new file mode 100644
index 0000000..791b26c
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/rectangle.png differ
diff --git a/kdm/kfrontend/themes/elarun/rectangle_overlay.png \
b/kdm/kfrontend/themes/elarun/rectangle_overlay.png new file mode 100644
index 0000000..7d63c6f
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/rectangle_overlay.png differ
diff --git a/kdm/kfrontend/themes/elarun/screenshot.png \
b/kdm/kfrontend/themes/elarun/screenshot.png new file mode 100644
index 0000000..0f446ba
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/screenshot.png differ
diff --git a/kdm/kfrontend/themes/elarun/session_normal.png \
b/kdm/kfrontend/themes/elarun/session_normal.png new file mode 100644
index 0000000..6f2703b
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/session_normal.png differ
diff --git a/kdm/kfrontend/themes/elarun/system_normal.png \
b/kdm/kfrontend/themes/elarun/system_normal.png new file mode 100644
index 0000000..73ab68e
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/system_normal.png differ
diff --git a/kdm/kfrontend/themes/elarun/user_icon.png \
b/kdm/kfrontend/themes/elarun/user_icon.png new file mode 100644
index 0000000..1198368
Binary files /dev/null and b/kdm/kfrontend/themes/elarun/user_icon.png differ


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic