platform/upstream/elementary.git
11 years agoput a lot more hysterisis on drag detects in genlist...
Carsten Haitzler (Rasterman) [Tue, 2 Jul 2013 10:33:00 +0000 (19:33 +0900)]
put a lot more hysterisis on drag detects in genlist...

11 years agoFix the timing which the content_viewport_resize callback is called.
Jaehwan Kim [Mon, 1 Jul 2013 11:17:30 +0000 (20:17 +0900)]
Fix the timing which the content_viewport_resize callback is called.
It is proper when the EVAS_CALLBACK_RESIZE is called instead of _pan_smart_resize.
When the _pan_smart_resize is called, the geometry of an object is not changed.
So the widget use the signal can miss-calculate the size.

11 years agoelementary/naviframe - If the current item is added as the resize object, the previou...
ChunEon Park [Sun, 30 Jun 2013 08:42:59 +0000 (17:42 +0900)]
elementary/naviframe - If the current item is added as the resize object, the previous will be canceled.
Now, keep the smart members always.

11 years agoRemove Warning
Jaehwan Kim [Sun, 30 Jun 2013 06:30:06 +0000 (15:30 +0900)]
Remove Warning

11 years agoFix the parameter. This is related to previous commit.
Jaehwan Kim [Sun, 30 Jun 2013 06:15:08 +0000 (15:15 +0900)]
Fix the parameter. This is related to previous commit.

11 years agoAdd the elm_scrollable_interface_content_viewport_resize_cb_set.
Jaehwan Kim [Sun, 30 Jun 2013 05:42:34 +0000 (14:42 +0900)]
Add the elm_scrollable_interface_content_viewport_resize_cb_set.
When the viewport is resized, the enrolled function is called.

11 years agofileselector: Fixed regression of rELM3d2ae6d25ddc
Ryuan Choi [Fri, 28 Jun 2013 22:21:57 +0000 (07:21 +0900)]
fileselector: Fixed regression of rELM3d2ae6d25ddc

https://phab.enlightenment.org/T198

After rELM3d2ae6d25ddc, buttons are destroyed when ok_cancel_set(true) is
called twice.
Spotted by uartie.

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Fri, 28 Jun 2013 10:18:24 +0000 (19:18 +0900)]
update po's

11 years agoDnD: rotate the dragwin of the user icon according to the rotation of
Daniel Zaoui [Fri, 28 Jun 2013 08:14:46 +0000 (11:14 +0300)]
DnD: rotate the dragwin of the user icon according to the rotation of
the main win.

11 years agoelementary: fix build without public Eo API turned on.
Cedric Bail [Fri, 28 Jun 2013 01:22:52 +0000 (10:22 +0900)]
elementary: fix build without public Eo API turned on.

11 years agoPrefer eina_stringshare_strlen for shared strings
Ryuan Choi [Thu, 27 Jun 2013 10:21:44 +0000 (19:21 +0900)]
Prefer eina_stringshare_strlen for shared strings

11 years agoelc_naviframe: Use ! instead of ?-operator in _resize_object_reset()
Daniel Willmann [Thu, 27 Jun 2013 08:37:02 +0000 (09:37 +0100)]
elc_naviframe: Use ! instead of ?-operator in _resize_object_reset()

Shorter and easier to understand this way.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoelm config: fix all_flush to not delay as this causes odd behavior in feedback loops...
Carsten Haitzler (Rasterman) [Thu, 27 Jun 2013 08:28:46 +0000 (17:28 +0900)]
elm config: fix all_flush to not delay as this causes odd behavior in feedback loops with x11 and property changes

11 years agoelementary/elm_entry.c : Removed test log.
WooHyun Jung [Thu, 27 Jun 2013 08:09:35 +0000 (17:09 +0900)]
elementary/elm_entry.c : Removed test log.

11 years agoelementar/elm_entry.c : Just fixed memory leak by elm_entry_utf8_to_markup.
WooHyun Jung [Thu, 27 Jun 2013 07:30:54 +0000 (16:30 +0900)]
elementar/elm_entry.c : Just fixed memory leak by elm_entry_utf8_to_markup.

11 years agofileselector : Fix Segfault in elementary file_selector_example when closed
Ryuan Choi [Thu, 27 Jun 2013 06:21:37 +0000 (15:21 +0900)]
fileselector : Fix Segfault in elementary file_selector_example when closed

https://phab.enlightenment.org/T133

list_itc and grid_itc are static variables, but they were managed by file_selector instance.
For example, they are allocated two times and first allocated classes are dangling
when two file selector are created.

This patch moves their init/deinit logic to constructor/destructor of file selector class.

11 years agoelm_gesture_layer.c: fixed warnings.
Daniel Juyung Seo [Thu, 27 Jun 2013 01:43:45 +0000 (10:43 +0900)]
elm_gesture_layer.c: fixed warnings.

11 years agoelm_cnp: Fix building issue when not defined HAVE_ELEMENTARY_X
Alex Wu [Thu, 27 Jun 2013 01:28:12 +0000 (10:28 +0900)]
elm_cnp: Fix building issue when not defined HAVE_ELEMENTARY_X

Put the static function that will be used both by wayland
and x11 at the common place.

11 years agoexamples: refactoring about elm_win_resize_object_add.
Daniel Juyung Seo [Wed, 26 Jun 2013 23:26:42 +0000 (08:26 +0900)]
examples: refactoring about elm_win_resize_object_add.

1. call evas_object_size_hint_weight_set() before calling elm_win_resize_object_add() as documented.
2. evas_object_size_hint_align_set() is not needed for elm_win_resize_object_add().

11 years agoelm_win: Cast Ecore_X_Illume_Indicator_State to Elm_Win_Indicator_Mode
Daniel Willmann [Wed, 26 Jun 2013 16:54:26 +0000 (17:54 +0100)]
elm_win: Cast Ecore_X_Illume_Indicator_State to Elm_Win_Indicator_Mode

Avoids a warning in clang

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoelm_entry: Explicitly cast Elm enums to their Edje counterparts
Daniel Willmann [Wed, 26 Jun 2013 16:54:26 +0000 (17:54 +0100)]
elm_entry: Explicitly cast Elm enums to their Edje counterparts

and vice versa. Avoids some warnings in clang and it helps see that
these are actually different types.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoelc_naviframe.c: Correctly call _resize_object_reset()
Daniel Willmann [Wed, 26 Jun 2013 15:45:54 +0000 (16:45 +0100)]
elc_naviframe.c: Correctly call _resize_object_reset()

Incorrect use of the ?-operator...

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoexamples: refactoring. use elm_win_util_standard_add() for normal cases. season 4.
Daniel Juyung Seo [Wed, 26 Jun 2013 10:11:21 +0000 (19:11 +0900)]
examples: refactoring. use elm_win_util_standard_add() for normal cases. season 4.

now it's done :)

11 years agoexamples: refactoring. use elm_win_util_standard_add() for normal cases. season 3.
Daniel Juyung Seo [Wed, 26 Jun 2013 08:42:50 +0000 (17:42 +0900)]
examples: refactoring. use elm_win_util_standard_add() for normal cases. season 3.

11 years agoDnD: move NULL check to a better place
Daniel Zaoui [Wed, 26 Jun 2013 12:02:09 +0000 (15:02 +0300)]
DnD: move NULL check to a better place

11 years agoGesture Layer: support multiple callbacks per type/state.
Daniel Zaoui [Wed, 26 Jun 2013 06:35:05 +0000 (09:35 +0300)]
Gesture Layer: support multiple callbacks per type/state.

elm_gesture_layer_cb_add/del functions have been added to provide this
functionality.
elm_gesture_layer_cb_set provided only one callback and so was
overriding the callback with the new one.

For ABI compatibility, some rules were needed:
- when set function is called with NULL, all the callbacks of the state will be
removed (old behavior respect)
- try to use set or add/del exclusively with a preference to the new
APIs. This is because of the first rule and because it will be more correct.
- if you remove a callback, only one instance of this callback of this
type/state for this gesture will be removed, by comparing func and data.
It means that if you register twice the same callback/data, it will be added
twice and you will have to remove also twice too.

11 years agohoversel_example_01.c: refactoring example.
Daniel Juyung Seo [Wed, 26 Jun 2013 07:23:48 +0000 (16:23 +0900)]
hoversel_example_01.c: refactoring example.

Make the button text description clear. It was ambigous what will happen if we press the buttons and hoversel items.
This fixes T181 issue. https://phab.enlightenment.org/T181

