Commit Graph

152 Commits

Author SHA1 Message Date
Daniel Juyung Seo 6216cf5465 .gitignore: updated git ignore. 2013-02-01 12:58:29 +09:00
Daniel Juyung Seo 13a6d6a7f6 added Jiyoung to authors list. thanks for the contribution. 2013-02-01 12:57:24 +09:00
Daniel Juyung Seo 17c0e62dd1 gui: set the scale only when there is a preview object. 2013-02-01 08:16:55 +09:00
Daniel Juyung Seo dffade7978 main: added more description for screen size option. 2013-01-31 16:04:41 +09:00
Daniel Juyung Seo c3aa8ae633 gui: fixed build warning. set EINA_UNUSED for unused parameters. 2013-01-31 15:22:45 +09:00
Daniel Juyung Seo 82df7f9f5d gui: don't need to redeclare the same variable. just use preview_frame instead of pv_frame. 2013-01-31 15:20:25 +09:00
Daniel Juyung Seo 2b7c1e0442 gui: use separate macro for gui_mobile.h include.
fixed the following warnings.
main.c:97:9: warning: implicit declaration of function ‘gui_mobile_create’ [-Wimplicit-function-declaration]
main.c:99:9: warning: implicit declaration of function ‘gui_mobile_widget_load’ [-Wimplicit-function-declaration]
2013-01-31 15:08:55 +09:00
Jiyoung Choi 1aece2209b gui_mobile: added mobile version gui. use -m option for mobile view. 2013-01-31 15:04:55 +09:00
Jiyoung Choi ea0b0683cb gui: adopt screen size from parameter. 2013-01-31 15:04:47 +09:00
Daniel Juyung Seo f59832f822 updated README. 2013-01-30 09:52:36 +09:00
Daniel Juyung Seo ebb408cdae gui: use elm_object_scale_set() instead of elm_widget_scale_set(). how fool i am. 2013-01-30 09:29:01 +09:00
Daniel Juyung Seo 9cc6afc692 gui: use elm_widget_scale_set() to set the scale factor for preview object. 2013-01-28 16:51:10 +09:00
Daniel Juyung Seo 077f8aab69 log: added log unregister function. 2013-01-28 16:24:10 +09:00
Daniel Juyung Seo 70ad783fb8 adopt ecore getopt for command line parameter parsing. 2013-01-28 16:18:30 +09:00
Daniel Juyung Seo 81ba141b65 widget thumb: fixed thumb sample. 2013-01-16 20:30:24 +09:00
Daniel Juyung Seo 4e115c5ec2 widget: set colorselector style. 2013-01-11 10:05:22 +09:00
Daniel Juyung Seo 1ca565019b widget: added colorselector, fileselector_entry. 2013-01-11 10:04:15 +09:00
Daniel Juyung Seo 985633bd69 widget: added toolbar. 2013-01-11 06:06:59 +09:00
Daniel Juyung Seo 7b5b57b0c2 widget: refactoring. added 'static' to internal functions. 2013-01-11 05:45:01 +09:00
Daniel Juyung Seo 945fcc9ba9 widget: added panel. 2013-01-11 05:43:27 +09:00
Daniel Juyung Seo acad341f33 widget: added index. 2013-01-11 01:36:50 +09:00
Daniel Juyung Seo 348138ad95 README: Updated README. 2013-01-10 01:20:46 +09:00
Daniel Juyung Seo aff6601a7e README: Fixed a typo. 2013-01-10 01:19:45 +09:00
Daniel Juyung Seo c994547bc1 Updated README. 2013-01-10 01:18:44 +09:00
Daniel Juyung Seo 49a89657e8 widget: removed unused parameters in separator. 2013-01-10 01:14:39 +09:00
Daniel Juyung Seo fdb2047a0f widget: refactoring. used macro for widget creation conditional statements. 2013-01-10 01:13:25 +09:00
Daniel Juyung Seo 7169e0ea74 widget: added bubble. 2013-01-07 12:38:35 +09:00
Daniel Juyung Seo e88c525a5d widget: added widget sentinel. 2013-01-06 02:12:39 +09:00
Daniel Juyung Seo bd8ce0e732 README.md: removed old README. 2013-01-05 16:55:15 +09:00
Daniel Juyung Seo 8f07aabafe widget: added EINA_UNUSED for unused variables. 2013-01-05 16:54:20 +09:00
Daniel Juyung Seo ad7e65308e .gitignore: updated git ignore. 2013-01-05 16:49:32 +09:00
Daniel Juyung Seo 0496ceda37 autotools: fixed data installation directories. 2013-01-05 16:47:32 +09:00
Daniel Juyung Seo f69793bc24 gui: added EINA_UNUSED for unused variables. 2013-01-05 15:05:46 +09:00
Daniel Juyung Seo 873d87443f .gitignore: updated git ignore. 2013-01-05 15:00:45 +09:00
Daniel Juyung Seo 9b0ea00e3d main: set app dir correctly. 2013-01-05 15:00:00 +09:00
Daniel Juyung Seo 321b57fe9f autotools: adopted autotools. 2013-01-05 14:55:27 +09:00
Daniel Juyung Seo e7c3f2e2a3 TODO: updated 2013-01-05 14:23:09 +09:00
Daniel Juyung Seo cb2a879f63 layout: bigger description width. 2013-01-03 23:19:40 +09:00
Daniel Juyung Seo a0c51605a5 updated makefile. 2013-01-03 23:15:42 +09:00
Daniel Juyung Seo 73b9a6210f widget: more widget descriptions. 2013-01-03 23:13:57 +09:00
Daniel Juyung Seo b16790c161 theme: use widget_name_get_by_type() more. 2013-01-03 20:50:52 +09:00
Daniel Juyung Seo 82a11b236a gui: select the first style automatically. 2013-01-03 20:49:40 +09:00
Daniel Juyung Seo 51724ad3d2 widget: use widget_name/desc_get_by_type() functions. 2013-01-03 20:46:59 +09:00
Daniel Juyung Seo c28009b93e widget, gui: created 'description' infrastructure. 2013-01-03 20:35:24 +09:00
Daniel Juyung Seo bb09ee841a refactoring: use widget id. 2013-01-03 20:18:53 +09:00
Daniel Juyung Seo 14d1d24ec6 revert the last revert ==> re apply the refactoring things.
Revert "Temporarily revert previous refactoring patch."

This reverts commit eb003042b9.
2013-01-03 19:52:52 +09:00
Daniel Juyung Seo eb003042b9 Temporarily revert previous refactoring patch.
I will work on it later gain.

Revert "refactoring: adopt widget id concept. still going on..."

This reverts commit 60c226cdcd.
2013-01-03 12:37:36 +09:00
Daniel Juyung Seo 60c226cdcd refactoring: adopt widget id concept. still going on... 2013-01-03 04:39:32 +09:00
Daniel Juyung Seo f7617d38d1 widget: added a header inclusion guard code. 2013-01-03 03:59:30 +09:00
Daniel Juyung Seo 33d557fe86 gui, widget: resize preview object on option change. 2013-01-03 03:13:44 +09:00