Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk Modified Files: Doxyfile TODO gendoc Log Message: * Full "rereading" and documentation of the following files: - etk_alignment.c/h - etk_bin.c/h - etk_box.c/h - etk_button.c/h - etk_cache.c/h - etk_canvas.c/h - etk_combobox.c/h - etk_container.c/h - etk_dialog.c/h - etk_frame.c/h - etk_iconbox.c/h - etk_image.c/h - etk_label.c/h - etk_main.c/h - etk_marshallers.c/h The signals and the properties of these files are now fully documented. The html doc also looks like the other e-related sites. Several small bugs have been also fixed, though I don't remember which ones exactly. Most important ones are: - Child padding is now taken in account by the boxes - Implementation of etk_canvas_object_remove() =================================================================== RCS file: /cvs/e/e17/proto/etk/Doxyfile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Doxyfile 1 Oct 2005 16:29:44 -0000 1.1 +++ Doxyfile 12 May 2006 19:13:38 -0000 1.2 @@ -18,7 +18,7 @@ GENERATE_CHI = NO BINARY_TOC = NO TOC_EXPAND = NO -DISABLE_INDEX = NO +DISABLE_INDEX = YES EXTRACT_ALL = NO EXTRACT_PRIVATE = NO EXTRACT_STATIC = NO @@ -28,7 +28,7 @@ HIDE_FRIEND_COMPOUNDS = YES BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES -ALWAYS_DETAILED_SEC = NO +ALWAYS_DETAILED_SEC = YES INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = NO STRIP_FROM_PATH = @@ -41,22 +41,34 @@ SHOW_INCLUDE_FILES = NO JAVADOC_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = NO -DETAILS_AT_TOP = NO +DETAILS_AT_TOP = YES INHERIT_DOCS = YES INLINE_INFO = YES -SORT_MEMBER_DOCS = YES +SORT_MEMBER_DOCS = NO DISTRIBUTE_GROUP_DOC = NO -TAB_SIZE = 2 +TAB_SIZE = 3 GENERATE_TODOLIST = YES GENERATE_TESTLIST = YES GENERATE_BUGLIST = YES GENERATE_DEPRECATEDLIST= YES -ALIASES = +ALIASES = "widget=<b>[Widget]</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>" +ALIASES += "prop_rw= - <tt>Access:</tt> Read/Write" +ALIASES += "prop_ro= - <tt>Access:</tt> Read Only" +ALIASES += "prop_wo= - <tt>Access:</tt> Write Only" +ALIASES += "prop_na= - <tt>Access:</tt> No Access" +ALIASES += "prop_val= - <tt>Default Value:</tt>" +ALIASES += "signal_name=- @b" +ALIASES += "signal_cb= - <tt>Callback:</tt>" +ALIASES += "signal_arg= - @c" +ALIASES += "signal_data= - @c data: the user data set when the callback has been connected to the signal" ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 OPTIMIZE_OUTPUT_FOR_C = YES OPTIMIZE_OUTPUT_JAVA = NO -SHOW_USED_FILES = NO +SHOW_USED_FILES = YES QUIET = NO WARNINGS = YES WARN_IF_UNDOCUMENTED = YES @@ -78,10 +90,10 @@ REFERENCES_RELATION = YES ALPHABETICAL_INDEX = YES COLS_IN_ALPHA_INDEX = 2 -IGNORE_PREFIX = +IGNORE_PREFIX = "Etk_" GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 -GENERATE_LATEX = YES +GENERATE_LATEX = NO LATEX_OUTPUT = latex LATEX_CMD_NAME = latex MAKEINDEX_CMD_NAME = makeindex @@ -98,11 +110,11 @@ RTF_HYPERLINKS = NO RTF_STYLESHEET_FILE = RTF_EXTENSIONS_FILE = -GENERATE_MAN = YES +GENERATE_MAN = NO MAN_OUTPUT = man MAN_EXTENSION = .3 MAN_LINKS = YES -GENERATE_XML = YES +GENERATE_XML = NO XML_SCHEMA = XML_DTD = GENERATE_AUTOGEN_DEF = NO =================================================================== RCS file: /cvs/e/e17/proto/etk/TODO,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- TODO 7 Apr 2006 15:36:08 -0000 1.10 +++ TODO 12 May 2006 19:13:38 -0000 1.11 @@ -13,14 +13,12 @@ * 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 -* Sometimes, the mouse cursor is not reset when you stop resizing a row in the tree (and also segv) -------------------- [Things that need to be improved (in order of pripority)] -------------------- * Improve the entry: add selection supports, better keyboard navigation [In progress: MoOm] -* Add a cache system to cache images used by the tree and the future iconbox in order to make -the scrolling smoother [In progress: MoOm] +* Implement the cache system in the tree [In progress: MoOm] * 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] =================================================================== RCS file: /cvs/e/e17/proto/etk/gendoc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- gendoc 1 Oct 2005 16:29:44 -0000 1.1 +++ gendoc 12 May 2006 19:13:38 -0000 1.2 @@ -3,6 +3,8 @@ mkdir -p doc/html 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 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs