Commit Graph

7760 Commits

Author SHA1 Message Date
Daniel Zaoui 0ca5c025aa Elementary: header split for DateTime, DaySelector, DiskSelector, Entry,
Flip, Flip Selector, Frame, Gesture Layer, GLView, Hover, Icon,
   Inwin, Label.
2013-04-28 12:06:08 +03:00
Daniel Zaoui 9e713bc791 Elementary: oups... forgot to include the new files in the installation.
Spank on me!!!
2013-04-28 11:38:57 +03:00
Daniel Zaoui bc7feadb88 Elementary: Conform header split. 2013-04-28 09:57:48 +03:00
Daniel Zaoui 052c1fb386 Elementary: Color Selector header split. 2013-04-28 09:56:42 +03:00
Daniel Zaoui 33ce377c11 Elementary: Clock header split. 2013-04-28 09:54:26 +03:00
Daniel Zaoui ae1fbe06dd Elementary: Check header split. 2013-04-28 09:50:23 +03:00
Daniel Zaoui 3731229c9f Elementary: Calendar header split. 2013-04-28 09:49:52 +03:00
Daniel Zaoui daddfcdab6 Elementary: Bubble header split. 2013-04-28 09:47:05 +03:00
Daniel Zaoui fc008bf517 Elementary: Box header split. 2013-04-28 09:44:42 +03:00
Daniel Zaoui c4c815c120 Elementary: Bg header split. 2013-04-28 09:41:30 +03:00
Daniel Zaoui 8bc9e75374 Elementary: Action Slider header split. 2013-04-28 09:37:46 +03:00
Daniel Zaoui db80ddcf98 Elementary: Popup header split. 2013-04-28 09:27:21 +03:00
Daniel Zaoui 04855de17b Elementary: Naviframe header split. 2013-04-28 09:27:17 +03:00
Daniel Zaoui fe72eb8945 Elementary: MultiButton Entry header split. 2013-04-28 09:09:33 +03:00
Daniel Zaoui 5af6b860a8 Elementary: Hoversel header split. 2013-04-28 09:04:28 +03:00
Daniel Zaoui 4d6b7083bf Elementary: File selectors header split. 2013-04-28 09:02:06 +03:00
Daniel Zaoui 961fc60e3d Elementary: Ctx Popup header split. 2013-04-28 08:46:09 +03:00
Daniel Zaoui 2d8526c471 Elementary: Button header split. 2013-04-28 08:37:20 +03:00
Daniel Zaoui f7b273606b Elementary: Add include to Efl_Config.h.
This is the first commit of the headers split phase in elementary.
Now, each widget will have 2 or 3 h files:
- widget_Eo.h: Eo API functions (functions defines, enums, base id).
- widget_Legacy.h: contains the API functions related to objects
- widget_Common.h: common data (structs, enums...) + functions not related to
objects. This file will exist only if needed.

