Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk Modified Files: AUTHORS COPYING Doxyfile TODO gendoc Log Message: Changes: -------- - [Etk_Colorpicker] more work in the colorpicker - [Etk_Menu_Item] etk_menu_item_set_from_stock() now sets the label of a menu item, and if the item is a Etk_Menu_Item_Image, it changes its icon. - [Etk_Message_Dialog] fix a segv in Etk_Message_Dialog - [Etk_Message_Dialog] *API BREAK* etk_message_dialog_icon_set/get() --> etk_message_dialog_message_type_set/get() - [Etk_Message_Dialog] *API BREAK* the property "dialog_type" --> "message_type" - [Etk_Message_Dialog] etk_message_dialog_message_type_set() now also changes the title of the message dialog - [Etk_Message_Dialog] etk_message_dialog_message_type_set() now also changes the title of the message dialog - [Etk_Notebook] *API BREAK* etk_notebook_page_num_get() --> etk_notebook_page_index_get() - [Etk_Notebook] *API BREAK* etk_notebook_prev/next_page() --> etk_notebook_page_prev/next() - [Etk_Widget] fix a segv with the "unrealize" signal - [Automake] The theme is now automatically recompiled each time an .edc file is modified Documentation: -------------- - Etk_Menu_Item.c/h - Etk_Message_Dialog.c/h - Etk_Notebook.c/h =================================================================== RCS file: /cvs/e/e17/proto/etk/AUTHORS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- AUTHORS 8 Oct 2005 14:43:36 -0000 1.2 +++ AUTHORS 25 May 2006 21:06:58 -0000 1.3 @@ -1,7 +1,11 @@ -* Lead developer: -Simon TRENY (MoOm) <[EMAIL PROTECTED]> +* Main author: +Simon Treny (MoOm) <[EMAIL PROTECTED]> -* Colorpicker, etk_test: -Vincent TORRI (caro / doursse) <[EMAIL PROTECTED]> +* Contributors: +Hisham Mardam Bey (CodeWarrior) <[EMAIL PROTECTED]> +Vincent Torri (caro / doursse) <[EMAIL PROTECTED]> -* The images of the default theme have been made by Carsten Haitzler (The Rasterman) +* Additional contributions: +- Most of the images of the default widget theme have been made by Carsten Haitzler (The Rasterman) for the project e17. +- The images of the default icon theme are from the Tango Project (read data/icons/default/icons/AUTHORS for the full +list of the authors of these images). =================================================================== RCS file: /cvs/e/e17/proto/etk/COPYING,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- COPYING 20 Nov 2005 11:16:59 -0000 1.5 +++ COPYING 25 May 2006 21:06:58 -0000 1.6 @@ -1,11 +1,11 @@ -WARNING: the icons located in the directory data/stock_icons/default are +WARNING: the icons located in the directory data/icons/default are under the "Creative Commons Attribution-ShareAlike 2.5 License Agreement". -For more information, read the file data/stock_icons/default/COPYING +For more information, read the file data/icons/default/COPYING All the other content of Etk is under the BSD license, explained below: -Copyright (C) 2005 Simon TRENY and various contributors (see AUTHORS) +Copyright (C) 2006 Simon TRENY and various contributors (see AUTHORS) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to =================================================================== RCS file: /cvs/e/e17/proto/etk/Doxyfile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- Doxyfile 14 May 2006 21:29:21 -0000 1.3 +++ Doxyfile 25 May 2006 21:06:58 -0000 1.4 @@ -52,6 +52,7 @@ GENERATE_BUGLIST = YES GENERATE_DEPRECATEDLIST= YES ALIASES = "widget=<b>[Widget]</b>" +ALIASES = "object=<b>[Object]</b>" ALIASES += "[EMAIL PROTECTED] For more informations, see the documention page of the corresponding module (link above or in the <i>\"Widgets\"</i> page)" ALIASES += "prop_name=- @b" ALIASES += "prop_type= - <tt>Type:</tt>" =================================================================== RCS file: /cvs/e/e17/proto/etk/TODO,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- TODO 12 May 2006 19:13:38 -0000 1.11 +++ TODO 25 May 2006 21:06:58 -0000 1.12 @@ -3,16 +3,11 @@ -------------------- * Fix a bug in etk_tree: when you've scrolled to the end of the left tree in etk_test, and if you maximized the window, the tree is not correctly updated (maybe a bug in etk_scrolled_view) -* Check if all the widgets can be reparented on a different window (i.e. unrealized then re-realized) -without causing any problem -* Check if all the functions of all the widgets work even is the widget is not realized -(i.e. attached to a window) * etk_paned_position_set() does not work if the paned is not realized * Fix the focus problems in the notebook (you can focus children which are on an invisible page) * Sometimes the window of a menu is not hidden when the menu is popped_down * The labels sometimes does not returns its ideal size requisition (happens when there is a <br>) Maybe a bug of the evas textblock -* Fix and optimize the colorpicker -------------------- [Things that need to be improved (in order of pripority)] @@ -22,8 +17,6 @@ * Allow the theme to change the color/font/style of the labels * More API work for the tree (get a row according to (x,y) position...) * The filechooser still need to be finished/rewritten [In progress: MoOm] -* More API work for the colorpicker. We need to be able to know the current color, and to know -when a color is changed * Add better mouse control for the scrollbar: click on the trough -------------------- @@ -35,4 +28,3 @@ * toolbar * drag and drop [In progress: CodeWarrior] * copy and paste [In progress: CodeWarrior] -* add spin buttons and sliders to colorpicker =================================================================== RCS file: /cvs/e/e17/proto/etk/gendoc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- gendoc 12 May 2006 19:13:38 -0000 1.2 +++ gendoc 25 May 2006 21:06:58 -0000 1.3 @@ -1,11 +1,8 @@ #!/bin/sh rm -rf ./doc/html ./doc/latex ./doc/man -mkdir -p doc/html doc/man doc/latex +mkdir -p doc/html doc/html/nav doc/html/widgets doc/man doc/latex doxygen -cp doc/img/*.png doc/html/ -cp doc/img/*.jpg doc/html/ -cp doc/img/*.gif doc/html/ -rm -f etk_docs.tar etk_docs.tar.gz -tar -cvf etk_docs.tar doc/html doc/man doc/latex -gzip -9 etk_docs.tar +cp doc/img/nav/*.png doc/html/nav/ +cp doc/img/nav/*.jpg doc/html/nav/ +cp doc/img/nav/*.gif doc/html/nav/ exit 0 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs