platform/upstream/elementary.git
10 years agofileselector: Remove invalid or unnecessary comment
Ryuan Choi [Wed, 6 Nov 2013 10:26:57 +0000 (19:26 +0900)]
fileselector: Remove invalid or unnecessary comment

10 years agoelm_list.c: fixed a bug when any item is selected without control on multi select...
Daniel Juyung Seo [Wed, 6 Nov 2013 04:36:34 +0000 (13:36 +0900)]
elm_list.c: fixed a bug when any item is selected without control on multi select with control mode.

When any item is selected without control on multi select with control mode, already selected items should be unselected automatically.

10 years agotest_list.c: Fixed list multi select internal structure name.
Daniel Juyung Seo [Wed, 6 Nov 2013 04:11:41 +0000 (13:11 +0900)]
test_list.c: Fixed list multi select internal structure name.

10 years agotest_genlist.c: Added genlist multi select example.
Daniel Juyung Seo [Wed, 6 Nov 2013 04:11:23 +0000 (13:11 +0900)]
test_genlist.c: Added genlist multi select example.

10 years agofileselector.edc: Fixed button part size calculationg issue.
Daniel Juyung Seo [Tue, 5 Nov 2013 19:38:55 +0000 (04:38 +0900)]
fileselector.edc: Fixed button part size calculationg issue.

Do not fix the height of button swallow part so that it can be expanded.
This fixes T238.

10 years agotest.c: Splitted elementary_test List categories into List, Genlist, and Gengrid.
Daniel Juyung Seo [Tue, 5 Nov 2013 18:32:50 +0000 (03:32 +0900)]
test.c: Splitted elementary_test List categories into List, Genlist, and Gengrid.

This is because there are too many list examples and it was quite hard to find a proper test.

10 years agotest_list.c: Splitted list multi select example.
Daniel Juyung Seo [Tue, 5 Nov 2013 18:23:41 +0000 (03:23 +0900)]
test_list.c: Splitted list multi select example.

10 years agotest_list.c: fix list focus example to enable the focus highlight and animation for...
Daniel Juyung Seo [Tue, 5 Nov 2013 18:09:54 +0000 (03:09 +0900)]
test_list.c: fix list focus example to enable the focus highlight and animation for the proper window.

10 years agoDnD: Fix compilation errors by adapting the multi-callbacks to Wayland.
Daniel Zaoui [Tue, 5 Nov 2013 15:26:51 +0000 (17:26 +0200)]
DnD: Fix compilation errors by adapting the multi-callbacks to Wayland.

10 years agoRemove whitespace
Chris Michael [Tue, 5 Nov 2013 09:50:17 +0000 (09:50 +0000)]
Remove whitespace

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoupdate po's
Carsten Haitzler (Rasterman) [Tue, 5 Nov 2013 09:12:57 +0000 (18:12 +0900)]
update po's

10 years agoDnD: multi-callbacks support
Daniel Zaoui [Mon, 4 Nov 2013 13:08:53 +0000 (15:08 +0200)]
DnD: multi-callbacks support

This features permits execution of more than one set of functions during
DnD.
Delete function API has been modified to give the developer the
possibility to remove a specific set of functions.

10 years agoDnD: Code improvement + variables renaming
Daniel Zaoui [Sun, 27 Oct 2013 09:27:17 +0000 (11:27 +0200)]
DnD: Code improvement + variables renaming

Little code improvement
Rename cbdata with dropdata

10 years agotest_list.c: Added elm_list_multi_select_mode_set() example.
Daniel Juyung Seo [Tue, 5 Nov 2013 05:18:47 +0000 (14:18 +0900)]
test_list.c: Added elm_list_multi_select_mode_set() example.

10 years agoelm_list.c: Added a real support for ELM_OBJECT_MULTI_SELECT_MODE_WITH_CONTROL for...
Daniel Juyung Seo [Tue, 5 Nov 2013 05:17:15 +0000 (14:17 +0900)]
elm_list.c: Added a real support for ELM_OBJECT_MULTI_SELECT_MODE_WITH_CONTROL for list.

This was missed in a8efd7676eb95378355f4d603ddff938279703af.

