platform/upstream/elementary.git
9 years agobg: fix the _elm_bg_elm_layout_sizing_eval bug.
woochanlee [Fri, 10 Oct 2014 15:17:21 +0000 (00:17 +0900)]
bg: fix the _elm_bg_elm_layout_sizing_eval bug.

Summary:
Since the sd->image is swallowed to the edje object, it's position and size will be managed by edje smart object.
in the bg side, it doesn't need to care the position and size of the image.

@fix

Reviewers: Hermet

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

9 years agoelm_interface_scrollable: fix last page get api
Hosang Kim [Fri, 10 Oct 2014 05:36:52 +0000 (14:36 +0900)]
elm_interface_scrollable: fix last page get api

Summary: First page's number is 0. So I changed '+' to '-'.

Reviewers: seoz, jaehwan, Hermet

Reviewed By: Hermet

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

9 years agoelm_image no longer crashes when deleting the image from a download callback
Mike Blumenkrantz [Thu, 9 Oct 2014 20:51:42 +0000 (16:51 -0400)]
elm_image no longer crashes when deleting the image from a download callback

9 years agoElm win: Rename duplicate eo property wm_manual_rotation_done.
Tom Hacohen [Thu, 9 Oct 2014 11:27:59 +0000 (12:27 +0100)]
Elm win: Rename duplicate eo property wm_manual_rotation_done.

This has to be renamed otherwise it clashes for bindings.

9 years agoElm scrollable: Include the scrollable interface in the main header.
Tom Hacohen [Thu, 9 Oct 2014 11:14:14 +0000 (12:14 +0100)]
Elm scrollable: Include the scrollable interface in the main header.

9 years agoUpdating italian translation
maxerba [Wed, 8 Oct 2014 17:11:25 +0000 (19:11 +0200)]
Updating italian translation

9 years agogenlist item block recalc checks now more readable
zmike [Tue, 7 Oct 2014 17:18:56 +0000 (13:18 -0400)]
genlist item block recalc checks now more readable

9 years agogenlist item block recalc checks make more sense
zmike [Tue, 7 Oct 2014 17:18:33 +0000 (13:18 -0400)]
genlist item block recalc checks make more sense

9 years agoList: fix annoying Valgrind unitialized value.
Daniel Zaoui [Mon, 6 Oct 2014 08:29:05 +0000 (11:29 +0300)]
List: fix annoying Valgrind unitialized value.

9 years agopanel: remove warning.
ChunEon Park [Mon, 6 Oct 2014 05:30:19 +0000 (14:30 +0900)]
panel: remove warning.

9 years agopanel: add elm_panel_scrollable_get()
ChunEon Park [Mon, 6 Oct 2014 03:11:05 +0000 (12:11 +0900)]
panel: add elm_panel_scrollable_get()

9 years agoIntroduce current_name_{set|get}
Ryuan Choi [Sun, 5 Oct 2014 23:08:24 +0000 (08:08 +0900)]
Introduce current_name_{set|get}

Summary:
When fileselector is opened, it would be nice to be able to provide initial filename.
Like "Untitled Document" in Gedit, when save for the first time.

More details in Gedit,
Gedit provies default name, "Untitled Document" and does not change default name
while navigating directories.
Once we selected any file, Gedit changes value of name entry to selected filename and
it is not also changed while navigating directories.

@feature

Reviewers: seoz, yakov-g

Reviewed By: yakov-g

Subscribers: seoz

Maniphest Tasks: T1664

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

9 years agosynchronize mailmap
Boris Faure [Sun, 5 Oct 2014 13:01:09 +0000 (15:01 +0200)]
synchronize mailmap

9 years agoChange according to recent Eo changes, and fix related wrong unrefs.
Tom Hacohen [Tue, 30 Sep 2014 13:53:17 +0000 (14:53 +0100)]
Change according to recent Eo changes, and fix related wrong unrefs.

