platform/upstream/elementary.git
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.

11 years agoelc_fileselector: Small formatting fix.
Stefan Schmidt [Tue, 11 Jun 2013 07:48:20 +0000 (08:48 +0100)]
elc_fileselector: Small formatting fix.

Spotted by devilhorns. Somehow I feel watched here. ;)

11 years agocolorselector: Do not send "changed" signal twice when pressed color bar
Ryuan Choi [Tue, 11 Jun 2013 02:13:24 +0000 (11:13 +0900)]
colorselector: Do not send "changed" signal twice when pressed color bar

Regardless of color selector mode, mouse down captured color.
This patch moves callbacks related to picker mode to _start_grab_pick_cb.

11 years agonaviframe - keep the animator just one.
ChunEon Park [Tue, 11 Jun 2013 03:20:10 +0000 (12:20 +0900)]
naviframe - keep the animator just one.

11 years agoelc_fileselector: Fix memory leak in _selected_set.
Stefan Schmidt [Mon, 10 Jun 2013 14:47:54 +0000 (15:47 +0100)]
elc_fileselector: Fix memory leak in _selected_set.

Using ecore_file_dir_get() like this will leak the returned string as we
have no way to control its free'ing. Better use a separate variable for it.

11 years agoelm_cnp: Fix memory leak in error path.
Stefan Schmidt [Mon, 10 Jun 2013 13:53:11 +0000 (14:53 +0100)]
elm_cnp: Fix memory leak in error path.

We allocate info->filename in all cases but missed a free in the error path.

11 years agoelm_colorselector: Refactored not to change RGBA values many times.
Ryuan Choi [Fri, 7 Jun 2013 04:40:34 +0000 (13:40 +0900)]
elm_colorselector: Refactored not to change RGBA values many times.

For example, colors_set changed RGBA five times (The first is in colors_set itself,
the others are in _hsl_to_rgb which called by _rectangle_redraw).

First, this patch splits _rectangle_redraw to 3 separate functions,
_update_colorbars, _update_hsla_from_colorbar and _update_ergb.
So only proper functions will be called instead of _rectangle_redraw.

Second, SIG_CHANGED will be called when RGBA was only changed.

11 years agoChangeLog: fix ChangeLog spacing. it was b0rked at some point.
Daniel Juyung Seo [Mon, 10 Jun 2013 05:53:59 +0000 (14:53 +0900)]
ChangeLog: fix ChangeLog spacing. it was b0rked at some point.

11 years agodiskselector, icon, map, progressbar: no @since for smart callback just use since...
Daniel Juyung Seo [Mon, 10 Jun 2013 05:51:22 +0000 (14:51 +0900)]
diskselector, icon, map, progressbar: no @since for smart callback just use since or it will cause line break in the doxygen documentation.

11 years agoAdd Elementary_Wayland flags & libs to test building
Chris Michael [Mon, 10 Jun 2013 05:47:29 +0000 (06:47 +0100)]
Add Elementary_Wayland flags & libs to test building

Signed-off-by: Chris Michael <cp.michael@samsung.com>
11 years agoChangeLog/NEWS: updated changelog and news for focused and unfocused smartcallback...
Daniel Juyung Seo [Mon, 10 Jun 2013 05:42:01 +0000 (14:42 +0900)]
ChangeLog/NEWS: updated changelog and news for focused and unfocused smartcallback addition.

11 years agopanel, video, web, web2: added focused, unfocused smart callback documentation.
Daniel Juyung Seo [Mon, 10 Jun 2013 05:37:47 +0000 (14:37 +0900)]
panel, video, web, web2: added focused, unfocused smart callback documentation.

11 years agoelm: added more "focused" and "unfocused" documentations.
Daniel Juyung Seo [Mon, 10 Jun 2013 05:12:51 +0000 (14:12 +0900)]
elm: added more "focused" and "unfocused" documentations.

genlist, hover, index, list, map, photocam, progressbar, radio, scroller, slider, slideshow, spinner, toolbar, win.

11 years agoelm: do not declare SIG_FUCSED/SIG_UNFOCUSED if the const char is not used more than...
Daniel Juyung Seo [Mon, 10 Jun 2013 05:05:33 +0000 (14:05 +0900)]
elm: do not declare SIG_FUCSED/SIG_UNFOCUSED if the const char is not used more than once.

