Commit Graph

390 Commits

Author SHA1 Message Date
Daniel Juyung Seo bb4c6f8ae8 dev: added elm theme viewer development guideline. 2014-08-17 01:56:43 +09:00
Daniel Juyung Seo c077829fc2 widget_option: added allow_event option to notify. 2014-08-17 01:56:25 +09:00
Daniel Juyung Seo 40f913bcfb widget: added notify widget support. 2014-08-17 01:26:39 +09:00
Daniel Juyung Seo 608a3d571f gui: hide that I am made by lead. 2014-08-14 11:12:20 +09:00
Daniel Juyung Seo b30e055e20 option_gui: added callbacks for background change.
not implemented yet. prototype status.
2014-08-14 01:10:33 +09:00
Daniel Juyung Seo 70ad8225cd gui: linebreak for the about message. 2014-08-13 22:02:18 +09:00
Daniel Juyung Seo 00025af34f TODO: updated todo list. 2014-05-10 14:26:29 +09:00
Daniel Juyung Seo e9f5c083b8 widget: removed unnecessary codes. 2014-05-03 00:31:03 +09:00
Daniel Juyung Seo 57250153aa widget: focus_highlight test is now working well. 2014-05-03 00:29:59 +09:00
Daniel Juyung Seo 54999c9d10 theme/widget/widget_style: fixed buffer not null terminated bug.
This fixes coverity CID 1205003, 1205004, 1205005, 1205006, 1205007,
 1205008, 1205009, 1205010.
2014-04-25 15:14:48 +09:00
Daniel Juyung Seo b47a250323 widget: set the style to "default" if the style is NULL.
This fixes coverity CID 1205012.
2014-04-25 15:10:59 +09:00
Daniel Juyung Seo 0d3ebebf7b widget: do not dereference pointer if it is NULL.
This fixes coverity CID 1205011.
2014-04-25 15:05:12 +09:00
Daniel Juyung Seo 9e1bf4e823 widget_style: removed unused return value.
This fixes coverity CID 1205013.
2014-04-25 15:01:59 +09:00
Daniel Juyung Seo e5004bb236 bubble: show bubble style name correctly. 2014-03-20 04:26:52 +09:00
Daniel Juyung Seo 1ab464812f gui: Use genlist instead of list for the widget styles list.
Now I can show the full group name of a style as well as a simple style
name.
2014-03-20 04:19:49 +09:00
Daniel Juyung Seo de406e5b38 widget_style, theme, gui: Saved more information about each style.
Save group name, manipulated style, and real style name on theme load.
2014-03-20 03:21:43 +09:00
Daniel Juyung Seo fe1e46f8bb gui: added dummy fileselector for open menu. 2014-02-28 02:31:47 +09:00
Daniel Juyung Seo 65f6bfc0f3 widget_style: filter widget style name on the style list.
Second phase.
2014-02-28 01:32:41 +09:00
Daniel Juyung Seo 719016b0f5 widget_style: filter widget style name on the style list.
This job is not finished yet.
2014-02-26 03:46:20 +09:00
Daniel Juyung Seo 98d70f2127 ETV: unified header inclusion. 2014-02-26 03:20:33 +09:00
Daniel Juyung Seo b043104182 gui: fill in the widget list inside the gui create function.
Do not need to call this separately from main.
2014-02-26 02:17:07 +09:00
Daniel Juyung Seo 8bb112f730 gui: mark static for internal functions. 2014-02-26 02:11:16 +09:00
Daniel Juyung Seo 7d46fbb955 theme: make the code more readable by changing the variable names. 2014-02-26 02:07:18 +09:00
Daniel Juyung Seo 909e29c1a3 .gitignore: added .deps directory to git ignore file. 2014-02-26 01:32:14 +09:00
Daniel Juyung Seo 7c9e393406 main: disabled command line option 'tizen' and 'mobile' now.
I will not enable them for v0.1, they will be enabled in v0.2.
2014-02-12 21:43:21 +09:00
Daniel Juyung Seo c984b41eef gui: removed unnecessary debug print. 2014-02-05 10:07:34 +09:00
Daniel Juyung Seo 34de1a4b03 widget_option: added 'set focus' widget option to button. 2014-02-05 08:43:02 +09:00
Daniel Juyung Seo e9da2de218 widget: update the api according to latest api deprecation from
upstream.