eo_add()'s counterpart is eo_del, not eo_unref. Regardless of that, some
objects were being double-deleted which spew out some eo errors. These
things should now be fixed.

bc6b6aa457be1325caa5cb86a0a9e166cbb5a7cb is the relevant EFL commit.

9 years agoelm_menu: Add item_signal_emit_hook for elm_menu
Jaehyun Cho [Tue, 30 Sep 2014 01:58:18 +0000 (10:58 +0900)]
elm_menu: Add item_signal_emit_hook for elm_menu

Summary: Add item_signal_emit_hook for elm_menu

Reviewers: Hermet

Reviewed By: Hermet

Subscribers: seoz

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

9 years agoscale: change the floating number comparison method.
Jaehwan Kim [Mon, 29 Sep 2014 10:02:18 +0000 (19:02 +0900)]
scale: change the floating number comparison method.

9 years agoelm_object_item: add a convenient macro api.
ChunEon Park [Mon, 29 Sep 2014 10:00:09 +0000 (19:00 +0900)]
elm_object_item: add a convenient macro api.

elm_object_item_translatable_set().

9 years agoauthors: Updated authors list.
Daniel Juyung Seo [Sun, 28 Sep 2014 14:57:01 +0000 (23:57 +0900)]
authors: Updated authors list.

9 years agopo: Updated po files.
Daniel Juyung Seo [Sun, 28 Sep 2014 14:49:45 +0000 (23:49 +0900)]
po: Updated po files.

9 years agoelementary: Adding example to demonstrate radio "changed" functionality.
Srivardhan Hebbar [Sun, 28 Sep 2014 13:14:09 +0000 (22:14 +0900)]
elementary: Adding example to demonstrate radio "changed" functionality.

Summary:
Added this example which demonstrate the exact behavior or "changed" in radio button.
After changing the documentation of "changed" as in https://phab.enlightenment.org/D1445, thought the example might be useful, so added this.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: devilhorns, stefan_schmidt, seoz

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

9 years agoupdate images copying to point to new urls and explicit cc license ver
Carsten Haitzler (Rasterman) [Fri, 26 Sep 2014 23:54:51 +0000 (08:54 +0900)]
update images copying to point to new urls and explicit cc license ver

9 years agoElm win: fix wrong deletion of elm windows.
Tom Hacohen [Fri, 26 Sep 2014 09:09:15 +0000 (10:09 +0100)]
Elm win: fix wrong deletion of elm windows.

This is a fix upon 6e7686c030fab162edb3128de005ec00ea8c0ffc.
This correctly deletes the list even if the windows are still referenced
and even if they are deleted from under out feets.

9 years agoscale: fix the floating number comparison.
Jaehwan Kim [Fri, 26 Sep 2014 03:07:34 +0000 (12:07 +0900)]
scale: fix the floating number comparison.

There's no meaning 0.00001 in scale. So in that case, it is ignored.

9 years agoslider: Removed unnecessary layer set call for popup.
Amitesh Singh [Thu, 25 Sep 2014 17:05:47 +0000 (02:05 +0900)]
slider: Removed unnecessary layer set call for popup.

Summary:
Setting layer of a smart member is not required as it would remain
on same layer of slider.

Reviewers: raster, seoz

Reviewed By: seoz

Subscribers: seoz

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

9 years agoEo related: Change according to recent changes in eo_add().
Tom Hacohen [Thu, 25 Sep 2014 16:39:32 +0000 (17:39 +0100)]
Eo related: Change according to recent changes in eo_add().

For more info check out a7560dbc61953c3652780f232e38adbd2d711972 in
the EFL tree.

9 years agoElm win: Fixed wrong deletion of win objects.
Tom Hacohen [Thu, 25 Sep 2014 16:14:27 +0000 (17:14 +0100)]
Elm win: Fixed wrong deletion of win objects.

Some of them may be reference still, you don't want to do this.

9 years agoEo: Get rid of eo_add_custom.
Tom Hacohen [Thu, 25 Sep 2014 09:31:35 +0000 (10:31 +0100)]
Eo: Get rid of eo_add_custom.

This has been deprecated for a while and is now completely dropped.

9 years agogenlist: Removed unnecessary casting of genlist item.
Amitesh Singh [Wed, 24 Sep 2014 16:36:03 +0000 (01:36 +0900)]
genlist: Removed unnecessary casting of genlist item.

Reviewers: seoz

Subscribers: seoz

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

9 years agorevert most recent two elm engine commits
Mike Blumenkrantz [Wed, 24 Sep 2014 15:32:24 +0000 (11:32 -0400)]
revert most recent two elm engine commits

This reverts commits 123ca6a8744729525889bbc09ee1aff4b2b97b750d527b03f4f630e81ab4480d7160bbf6352b0bac

this is still unusable even after being fixed so the fix was unnecessary to begin with

9 years agoElm container: Ship missing headers.
Tom Hacohen [Wed, 24 Sep 2014 10:27:14 +0000 (11:27 +0100)]
Elm container: Ship missing headers.

9 years ago+elm_win_trap_data_get()
Mike Blumenkrantz [Tue, 23 Sep 2014 21:38:22 +0000 (17:38 -0400)]
+elm_win_trap_data_get()

needed when using win traps to get the trap ctx at non-hookpoints

9 years agoremove accel_override from elm_config
Mike Blumenkrantz [Tue, 23 Sep 2014 20:55:11 +0000 (16:55 -0400)]
remove accel_override from elm_config

if this is saved, it can never be unset, which means that a user who later gains/loses hw accel can never change the existing config value

@fix

9 years agoelm_win should not check ELM_ACCEL variable if application has overridden it
Mike Blumenkrantz [Tue, 23 Sep 2014 20:44:17 +0000 (16:44 -0400)]
elm_win should not check ELM_ACCEL variable if application has overridden it

also simplify these checks to make it more clear how the ordering should work

@fix

9 years agoslider.eo: move since definition to be more conventional
Boris Faure [Tue, 23 Sep 2014 19:49:56 +0000 (21:49 +0200)]
slider.eo: move since definition to be more conventional

9 years agotest_genlist: Fixed wrong frame title in the genlist focus test.
Daniel Juyung Seo [Tue, 23 Sep 2014 17:10:55 +0000 (02:10 +0900)]
test_genlist: Fixed wrong frame title in the genlist focus test.

Test Plan: elementary_test -> genlist focus

Reviewers: Hermet

Subscribers: seoz

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

9 years agonaviframe: hide item added by elm_naviframe_item_insert_before()
Wonguk Jeong [Tue, 23 Sep 2014 09:46:26 +0000 (11:46 +0200)]
naviframe: hide item added by elm_naviframe_item_insert_before()

Fixes T1650

9 years agoautotools: modified autogen.sh to be able to build from different directory.
Srivardhan Hebbar [Mon, 22 Sep 2014 12:37:57 +0000 (14:37 +0200)]
autotools: modified autogen.sh to be able to build from different directory.

Summary:
Right now we cannot have a designated build directory and we should build in the source directory. So the proposed solution lets you to build from any directory.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: raster, cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agoscale: add a bracket in the ELM_SCALE_SIZE macro.
Jaehwan Kim [Mon, 22 Sep 2014 04:50:58 +0000 (13:50 +0900)]
scale: add a bracket in the ELM_SCALE_SIZE macro.

9 years agoelm - we should not get our pc files to use hidden libs like x/wl
Carsten Haitzler (Rasterman) [Sun, 21 Sep 2014 02:11:28 +0000 (11:11 +0900)]
elm - we should not get our pc files to use hidden libs like x/wl

ecore_x, ecore_wl, ecore_drm etc. were being linked to clients as they
were added to the pc file - they should not have been. elm hides
these. it's meant to hide them. remove them from the pc file.

9 years agotest_radio: Did internal refactoring and added more group test example.
Daniel Juyung Seo [Sat, 20 Sep 2014 08:23:03 +0000 (17:23 +0900)]
test_radio: Did internal refactoring and added more group test example.

9 years agoradio: Added more comments about changed smart callback.
Daniel Juyung Seo [Sat, 20 Sep 2014 08:22:33 +0000 (17:22 +0900)]
radio: Added more comments about changed smart callback.

9 years agoelementary: Corrected documentation of "changed" in elm_radio.
Srivardhan Hebbar [Sat, 20 Sep 2014 07:46:07 +0000 (16:46 +0900)]
elementary: Corrected documentation of "changed" in elm_radio.

Summary:
Changed the text for Radio "changed" event to:
This is called when the radio object is selected.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: stefan_schmidt, seoz

Reviewed By: stefan_schmidt, seoz

Subscribers: stefan_schmidt

Maniphest Tasks: T1657

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

9 years agodocs: Sync e.css file from efl to elementary
Stefan Schmidt [Fri, 19 Sep 2014 13:49:15 +0000 (15:49 +0200)]
docs: Sync e.css file from efl to elementary

The edcref changes are not needed in Elementary but we still want to keep
this file in sync.

9 years agoscale: set the base scale of the application.
Jaehwan Kim [Fri, 19 Sep 2014 04:45:03 +0000 (13:45 +0900)]
scale: set the base scale of the application.

The scale is used for the application to be scaled.
If the application isn't made on the basis of scale 1.0,
the application layout will be scaled inappositely. So if the
application set the base scale, it is applied when the application is scaled.

9 years agoadd deskmirror borderless group
Mike Blumenkrantz [Thu, 18 Sep 2014 22:19:56 +0000 (18:19 -0400)]
add deskmirror borderless group

9 years agosimplify deskmirror theme programs
Mike Blumenkrantz [Thu, 18 Sep 2014 22:19:43 +0000 (18:19 -0400)]
simplify deskmirror theme programs

9 years agotest_radio: Added a changed callback to a radio group.
Daniel Juyung Seo [Thu, 18 Sep 2014 17:49:30 +0000 (02:49 +0900)]
test_radio: Added a changed callback to a radio group.

9 years agoautotools: Simplified src/lib/Makefile.am quite a bit.
Savio Sena [Wed, 17 Sep 2014 23:26:07 +0000 (20:26 -0300)]
autotools: Simplified src/lib/Makefile.am quite a bit.

Introduced new .eo lists avoiding redundancy. Create targets to install
generated C++ bindings.

9 years agolib/autotools: Added Elementary.hh.
Savio Sena [Wed, 17 Sep 2014 23:25:32 +0000 (20:25 -0300)]
lib/autotools: Added Elementary.hh.

9 years agopkg-config: Brought latest "echo compatibility" changes from EFL to m4/efl.m4.
Savio Sena [Wed, 17 Sep 2014 23:24:32 +0000 (20:24 -0300)]
pkg-config: Brought latest "echo compatibility" changes from EFL to m4/efl.m4.

9 years agoexamples: Remove a warning during release compilation.
Savio Sena [Wed, 17 Sep 2014 23:23:35 +0000 (20:23 -0300)]
examples: Remove a warning during release compilation.

9 years agotests: Clean-up elementary-cxx test suite.
Savio Sena [Wed, 17 Sep 2014 23:21:39 +0000 (20:21 -0300)]
tests: Clean-up elementary-cxx test suite.

Removed unnecessary includes.
Added missing bindings.
Added extern "C" guards.

9 years agoautotools: Removed useless instruction from Eolian++ helper
Savio Sena [Wed, 17 Sep 2014 23:20:40 +0000 (20:20 -0300)]
autotools: Removed useless instruction from Eolian++ helper

9 years agoautotools: Added elementary-cxx.pc.in.
Savio Sena [Wed, 17 Sep 2014 23:20:13 +0000 (20:20 -0300)]
autotools: Added elementary-cxx.pc.in.

9 years agoFix build break with elm_web since 4664b183e
Ryuan Choi [Wed, 17 Sep 2014 22:40:20 +0000 (07:40 +0900)]
Fix build break with elm_web since 4664b183e

Maniphest Tasks: T1482

9 years agotest_genlist: added a test to clear the genlist no item,focused call.
Daniel Juyung Seo [Wed, 17 Sep 2014 23:37:55 +0000 (16:37 -0700)]
test_genlist: added a test to clear the genlist no item,focused call.

9 years agoexamples: Add extern "C" guards to C++ example.
Savio Sena [Tue, 16 Sep 2014 22:10:40 +0000 (19:10 -0300)]
examples: Add extern "C" guards to C++ example.

9 years agoautotools: Add efl-cxx.pc when C++ bindings are enabled.
Savio Sena [Tue, 16 Sep 2014 21:38:44 +0000 (18:38 -0300)]
autotools: Add efl-cxx.pc when C++ bindings are enabled.

9 years agomailmap: add my work alias
Kai Huuhko [Mon, 15 Sep 2014 11:48:38 +0000 (14:48 +0300)]
mailmap: add my work alias

9 years agoRevert revert of my translation updates.
Igor Murzov [Fri, 12 Sep 2014 10:36:38 +0000 (14:36 +0400)]
Revert revert of my translation updates.

9 years agoUpdating desktop files
maxerba [Thu, 11 Sep 2014 20:06:39 +0000 (22:06 +0200)]
Updating desktop files

9 years agoRevert "rename all pager theme groups to match the module that uses it"
Carsten Haitzler (Rasterman) [Thu, 11 Sep 2014 07:25:47 +0000 (16:25 +0900)]
Revert "rename all pager theme groups to match the module that uses it"

This reverts commit e3e158b3887a93097d954a75d2d74eff3f4ec24f.

no - this breaks theme api. AGAIN ... like e18. see email to e-devel.

9 years agoupdate according to latest eolian changes
Daniel Kolesa [Wed, 10 Sep 2014 14:09:08 +0000 (15:09 +0100)]
update according to latest eolian changes

9 years agorename all pager theme groups to match the module that uses it
Mike Blumenkrantz [Wed, 10 Sep 2014 13:04:14 +0000 (09:04 -0400)]
rename all pager theme groups to match the module that uses it

this should have been done with the module rename, and this release is the last chance to get it fixed before it has to be permanently maintained with wrong names

9 years agoupdate to eolian complex types (without complex part for now)
Daniel Kolesa [Tue, 9 Sep 2014 13:50:35 +0000 (14:50 +0100)]
update to eolian complex types (without complex part for now)

9 years agoCnP/Wayland: Fix window check for Wayland invocations.
Daniel Zaoui [Mon, 8 Sep 2014 10:51:56 +0000 (13:51 +0300)]
CnP/Wayland: Fix window check for Wayland invocations.

This was leading to never enter the cnp functions dedicated to Wayland,
as the given object was not a window. The Copy And Paste test was not
working for this reason.

9 years agoupdate according to latest eolian changes
Daniel Kolesa [Mon, 8 Sep 2014 13:58:57 +0000 (14:58 +0100)]
update according to latest eolian changes

9 years agol10n: Add Finnish translations
Kai Huuhko [Sun, 7 Sep 2014 17:23:44 +0000 (20:23 +0300)]
l10n: Add Finnish translations

9 years agoremove unused comp screen overlay program
Mike Blumenkrantz [Sun, 7 Sep 2014 14:55:48 +0000 (10:55 -0400)]
remove unused comp screen overlay program

9 years agotest_genlist: Fixed typo in the check button.
Daniel Juyung Seo [Sun, 7 Sep 2014 13:06:47 +0000 (22:06 +0900)]
test_genlist: Fixed typo in the check button.

9 years agotest_gengrid: Added pressed and released callbacks for more tests.
Daniel Juyung Seo [Sun, 7 Sep 2014 13:00:20 +0000 (22:00 +0900)]
test_gengrid: Added pressed and released callbacks for more tests.