ctxpopup, fileselector_button, naviframe, player, popup, bubble, button, calendar, check, clock, colorselector, datetime, diskselector, flipselector, gengrid.

11 years agoelm: fixed focused and unfocused documentation.
Daniel Juyung Seo [Mon, 10 Jun 2013 04:44:25 +0000 (13:44 +0900)]
elm: fixed focused and unfocused documentation.

1. ctxpopup, fileselector_entry, naviframe, popup, bubble, button, calendar, check, clock, colorselector, datetime, diskselector, flipselector, gengrid.
2. since 1.8

11 years agoelm_panel.c: call elm_widget_can_focus_set() just once in smart add.
Daniel Juyung Seo [Mon, 10 Jun 2013 02:17:19 +0000 (11:17 +0900)]
elm_panel.c: call elm_widget_can_focus_set() just once in smart add.

11 years agoelementary/conformant - remove the keyboard area in the conformant if the keyboard...
ChunEon Park [Mon, 10 Jun 2013 04:33:00 +0000 (13:33 +0900)]
elementary/conformant - remove the keyboard area in the conformant if the keyboard state is off.

11 years agoAdd myself in AUTHORS and elm_authors.h
Ryuan Choi [Mon, 10 Jun 2013 02:29:44 +0000 (11:29 +0900)]
Add myself in AUTHORS and elm_authors.h

11 years agocalendar, check, clock, colorselector, datetime, diskselector, flipselector, gengrid...
Daniel Juyung Seo [Sun, 9 Jun 2013 09:55:42 +0000 (18:55 +0900)]
calendar, check, clock, colorselector, datetime, diskselector, flipselector, gengrid: added "focused" and "unfocused" documentations.

11 years agoctxpopup, fileselector_button, naviframe, player, popup, bubble, button: added "focus...
Daniel Juyung Seo [Sun, 9 Jun 2013 09:54:43 +0000 (18:54 +0900)]
ctxpopup, fileselector_button, naviframe, player, popup, bubble, button: added "focused" and "unfocused" documentations.

11 years agoelc_ctxpopup.h: more and better ctxpopup documentation for smart callbacks.
Daniel Juyung Seo [Sun, 9 Jun 2013 09:02:57 +0000 (18:02 +0900)]
elc_ctxpopup.h: more and better ctxpopup documentation for smart callbacks.

1. put numbers for the dismissed smart callback emit cases.
2. added missing language,changed smart callback documentation for ctxpopup.

11 years agoelm_general.h: better documentation.
Daniel Juyung Seo [Sun, 9 Jun 2013 09:01:21 +0000 (18:01 +0900)]
elm_general.h: better documentation.

11 years agodatetime, lable: use SIG_LANG_CHANGED instead of SIG_LANGUAGE_CHANGED for consistency.
Daniel Juyung Seo [Sun, 9 Jun 2013 08:56:30 +0000 (17:56 +0900)]
datetime, lable: use SIG_LANG_CHANGED instead of SIG_LANGUAGE_CHANGED for consistency.

11 years agoelm_widget_toolbar.h: more internal toolbar documentation.
Daniel Juyung Seo [Sun, 9 Jun 2013 08:47:39 +0000 (17:47 +0900)]
elm_widget_toolbar.h: more internal toolbar documentation.

11 years agopo: update po.
Daniel Juyung Seo [Sun, 9 Jun 2013 08:15:11 +0000 (17:15 +0900)]
po: update po.

11 years agodocumentation: fixed a typo.
Daniel Juyung Seo [Sun, 9 Jun 2013 08:14:31 +0000 (17:14 +0900)]
documentation: fixed a typo.

11 years agoelm_widget.h: more widget documentation.
Daniel Juyung Seo [Sun, 9 Jun 2013 08:13:07 +0000 (17:13 +0900)]
elm_widget.h: more widget documentation.

11 years agoconfigure.ac: display enable debug build option.
Daniel Juyung Seo [Sun, 9 Jun 2013 08:12:39 +0000 (17:12 +0900)]
configure.ac: display enable debug build option.

11 years agoelm_widget.h: update elm_wdg_on_focus documentation.
Daniel Juyung Seo [Sun, 9 Jun 2013 07:54:26 +0000 (16:54 +0900)]
elm_widget.h: update elm_wdg_on_focus documentation.