10 years agoelm_list.c: Split _item_unselect() into _item_unhighlight() and _item_unselect().
Daniel Juyung Seo [Tue, 5 Nov 2013 05:11:40 +0000 (14:11 +0900)]
elm_list.c: Split _item_unselect() into _item_unhighlight() and _item_unselect().

10 years agotest_list.c: Internal refactoring.
Daniel Juyung Seo [Tue, 5 Nov 2013 02:22:46 +0000 (11:22 +0900)]
test_list.c: Internal refactoring.

1. Use EINA_FALSE instead of 0
2. Set the parent widget correctly.
3. Remove unused multi_select_set.
4. Give a meaningful label to the first list item.
5. Call item_selected_set to the second item.
6. Remove unnecessary box.

10 years agotest_popup.c: Removed unused array.
Daniel Juyung Seo [Tue, 5 Nov 2013 00:29:44 +0000 (09:29 +0900)]
test_popup.c: Removed unused array.

10 years agoelementary_test: remove ELM_LIB_QUICKLAUNCH
Jean-Philippe Andre [Mon, 4 Nov 2013 08:54:31 +0000 (17:54 +0900)]
elementary_test: remove ELM_LIB_QUICKLAUNCH

Refer to the previous commits for the reason.
Remove all #ifndef ELM_LIB_QUICKLAUNCH from the test files.

10 years agoelm_list: Added missing elm_list_multi_select_mode_set/get API for list to fix the...
Daniel Juyung Seo [Tue, 5 Nov 2013 00:22:25 +0000 (09:22 +0900)]
elm_list: Added missing elm_list_multi_select_mode_set/get API for list to fix the API consistency between multi selectable widgets.

This was omitted by genlist/gengrid multi select mode set/get() commit ae03d3cef36abd27ff530e350e39ae401f4f389e.

10 years agoChangeLog/NEWS: removed unnecessary entries from ChangeLog and NEWS.
Daniel Juyung Seo [Mon, 4 Nov 2013 15:17:23 +0000 (00:17 +0900)]
ChangeLog/NEWS: removed unnecessary entries from ChangeLog and NEWS.

Genlist/Gengrid multi select mode was changed in another way.
Refer ae03d3cef36abd27ff530e350e39ae401f4f389e.

10 years agoelm_slider.c, elm_image.c: Removed executable permission from c source.
Daniel Juyung Seo [Mon, 4 Nov 2013 05:57:42 +0000 (14:57 +0900)]
elm_slider.c, elm_image.c: Removed executable permission from c source.

Please be more careful of file permission.

10 years agoelementary - removed unintended conflicted lines
ChunEon Park [Mon, 4 Nov 2013 13:19:09 +0000 (22:19 +0900)]
elementary - removed unintended conflicted lines

that was introduced by a61bbe7dcf0c6936e3104b35d56a7ed330da4176

10 years agoRevert "popup: Added support for popup move. elm_popup_move."
ChunEon Park [Mon, 4 Nov 2013 13:17:03 +0000 (22:17 +0900)]
Revert "popup: Added support for popup move. elm_popup_move."

This reverts commit f67ecb2028dd663aa4b0d9fe78b2a392ac169e7e.

Conflicts:

ChangeLog
NEWS
src/bin/test_popup.c

Sorry, Pend this to 1.8 after.
Let's think about adding this API more carefully.

10 years agofix elm_config_glayer_*_set/get header comment and changelog
Seunggyun Kim [Mon, 4 Nov 2013 12:18:15 +0000 (21:18 +0900)]
fix elm_config_glayer_*_set/get header comment and changelog

Summary: fix elm_config_glayer_*_set/get header comment

Reviewers: seoz, jaehwan, raster

Reviewed By: raster

Differential Revision: https://phab.enlightenment.org/D151

Conflicts:

ChangeLog

10 years agoelm_widget.c: Fixed warning while scrolling elementary_test using arrow
Ryuan Choi [Mon, 4 Nov 2013 12:14:45 +0000 (21:14 +0900)]
elm_widget.c: Fixed warning while scrolling elementary_test using arrow

Summary: Checked whether object which direction pointed is NULL before getting it's data

Reviewers: seoz, raster

Reviewed By: raster

Differential Revision: https://phab.enlightenment.org/D95