11 years agoexamples: refactoring. use elm_win_util_standard_add() for normal cases. season 2.
Daniel Juyung Seo [Wed, 26 Jun 2013 06:34:38 +0000 (15:34 +0900)]
examples: refactoring. use elm_win_util_standard_add() for normal cases. season 2.

11 years agoexamples: refactoring. use elm_win_util_standard_add() for normal cases.
Daniel Juyung Seo [Wed, 26 Jun 2013 03:06:34 +0000 (12:06 +0900)]
examples: refactoring. use elm_win_util_standard_add() for normal cases.

11 years agoelementary_config: Fix possible leak when ELM_EFREET is enabled
Ryuan Choi [Wed, 26 Jun 2013 03:49:13 +0000 (12:49 +0900)]
elementary_config: Fix possible leak when ELM_EFREET is enabled

11 years agofix up png's with bad color profiles.
Doug Newgard [Wed, 26 Jun 2013 03:30:44 +0000 (12:30 +0900)]
fix up png's with bad color profiles.

11 years agolist.edc: do not fix h_item_odd's TEXT part horizontally.
Daniel Juyung Seo [Wed, 26 Jun 2013 02:09:19 +0000 (11:09 +0900)]
list.edc: do not fix h_item_odd's TEXT part horizontally.

This fixes T186 issue.
https://phab.enlightenment.org/T186

11 years agolist_example_02.c: remove box. box is not needed in this example.
Daniel Juyung Seo [Wed, 26 Jun 2013 02:02:44 +0000 (11:02 +0900)]
list_example_02.c: remove box. box is not needed in this example.

11 years agosrc/examples: use delete,request callback only when it's really needed. this can...
Daniel Juyung Seo [Wed, 26 Jun 2013 01:54:58 +0000 (10:54 +0900)]
src/examples: use delete,request callback only when it's really needed. this can be covered by elm_policy_set and elm_win_autodel_set easily.

11 years agotest_ctxpopup.c: code cleanup.
Daniel Juyung Seo [Wed, 26 Jun 2013 00:35:55 +0000 (09:35 +0900)]
test_ctxpopup.c: code cleanup.

11 years agoctxpopup_example01.c: delete ctxpopup object when it's dismissed.
Daniel Juyung Seo [Wed, 26 Jun 2013 00:35:26 +0000 (09:35 +0900)]
ctxpopup_example01.c: delete ctxpopup object when it's dismissed.

11 years agoelm_font: Remove unnecessary realloc
Ryuan Choi [Tue, 25 Jun 2013 10:30:56 +0000 (19:30 +0900)]
elm_font: Remove unnecessary realloc

11 years agoGesture Layer: Add API to set the finger size for taps.
Daniel Zaoui [Tue, 25 Jun 2013 07:31:58 +0000 (10:31 +0300)]
Gesture Layer: Add API to set the finger size for taps.
The default value is the one stored in elm_config.

11 years agoGesture Layer: fix to improve fingers taps registration
Aharon Hillel [Sun, 9 Jun 2013 13:14:08 +0000 (16:14 +0300)]
Gesture Layer: fix to improve fingers taps registration

Signed-off-by: Aharon Hillel <a.hillel@samsung.com>
11 years agoedje_externals/elm_web.c, doc/widgets/wiget_preview_web.c: applied api changes elm_we...
Daniel Juyung Seo [Tue, 25 Jun 2013 03:04:27 +0000 (12:04 +0900)]
edje_externals/elm_web.c, doc/widgets/wiget_preview_web.c: applied api changes elm_web_uri -> elm_web_url.

11 years agoexamples: fixed warnings.
Daniel Juyung Seo [Tue, 25 Jun 2013 03:05:33 +0000 (12:05 +0900)]
examples: fixed warnings.

11 years agoelm_image_legacy.h: updated elm_image_file_set() documentation for animated gif image.
Daniel Juyung Seo [Tue, 25 Jun 2013 02:20:25 +0000 (11:20 +0900)]
elm_image_legacy.h: updated elm_image_file_set() documentation for animated gif image.

11 years agoelm_image.c: eo refactoring. place internal functions into a better place.
Daniel Juyung Seo [Tue, 25 Jun 2013 02:15:15 +0000 (11:15 +0900)]
elm_image.c: eo refactoring. place internal functions into a better place.

