Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default/images


Modified Files:
        Makefile.am images.edc tree_header_active.png 
        tree_header_inactive.png 
Added Files:
        hscrollbar_trough2.png iconbox_selection.png 
        vscrollbar_trough2.png 


Log Message:
* [Iconbox] Start to work on a new iconbox widget: it renders icons, clip them, 
resize is Ok...
Selection still need to be implemented in order to be usable
* [Widget] API change in the scroll_size_get function
* [Widget] parent_set now automatically calls container_remove.
It makes widget implementation easier and avoid having a widget referenced by 
two parent widgets
* [Widget/Theme] Improve a lot the theme system. Now, widgets gets the same 
"theme context" as their parents.
So changing the theme of a widget will also change the theme of its children.
* [Stock] Add all the labels for the stock ids corresponding to the "actions"
* [Icon theme] 48x48 icons of the "actions" dir are correctly converted from 
svg to png (still need to do that for other dirs)
The Ok/Yes icon has also been changed to be more integrated with the other icons
* [Button] Fix some bugs. Also, now when a button has no label (or an empty 
one), the image is centered
* [H/Vbox] Now, cells with hidden children have no more padding/spading
* [Tree] Tree now inherits from Etk_Widget which makes more sense than 
inheriting from Etk_Container
* [Toplevel] Fix a segv in etk_toplevel_widget_pointer_pop
* [String] Fix a bug in the insertion code of Etk_String
* [Properties] Add a new type of property: ETK_PROPERTY_OTHER.
It's useful if you want to know when the property value is changed via a 
notification callback
* [Cache] Fix a bug in the cache system of edje objects
* Some other small fixes, formatting, doc



===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/images/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 12 Mar 2006 23:48:55 -0000      1.1
+++ Makefile.am 7 Apr 2006 15:36:10 -0000       1.2
@@ -87,4 +87,7 @@
             hpaned_handle.png \
             spinner_button_down1.png \
             hpaned_separator.png \
-            spinner_button_down2.png
+            spinner_button_down2.png \
+             hscrollbar_trough2.png \
+             vscrollbar_trough2.png \
+             iconbox_selection.png
===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/images/images.edc,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- images.edc  5 Mar 2006 23:52:58 -0000       1.22
+++ images.edc  7 Apr 2006 15:36:10 -0000       1.23
@@ -28,6 +28,8 @@
    image: "vslider_bar.png" COMP;
    image: "hscrollbar_trough.png" COMP;
    image: "vscrollbar_trough.png" COMP;
+   image: "hscrollbar_trough2.png" COMP;
+   image: "vscrollbar_trough2.png" COMP;
    image: "scrollbar_button_left1.png" COMP;
    image: "scrollbar_button_left2.png" COMP;
    image: "scrollbar_button_right1.png" COMP;
@@ -80,5 +82,6 @@
    image: "notebook_frame.png" COMP;
    image: "combo_arrow.png" COMP;
    image: "tooltip.png" COMP;
-   image: "tooltip_border.png" COMP;   
+   image: "tooltip_border.png" COMP;  
+   image: "iconbox_selection.png" COMP;   
 }
===================================================================
RCS file: 
/cvs/e/e17/proto/etk/data/themes/default/images/tree_header_active.png,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
Binary files /tmp/cvsYoxhLH and /tmp/cvsuMPGFj differ
===================================================================
RCS file: 
/cvs/e/e17/proto/etk/data/themes/default/images/tree_header_inactive.png,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
Binary files /tmp/cvsWu82zI and /tmp/cvssLGYvk differ




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to