9 years agotest_genlist: Added more focus tests for popup creation on item mouse down and item...
Daniel Juyung Seo [Sun, 7 Sep 2014 10:43:24 +0000 (19:43 +0900)]
test_genlist: Added more focus tests for popup creation on item mouse down and item select.

9 years agotest_genlist: Added 'add more items' button to genlist focus test.
Daniel Juyung Seo [Sun, 7 Sep 2014 09:46:15 +0000 (18:46 +0900)]
test_genlist: Added 'add more items' button to genlist focus test.

9 years agotest_popup: Renamed focus highlight button name correctly.
Daniel Juyung Seo [Sun, 7 Sep 2014 08:49:59 +0000 (17:49 +0900)]
test_popup: Renamed focus highlight button name correctly.

9 years agotest_genlist: Refactored internal codes.
Daniel Juyung Seo [Sun, 7 Sep 2014 08:49:04 +0000 (17:49 +0900)]
test_genlist: Refactored internal codes.

Created internal function _test_genlist_focus_option_panel_create() as it is
getting too big.

9 years agoelm_gesture: Moved since at the end of each api's documentation.
Daniel Juyung Seo [Sun, 7 Sep 2014 07:23:15 +0000 (16:23 +0900)]
elm_gesture: Moved since at the end of each api's documentation.

9 years agogesture_layer: Fixed broken gesture layer documentation.
Daniel Juyung Seo [Sun, 7 Sep 2014 07:19:14 +0000 (16:19 +0900)]
gesture_layer: Fixed broken gesture layer documentation.

9 years agogenlist: Fixed a crash bug in case of calling a genlist_clear in a select callback...
Jae Yong Hwang [Fri, 5 Sep 2014 16:47:55 +0000 (01:47 +0900)]
genlist: Fixed a crash bug in case of calling a genlist_clear in a select callback function.

Summary:
If item select callback is elm_genlist_clear and genlist object have many item, elm_genlist_clear was broken.
This reason is due to incorrect code. In Old code, check the item focus  after an item was deleted. So, I changed the order of the code.
Before item was deleted, Check the item focus.
@fix

Test Plan: I revised the elementary_test code and tested with that.

Reviewers: raster, SanghyeonLee, seoz

Reviewed By: seoz

Subscribers: bluezery, SanghyeonLee

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

9 years agotest_genlist: Added genlist clear scenario on 5th item select.
Daniel Juyung Seo [Fri, 5 Sep 2014 16:47:45 +0000 (01:47 +0900)]
test_genlist: Added genlist clear scenario on 5th item select.

9 years agotest_genlist: Removed unnecessary casting.
Daniel Juyung Seo [Fri, 5 Sep 2014 16:33:22 +0000 (01:33 +0900)]
test_genlist: Removed unnecessary casting.

9 years agoelm: Fixed documentations for part_text_aliases.
Daniel Juyung Seo [Thu, 4 Sep 2014 16:11:58 +0000 (01:11 +0900)]
elm: Fixed documentations for part_text_aliases.

9 years agotooltip: Removed unnecessary casting and followed callback function conventions.
Daniel Juyung Seo [Thu, 4 Sep 2014 15:08:10 +0000 (00:08 +0900)]
tooltip: Removed unnecessary casting and followed callback function conventions.

9 years agoconform, inwin, progressbar, radio: Fixed wrong part_alias_description implementation...
Daniel Juyung Seo [Thu, 4 Sep 2014 10:45:34 +0000 (19:45 +0900)]
conform, inwin, progressbar, radio: Fixed wrong part_alias_description implementations and documentations.

@fix

9 years agocreate elementary.pc at make time to follow GNU coding standards
Vincent Torri [Thu, 4 Sep 2014 16:39:56 +0000 (18:39 +0200)]
create elementary.pc at make time to follow GNU coding standards