11 years agoUpdate ChangeLog and NEWS for below commit.
Ryuan Choi [Mon, 24 Jun 2013 23:37:20 +0000 (08:37 +0900)]
Update ChangeLog and NEWS for below commit.

11 years agoelm_notify: Fix crash when timeout is zero
Ryuan Choi [Mon, 24 Jun 2013 23:11:48 +0000 (08:11 +0900)]
elm_notify: Fix crash when timeout is zero

Because _timer_init() can be called multiple times,
sd->timer should be cleard if we will not add new timer

This fixes https://phab.enlightenment.org/T178
Thanks brian.lovin for the report.

11 years agofileselector: Fix possible leak of _buttons_ok_cancel_set
Ryuan Choi [Mon, 24 Jun 2013 21:07:26 +0000 (06:07 +0900)]
fileselector: Fix possible leak of _buttons_ok_cancel_set

When called _buttons_ok_cancel_set(true) two times,
buttons are created without release.

11 years agofileselector: Added @since 1.8 for new APIs
Ryuan Choi [Mon, 24 Jun 2013 11:09:26 +0000 (20:09 +0900)]
fileselector: Added @since 1.8 for new APIs

4c7285d add new APIs but missed "@since 1.8"
Spotted by Hermet.

11 years agofile selector:Add support mime type filter
Ryuan Choi [Wed, 19 Jun 2013 00:00:41 +0000 (09:00 +0900)]
file selector:Add support mime type filter

11 years agoChangeLog: fix ChangeLog spacing
Ryuan Choi [Mon, 24 Jun 2013 06:07:50 +0000 (15:07 +0900)]
ChangeLog: fix ChangeLog spacing

http://en.wikipedia.org/wiki/Changelog mentioned,
Note that between the date and the name, and again between the name and
the email address, there are two spaces each.

11 years agoChangeLog: removed <<<<< HEAD, someone merged wrong.
Ryuan Choi [Mon, 24 Jun 2013 05:39:25 +0000 (14:39 +0900)]
ChangeLog: removed <<<<< HEAD, someone merged wrong.

11 years agoelementary/ctxpopup - more clean code.
ChunEon Park [Mon, 24 Jun 2013 00:54:16 +0000 (09:54 +0900)]
elementary/ctxpopup - more clean code.

11 years agofix style test for genlist -> media-preview not media_preview.
Carsten Haitzler (Rasterman) [Sun, 23 Jun 2013 14:18:13 +0000 (23:18 +0900)]
fix style test for genlist -> media-preview not media_preview.

11 years agogenlist - fix some stacking issues when selecting items with group headers
Carsten Haitzler (Rasterman) [Sun, 23 Jun 2013 06:17:39 +0000 (15:17 +0900)]
genlist - fix some stacking issues when selecting items with group headers

stacking become a lot more complex when re-order mode was added, group
headers and more, so simple raise/lower wasn't enough, so this adds 2
stacking markers (rectangles) and objects are stacked above or below
these 2 markers. that basically provides 4 possible stacking slots
that are easy to address, and if you also still raise/lower you get 6
slots. use these markers for stacking so items go into a fixed
stacking layer when they stack around.

11 years agoelementary/ctxpopup - apply current ctxpopup style to the internal list.
ChunEon Park [Sat, 22 Jun 2013 17:23:23 +0000 (02:23 +0900)]
elementary/ctxpopup - apply current ctxpopup style to the internal list.

11 years agoelementary/ctxpopup - my fault. should be kept for animation.
ChunEon Park [Sat, 22 Jun 2013 07:37:38 +0000 (16:37 +0900)]
elementary/ctxpopup - my fault. should be kept for animation.

11 years agoelementary/ctxpopup - removed unnecesay edc groups
ChunEon Park [Sat, 22 Jun 2013 07:06:02 +0000 (16:06 +0900)]
elementary/ctxpopup - removed unnecesay edc groups

11 years agoctxpopup - block mouse events when ctxpopup is on dismiss.
ChunEon Park [Sat, 22 Jun 2013 06:21:00 +0000 (15:21 +0900)]
ctxpopup - block mouse events when ctxpopup is on dismiss.

11 years agoexit if window cresation failes in tests.
Carsten Haitzler (Rasterman) [Sat, 22 Jun 2013 03:42:59 +0000 (12:42 +0900)]
exit if window cresation failes in tests.

