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.
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.
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
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.
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.
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.
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
Mike Blumenkrantz [Wed, 24 Sep 2014 15:32:24 +0000 (11:32 -0400)]
revert most recent two elm engine commits
This reverts commits
123ca6a8744729525889bbc09ee1aff4b2b97b75,
0d527b03f4f630e81ab4480d7160bbf6352b0bac
this is still unusable even after being fixed so the fix was unnecessary to begin with
Tom Hacohen [Wed, 24 Sep 2014 10:27:14 +0000 (11:27 +0100)]
Elm container: Ship missing headers.
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
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
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
Boris Faure [Tue, 23 Sep 2014 19:49:56 +0000 (21:49 +0200)]
slider.eo: move since definition to be more conventional
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
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
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>
Jaehwan Kim [Mon, 22 Sep 2014 04:50:58 +0000 (13:50 +0900)]
scale: add a bracket in the ELM_SCALE_SIZE macro.
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.
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.
Daniel Juyung Seo [Sat, 20 Sep 2014 08:22:33 +0000 (17:22 +0900)]
radio: Added more comments about changed smart callback.
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
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.
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.
Mike Blumenkrantz [Thu, 18 Sep 2014 22:19:56 +0000 (18:19 -0400)]
add deskmirror borderless group
Mike Blumenkrantz [Thu, 18 Sep 2014 22:19:43 +0000 (18:19 -0400)]
simplify deskmirror theme programs
Daniel Juyung Seo [Thu, 18 Sep 2014 17:49:30 +0000 (02:49 +0900)]
test_radio: Added a changed callback to a radio group.
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.
Savio Sena [Wed, 17 Sep 2014 23:25:32 +0000 (20:25 -0300)]
lib/autotools: Added Elementary.hh.
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.
Savio Sena [Wed, 17 Sep 2014 23:23:35 +0000 (20:23 -0300)]
examples: Remove a warning during release compilation.
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.
Savio Sena [Wed, 17 Sep 2014 23:20:40 +0000 (20:20 -0300)]
autotools: Removed useless instruction from Eolian++ helper
Savio Sena [Wed, 17 Sep 2014 23:20:13 +0000 (20:20 -0300)]
autotools: Added elementary-cxx.pc.in.
Ryuan Choi [Wed, 17 Sep 2014 22:40:20 +0000 (07:40 +0900)]
Fix build break with elm_web since
4664b183e
Maniphest Tasks: T1482
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.
Savio Sena [Tue, 16 Sep 2014 22:10:40 +0000 (19:10 -0300)]
examples: Add extern "C" guards to C++ example.
Savio Sena [Tue, 16 Sep 2014 21:38:44 +0000 (18:38 -0300)]
autotools: Add efl-cxx.pc when C++ bindings are enabled.
Kai Huuhko [Mon, 15 Sep 2014 11:48:38 +0000 (14:48 +0300)]
mailmap: add my work alias
Igor Murzov [Fri, 12 Sep 2014 10:36:38 +0000 (14:36 +0400)]
Revert revert of my translation updates.
maxerba [Thu, 11 Sep 2014 20:06:39 +0000 (22:06 +0200)]
Updating desktop files
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.
Daniel Kolesa [Wed, 10 Sep 2014 14:09:08 +0000 (15:09 +0100)]
update according to latest eolian changes
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
Daniel Kolesa [Tue, 9 Sep 2014 13:50:35 +0000 (14:50 +0100)]
update to eolian complex types (without complex part for now)
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.
Daniel Kolesa [Mon, 8 Sep 2014 13:58:57 +0000 (14:58 +0100)]
update according to latest eolian changes
Kai Huuhko [Sun, 7 Sep 2014 17:23:44 +0000 (20:23 +0300)]
l10n: Add Finnish translations
Mike Blumenkrantz [Sun, 7 Sep 2014 14:55:48 +0000 (10:55 -0400)]
remove unused comp screen overlay program
Daniel Juyung Seo [Sun, 7 Sep 2014 13:06:47 +0000 (22:06 +0900)]
test_genlist: Fixed typo in the check button.
Daniel Juyung Seo [Sun, 7 Sep 2014 13:00:20 +0000 (22:00 +0900)]
test_gengrid: Added pressed and released callbacks for more tests.
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.
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.
Daniel Juyung Seo [Sun, 7 Sep 2014 08:49:59 +0000 (17:49 +0900)]
test_popup: Renamed focus highlight button name correctly.
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.
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.
Daniel Juyung Seo [Sun, 7 Sep 2014 07:19:14 +0000 (16:19 +0900)]
gesture_layer: Fixed broken gesture layer documentation.
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
Daniel Juyung Seo [Fri, 5 Sep 2014 16:47:45 +0000 (01:47 +0900)]
test_genlist: Added genlist clear scenario on 5th item select.
Daniel Juyung Seo [Fri, 5 Sep 2014 16:33:22 +0000 (01:33 +0900)]
test_genlist: Removed unnecessary casting.
Daniel Juyung Seo [Thu, 4 Sep 2014 16:11:58 +0000 (01:11 +0900)]
elm: Fixed documentations for part_text_aliases.
Daniel Juyung Seo [Thu, 4 Sep 2014 15:08:10 +0000 (00:08 +0900)]
tooltip: Removed unnecessary casting and followed callback function conventions.
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
Vincent Torri [Thu, 4 Sep 2014 16:39:56 +0000 (18:39 +0200)]
create elementary.pc at make time to follow GNU coding standards
Vincent Torri [Thu, 4 Sep 2014 16:25:56 +0000 (18:25 +0200)]
use variable instead of configure replacement
Vincent Torri [Thu, 4 Sep 2014 16:22:24 +0000 (18:22 +0200)]
fix elementary.pc
Vincent Torri [Thu, 4 Sep 2014 16:21:33 +0000 (18:21 +0200)]
use configure variable instead of /elementary
Cedric BAIL [Thu, 4 Sep 2014 14:52:37 +0000 (16:52 +0200)]
pkgbuild: let's not put .eo with the binary.
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.
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
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>
Vincent Torri [Thu, 4 Sep 2014 14:50:56 +0000 (16:50 +0200)]
autotools: use always Requires.private in .pc
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.
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
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
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>
Carsten Haitzler (Rasterman) [Wed, 3 Sep 2014 08:13:00 +0000 (17:13 +0900)]
elm examples - missing -lm link - fix
@fix
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.
Tom Hacohen [Tue, 2 Sep 2014 14:48:47 +0000 (15:48 +0100)]
Update gitignore.
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.
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.
Tom Hacohen [Tue, 2 Sep 2014 09:28:37 +0000 (10:28 +0100)]
C++ bindings: disable generation by default (to follow the efl).
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).
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.
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.
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.
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.
Tom Hacohen [Tue, 2 Sep 2014 08:29:57 +0000 (09:29 +0100)]
C++ bindings: disable generation by default (to follow the efl).
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
Daniel Kolesa [Mon, 1 Sep 2014 14:57:56 +0000 (15:57 +0100)]
update as per latest eolian changes
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
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.
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
Daniel Juyung Seo [Sun, 31 Aug 2014 15:44:10 +0000 (00:44 +0900)]
elm: Added # for enum in the documenation.
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.
Daniel Juyung Seo [Sun, 31 Aug 2014 15:28:07 +0000 (00:28 +0900)]
panel: added more documentations to panel.
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.
Daniel Juyung Seo [Sun, 31 Aug 2014 14:00:51 +0000 (23:00 +0900)]
win: added more descriptions for elm_win_render.
maxerba [Fri, 29 Aug 2014 11:16:08 +0000 (13:16 +0200)]
Updating esperanto and french translations
Daniel Kolesa [Fri, 29 Aug 2014 10:41:44 +0000 (11:41 +0100)]
update as per eolian changes
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