Commit Graph

387 Commits

Author SHA1 Message Date
Daniel Juyung Seo 3f261b5acc option: fixed option scale bug. 2013-08-13 19:17:23 +09:00
Daniel Juyung Seo f136feff29 widget: make the first radio selected by default. 2013-08-13 19:12:48 +09:00
Daniel Juyung Seo fee09ef328 widget_option: added check option support. 2013-08-13 18:06:03 +09:00
Daniel Juyung Seo 829b1e7199 widget_option: added radio widget option. 2013-08-13 18:00:04 +09:00
Daniel Juyung Seo 89e6d2eebb gui: adjust widget option size. 2013-08-13 13:41:01 +09:00
Daniel Juyung Seo f588ed281e widget_option: optimization.
Do not create the same object again.
2013-08-13 12:46:37 +09:00
Daniel Juyung Seo b421624017 widget_option: progressbar option works better.
Removed apply button. Just apply the changed right away.
2013-08-13 12:45:46 +09:00
Daniel Juyung Seo 588f2841f3 widget_option: implemented progressbar option. 2013-08-12 23:14:58 +09:00
Daniel Juyung Seo d9810dcb1e widget_option: default widget option for progressbar. not finished yet. 2013-08-12 22:36:14 +09:00
Daniel Juyung Seo b50153b61a widget_option: introduce widget_option files. 2013-08-12 21:46:01 +09:00
Daniel Juyung Seo ebdaded06c gui: refactoring. added widget option area. 2013-08-12 13:06:10 +09:00
Daniel Juyung Seo cea2c4eeb2 common: introduce ETV_SAFE_FREE convenient macro. 2013-08-12 11:03:33 +09:00
Daniel Juyung Seo 1661748373 gui: better error message. 2013-08-12 10:55:30 +09:00
Daniel Juyung Seo dd6014ff17 option: check if option is initialized before using it. 2013-08-12 10:55:19 +09:00
Daniel Juyung Seo acf81064b4 option: refactoring. introduce Option_Data structure. 2013-08-12 10:45:42 +09:00
Daniel Juyung Seo 7f176c315a gui_option: refactoring. introduce Gui_Option_Data structure. 2013-08-12 10:28:44 +09:00
Daniel Juyung Seo 97601e0ffd gui: Refactoring. Introduce Gui_Data structure. 2013-08-12 04:32:33 +09:00
Daniel Juyung Seo e3883c2d50 option/gui_option: support focus highlight animation configuration. 2013-08-12 03:48:55 +09:00
Daniel Juyung Seo f9a0ca8477 option: refactoring. split option. added more option getters/setters. 2013-08-12 03:39:52 +09:00
Daniel Juyung Seo ee7f48633c gui_option/option: refactoring. split gui_option/option from gui.c 2013-08-12 03:15:43 +09:00
Daniel Juyung Seo 183f9668ff layout/gui: dark theme support.
if the theme name starts with "dark", elm-theme-viewer will load dark colored layout.
2013-08-11 14:55:54 +09:00
Daniel Juyung Seo f79daf091d gui: layout change.
1. incresed window default width.
2. reduced left content size of panes.
2013-08-11 14:39:03 +09:00
Daniel Juyung Seo cde2a03ae8 widget: added text in check style. 2013-08-05 17:51:48 +09:00
Daniel Juyung Seo 38255c462a gui: added background change feature stub. it's not working yet. 2013-08-02 15:51:55 +09:00
Daniel Juyung Seo 57dc6a8971 README: added supported feature list. 2013-08-02 15:08:14 +09:00
Daniel Juyung Seo 4806eeb0ab main: add setlocale code but comment it out as of now. 2013-08-01 13:13:51 +09:00
Daniel Juyung Seo b6d5e9f8c1 widget: support more entry features. 2013-07-31 15:45:55 +09:00
Daniel Juyung Seo 1f26664383 gui: added focus highlight option. 2013-07-31 02:31:13 +09:00
Daniel Juyung Seo 0b9453b6bc gui: fix disabled check status. 2013-07-30 10:57:19 +09:00
Daniel Juyung Seo 7f5a6f2af2 widget: support multibuttonentry. 2013-07-23 16:24:51 +09:00
Daniel Juyung Seo c9d5a1f188 widget: add radio support. 2013-07-21 15:17:05 +09:00
Daniel Juyung Seo 11f90e551d theme: fixed formatting. 2013-07-15 14:40:22 +09:00
Daniel Juyung Seo 8e310424db theme/main: refactoring wrt memory.
1. shutdown the theme after using it. theme_shutdown()
2. free edje_file_collection_list.
2013-07-15 14:31:30 +09:00
Daniel Juyung Seo 9b4b36239a main: better use of stringshare. 2013-07-15 13:19:06 +09:00
Daniel Juyung Seo 2b3e5073f4 refactoring: moved sources to src/bin. 2013-06-25 09:21:26 +09:00
Daniel Juyung Seo 4754159c7d TODO: updated. 2013-06-25 01:37:19 +09:00
Daniel Juyung Seo f459b11d8f gui: added 'code' option. not implemented yet. 2013-06-13 01:15:15 +09:00
Daniel Juyung Seo 2d61a5fca8 screenshot: added two screenshots. 2013-06-13 00:37:11 +09:00
Daniel Juyung Seo 27d797f936 layout.edc: added popup swallow part. 2013-06-12 02:28:27 +09:00
Daniel Juyung Seo 382d1de1af gui/widget: handle option finger_size, force_resize, size_width, size_height properly. 2013-06-05 21:03:12 +09:00
Daniel Juyung Seo 41c4b67936 gui: added about toolbar item. unselect toolbar item when clicked. 2013-06-05 20:07:19 +09:00
Daniel Juyung Seo 0d9ab1387d gui: Moved option menu to toolbar. 2013-06-05 20:05:07 +09:00
Daniel Juyung Seo f8ac84c960 gui: use a scroller inside widget description. 2013-06-05 03:16:22 +09:00
Daniel Juyung Seo adfb3c945c util: apply scale factor for elm min set. 2013-06-05 02:58:21 +09:00
Daniel Juyung Seo 1a089ea384 gui: set a min height for widget desc. 2013-06-05 02:56:40 +09:00
Daniel Juyung Seo 7560ee332d util: create a util file. 2013-06-05 02:48:08 +09:00
Daniel Juyung Seo ed2c57d886 gui: put widget description below the widget menu. 2013-06-05 02:38:22 +09:00
Daniel Juyung Seo 6c9e0c25c2 gui: refactoring. changed function name. gui_left_menu_create -> gui_widget_menu_create. 2013-06-05 02:27:29 +09:00
Daniel Juyung Seo 7cbf135bc9 gui: refactoring. use force_resize as a double value instead of Evas_Object. 2013-06-04 22:12:50 +09:00
Daniel Juyung Seo 2f58adc530 gui, widget: added scale get function. set the scale value when a new widget is created. 2013-06-04 22:00:25 +09:00