elm_fileselector_entry_path_set -> elm_fileselector_path_set
2014-02-04 19:18:59 +09:00
Daniel Juyung Seo ff124c0b21 Desktop: added desktop and icon files.
Asked by OnlyHuman.
2014-01-10 13:14:14 +09:00
Daniel Juyung Seo 2978ba3fa9 gui/main: bumped up the year to 2014.
HAPPY NEW YEAR!
2014-01-10 02:00:53 +09:00
Daniel Juyung Seo e5eb157cbe screenshot: updated screen shots. 2014-01-08 08:52:27 +09:00
Daniel Juyung Seo 1222ab980f main: use eina_str_has_extension instead of eina_str_has_suffix.
it uses strcasecmp instead of strcmp.
2013-12-30 01:27:11 +09:00
Daniel Juyung Seo 56f6d11070 gui: added about dialog. 2013-12-17 03:02:45 +09:00
Daniel Juyung Seo 535211ae50 gui: moved window show calls to the end of gui creation. 2013-12-17 02:49:44 +09:00
Daniel Juyung Seo 1884aa1063 gui: removed unused variable. 2013-12-17 02:49:06 +09:00
Daniel Juyung Seo 7d465bab25 gui: set window icon. 2013-12-17 02:48:45 +09:00
Daniel Juyung Seo b472751be0 gui: don't need to handle dark theme. default is dark now :) 2013-11-06 12:37:27 +09:00
Daniel Juyung Seo 87a1a53115 widget_option: added toolbar shrink widget option. 2013-09-17 13:34:10 +09:00
Daniel Juyung Seo 934af5425a widget: apply user theme to menu object. 2013-09-10 16:53:27 +09:00
Daniel Juyung Seo 9b3977831e widget_option: introduce WIDGET_OPTION_HOVERSEL_CHANGED_CB macro. 2013-09-04 14:10:11 +09:00
Daniel Juyung Seo 8823706eb5 widget_option: apply hoversel to popup button number widget option. 2013-09-04 13:50:01 +09:00
Daniel Juyung Seo 639f360b34 widget_option: use more hoversel and added hoversel full macro. 2013-09-04 13:43:27 +09:00
Daniel Juyung Seo 62a564f47c widget_option: refactoring. use macro for check callbacks. 2013-09-03 15:07:30 +09:00
Daniel Juyung Seo ddac8ebfe0 widget_option: use WIDGET_HOVERSEL_ADD macro. 2013-09-03 14:16:57 +09:00
Daniel Juyung Seo 89e1113f5b widget_option: added indicator position widget option for actionslider. 2013-09-03 14:14:47 +09:00
Daniel Juyung Seo bb5746ccc3 widget_option: added actionslider magnet pos set widget option. 2013-09-03 06:21:53 +09:00
Daniel Juyung Seo 1372bb5fae widget_option: added short text widget option for popup. 2013-09-02 20:00:05 +09:00
Daniel Juyung Seo 97d75c8045 widget_option: added gengrid horz/vert align widget option. 2013-09-01 10:11:26 +09:00
Daniel Juyung Seo fa2db989a6 widget_option: added vert/horiz padding macro and changed existing padding macro.
WIDGET_OPTION_HORIZ_PADDING_ADD
WIDGET_OPTION_VERT_PADDING_ADD
WIDGET_OPTION_PADDING_ADD
2013-09-01 09:51:57 +09:00
Daniel Juyung Seo d96963cd68 widget_option: added WIDGET_OPTION_HORIZ_BOX_ADD() macro. 2013-09-01 09:45:26 +09:00