Commit Graph

410 Commits

Author SHA1 Message Date
Daniel Juyung Seo b962683355 gui: Fix widget list display issue. 2016-06-29 01:07:52 +09:00
Daniel Juyung Seo f39ec0aa7d ETV: Add theme style listing feature.
Use -l option to list up all the widget styles. After listing up the
program will be shutdown automatically.
2015-02-04 08:24:21 +09:00
Daniel Juyung Seo 7169bbd001 ETV: Bump up the year to 2015. 2015-02-04 08:12:25 +09:00
Daniel Juyung Seo ba0fa6a2fd gui: Fix the initial panes size by pixel. 2015-01-27 13:21:07 +09:00
Daniel Juyung Seo 73ca090460 theme: Make theme parsing logic more efficient and put default style in the front. 2015-01-16 06:11:49 +09:00
Daniel Juyung Seo a3e3452b1d TODO: Update a todo list. 2014-12-18 00:03:31 +09:00
Daniel Juyung Seo 8ff8f79de4 widget: Return widget_create() function if orig_style is NULL.
This fixes coverity CID 1205011.
2014-12-14 12:16:42 +09:00
Daniel Juyung Seo 168163b34d widget: Add ctxpopup support. 2014-12-09 03:10:20 +09:00
Daniel Juyung Seo f62cd368ff widget: Add calendar support. 2014-12-07 18:57:01 +09:00
Daniel Juyung Seo fbe653993e widget: Reorder internal codes sequentially. 2014-12-07 18:50:31 +09:00
Daniel Juyung Seo 20f889a7cb widget/widget_option: Add datetime support with some options. 2014-12-05 03:48:53 +09:00
Daniel Juyung Seo 571c3ac76a gui: Fix widget description size. 2014-12-05 01:41:56 +09:00
Daniel Juyung Seo c688c267e0 main: Call elm_shutdown at the end of main function. 2014-11-14 13:52:58 +09:00
Daniel Juyung Seo 69d44015b9 arcconfig: added .arcconfig file 2014-09-11 01:07:39 +09:00
Daniel Juyung Seo ba853f1227 main: base for the multi language support. 2014-08-29 11:42:54 +09:00
Daniel Juyung Seo 892a0a6e4a widget_option: added select_mode option and selected callback to gengrid. 2014-08-22 03:13:21 +09:00
Daniel Juyung Seo b3104c22d2 widget_option: added select_mode option to genlist. 2014-08-21 23:56:00 +09:00
Daniel Juyung Seo c40d90d64b widget: added selected callback for genlist items. 2014-08-21 23:20:00 +09:00
Daniel Juyung Seo 5135a6a2b4 widget: fixed wrong gengrid item class. 2014-08-21 23:19:33 +09:00
Daniel Juyung Seo 2bcb13d193 widget_option: added notify horz/vert align option. 2014-08-17 16:51:50 +09:00
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