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

9 years agoConfigure: Stop using deprecated AC_HELP_STRING.
Tom Hacohen [Tue, 2 Sep 2014 09:31:29 +0000 (10:31 +0100)]
Configure: Stop using deprecated AC_HELP_STRING.

Use AS_HELP_STRING instead.

9 years agoC++ bindings: disable generation by default (to follow the efl).
Tom Hacohen [Tue, 2 Sep 2014 09:28:37 +0000 (10:28 +0100)]
C++ bindings: disable generation by default (to follow the efl).

9 years agoconfigure.ac: Clean up and add macros for backend-checks.
Vincent Torri [Mon, 1 Sep 2014 08:35:49 +0000 (10:35 +0200)]
configure.ac: Clean up and add macros for backend-checks.

Add an m4 macro and start using it (also fixes some issues).

9 years agoUse pkglibdir instead of libdir/elementary
Vincent Torri [Fri, 29 Aug 2014 17:45:46 +0000 (19:45 +0200)]
Use pkglibdir instead of libdir/elementary

This is cleaner and more correct.

9 years agoMakefiles: ELEMENTARY_BUILD is only defined on windows, no need to check.
Vincent Torri [Fri, 29 Aug 2014 17:32:33 +0000 (19:32 +0200)]
Makefiles: ELEMENTARY_BUILD is only defined on windows, no need to check.

Use ELEMENTARY_BUILD in CPP flags as it will be used only on Windows anyway.

9 years agoReorganise configure.ac layout (and simplify)
Vincent Torri [Fri, 29 Aug 2014 17:05:30 +0000 (19:05 +0200)]
Reorganise configure.ac layout (and simplify)

This includes:
Bumping versions of autoconf and automake.
Remove or replace deprecated macros.
Use correct paths.

9 years agoRevert "C++ bindings: disable generation by default (to follow the efl)."
Tom Hacohen [Tue, 2 Sep 2014 09:19:57 +0000 (10:19 +0100)]
Revert "C++ bindings: disable generation by default (to follow the efl)."

I'll reintroduce this in a moment, was just easier this way in order to
merge Vincent's changes.

This reverts commit d46fa601ef45d579d1448b19887d02ff2dfbb576.

9 years agoC++ bindings: disable generation by default (to follow the efl).
Tom Hacohen [Tue, 2 Sep 2014 08:29:57 +0000 (09:29 +0100)]
C++ bindings: disable generation by default (to follow the efl).

9 years agopanel: resize scrollable content in content_size_set API
Jaeun Choi [Tue, 2 Sep 2014 07:06:08 +0000 (16:06 +0900)]
panel: resize scrollable content in content_size_set API

in elm_panel_scrollable_content_size_set,
not only update size ratio variable but also resize scrollable content

@fix

9 years agoupdate as per latest eolian changes
Daniel Kolesa [Mon, 1 Sep 2014 14:57:56 +0000 (15:57 +0100)]
update as per latest eolian changes

9 years agolabel: Fix size calculation for wrapped label
Thiep Ha [Mon, 1 Sep 2014 14:05:30 +0000 (23:05 +0900)]
label: Fix size calculation for wrapped label

Summary:
Label size is incorrectly calculated (text does not wrap) if
elm_label_line_wrap_set() is called before elm_label_wrap_width_set().

@fix

Test Plan:
The label3 test case is added to show the bug case.
In label3 test case, if we switch the calling sequence of
elm_label_line_wrap_set() and elm_label_wrap_width_set(),
the result is different.

Reviewers: raster, seoz, woohyun, Hermet

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

9 years agoAdd elm_entry_input_hint_set/get API
Jihoon Kim [Mon, 1 Sep 2014 10:04:05 +0000 (19:04 +0900)]
Add elm_entry_input_hint_set/get API

Sets or get the input hint which allows input methods to fine-tune their behavior.

