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.
Tom Hacohen [Thu, 9 Oct 2014 11:14:14 +0000 (12:14 +0100)]
Elm scrollable: Include the scrollable interface in the main header.
maxerba [Wed, 8 Oct 2014 17:11:25 +0000 (19:11 +0200)]
Updating italian translation
zmike [Tue, 7 Oct 2014 17:18:56 +0000 (13:18 -0400)]
genlist item block recalc checks now more readable
zmike [Tue, 7 Oct 2014 17:18:33 +0000 (13:18 -0400)]
genlist item block recalc checks make more sense
Daniel Zaoui [Mon, 6 Oct 2014 08:29:05 +0000 (11:29 +0300)]
List: fix annoying Valgrind unitialized value.
ChunEon Park [Mon, 6 Oct 2014 05:30:19 +0000 (14:30 +0900)]
panel: remove warning.
ChunEon Park [Mon, 6 Oct 2014 03:11:05 +0000 (12:11 +0900)]
panel: add elm_panel_scrollable_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
Boris Faure [Sun, 5 Oct 2014 13:01:09 +0000 (15:01 +0200)]
synchronize mailmap
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.
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
Jaehwan Kim [Mon, 29 Sep 2014 10:02:18 +0000 (19:02 +0900)]
scale: change the floating number comparison method.
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().
Daniel Juyung Seo [Sun, 28 Sep 2014 14:57:01 +0000 (23:57 +0900)]
authors: Updated authors list.
Daniel Juyung Seo [Sun, 28 Sep 2014 14:49:45 +0000 (23:49 +0900)]
po: Updated po files.
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
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
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).