10 years agoPOTFILES.in : Added missing files in src/lib
Ryuan Choi [Mon, 4 Nov 2013 12:01:06 +0000 (21:01 +0900)]
POTFILES.in : Added missing files in src/lib

Reviewers: seoz, raster

Reviewed By: raster

Differential Revision: https://phab.enlightenment.org/D76

10 years agoelementary: automatically detect if compiler can build quicklaunch binary.
Cedric Bail [Mon, 4 Nov 2013 11:14:47 +0000 (20:14 +0900)]
elementary: automatically detect if compiler can build quicklaunch binary.

10 years agogengrid: Fixed documentation typo.
Ryuan Choi [Mon, 4 Nov 2013 09:45:38 +0000 (18:45 +0900)]
gengrid: Fixed documentation typo.

10 years agoalpha1 release autofoo/build tree work to pass distcheck and actually work v1.8.0-alpha1
Carsten Haitzler (Rasterman) [Mon, 4 Nov 2013 09:32:44 +0000 (18:32 +0900)]
alpha1 release autofoo/build tree work to pass distcheck and actually work

10 years agoQuicklaunch: Remove extra build code for elm_test
Jean-Philippe Andre [Mon, 4 Nov 2013 08:19:43 +0000 (17:19 +0900)]
Quicklaunch: Remove extra build code for elm_test

Now that we know we can just compile PIE programs and run them with
quicklaunch, let's simplify the build logic.
I'm pretty sure it even gives a nice boost in the build process :)

10 years agoelm/quicklaunch: Improve executable path search
Jean-Philippe Andre [Mon, 4 Nov 2013 06:12:51 +0000 (15:12 +0900)]
elm/quicklaunch: Improve executable path search

Always search executable based on CWD if possible.
This way, elementary_run behaves more like sh where all of
sh script, sh ./script and sh `pwd`/script will work.

Also, remove quicklaunch-specific ELM_MAIN.
This needs some doc, but compiling with -fpie and -pie is much
better.

Note: There's an API/ABI break here, BUT these APIs are marked
as not to be used outside macros. And there isn't any macro
using them :)

10 years agoelm/quicklaunch: Increment _elm_init_count in ql_init
Jean-Philippe Andre [Mon, 4 Nov 2013 03:21:49 +0000 (12:21 +0900)]
elm/quicklaunch: Increment _elm_init_count in ql_init

Apps call elm_shutdown before exiting. But when using
Quiklaunch, elm_init has never been called, so the
init count is still 0.

This will be especially useful since programs compiled
with -fPIC and linked with -pie can be loaded by
Quicklaunch.

10 years agoRevert "elm_conform.c: Added "virtualkeypad,size,changed" smart callback."
ChunEon Park [Mon, 4 Nov 2013 05:51:06 +0000 (14:51 +0900)]
Revert "elm_conform.c: Added "virtualkeypad,size,changed" smart callback."

This reverts commit cbd7446f0bf413ad821ac40703d2a2ca728758ef.

Conflicts:

ChangeLog
NEWS

Please be more considerable to add this feature.
The function itself is not logical and we don't think it's proper for the conformant yet.

10 years agoelm_theme: Add API to specify exactly the Eina_File to be used as extension or overlay.
Cedric Bail [Mon, 4 Nov 2013 05:26:05 +0000 (14:26 +0900)]
elm_theme: Add API to specify exactly the Eina_File to be used as extension or overlay.

10 years agotest_index.c: Internal refactoring. Reduce the window size and do not expand the...
Daniel Juyung Seo [Mon, 4 Nov 2013 04:19:44 +0000 (13:19 +0900)]
test_index.c: Internal refactoring. Reduce the window size and do not expand the button.

Now it looks nicer and still shows the index clipping sample.

10 years agoelm_index.c: Process signal right away when elm_index_item_selected_set() is called...
Daniel Juyung Seo [Mon, 4 Nov 2013 04:13:23 +0000 (13:13 +0900)]
elm_index.c: Process signal right away when elm_index_item_selected_set() is called. Patch by Moohyun Shin <moohyun.shin@samsung.com>

Reviewer: SeoZ

10 years agoelm_theme: use Eina_File all over the place in an attempt to reduce race condition.
Cedric Bail [Mon, 4 Nov 2013 03:17:58 +0000 (12:17 +0900)]
elm_theme: use Eina_File all over the place in an attempt to reduce race condition.