9 years agouse variable instead of configure replacement
Vincent Torri [Thu, 4 Sep 2014 16:25:56 +0000 (18:25 +0200)]
use variable instead of configure replacement

9 years agofix elementary.pc
Vincent Torri [Thu, 4 Sep 2014 16:22:24 +0000 (18:22 +0200)]
fix elementary.pc

9 years agouse configure variable instead of /elementary
Vincent Torri [Thu, 4 Sep 2014 16:21:33 +0000 (18:21 +0200)]
use configure variable instead of /elementary

9 years agopkgbuild: let's not put .eo with the binary.
Cedric BAIL [Thu, 4 Sep 2014 14:52:37 +0000 (16:52 +0200)]
pkgbuild: let's not put .eo with the binary.

9 years agomain: do not throw warning on previously working code.
Cedric BAIL [Thu, 4 Sep 2014 14:38:27 +0000 (16:38 +0200)]
main: do not throw warning on previously working code.

Now that we forcefully shutdown elementary, we will always it the case below 0
for older code and throw some useless warning.

9 years agomodule: detect extention just based on if its windows or not.
Cedric BAIL [Thu, 4 Sep 2014 14:25:38 +0000 (16:25 +0200)]
module: detect extention just based on if its windows or not.

This follow what we do on other part of EFL and should fix issue on Mac OS X.

Should fix D1161 at the same time.

@fix

9 years agoautotools: simplify .pc.in.
Vincent Torri [Thu, 4 Sep 2014 15:10:37 +0000 (17:10 +0200)]
autotools: simplify .pc.in.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agoautotools: use always Requires.private in .pc
Vincent Torri [Thu, 4 Sep 2014 14:50:56 +0000 (16:50 +0200)]
autotools: use always Requires.private in .pc

9 years agoautotools: add m4 macro to check for options
Vincent Torri [Thu, 4 Sep 2014 14:43:12 +0000 (16:43 +0200)]
autotools: add m4 macro to check for options

This simplify autotools in elementary by recycling the same m4
and also compilation flags. Less code to read and maintain.

9 years agoAdded text field to show CapsLock hint
kabeer khan [Thu, 4 Sep 2014 15:19:59 +0000 (11:19 -0400)]
Added text field to show CapsLock hint

Summary:
Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Merge branch 'master' of http://git.enlightenment.org/core/elementary

Reviewers: devilhorns, zmike

Maniphest Tasks: T1570

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

9 years agoelm process state - add events and state get function
Carsten Haitzler (Rasterman) [Thu, 4 Sep 2014 06:09:10 +0000 (15:09 +0900)]
elm process state - add events and state get function

this adds the ability to query current process state, and get events
idicating a change in process state and what change that was.

@feature

9 years agoelm_map: the widget use efreet cache home to save image files to, so efreet should...
Tae-Hwan Kim [Wed, 3 Sep 2014 15:04:37 +0000 (17:04 +0200)]
elm_map: the widget use efreet cache home to save image files to, so efreet should be initialized.

Summary: @fix

Reviewers: raster

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
9 years agoelm examples - missing -lm link - fix
Carsten Haitzler (Rasterman) [Wed, 3 Sep 2014 08:13:00 +0000 (17:13 +0900)]
elm examples - missing -lm link - fix

@fix

9 years agofileselector: Fix that anchors are remained when path_entry was focused via keyboard.
Ryuan Choi [Wed, 3 Sep 2014 03:44:05 +0000 (12:44 +0900)]
fileselector: Fix that anchors are remained when path_entry was focused via keyboard.

Removed trick that checks whether mouse is pressed in text field or anchors.

9 years agoUpdate gitignore.
Tom Hacohen [Tue, 2 Sep 2014 14:48:47 +0000 (15:48 +0100)]
Update gitignore.

9 years agoautotools: require a less deprecated gettext and move stuff to be in a more coherent...
Cedric BAIL [Tue, 2 Sep 2014 10:37:34 +0000 (12:37 +0200)]
autotools: require a less deprecated gettext and move stuff to be in a more coherent place.