11 years ago[Elm_Entry] Show magnifier when selection handlers are pressed or moved.
Thiep Ha [Sat, 22 Jun 2013 03:36:27 +0000 (12:36 +0900)]
[Elm_Entry] Show magnifier when selection handlers are pressed or moved.

Show magnifier when selection handlers are pressed or moved.
This patch is depended on D171 patch.

Conflicts:

ChangeLog
NEWS

11 years agoWhen mouse moves in longpress state, the cursor should be moved along
Thiep Ha [Sat, 22 Jun 2013 03:24:30 +0000 (12:24 +0900)]
When mouse moves in longpress state, the cursor should be moved along
with magnifier.

Conflicts:

ChangeLog

11 years agoelementary/ctxpopup - + no-dimmed style
ChunEon Park [Fri, 21 Jun 2013 09:54:16 +0000 (18:54 +0900)]
elementary/ctxpopup - + no-dimmed style

11 years agoFix elm_scroller_page_show bug. It have to save the wanted values to show the wanted...
Jaehwan Kim [Wed, 19 Jun 2013 14:31:36 +0000 (23:31 +0900)]
Fix elm_scroller_page_show bug. It have to save the wanted values to show the wanted page.

11 years agopo: updated po files.
Daniel Juyung Seo [Tue, 18 Jun 2013 17:28:57 +0000 (02:28 +0900)]
po: updated po files.

11 years agonaviframe_example.c: added very simple naviframe example.
Daniel Juyung Seo [Tue, 18 Jun 2013 16:55:46 +0000 (01:55 +0900)]
naviframe_example.c: added very simple naviframe example.

11 years agogenlist_example_0x.c: clean up sample codes.
Daniel Juyung Seo [Tue, 18 Jun 2013 16:22:13 +0000 (01:22 +0900)]
genlist_example_0x.c: clean up sample codes.

1. use elm_win_util_standard_add in normal case. don't need to create the bg manually.
2. size hint align is not needed for window resize object.

11 years agoIn case of scroll in scroll, the child scroller have to bounce if parents don't have...
Jaehwan Kim [Tue, 18 Jun 2013 07:28:06 +0000 (16:28 +0900)]
In case of scroll in scroll, the child scroller have to bounce if parents don't have a bounce.

11 years agoelm_layout_legacy.h: added missing ingroup for layout documentation.
Daniel Juyung Seo [Mon, 17 Jun 2013 18:15:50 +0000 (03:15 +0900)]
elm_layout_legacy.h: added missing ingroup for layout documentation.

11 years agoBetter logic for elm_scroller_current_page_get() while scrolling/dragging.
Gustavo Lima Chaves [Mon, 17 Jun 2013 16:23:45 +0000 (13:23 -0300)]
Better logic for elm_scroller_current_page_get() while scrolling/dragging.

We still report the topmost/leftmost page, but DURING animations we
return which of the competing pages on the top, left edge get the
majority of their regions in the viewport.

11 years agosrc/examples/.gitignore: updated git ignore.
Daniel Juyung Seo [Sun, 16 Jun 2013 13:28:46 +0000 (22:28 +0900)]
src/examples/.gitignore: updated git ignore.

11 years agoindex.doxy: add App to infrastructure documentation list.
Daniel Juyung Seo [Sun, 16 Jun 2013 13:25:17 +0000 (22:25 +0900)]
index.doxy: add App to infrastructure documentation list.

11 years agoelementary/naviframe - dont' be popped if the event is freezed and popping is going on.
ChunEon Park [Sun, 16 Jun 2013 10:57:19 +0000 (19:57 +0900)]
elementary/naviframe - dont' be popped if the event is freezed and popping is going on.

11 years agoelm_genlist.h: added missing " in the documentation.
Daniel Juyung Seo [Sat, 15 Jun 2013 14:48:44 +0000 (23:48 +0900)]
elm_genlist.h: added missing " in the documentation.

11 years agoelm_main : Do not release strings which eina_prefix returns
Ryuan Choi [Sat, 15 Jun 2013 04:02:25 +0000 (13:02 +0900)]
elm_main : Do not release strings which eina_prefix returns

The getter functions of eina_prefix just returns internal string.
So they should not be released in application side.

11 years agoFix build break on example
Ryuan Choi [Fri, 14 Jun 2013 00:25:38 +0000 (09:25 +0900)]
Fix build break on example

I got a below break while building example.