10 years agoelm_image: add mmap_set infrastructure.
Cedric Bail [Mon, 4 Nov 2013 03:17:42 +0000 (12:17 +0900)]
elm_image: add mmap_set infrastructure.

10 years agotest_popup.c: Refactored elm_popup_move() example.
Daniel Juyung Seo [Sun, 3 Nov 2013 17:02:50 +0000 (02:02 +0900)]
test_popup.c: Refactored elm_popup_move() example.

10 years agogengrid/genlist: added Eo compatibles for elm_genlist/gengrid_multi_select_mode_set...
Daniel Juyung Seo [Sun, 3 Nov 2013 16:15:58 +0000 (01:15 +0900)]
gengrid/genlist: added Eo compatibles for elm_genlist/gengrid_multi_select_mode_set/get() APIs.

10 years agogenlist/gengrid: Fixed documentation typos.
Daniel Juyung Seo [Sun, 3 Nov 2013 15:39:25 +0000 (00:39 +0900)]
genlist/gengrid: Fixed documentation typos.

10 years agoGenlist/Gengrid: Added multi select mode for genlist/gengrid.
Daniel Juyung Seo [Sun, 3 Nov 2013 14:58:57 +0000 (23:58 +0900)]
Genlist/Gengrid: Added multi select mode for genlist/gengrid.

elm_genlist_multi_select_mode_set/get()
elm_gengrid_multi_select_mode_set/get()

10 years agopopup: Added support for popup move. elm_popup_move.
Abhinandan Aryadipta [Sun, 3 Nov 2013 14:01:19 +0000 (23:01 +0900)]
popup: Added support for popup move. elm_popup_move.

Summary: Added support for popup move

Test Plan: elm_popup_move

Reviewers: seoz, singh.amitesh, tasn, Hermet

CC: raster
Differential Revision: https://phab.enlightenment.org/D247

10 years agoFix the theme of the music_control module. It got broken while merged with elm
davemds [Sat, 2 Nov 2013 21:31:52 +0000 (22:31 +0100)]
Fix the theme of the music_control module. It got broken while merged with elm

10 years agoenable access.h again - but comment it as unstable.
Carsten Haitzler (Rasterman) [Sat, 2 Nov 2013 15:16:23 +0000 (00:16 +0900)]
enable access.h again - but comment it as unstable.

10 years agodisable elm_access.h include for now.
Carsten Haitzler (Rasterman) [Sat, 2 Nov 2013 15:13:16 +0000 (00:13 +0900)]
disable elm_access.h include for now.

10 years agoRevert "Unbreak builds against Elementary after recent accessibility change."
Kai Huuhko [Sat, 2 Nov 2013 13:40:31 +0000 (15:40 +0200)]
Revert "Unbreak builds against Elementary after recent accessibility change."

It wasn't as simple as that. Someone should do this properly.

This reverts commit efc64ec914dc2c9aefc6fb28b3c9dcdf806ceea7.

10 years agoUnbreak builds against Elementary after recent accessibility change.
Kai Huuhko [Sat, 2 Nov 2013 13:22:34 +0000 (15:22 +0200)]
Unbreak builds against Elementary after recent accessibility change.

This is the specific error:
/usr/include/elementary-1/Elementary.h:169:24: fatal error: elm_access.h: No such file or directory

Accessibility support was previously disabled by commit
0d61121ce4f87c9e9b0e8d8d7975f815328fe6f5

10 years agogenlist, gengrid: Add ELM_OBJECT_MULTIPLE_SELECT_MODE_WITH_CONTROL
Ryuan Choi [Sat, 2 Nov 2013 11:50:59 +0000 (20:50 +0900)]
genlist, gengrid: Add ELM_OBJECT_MULTIPLE_SELECT_MODE_WITH_CONTROL

Summary:
Some applications like file viewer allow multiple selection only with
Control key was pressed.

Reviewers: seoz, raster

Reviewed By: raster

Differential Revision: https://phab.enlightenment.org/D251

Conflicts:
ChangeLog
NEWS

10 years agoElm_Spinner: UI Concept change fix.
Shilpa Singh [Sat, 2 Nov 2013 11:33:00 +0000 (20:33 +0900)]
Elm_Spinner: UI Concept change fix.