This phase is needed for the EFL 1.8 release to disable Eo APIs if we
consider it is not enough mature to be used by applications.
2013-04-28 08:37:13 +03:00
Ryuan Choi e3aeebb8c7 elc_popup.c: Do not create action_area when buttons are empty 2013-04-27 05:54:42 +09:00
Carsten Haitzler 2f5dd6fd98 fix libm linking
http://trac.enlightenment.org/e/ticket/2339
2013-04-26 20:07:30 +09:00
Daniel Juyung Seo 731ee2b5ae elm_index.h: fixed wrong documentation. 2013-04-26 18:38:56 +09:00
Daniel Juyung Seo 6940c8bc10 toolbar: updated documentations.
1. elm/toolbar/more/default edc.
2. elm_toolbar_more_item_get() API
2013-04-26 17:38:42 +09:00
Daniel Juyung Seo f64c5ecc9b test_inwin.c: added more description about the style and fixed formatting. 2013-04-26 17:38:42 +09:00
Rafael Antognolli 028fcf8827 elm/wayland: Fix window resize when the window is rotated. 2013-04-25 20:02:55 -03:00
Rafael Antognolli 07b420b776 elm_test/window_states: Add a checkbox for enabling fullscreen. 2013-04-25 14:52:55 -03:00
ChunEon Park 9df155edaa elementary/naviframe - fix null pointer access on naviframe item deletion. 2013-04-25 19:26:09 +09:00
Shinwoo Kim 63e74f695b [focus] update child_can_focus on parent, when an widget becomes focusable 2013-04-25 14:59:39 +09:00
Daniel Willmann 48d22cb72c elm_dbus_menu: Fix function signature for the !HAVE_ELDBUS case
The code path that gets compiled if we don't have eldbus was not
updated. This should fix build problems with older efl versions.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
2013-04-24 14:37:25 +01:00
ChunEon Park 65fa37fe9d elementary - fix typo 2013-04-24 12:29:53 +09:00
Lucas De Marchi cb495f13de Rename edbus->eldbus 2013-04-23 13:05:43 -03:00
Daniel Juyung Seo 9634137319 elm_widget.h: removed duplicated function declaration. Thanks Ryuan for the report. 2013-04-23 22:43:48 +09:00
ChunEon Park d139c5bc11 elementary/fileselector_button - rename the internal func. 2013-04-23 21:39:21 +09:00
ChunEon Park fd772a71eb elementary/fileselector_button, fileselector_entry, spinner - support language,changed callback. 2013-04-23 21:00:50 +09:00
ChunEon Park b802b93b55 elementary - fix indentation 2013-04-23 20:54:16 +09:00
ChunEon Park 15cacbe51b elementary - fix typo. 2013-04-23 20:33:08 +09:00
ChunEon Park ff10726141 elementary/ctxpopup, hoversel, naviframe, multibuttonentry, popup, diskselector, list, menu, segment_control, toolbar - support widget item language change 2013-04-23 20:30:15 +09:00
Jaehwan Kim 5153124045 Add 'if' statement for safety 2013-04-23 19:23:16 +09:00
ChunEon Park c81bda1077 elementary/widget item - and add elm_object_item_domain_part_text_translatable_set(). 2013-04-23 17:11:28 +09:00
Jaehwan Kim 9ad338cdfa Fix the scrolled entry in scroller is located wrong position when the cursor is changed.
It is a scroller in scroller. In this case, it moved twice.
2013-04-23 17:03:03 +09:00
ChunEon Park 3e981041c6 elementary/widget - missed new apis eo descriptions. 2013-04-23 16:56:06 +09:00
ChunEon Park e95af92756 elementary/widget - added elm_object_part_text_translatble_set() 2013-04-23 16:49:49 +09:00
Daniel Willmann 5df3e6af2d data/themes: Fix distcheck
Image file wants to be included

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
2013-04-22 18:05:30 +01:00
Yossi Kantor 2b47d9ecd6 Colorselector - selection in palette with up and down arrows is now possible 2013-04-22 11:51:46 +03:00
Shinwoo Kim 3df6097679 [access][navifram] revert accessibility focus chain 2013-04-22 14:55:07 +09:00
Shinwoo Kim 1a20353725 [access] make access object unfocusable, when accessibility is disabled 2013-04-22 14:18:42 +09:00
Ryuan Choi 56592f3778 elm web: Fix build break when enabled ewebkit2
page_group was introduced after r145812 of webkit.
http://trac.webkit.org/changeset/145812
2013-04-20 17:09:50 +09:00
Ryuan Choi 0cf2a93366 elm_win.h : Removed 'rendered' which can make ambiguity. 2013-04-19 13:30:17 +09:00
Daniel Juyung Seo 4ad5e116a9 test_index.c: added index omit feature enable, disable option. 2013-04-19 03:03:58 +09:00
Daniel Juyung Seo ea8177ecd1 elm_index.h: added missing 'since' description. fixed documentation. 2013-04-19 02:48:32 +09:00