Commit Graph

257 Commits

Author SHA1 Message Date
Daniel Juyung Seo 57336f4292 widget: added progressbar. 2012-12-01 00:07:44 +09:00
Daniel Juyung Seo 833bdd8d62 widget: added 'not implemented' message. 2012-11-30 23:27:48 +09:00
Daniel Juyung Seo 3cf68d9ca4 widget: added spinner. 2012-11-30 21:37:20 +09:00
Daniel Juyung Seo 890154b64b widget: added icon. 2012-11-30 21:23:33 +09:00
Daniel Juyung Seo 49376f77bd widget: fixed frame. 2012-11-30 19:55:06 +09:00
Daniel Juyung Seo 103ceb6890 widget: added separator but it doesn't work as expected. 2012-11-30 19:53:57 +09:00
Daniel Juyung Seo f30fcb4426 do not force expand/align for all widgets. 2012-11-30 18:42:51 +09:00
Daniel Juyung Seo 229500d77b widget: enhance frame. 2012-11-30 18:31:26 +09:00
Daniel Juyung Seo a04809a11c theme: commented out edje_file_collection_list_free() because this call makes weird behavior. 'frame' is removed from eina list after this call... 2012-11-30 18:25:53 +09:00
Daniel Juyung Seo 16daf51071 theme: added theme_widgets_print() function. 2012-11-30 18:24:23 +09:00
Daniel Juyung Seo fddf6787c0 make window bigger. 2012-11-30 17:45:44 +09:00
Daniel Juyung Seo 8eb48c4a3b fixed build warnings. 2012-11-30 17:43:33 +09:00
Daniel Juyung Seo 5235649674 added clock, entry, hover. but hover is not finished yet. 2012-11-30 17:41:53 +09:00
Daniel Juyung Seo 547bca2d9f null init + fixed build break. 2012-11-30 16:51:16 +09:00
Daniel Juyung Seo fcc8ff7f4a widget: added fileselector. 2012-11-30 16:50:29 +09:00
Daniel Juyung Seo 617288f755 set the theme to objects. 2012-11-30 16:21:32 +09:00
Daniel Juyung Seo 121ed76b14 widget: added check sample. 2012-11-30 15:22:19 +09:00
Daniel Juyung Seo e1dabab54e theme: changed function name. 2012-11-30 15:15:44 +09:00
Daniel Juyung Seo c95f33cc02 updated TODO. 2012-11-30 15:03:08 +09:00
Daniel Juyung Seo aed00d3c9e widget.c: parse style name. 2012-11-30 15:02:59 +09:00
Daniel Juyung Seo f95b30f8e7 added missing common.h 2012-11-30 15:02:39 +09:00
Daniel Juyung Seo f6071eb5b9 widget: added widget creation. 2012-11-30 14:01:23 +09:00
Daniel Juyung Seo 541fff7f60 gui.c: elm_list_go. 2012-11-30 13:05:01 +09:00
Daniel Juyung Seo bf2c2fa99c added TODO 2012-11-30 13:04:47 +09:00
Daniel Juyung Seo 2441193fef gui.c: prototype of style list select cb. 2012-11-30 13:03:06 +09:00
Daniel Juyung Seo 14f9c6b9c7 display availabe widgets only. 2012-11-30 12:30:02 +09:00
Daniel Juyung Seo 8ac0164357 gui.c: removed unused variables. 2012-11-30 11:15:31 +09:00
Daniel Juyung Seo 344add62f4 theme.c: removed hash stuff. I will try it later. 2012-11-30 11:14:31 +09:00
Daniel Juyung Seo ab2c50bb85 Makefile: added -Wall build option 2012-11-30 11:13:32 +09:00
Daniel Juyung Seo 1037d187da theme.c: fixed formatting. 2012-11-30 11:11:50 +09:00
Daniel Juyung Seo 4eef1d6967 1. disabled select theme button.
2. changed window size.
2012-11-30 04:22:58 +09:00
Daniel Juyung Seo d13e2fcb89 theme: support non-hash mechanism. Eina_List. 2012-11-30 04:21:16 +09:00
Daniel Juyung Seo f9e288666c added styles list. 2012-11-30 04:20:38 +09:00
Daniel Juyung Seo 930b90a5f6 Makefile: build with debug information. 2012-11-30 04:17:08 +09:00
Daniel Juyung Seo 07109f906a gui: make left menu bigger. 2012-11-30 03:51:52 +09:00
Daniel Juyung Seo 2137c3b074 theme: 1. added widget_styles_get 2. renamed widget_style_get -> widget_styles_get. 2012-11-30 03:50:01 +09:00
Daniel Juyung Seo 3e65c8d7ac theme.c: comment out ERR messages. Fix INF usage. 2012-11-30 02:50:12 +09:00
Daniel Juyung Seo ac6ec269ac use box for the contents instead of panes. 2012-11-30 02:37:24 +09:00
Daniel Juyung Seo 63bf4ddce9 use naviframe for the left menu. 2012-11-30 02:28:14 +09:00
Daniel Juyung Seo f7ab5eff1b parse edj file argument. 2012-11-30 01:53:38 +09:00
Daniel Juyung Seo b4de2ccd25 reorganized widget list. 2012-09-19 00:30:31 +09:00
Daniel Juyung Seo 7a3cfd8b65 added gui_widget_load. now widget lists are displayed in the left list. 2012-09-19 00:30:31 +09:00
Daniel Juyung Seo 0bfed62545 use more eina log message. 2012-09-19 00:30:31 +09:00
Daniel Juyung Seo 0da4a5ed66 added more documentation. added widget_style_print() function for debugging. store the list of styles per widget. 2012-09-19 00:30:31 +09:00
Daniel Juyung Seo 6992390714 fixed a bug. 2012-09-19 00:30:31 +09:00
Daniel Juyung Seo a614f83c70 added eina logging feature. 2012-09-19 00:30:31 +09:00
Daniel Juyung Seo 786dd0511e fixed Makefile. 2012-09-19 00:30:31 +09:00
Daniel Juyung Seo 2ed445180f separate widget name and style from group list. 2012-09-19 00:30:31 +09:00
Daniel Juyung Seo c1f4866531 added .gitignore 2012-09-19 00:30:31 +09:00
Daniel Juyung Seo 85787d5ac7 added theme_init(). 2012-09-19 00:30:31 +09:00