Older UI concept: when text in spinner's entry is inputted and text is
not committed yet and when inc/dec is clicked. do not commit text and
reset the value to older original value.

New UI concept:
When Text in spinner's entry is inputted and text is not committed yet
and when inc/dec buttons are clicked.
Commit the entry's text and inc/dec accordingly.
If entry' s text is already modified owing to min/max update, then do not inc/dec.

Signed-off by: Shilpa Singh <shilpa.singh@samsung.com>

10 years agounbreak wayland elm build more - use get_surface_id api
Carsten Haitzler (Rasterman) [Sat, 2 Nov 2013 02:51:50 +0000 (11:51 +0900)]
unbreak wayland elm build more - use get_surface_id api

10 years agowayland support - unbreak build since structs are now private
Carsten Haitzler (Rasterman) [Sat, 2 Nov 2013 02:38:57 +0000 (11:38 +0900)]
wayland support - unbreak build since structs are now private

10 years agoelm access - if we disable apis then disable the tests too - unbreak build
Carsten Haitzler (Rasterman) [Sat, 2 Nov 2013 01:48:12 +0000 (10:48 +0900)]
elm access - if we disable apis then disable the tests too - unbreak build

10 years agoNEWS: Removed disabled APIs for elm 1.8 release in NEWS.
Daniel Juyung Seo [Fri, 1 Nov 2013 19:45:09 +0000 (04:45 +0900)]
NEWS: Removed disabled APIs for elm 1.8 release in NEWS.

I am not sure if I have to remove them from ChangeLog.

10 years agoelm_cnp.c: Disable cnp debug mode by default.
Daniel Juyung Seo [Fri, 1 Nov 2013 19:28:06 +0000 (04:28 +0900)]
elm_cnp.c: Disable cnp debug mode by default.

10 years agoelm_access: Disable public accessibility APIs in elm 1.8 release.
Daniel Juyung Seo [Fri, 1 Nov 2013 19:23:15 +0000 (04:23 +0900)]
elm_access: Disable public accessibility APIs in elm 1.8 release.

Accessibility APIs are added after elm 1.7 and they are not stable yet.
Disabled those APIs for elm 1.8 release. We are going to work on them after elm 1.8 release.

10 years agoRevert maximize support ... apparently this has already been "fixed"
Chris Michael [Fri, 1 Nov 2013 07:25:15 +0000 (07:25 +0000)]
Revert maximize support ... apparently this has already been "fixed"
... will have to look into why it does not work here propertly tho..

Revert "Fix elm client applications to support maximize properly (ie: removing"

This reverts commit 28763963bb9e26ea25ca182acc294c0a02f03ba2.

10 years agoRevert this ... apparently it has already been "fixed"
Chris Michael [Fri, 1 Nov 2013 07:24:45 +0000 (07:24 +0000)]
Revert this ... apparently it has already been "fixed"

Revert "Add missing EINA_UNUSED to function params."

This reverts commit 15b355a1195f0371c4e74d942ef9fcfa86a4a469.

10 years agoadd @since 1.8 for new elm theme api's
Carsten Haitzler (Rasterman) [Fri, 1 Nov 2013 01:56:02 +0000 (10:56 +0900)]
add @since 1.8 for new elm theme api's

10 years agopo: updated po files.
Daniel Juyung Seo [Thu, 31 Oct 2013 23:43:25 +0000 (08:43 +0900)]
po: updated po files.