/usr/bin/ld: location_example_01.o: undefined reference to symbol 'elocation_address_free'
/usr/bin/ld: note: 'elocation_address_free' is defined in DSO /usr/elocal/lib/libelocation.so.0 so try adding it to the linker command line
/usr/elocal/lib/libelocation.so.0: could not read symbols: Invalid operation

11 years agoFix elm_scroller_child_size_get() to work all scrollables.
Gustavo Lima Chaves [Thu, 13 Jun 2013 21:09:04 +0000 (18:09 -0300)]
Fix elm_scroller_child_size_get() to work all scrollables.

My bad on this one, it was never made to act like so since my
new widget schema.

11 years agoelm_gesture_layer: Fix potential NULL pointer dereference.
Stefan Schmidt [Thu, 13 Jun 2013 15:25:14 +0000 (16:25 +0100)]
elm_gesture_layer: Fix potential NULL pointer dereference.

If _pointer_even_make is false pe stays NULL and might get dereferenced
later. Instead we return now if _pointer_event_make fails.

Thanks to Tom for consulting with the gesture layer code.

11 years agoelm_web: Fix up various typos from URL conversion.
Stefan Schmidt [Thu, 13 Jun 2013 14:43:48 +0000 (15:43 +0100)]
elm_web: Fix up various typos from URL conversion.

Ryuan please check if I adapted these correctly. And next time please
do a compile before pushing it. Spank :)

Thanks to Uartie for spotting it.

11 years agoelm_web: Fix typo.
Ryuan Choi [Thu, 13 Jun 2013 10:02:29 +0000 (19:02 +0900)]
elm_web: Fix typo.

Thanks to ya-kov for reporting this.

11 years agoelementary/naviframe - oops, here more proper check.
ChunEon Park [Thu, 13 Jun 2013 07:36:13 +0000 (16:36 +0900)]
elementary/naviframe - oops, here more proper check.

11 years agoelemenatry/naviframe - keep the current view on top to have events and don't try...
ChunEon Park [Thu, 13 Jun 2013 06:46:16 +0000 (15:46 +0900)]
elemenatry/naviframe - keep the current view on top to have events and don't try to add member for the deleted dummy.

11 years agoPKGBUILD cleanup
Doug Newgard [Thu, 13 Jun 2013 05:25:49 +0000 (14:25 +0900)]
PKGBUILD cleanup

pkgdesc should not include the name of the package (was misspelled anyway)
Licenses were wrong, LGPL2.1, not LGPL2 and missing CCPL
Doesn't need to provide itself or elementary-svn
Shouldn't override user selected options, if they manually add !strip,
!docs, or !zipman, that should be respected unless there's a specific
reason the option needs to be as specified
Shouldn't override user build flags, if they manaually change -g or
-O2, that should be respected unless there's a specific reason that
exact build flag is required.
Doesn't need to disable-static, there are none anyway
make doc should be run in the build function
Don't need to rm -rf $pkgdir/usr, each package function has it's own
$pkgdir and they are all cleared each time makepkg is run
All paths which include a variable should be quoted
Should not put another copy of LGPL2.1 on the system, it's in common
for a reason

11 years agoweb/web2 : Deprecated uri. url will be used instead(2).
Ryuan Choi [Thu, 13 Jun 2013 04:56:16 +0000 (13:56 +0900)]
web/web2 : Deprecated uri. url will be used instead(2).

Sorry, I missed elm_web_legacy.h from previous commit.
In addition, updated ChangeLog and NEWS.

11 years agoweb/web2 : Deprecated uri. url will be used instead.
Ryuan Choi [Thu, 13 Jun 2013 01:21:17 +0000 (10:21 +0900)]
web/web2 : Deprecated uri. url will be used instead.

ewebkit used uri and url as mixed for a long time.
But last year, ewebkit2 decide to use url for the consistency.

Below is discussion and webkit-efl bug about "uri vs url"
https://lists.webkit.org/pipermail/webkit-efl/2012-October/000312.html
https://bugs.webkit.org/show_bug.cgi?id=98643

11 years agoDocument .gitignore split
Eduardo Lima (Etrunko) [Wed, 12 Jun 2013 17:23:49 +0000 (14:23 -0300)]
Document .gitignore split

