Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/data/themes/default


Modified Files:
        Makefile.am default.edc 


Log Message:
Lib:
----
* [Tree2] More work and some fixes
* [Widget] Add etk_widget_padding_set()
* Various fixes

Engine:
-------
* [FB engine] Fb engine now supports mouse pointers, window's titles, 
borderless window, + a lot of fixes

Theme:
------
* The widget theme has been separated from the WM theme (the WM theme is 
used by the FB engine)


===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 3 Jan 2007 19:08:00 -0000       1.8
+++ Makefile.am 12 Jan 2007 02:20:49 -0000      1.9
@@ -3,14 +3,12 @@
 SUBDIRS = fonts \
          images \
          macros \
-         widgets \
-          wm
+         widgets
          
 EDJE_CC = edje_cc
 EDJE_FLAGS = \
 -v \
 -id $(top_srcdir)/data/themes/default/images \
--id $(top_srcdir)/data/themes/default/wm \
 -fd $(top_srcdir)/data/themes/default/fonts
 
 filesdir = $(pkgdatadir)/themes
@@ -39,10 +37,7 @@
 widgets/toggle_button.edc \
 widgets/tooltips.edc \
 widgets/tree.edc \
-widgets/shadow.edc \
-widgets/windows.edc \
-wm/background.edc \
-wm/borders.edc
+widgets/windows.edc
 
 default.edj: Makefile $(THEME_DEP)
        $(EDJE_CC) $(EDJE_FLAGS) \
===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/default.edc,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- default.edc 3 Jan 2007 19:08:00 -0000       1.29
+++ default.edc 12 Jan 2007 02:20:49 -0000      1.30
@@ -9,7 +9,7 @@
 fonts {
    font: "Vera.ttf" "Vera";
    font: "VeraBd.ttf" "Vera-Bold";
-   font: "VeraIt.ttf" "Vera-Italic";
+   font: "VeraIt.ttf" "Vera-Italic";   
 }
 
 #include "images/images.edc"
@@ -48,8 +48,4 @@
    #include "widgets/iconbox.edc"
    #include "widgets/colorpicker.edc"
    #include "widgets/toolbar.edc"
-   #include "widgets/shadow.edc"
-
-   #include "wm/background.edc"
-   #include "wm/borders.edc"
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to