Commit Graph

368 Commits

Author SHA1 Message Date
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
Daniel Juyung Seo 3ea332fdc6 widget_option: used hoversel for popup orient option. 2013-08-30 18:15:48 +09:00
Daniel Juyung Seo 9e6c219537 widget_option: added popup orient set option. 2013-08-30 02:24:08 +09:00
Daniel Juyung Seo cd8e9ce235 option_gui: fixed background settig alignment. 2013-08-29 03:07:43 +09:00
Daniel Juyung Seo 4ce712d44f widget: removed unnecessary variables. 2013-08-29 03:02:08 +09:00
Daniel Juyung Seo 6e4a28e462 gui_option -> option_gui. 2013-08-29 03:01:42 +09:00
Daniel Juyung Seo fdd71ced73 gui_option: fixed formatting. 2013-08-29 02:58:27 +09:00
Daniel Juyung Seo 55cb51f0b6 gui_option: added option save button but not working yet. 2013-08-29 02:57:46 +09:00
Daniel Juyung Seo 2fdc982031 gui: no const for buf. 2013-08-28 22:12:29 +09:00
Daniel Juyung Seo bd8563c7fe widget_option: added genlist widget option, content type. 2013-08-28 22:11:38 +09:00
Daniel Juyung Seo 6fc6deb187 gui/gui_option: changed default background. added background change infrastructure but it's not working yet." 2013-08-28 21:44:40 +09:00
Daniel Juyung Seo a31bbf2823 configure.ac: bump up required elementary version to 1.7.99. 2013-08-28 21:12:30 +09:00
Daniel Juyung Seo 11bb1c1b7f widget_option: added widget option to entry. 2013-08-28 17:37:15 +09:00
Daniel Juyung Seo bad7c1df07 widget_option: added gengrid size change entry feature.
1. on focused, select all text.
2. on activated, apply the changes.
2013-08-26 16:59:22 +09:00
Daniel Juyung Seo f2123d7328 widget: naviframe supports infinit item push. 2013-08-26 16:53:51 +09:00
Daniel Juyung Seo 8c77eff28d README: added command line option. 2013-08-24 05:01:58 +09:00
Daniel Juyung Seo 7fd5ee3063 widget_option: added a padding for the option box.
+ added a macro for the later usage.
2013-08-23 19:56:08 +09:00
Daniel Juyung Seo bc3a730c24 widget_option: added gengrid text length option. 2013-08-23 19:39:12 +09:00
Daniel Juyung Seo 3298ab5040 widget: fixed popup scale support. 2013-08-23 02:07:44 +09:00
Daniel Juyung Seo 67e6f1dfdf widget_option: added genlist widget_option. 2013-08-22 21:57:25 +09:00
Daniel Juyung Seo fddab9f2ba widget_option: added slider widget option support. 2013-08-22 02:37:33 +09:00
Daniel Juyung Seo 619dad556d widget_option: added button widget option support. 2013-08-22 01:17:40 +09:00
Daniel Juyung Seo f07bfc6dfb gui: reset the widget description when style list is poped by naviframe. 2013-08-20 01:33:17 +09:00