This is taken verbatim from the linux kernel .gitignore

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
11 years agoelementary/naviframe - more clean code
ChunEon Park [Wed, 12 Jun 2013 13:28:40 +0000 (22:28 +0900)]
elementary/naviframe - more clean code

11 years agoadd more test/example cases to genlist test.
Carsten Haitzler (Rasterman) [Wed, 12 Jun 2013 11:15:52 +0000 (20:15 +0900)]
add more test/example cases to genlist test.

11 years agoupdate po's
Carsten Haitzler (Rasterman) [Wed, 12 Jun 2013 08:21:55 +0000 (17:21 +0900)]
update po's

11 years agoelc_fileselector.c: check null path before fileselector populate.
Daniel Juyung Seo [Wed, 12 Jun 2013 06:03:47 +0000 (15:03 +0900)]
elc_fileselector.c: check null path before fileselector populate.

If no path was selected we don't need to populate fileselector.
This fixes https://phab.enlightenment.org/T132.
Thanks uartie for the report.

11 years agofileselector_example.c: fix the compile command.
Daniel Juyung Seo [Wed, 12 Jun 2013 05:23:13 +0000 (14:23 +0900)]
fileselector_example.c: fix the compile command.

11 years agoelm_check.h: updated check documentation.
Daniel Juyung Seo [Wed, 12 Jun 2013 05:14:25 +0000 (14:14 +0900)]
elm_check.h: updated check documentation.

"on" and "off" text parts work only with "toggle" style of check.
This fixes https://phab.enlightenment.org/T154
Thanks brian.lovin for the report.

11 years agotest_popup.c: refactoring. added comments and empty lines for the readability.
Daniel Juyung Seo [Mon, 10 Jun 2013 06:13:17 +0000 (15:13 +0900)]
test_popup.c: refactoring. added comments and empty lines for the readability.

11 years agoelm_web2: Implemented missing navigation and user-agent APIs.
Ryuan Choi [Wed, 12 Jun 2013 00:17:34 +0000 (09:17 +0900)]
elm_web2: Implemented missing navigation and user-agent APIs.

11 years agoelm_web2: Fixed simple warning
Ryuan Choi [Wed, 12 Jun 2013 00:19:28 +0000 (09:19 +0900)]
elm_web2: Fixed simple warning

11 years agoSplit .gitignore into multiple files
Eduardo Lima (Etrunko) [Tue, 11 Jun 2013 21:11:40 +0000 (18:11 -0300)]
Split .gitignore into multiple files

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
11 years agoelementary/naviframe - it's not intended code. remove it.
ChunEon Park [Tue, 11 Jun 2013 12:55:44 +0000 (21:55 +0900)]
elementary/naviframe - it's not intended code. remove it.

11 years agoels_tooltip: Only call ecore_x_pointer_xy_get() if we're in X
Daniel Willmann [Tue, 11 Jun 2013 11:48:52 +0000 (12:48 +0100)]
els_tooltip: Only call ecore_x_pointer_xy_get() if we're in X

We don't want to call X functions (and segfault) if X is not actually
running.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoels_tooltip.c: Initialize px and py to zero
Daniel Willmann [Tue, 11 Jun 2013 11:46:04 +0000 (12:46 +0100)]
els_tooltip.c: Initialize px and py to zero

px and py might not be set if X support is not compiled in and
ecore_x_pointer_xy_get() is not called. In that case make sure they are
not used uninitialized.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agoels_tooltip: Don't expect to have X running if support is compiled in
Daniel Willmann [Tue, 11 Jun 2013 10:18:25 +0000 (11:18 +0100)]
els_tooltip: Don't expect to have X running if support is compiled in

Refactor the code so common code is not duplicated inside the
if (transparent) and else blocks

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
11 years agocolorselector: Remove srgb and lrgb from Elm_Colorselector_Smart_Data
Ryuan Choi [Tue, 11 Jun 2013 09:54:29 +0000 (18:54 +0900)]
colorselector: Remove srgb and lrgb from Elm_Colorselector_Smart_Data

They are always calculated before used so they can be removed from smart data.

11 years agoelementary/naviframe - Keep the smart members of the naviframe views whenever resize...
ChunEon Park [Tue, 11 Jun 2013 09:08:10 +0000 (18:08 +0900)]
elementary/naviframe - Keep the smart members of the naviframe views whenever resize object is changed.
This prevents the dangling view objects of the naviframe and keep the layer consistency.