10 years agoAdd missing EINA_UNUSED to function params.
Chris Michael [Thu, 31 Oct 2013 17:05:17 +0000 (17:05 +0000)]
Add missing EINA_UNUSED to function params.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoFix elm client applications to support maximize properly (ie: removing
Chris Michael [Thu, 31 Oct 2013 17:00:23 +0000 (17:00 +0000)]
Fix elm client applications to support maximize properly (ie: removing
border shadow and resizing properly).

NB: Elm Theme needs fullscreen support old man !! :P

Signed-off-by: Chris Michael <cp.michael@samsung.com>
10 years agoelm theme - add some api's to expose info so e can use elm's theme stuff
Carsten Haitzler (Rasterman) [Thu, 31 Oct 2013 14:22:18 +0000 (23:22 +0900)]
elm theme - add some api's to expose info so e can use elm's theme stuff

10 years agosync elm theme with e17 theme changes made.
Carsten Haitzler (Rasterman) [Thu, 31 Oct 2013 13:19:03 +0000 (22:19 +0900)]
sync elm theme with e17 theme changes made.

10 years agoaccess: fixed a typo. _elm_access_object_hilight -> _elm_access_object_highlight.
Daniel Juyung Seo [Thu, 31 Oct 2013 14:01:56 +0000 (23:01 +0900)]
access: fixed a typo. _elm_access_object_hilight -> _elm_access_object_highlight.

10 years agoelementary/elc_ctxpopup.c : Focus-direction-go should be tried after checking focus...
WooHyun Jung [Thu, 31 Oct 2013 07:50:48 +0000 (16:50 +0900)]
elementary/elc_ctxpopup.c : Focus-direction-go should be tried after checking focus next object.

10 years agoremove +x bit from .c file!
Carsten Haitzler (Rasterman) [Wed, 30 Oct 2013 12:28:01 +0000 (21:28 +0900)]
remove +x bit from .c file!

10 years agocompliance/licensing - clarify, fix formatting and point to tldrlegal.com
Carsten Haitzler (Rasterman) [Wed, 30 Oct 2013 10:28:16 +0000 (19:28 +0900)]
compliance/licensing - clarify, fix formatting and point to tldrlegal.com

10 years agoelm_slider: Step set/get API additions.
Daniel Juyung Seo [Wed, 30 Oct 2013 09:56:29 +0000 (18:56 +0900)]
elm_slider: Step set/get API additions.

Issue: As step size was hard coded in the widget, when slider indicator is dragged

using a key event or during accessibility the value was not exactly incremented/decremented

instead same value was shown more than1 time/values were skipped.

Solution: Two APIs added which will set/get step size.

Reviewer: SeoZ
Reviewer Comment: This is a manual merge of D293 due to arc issue on Shilpa.
I modified some codes from her original code. She'll use arc next time.
 fixed documentation
 fixed typos.
 fixed indentation
 used macro
 added some guide codes.
 removed unnecessary empty line.
 updated NEWS and ChangeLog.

10 years agoelm_conform.c: Added "virtualkeypad,size,changed" smart callback.
Daniel Juyung Seo [Wed, 30 Oct 2013 07:17:57 +0000 (16:17 +0900)]
elm_conform.c: Added "virtualkeypad,size,changed" smart callback.

When the virtualkeypad size is changed, applications get the notice.
Applications can do internal object calculation according to the exact virtualkeypad size.
This is useful when the exact size is important such as webkit usecase.

10 years agoNEWS/ChangeLog: Updated NEWS/ChangeLog entry for image click addition on key event.
Daniel Juyung Seo [Tue, 29 Oct 2013 23:52:17 +0000 (08:52 +0900)]
NEWS/ChangeLog: Updated NEWS/ChangeLog entry for image click addition on key event.

10 years agotest_image.c: enhance image click example to look better.
Daniel Juyung Seo [Tue, 29 Oct 2013 23:49:09 +0000 (08:49 +0900)]
test_image.c: enhance image click example to look better.

- Keep the final state.
- Rotate according to the final state.

10 years ago[image] - Added support for "clicked" callback on Return/space/KP_Enter key press.
Amitesh Singh [Tue, 29 Oct 2013 23:32:43 +0000 (08:32 +0900)]
[image] - Added support for "clicked" callback on Return/space/KP_Enter key press.

Summary: [image] - Added support for "clicked" callback on Return/space/KP_Enter key press.

Reviewers: seoz, Hermet

Differential Revision: https://phab.enlightenment.org/D278

10 years agoelm_conform.c: Use more ELM_SAFE_FREE macros.
Daniel Juyung Seo [Tue, 29 Oct 2013 13:49:43 +0000 (22:49 +0900)]
elm_conform.c: Use more ELM_SAFE_FREE macros.

10 years agoelm/win: Do not force maximized status.
Rafael Antognolli [Tue, 29 Oct 2013 10:39:40 +0000 (08:39 -0200)]
elm/win: Do not force maximized status.

When receiving a maximize event from the maximize button, do not force
sd->maximized. We must wait for a state change event, just like when a
window is maximized by the elm_win_maximized_set function. This will
ensure that a maximized smart event is sent.

Additionally, send a elm,state,maximized signal to the edje theme, so it
can update shadows and window decorations correctly.

10 years agoelm/win: Put framespace set code in a common place.
Rafael Antognolli [Tue, 29 Oct 2013 10:42:41 +0000 (08:42 -0200)]
elm/win: Put framespace set code in a common place.

A little refactory that hopefully will prevent future mistakes when
changing this code.

10 years agoelm: Fixed formatting about smart_event check for code consistency.
Daniel Juyung Seo [Mon, 28 Oct 2013 14:06:14 +0000 (23:06 +0900)]
elm: Fixed formatting about smart_event check for code consistency.

- Made it look clearer.
- Removed unnecessary local variables.
- Keep the code sequence consistent.

10 years agoEo: fix macros for table
Daniel Zaoui [Sun, 27 Oct 2013 06:54:26 +0000 (08:54 +0200)]
Eo: fix macros for table

A col variable has been used inside the macro instead of the column
parameter. This first variable is from the legacy API and so didn't have
impact when the function was called from the legacy API.
In GUI Builder, the compilation of the generated C code was failing
because we used directly the Eo API and so was searching for the col
variable.

10 years agoadd another example to ignores
Carsten Haitzler (Rasterman) [Sat, 26 Oct 2013 14:51:10 +0000 (23:51 +0900)]
add another example to ignores

10 years agoStrip color profiles from new pngs
Doug Newgard [Sat, 26 Oct 2013 14:48:55 +0000 (23:48 +0900)]
Strip color profiles from new pngs

Summary: I stripped these in elementary previously, but not in the dark theme repo. When they got copied over, the embedded profiles are back. This strips them again as previously discussed.

Reviewers: raster

Differential Revision: https://phab.enlightenment.org/D269

10 years agoRestricted sizing eval for layout
Iván Briano [Fri, 25 Oct 2013 16:51:33 +0000 (14:51 -0200)]
Restricted sizing eval for layout

This allows to select an axis that the layout will use its current size
to restrict the min size calculation of the inner edje, possibly helping
with textblock min size issues

10 years agoelm button theme - ensure only event part gets events
Carsten Haitzler (Rasterman) [Fri, 25 Oct 2013 13:15:44 +0000 (22:15 +0900)]
elm button theme - ensure only event part gets events

10 years agoelm scroller - try a simpler approach - animator queues idle enterer
Carsten Haitzler (Rasterman) [Fri, 25 Oct 2013 03:36:28 +0000 (04:36 +0100)]
elm scroller - try a simpler approach - animator queues idle enterer

this allows the idle enterer to pick up all prior stored events like
move coords etc. just before going idle (and rendering).

10 years agoRevert "elm scroller - also allow animator still to ALSO drive scroll for smoothing"
Carsten Haitzler (Rasterman) [Fri, 25 Oct 2013 02:59:55 +0000 (03:59 +0100)]
Revert "elm scroller - also allow animator still to ALSO drive scroll for smoothing"

This reverts commit e52ddca9b0d424c5e1dfeeec501f4a95544e3dbb.
This reverts commit 7a7ea7d61e8a321dcd2046d07a0473e57a87d8b2.

10 years agoelm_entry_common.h: added more description to elm_entry_utf8_to_markup api.
Daniel Juyung Seo [Fri, 25 Oct 2013 05:05:09 +0000 (14:05 +0900)]
elm_entry_common.h: added more description to elm_entry_utf8_to_markup api.

10 years agoefl_thread examples: fixed comment typos.
Daniel Juyung Seo [Thu, 24 Oct 2013 15:40:18 +0000 (00:40 +0900)]
efl_thread examples: fixed comment typos.

10 years agospinner: added signals "spinner,drag,start" and "spinner,drag,stop"
Christophe Sadoine [Wed, 23 Oct 2013 13:43:02 +0000 (22:43 +0900)]
spinner: added signals "spinner,drag,start" and "spinner,drag,stop"

Reviewers: seoz

CC: seoz
Differential Revision: https://phab.enlightenment.org/D271

10 years ago[slider] - show popup on left/right/up/down key down press and hide popup on ...
Amitesh Singh [Wed, 23 Oct 2013 07:42:04 +0000 (16:42 +0900)]
[slider] - show popup on left/right/up/down key down press and hide popup on            left/right/up/down key up press.

Test Plan: elementary_test->slider

Reviewers: seoz, Hermet

Differential Revision: https://phab.enlightenment.org/D275

10 years agoelc_naviframe.h: added more description about stack architecture of naviframe.
Daniel Juyung Seo [Tue, 22 Oct 2013 14:13:32 +0000 (23:13 +0900)]
elc_naviframe.h: added more description about stack architecture of naviframe.

10 years agoelm scroller - also allow animator still to ALSO drive scroll for smoothing
Carsten Haitzler (Rasterman) [Tue, 22 Oct 2013 10:01:00 +0000 (11:01 +0100)]
elm scroller - also allow animator still to ALSO drive scroll for smoothing

10 years agoscrollable - try using a job for move events for scrollinh instead of animator
Carsten Haitzler (Rasterman) [Mon, 21 Oct 2013 12:04:01 +0000 (21:04 +0900)]
scrollable - try using a job for move events for scrollinh instead of animator

10 years agoDrag & Drop: add overlapping feature.
Daniel Zaoui [Sun, 13 Oct 2013 03:56:04 +0000 (06:56 +0300)]
Drag & Drop: add overlapping feature.

This feature is essential if two overlapping widgets can receive drop
information.
Until now, if two widgets (e.g background and button) were added as drop
targets, pointing to common coordinates would have given priority to the
first inserted as drop target.
Now, it will determine which widget is supposed to receive this drop
target by using the same mechanism as used for mouse move, i.e by
walking on the objects tree whose pointer passes through.

A test has been added (Overlapping DnD) to show how this feature can be
used. You can drop in bg, box and button.

10 years agoelementary/elm_entry.c : theme,changed smart callback can move the cursor position...
WooHyun Jung [Mon, 21 Oct 2013 11:59:43 +0000 (20:59 +0900)]
elementary/elm_entry.c : theme,changed smart callback can move the cursor position ! Thanks Daniel~

10 years agoelementary/elm_entry.c : evas_smart_objects_calculate in elm_widget_show_region_set...
WooHyun Jung [Mon, 21 Oct 2013 10:45:53 +0000 (19:45 +0900)]
elementary/elm_entry.c : evas_smart_objects_calculate in elm_widget_show_region_set can delete elm_entry.

10 years agoelc_fileselector: Update items of file_view to follow changes of selected path
Ryuan Choi [Mon, 21 Oct 2013 02:14:47 +0000 (11:14 +0900)]
elc_fileselector: Update items of file_view to follow changes of selected path

This patch implmented for fileselector to monitor and update changes of selected
path. So, changes of selected path from other applications such as mkdir will be
applied to the file_view without refresh.

This feature is only available with EIO.

10 years agoelm: Added missing undefs.
Daniel Juyung Seo [Fri, 18 Oct 2013 17:20:34 +0000 (02:20 +0900)]
elm: Added missing undefs.

10 years agogengrid: adopted ELM_PRIV_XXX_SIGNALS to reduce human mistake.
Ryuan Choi [Fri, 18 Oct 2013 15:06:25 +0000 (00:06 +0900)]
gengrid: adopted ELM_PRIV_XXX_SIGNALS to reduce human mistake.

"index,update" signal is missing in signal description.

So, This patch refactored signal declarations to avoid mistakes.
It was introduced since b430c07ca1f1.

10 years agoelm_photo: Do not call clicked callback when drag and drop started.
Daniel Juyung Seo [Fri, 18 Oct 2013 11:33:47 +0000 (20:33 +0900)]
elm_photo: Do not call clicked callback when drag and drop started.

10 years agotest_photo.c: Refactoring sample code.
Daniel Juyung Seo [Fri, 18 Oct 2013 11:26:14 +0000 (20:26 +0900)]
test_photo.c: Refactoring sample code.

- Removed unnecessary eo_do samples at this stage.
- Removed "drop" callback usage which is not supported in photo widget.
- Fixed wrong smart callback name "drag,stop" -> "drag,end".
- Moved internal functions' position following convensions.