9 years agoel - ELM_MAIN() cleanup. don't need shutdown in elm_main() anymore
Carsten Haitzler (Rasterman) [Mon, 1 Sep 2014 06:29:07 +0000 (15:29 +0900)]
el - ELM_MAIN() cleanup. don't need shutdown in elm_main() anymore

this shouldnt be an abi or api break. it simply makes elm_shutdown
iside elm_main() optional. this is cleaner and more symmetric

9 years agoelm: Added # for enum in the documenation.
Daniel Juyung Seo [Sun, 31 Aug 2014 15:44:10 +0000 (00:44 +0900)]
elm: Added # for enum in the documenation.

9 years agoactionslider: Added descriptions for Elm_Actionslider_Pos and added # for enum.
Daniel Juyung Seo [Sun, 31 Aug 2014 15:40:20 +0000 (00:40 +0900)]
actionslider: Added descriptions for Elm_Actionslider_Pos and added # for enum.

9 years agopanel: added more documentations to panel.
Daniel Juyung Seo [Sun, 31 Aug 2014 15:28:07 +0000 (00:28 +0900)]
panel: added more documentations to panel.

9 years agoconfig: added descriptions for focus move policy enum and added # to enum.
Daniel Juyung Seo [Sun, 31 Aug 2014 15:13:13 +0000 (00:13 +0900)]
config: added descriptions for focus move policy enum and added # to enum.

9 years agowin: added more descriptions for elm_win_render.
Daniel Juyung Seo [Sun, 31 Aug 2014 14:00:51 +0000 (23:00 +0900)]
win: added more descriptions for elm_win_render.

9 years agoUpdating esperanto and french translations
maxerba [Fri, 29 Aug 2014 11:16:08 +0000 (13:16 +0200)]
Updating esperanto and french translations

9 years agoupdate as per eolian changes
Daniel Kolesa [Fri, 29 Aug 2014 10:41:44 +0000 (11:41 +0100)]
update as per eolian changes

9 years agoFix T1482 Fix the issue:elementary_test will crashed after exist genlist tree upstream/1.11.0+57+g8277704
yinsc [Wed, 27 Aug 2014 18:50:43 +0000 (03:50 +0900)]
Fix T1482 Fix the issue:elementary_test will crashed after exist genlist tree

Summary: Removed all global variables for item class

Reviewers: zmike, raster, seoz

Maniphest Tasks: T1482

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

9 years agoupdate according to latest eolian changes
Daniel Kolesa [Wed, 27 Aug 2014 14:44:11 +0000 (15:44 +0100)]
update according to latest eolian changes

9 years agogengrid: Fixed item select logic when item select mode is ALWAYS.
Jae Yong Hwang [Wed, 27 Aug 2014 12:56:38 +0000 (21:56 +0900)]
gengrid: Fixed item select logic when item select mode is ALWAYS.

Summary:
If gengrid select mode is not ELM_OBJECT_SELECT_MODE_ALWAYS, ELM_OBJECT_SELECT_MODE_ALWAYS mode for
elm_genlist_item_select_mode was broken. In the item select routine, item mode(it->mode) was not checked.
So, I added the check routine there.
@fix

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

Reviewers: raster, seoz

Reviewed By: seoz

Subscribers: SanghyeonLee, bluezery

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

9 years agotheme - improve efm icons provided by ApB
Carsten Haitzler (Rasterman) [Wed, 27 Aug 2014 09:12:44 +0000 (18:12 +0900)]
theme - improve efm icons provided by ApB

this fixes T575 wishlist item and improved the icons in default

@feature

9 years agogengrid: Deprecated elm_gengrid_page_show.
Daniel Juyung Seo [Wed, 27 Aug 2014 08:24:01 +0000 (17:24 +0900)]
gengrid: Deprecated elm_gengrid_page_show.

Use elm_scroller_page_show. elm_gengrid_page_bring_in was deprecated
long ago.