elementary/grid - reviewed done.
[framework/uifw/elementary.git] / src / lib / Elementary.h.in
index 721c6de..a51fa66 100644 (file)
@@ -1,7 +1,7 @@
 /* This is the primary Elementary header file that includes all other useful
  * headers.
  * 
- * Elementary is distrubted under the LGPLv2 license. Please see the COPYING
+ * Elementary is distributed under the LGPLv2 license. Please see the COPYING
  * file that was distributed with this source.
  */
 #ifndef ELEMENTARY_H
@@ -149,8 +149,8 @@ EAPI extern Elm_Version *elm_version;
 
 /* include these first for general used definitions */
 #include <elm_general.h>
-#include <elm_object_item.h>
 #include <elm_tooltip.h>
+#include <elm_object_item.h>
 
 /* special widgets - types used elsewhere */
 #include <elm_icon.h>
@@ -162,7 +162,8 @@ EAPI extern Elm_Version *elm_version;
 #include <elm_deprecated_before.h>
 
 /* other includes */
-#include <elc_anchorblock.h>
+// Tom Hacohen
+#include <elc_anchorblock.h> // <-- up to here (1.0 review)
 #include <elc_anchorview.h>
 #include <elc_ctxpopup.h>
 #include <elc_fileselector_button.h>
@@ -175,68 +176,78 @@ EAPI extern Elm_Version *elm_version;
 #include <elm_app.h>
 #include <elm_bg.h>
 #include <elm_box.h>
-#include <elm_bubble.h>
-#include <elm_button.h>
-#include <elm_cache.h>
+
+// Daniel Juyung Seo
+#include <elm_bubble.h> // XXX: comments in elm_bubble.h
+#include <elm_button.h> // OK
+#include <elm_cache.h> // XXX: comments in elm_cache.h
 #include <elm_calendar.h>
 #include <elm_check.h>
 #include <elm_clock.h>
-#include <elm_cnp.h>
+#include <elm_cnp.h> // XXX: comments in elm_cnp.h
 #include <elm_colorselector.h>
 #include <elm_config.h>
 #include <elm_conform.h>
-#include <elm_cursor.h>
-#include <elm_debug.h>
+#include <elm_cursor.h> // XXX: comments in elm_cursor.h. review was not finished.
+#include <elm_debug.h> // OK
 #include <elm_diskselector.h>
-#include <elm_engine.h>
-#include <elm_factory.h>
-#include <elm_finger.h>
-#include <elm_flip.h>
-#include <elm_flipselector.h>
+
+// Chuneon Park
+#include <elm_engine.h>  //Done
+#include <elm_factory.h>  //Done + XXX in header
+#include <elm_finger.h> //Done
+#include <elm_flip.h> //Done. There are many TODOs in flip.c
+#include <elm_flipselector.h> //Done + XXX in header. There are many TODOs in flipselector.c
 #include <elm_focus.h>
-#include <elm_fonts.h>
-#include <elm_frame.h>
+#include <elm_fonts.h> //Done + XXX in header
+#include <elm_frame.h> //Done + XXX in header
 #include <elm_gengrid.h>
 #include <elm_genlist.h>
 #include <elm_gesture_layer.h>
 #include <elm_glview.h>
-#include <elm_grid.h>
-#include <elm_hover.h>
-#include <elm_image.h>
-#include <elm_index.h>
-#include <elm_label.h>
-#include <elm_layout.h>
-#include <elm_macros.h>
-#include <elm_mapbuf.h>
+#include <elm_grid.h> //Done
+
+// Woohyun Jung
+#include <elm_hover.h> // OK
+#include <elm_image.h> // OK
+#include <elm_index.h> // OK
+#include <elm_label.h> // OK
+#include <elm_layout.h> // OK
+#include <elm_macros.h> // OK
+#include <elm_mapbuf.h> //  OK
 #include <elm_map.h>
-#include <elm_menu.h>
-#include <elm_mirroring.h>
+#include <elm_menu.h> // OK
+#include <elm_mirroring.h> // OK
 #include <elm_need.h>
 #include <elm_notify.h>
 #include <elm_object.h>
-#include <elm_pager.h>
+
+// SanjeevBA
 #include <elm_panel.h>
 #include <elm_panes.h>
 #include <elm_password.h>
 #include <elm_photocam.h>
 #include <elm_photo.h>
+#include <elm_plug.h>
 #include <elm_progressbar.h>
 #include <elm_radio.h>
 #include <elm_route.h>
 #include <elm_scale.h>
 #include <elm_scroll.h>
 #include <elm_segment_control.h>
-#include <elm_separator.h>
-#include <elm_slider.h>
-#include <elm_slideshow.h>
-#include <elm_spinner.h>
-#include <elm_store.h>
-#include <elm_table.h>
-#include <elm_theme.h>
-#include <elm_thumb.h>
-#include <elm_toolbar.h>
-#include <elm_transit.h>
-#include <elm_video.h>
+
+// Carsten Haitzler
+#include <elm_separator.h> // OK
+#include <elm_slider.h> // OK
+#include <elm_slideshow.h> // OK
+#include <elm_spinner.h> // OK
+#include <elm_store.h> // XXX: needs docs
+#include <elm_table.h> // OK
+#include <elm_theme.h> // OK
+#include <elm_thumb.h> // OK
+#include <elm_toolbar.h> // OK
+#include <elm_transit.h> // OK
+#include <elm_video.h> // XXX: needs work. see elm_video.h
 #include <elm_web.h>
 #include <elm_win.h>