Commit Graph

6840 Commits

Author SHA1 Message Date
Carsten Haitzler e181297a20 typo--
SVN revision: 77183
2012-09-28 08:50:19 +00:00
Kim Shinwoo b52366b70d From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] diskselector - checking middle
item

the diskselector object x-coordinate would not be 0.
but the _scroll_animate_stop_cb() calculates selected item with assumption
that the diskselector object x-coordinate is 0.
so different item which is not in middle of diskselector is selected.



SVN revision: 77182
2012-09-28 08:48:48 +00:00
Jaehwan Kim 01691d9e7d fix indentation
SVN revision: 77177
2012-09-28 04:23:29 +00:00
Jaehwan Kim 052588f9d7 Add the toolbar API which expand the transverse length
SVN revision: 77107
2012-09-27 03:05:50 +00:00
Mike McCormack 33b0007e16 elementary: Fix uninitialized variable warning
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 77101
2012-09-26 19:53:53 +00:00
ChunEon Park b62163cd47 elementary/transit - removed unnecessary line
SVN revision: 77077
2012-09-26 09:15:34 +00:00
Massimo Maiurana 08f0db1165 updating portuguese translations
SVN revision: 77052
2012-09-25 10:53:34 +00:00
Cedric BAIL aeb306bab3 elementary: fix ChangeLog spacing.
SVN revision: 77048
2012-09-25 08:05:25 +00:00
Cedric BAIL 8316dee00d elementary: escape theme filename correctly.
SVN revision: 77046
2012-09-25 08:04:17 +00:00
Flavio Vinicius Alvares Ceolin 8e82a878e5 elementary_codegen: Improving the example
Adding a table to example to test the new set
of generated functions.



SVN revision: 77040
2012-09-24 19:52:44 +00:00
Flavio Vinicius Alvares Ceolin 63fc09980f elementary_codegen: Adding support for box and table
Adding the follow functions if the part is a BOX:

   - elm_layout_box_append
   - elm_layout_box_prepend
   - elm_layout_box_insert_before
   - elm_layout_box_insert_at
   - elm_layout_box_remove
   - elm_layout_box_remove_all

or if the part is a TABLE:

   - elm_layout_table_pack
   - elm_layout_table_unpack
   - elm_layout_table_clear



SVN revision: 77039
2012-09-24 19:52:22 +00:00
Carsten Haitzler 4e4f0c40c1 dont blink curosr while not focused in elm and... make cursor a blink
not fade - less wakeups :)



SVN revision: 77037
2012-09-24 14:45:54 +00:00
Cedric BAIL 4f0e673c1d elementary: build elm map correctly without Ecore_Con.
SVN revision: 76968
2012-09-21 13:12:02 +00:00
ChunEon Park 512278bba2 elementry/naviframe - [E-devel] Elc_Naviframe: Animation optimization patch
Hi All,

Please find attached patch for naviframe animation optimization.
This patch makes sure animation happens smoothly even if content is heavy.
i.e, this patch makes sure animation is deferred so that it is visible(showing full transition time)
even if content takes more time in creation.

Change description:
Naviframe Animation optimization for smoother animation.

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

Thanks & Regards
Shilpa Singh



SVN revision: 76929
2012-09-21 05:28:55 +00:00
ChunEon Park 06172c86cc elementary - updated po
SVN revision: 76928
2012-09-21 05:26:53 +00:00
Daniel Juyung Seo a54d133cb3 elm popup.edc: Fixed broken popup item. Spotted by Amit S <amit@smargav.com>. Special thanks to Hermet as well.
SVN revision: 76926
2012-09-21 02:01:56 +00:00
Daniel Juyung Seo 2abea4b740 elm popup_example_03.c: Fixed wrong string.
SVN revision: 76925
2012-09-21 00:18:03 +00:00
Flavio Vinicius Alvares Ceolin 83405f2366 edje_codegen: Fixing a bug in the build system
The name of the edc's example is codegen_example.edc and not
codegen.edc

Problem spotted by Sleep_Walker.



SVN revision: 76920
2012-09-20 22:39:07 +00:00
Michael BOUCHAUD 8efb8ae427 elementary: Changelog
SVN revision: 76900
2012-09-20 09:18:49 +00:00
Michael BOUCHAUD 2bae83010b elementary: fix wrong size calc when an item have setted tittle_visible_set to false
SVN revision: 76897
2012-09-20 09:16:55 +00:00
Aharon Hillel 19b2e5e892 elementary: Fixed show/hide direction for ctx-popup ui-mirroring
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 76892
2012-09-20 08:13:28 +00:00
Daniel Juyung Seo e8fa4f8035 elm index: Fixed unused variable warnings.
SVN revision: 76879
2012-09-20 00:49:07 +00:00
Mike McCormack 25ead9a8a8 elementary: Fix unused variable warnings
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 76876
2012-09-19 21:01:01 +00:00
Michael BOUCHAUD 3bbf200509 elementary: fix resizing on naviframe when an item is poped (typo)
SVN revision: 76870
2012-09-19 14:34:03 +00:00
Aharon Hillel 56dce48238 elementary: Fixed elc_ctxpopup arrow for ui-mirroring
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>

SVN revision: 76861
2012-09-19 13:00:00 +00:00
Jaehwan Kim e7b533d11d Add reorder mode set/get API in Toolbar.
SVN revision: 76841
2012-09-19 05:23:22 +00:00
Leandro Pereira c0f71f3186 elementary_config: Fix typo
SVN revision: 76839
2012-09-18 21:59:25 +00:00
Massimo Maiurana 5d43c02b4e adding gl translations and updating it and pt
SVN revision: 76838
2012-09-18 21:51:43 +00:00
Kim Shinwoo a092d5cb1d From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][access] bubble - access feature

the attached has access feature for bubble widget.
please review it and give some feedback. thanks.



SVN revision: 76798
2012-09-18 10:56:19 +00:00
Carsten Haitzler 93f2e4acb9 matching chlog
SVN revision: 76718
2012-09-17 03:02:02 +00:00
Kim Shinwoo fdaf625316 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] access - activate widget
Subject: [E-devel] [Patch][elementary] scroller, slider - access
activate feature

the previous activate function just get object only. to activate scroller
or slider etc.. it needs more information. so the patch changed previous
activate(Evas_Object *obj) to activate(Evas_Object *obj, Elm_Activate act);
the Elm_Activate can be one of ELM_ACTIVATE_DEFAULT, UP, DOWN, RIGHT, and
LEFT.. you can add more if it is necessary.

I have attached two patches. one is for the slider and the other is for the
scoller.
this patch would support those who wants change value of slider or content
position of scroller on remote side.
this would be useful to the access side or voice control side also.



SVN revision: 76717
2012-09-17 03:01:46 +00:00
Vincent Torri 32be0e5640 whitespaces--
SVN revision: 76707
2012-09-15 23:14:11 +00:00
Massimo Maiurana 76d6b8079f updating russian translation
SVN revision: 76705
2012-09-15 19:43:25 +00:00
Daniel Juyung Seo 6ed7de9616 elm .gitignore: Updated .gitignore.
SVN revision: 76673
2012-09-14 14:37:59 +00:00
Daniel Juyung Seo 794db8f4fb elm test_toolbar.c: Use more explicit variable name and function name.
SVN revision: 76672
2012-09-14 14:37:54 +00:00
Daniel Juyung Seo be9da2624b elm test: Removed unused variables. Fixed shadow warning.
SVN revision: 76671
2012-09-14 14:37:46 +00:00
Kim Shinwoo 93c0a03c68 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] bubble - text set does not
display info text part

current bubble dose not display 'info' which is TEXT part.
i have learned that the following commit would be reverted.
http://trac.enlightenment.org/e/changeset/71516/trunk/elementary/src/lib/elm_bubble.c
or remove 'else' from 'else if' on current
_elm_bubble_smart_text_set();.

anyhow i made a diff and attached. please find it and give feedback.
thanks.



SVN revision: 76669
2012-09-14 13:30:18 +00:00
Doyoun Kang 2e8cbfe9b4 From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: [E-devel] [patch] Add APIs for floating mode

I added APIs for supporting the floating mode -
elm_win_floating_mode_set, elm_win_floating_mode_get. 
The floating mode will be used on mobile environment. For example, if
the video-player window set the floating mode, then e (enlightenment
window manager) changes it's geometry and handles it like a popup.
Please check these APIs and give an advice for me.



SVN revision: 76667
2012-09-14 13:06:57 +00:00
Carsten Haitzler 968ec61137 fix chglog person
SVN revision: 76636
2012-09-14 03:04:07 +00:00
Carsten Haitzler 26f6d3d8ce errr elm codegen - lets link like the rest of elm bins eh?
SVN revision: 76630
2012-09-13 23:15:49 +00:00
Flavio Vinicius Alvares Ceolin b65e5ed1ec elementary_codegen: Adding a basic example
Just adding an example showing how to using the codegen.



SVN revision: 76615
2012-09-13 14:06:45 +00:00
Flavio Vinicius Alvares Ceolin 1a39b4de1d elementary_codegen: generating source code from edj
Parsing the parts and programs of the specified group and generating
the header/source. Usage:
elementary_codegen --prefix myapp_myobj input.edj a_group source.c header.h



SVN revision: 76614
2012-09-13 14:06:07 +00:00
PRINCE KUMAR DUBEY bc2a1bd996 From: PRINCE KUMAR DUBEY <prince.dubey@samsung.com>
Subject: [E-devel] [Patch] [Elementary] Support for circular effect in
elm_diskselector, in case scroller's bounce effect is disabled.

Can someone please review the attached patch created by Sumanth.

[Issue Details] :
elm_diskselector_round_enable_set() API is not working, if
elm_scroller's bounce effect is disabled.

[Root cause] :
For diskselector circular effect, the boundary checking is done based
on scroller's geometry.
If bouncing effect is disabled in elm_scroller, its geometry can lie
between 0 on left and CHILD_SIZE on right but it can never go beyond
that point.
Unless the scroller's geometry goes beyond its child (here, elm_box)
size, diskselector cann't trigger the circular effect.

[Change Description] :
For diskselector items circular effect, the boundary checking is
performed at the left/right edges of its child, elm_box.
Once the scroller reaches to the left/right edge of box or goes beyond
that point, circular effect will be triggered.



SVN revision: 76606
2012-09-13 11:55:24 +00:00
Carsten Haitzler 0fb69c0e37 unknonw direction actually should just be handled in default - skip
that direction and go to the next one.



SVN revision: 76589
2012-09-13 08:31:29 +00:00
Jiyoun Park 52fd505670 fix plug's min/max value reset
SVN revision: 76575
2012-09-13 06:15:11 +00:00
Davide Andreoli 4542423622 yes with embryo :D
SVN revision: 76559
2012-09-12 20:51:06 +00:00
Davide Andreoli d9c1ca2207 * Add external property "play length" to Video widget and fix the test accordingly
also fix ChangeLog whitespacing: every news need a single tab


SVN revision: 76557
2012-09-12 20:30:17 +00:00
Davide Andreoli e77bd359ad New external test: video player in pure edje
SVN revision: 76554
2012-09-12 19:26:50 +00:00
Gustavo Lima Chaves 0ef2708002 [elm] Fix missing icon on Genlist 'double_label' theme for consistency.
Patch by João Paulo Fernandes Ventura.



SVN revision: 76549
2012-09-12 17:01:34 +00:00
Jiyoun Park 2aec1cf9e6 fix bug. plug can retry several times
SVN revision: 76541
2012-09-12 16:11:40 +00:00
Jiyoun Park b508fa5e21 Add image deleted signal into plug. it help user notice socket service
ail and they can retry service connection. and add test code deal with this signal. 


SVN revision: 76539
2012-09-12 16:03:03 +00:00
Jiyoun Park d8b60a8746 support indicator service using elm config.
using this, we can establish indicator service.
I'll implement more indicator service feature using elm_plug and elm_compoment.
after finishing all indicator and compoment feature I will add change log and news


SVN revision: 76533
2012-09-12 14:08:26 +00:00
Kim Shinwoo 5f41a3729d From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] index - add access feature

the attachment has access features for the index. and this patch is
depends
on the previous patch which has
_elm_access_edje_object_part_object_unregister();
to find the previous patch, please refer to the following

http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nG8NkMx3J-YkSJnWdB23cWOPrtk1Rx10Lae0Zwxst1eeQ%40mail.gmail.com&forum_name=enlightenment-devel

the index could have two levels, one is level 0, the other is level 1.
the
patch supports only level 0 because we have no style for the level 1..
(just a cowardly excuse, i will keep up with this.. and update..)



SVN revision: 76532
2012-09-12 13:44:27 +00:00
Tom Hacohen 0f68d13b19 Elm datetime-module: Fixed Makefile.am to work with emap.
Patch by Yakov Goldberg.

SVN revision: 76528
2012-09-12 13:34:05 +00:00
Kim Shinwoo 7c50cdd4aa From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] diskselector - text align issue

by default diskselector item has space for icon even though the item does
not have icon.
so in some cases, the text is not located in the center of item and
diskselector.
the attachment would resolve this issue. please look into it and give
feedback. thanks.



SVN revision: 76507
2012-09-12 08:46:10 +00:00
thiep ha 6f5539c8ca From: thiep ha <thiep.ha@samsung.com>
Subject: [E-devel] [Patch] [Elementary] ctxpopup - correct position
and size of ctxpopup

With ctxpopup, if it has many items and user uses -1 as parameter in
set direction priority function, 
the ctxpopup position and size are calculated incorrectly.
Ex:
elm_ctxpopup_direction_priority_set(ctxpopup,
ELM_CTXPOPUP_DIRECTION_DOWN, ELM_CTXPOPUP_DIRECTION_UP, -1, -1); 



SVN revision: 76505
2012-09-12 08:35:42 +00:00
Kim Shinwoo 7aacc9fc4b From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] calendar - add access feature,
access - add _elm_access_edje_object_part_object_unregister(); 

the attachment has accessibility feature which is for the
elm_calendar. and
moreover..
it would be better to keep one more api for the access which name is
_elm_access_edje_object_part_object_unregister();
in the case of calendar item, its text part could be set with empty
value
in run time(dynamically), even though it had a value (1~31) previously.
so if there is an empty field(item), then previously registered item
should
be unregistered. the api would be useful not only this case but also
others.
then, please review the patch and give feedback. thanks.



SVN revision: 76502
2012-09-12 08:25:10 +00:00
Carsten Haitzler cb43cc94bd fix fmting :)
SVN revision: 76501
2012-09-12 08:23:11 +00:00
WooHyun Jung 9fb785f10e elementary/datetime : Ctxpopup should be hidden when datetime is
unfocused.


SVN revision: 76489
2012-09-12 06:18:43 +00:00
Jaehwan Kim 30c479371f The hidden signal is emitted when the icon or text is hidden.
SVN revision: 76488
2012-09-12 05:30:35 +00:00
Jaehwan Kim 4613933a34 When the number of item is changed, the toolbar emits the signal to theme.
The theme can be changed something according the number of item.



SVN revision: 76487
2012-09-12 05:15:43 +00:00
WooHyun Jung 1ac12fe423 elementary/ctxpopup : Rollback 76452. Ctxpopup seemed to be bad with
this modification. (please see the datetime in elementary_test)


SVN revision: 76486
2012-09-12 04:34:08 +00:00
Michael BOUCHAUD 6b520ae48d elementary: add elm_calendar_selectable_set
SVN revision: 76478
2012-09-11 21:33:54 +00:00
Tom Hacohen 47d2139e0f Elm layout: remove !obj check from ELM_LAYOUT_CHECK.
This is already handled in elm_widget_type_check, and there it actually
prints an error message, like it should.
Patch by Daniel Zaoui.

SVN revision: 76461
2012-09-11 14:25:30 +00:00
ChunEon Park 3fec653c9b elementary/ctxpopup - correct position and size of ctxpopup
Dear all,

With ctxpopup, if it has many items and user uses -1 as parameter in set direction priority function,
the ctxpopup position and size are calculated incorrectly.
Ex:
elm_ctxpopup_direction_priority_set(ctxpopup, ELM_CTXPOPUP_DIRECTION_DOWN, ELM_CTXPOPUP_DIRECTION_UP, -1, -1);

I would like to send a small patch to fix this issue.
Please take a look on it.

Thanks & Regards,
Thiep Ha

Signed-Off-By: Thiep ha<thiep.ha@samsung.com>



SVN revision: 76452
2012-09-11 10:29:48 +00:00
ChunEon Park 43c174b0fc elementary/colorselector - removed unnecessary lines
SVN revision: 76437
2012-09-11 05:17:06 +00:00
ChunEon Park e0b94d90de elementary/colorselector - inherit colorselector right button
SVN revision: 76436
2012-09-11 05:11:36 +00:00
ChunEon Park 8e70d2a045 elementary/naviframe - some modification on test
SVN revision: 76424
2012-09-11 01:48:53 +00:00
ChunEon Park da39be8331 naviframe - Even if the top item is inserted into Naviframe, any transition wouldn't be launched as before it did.
SVN revision: 76423
2012-09-11 01:48:00 +00:00
Davide Andreoli 9c25dc5937 Another external test: progress bar.
This test also show how to access the external widgets from C code and also directly from embryo :)

SVN revision: 76422
2012-09-10 21:48:56 +00:00
Davide Andreoli b61e6799c9 just indentation
SVN revision: 76421
2012-09-10 19:21:56 +00:00
Davide Andreoli 17414e4c37 New test for external widget: scroller.
Lots of bug here, but it's probably a corner-case-test


SVN revision: 76420
2012-09-10 19:17:19 +00:00
Gustavo Lima Chaves 597313e157 [elm] Properly fix the scroller API entry issue.
SVN revision: 76408
2012-09-10 14:06:53 +00:00
Gustavo Lima Chaves 94e46bb26c [elm] Check for scrollable, not scroller, on these elm_scroller.c calls.
SVN revision: 76406
2012-09-10 13:52:36 +00:00
ChunEon Park 8a12b9667e elementary/naviframe - modified some test case
SVN revision: 76395
2012-09-10 11:39:46 +00:00
Rui Seabra a481f8c195 Fix elementary build, from Tomas Cech, aka Sleep_Walker.
SVN revision: 76356
2012-09-09 22:42:28 +00:00
Davide Andreoli fd3beecb0f Elementary: new tests for edje-external of some widgets, buttons and slider done so far, more to come.
All the interaction in this tests are 'pure edje', no c code involved at all.

NOTE: 2 little external bugs are hilighted in the tests, didn't found the time to look for fixes :(

SVN revision: 76322
2012-09-07 20:16:30 +00:00
Mike Blumenkrantz 3ec80df062 add eweather cflags back
ticket #1384


SVN revision: 76281
2012-09-07 07:15:26 +00:00
Jaehwan Kim 5211f692dd Toolbar items support to set/get the generic text.
SVN revision: 76270
2012-09-07 04:33:45 +00:00
Daniel Juyung Seo 93dcacad0b elm test_genlist.c: Use item_class_new/free API for genlist item classes.
SVN revision: 76263
2012-09-06 22:52:36 +00:00
Christopher Michael 9de98909a9 Elm: Add missing unused for parameter.
SVN revision: 76227
2012-09-06 07:48:24 +00:00
Christopher Michael 5f73bd4b63 Elm: Fix Escape namespace to compile on Windows.
SVN revision: 76226
2012-09-06 07:43:10 +00:00
Jihoon Kim 843639b852 describe about TERMINAL Layout more detail
SVN revision: 76214
2012-09-06 06:01:37 +00:00
Carsten Haitzler baacb828c0 as per leif's patch - make the clearenv check nicer.
SVN revision: 76213
2012-09-06 02:45:34 +00:00
Gustavo Lima Chaves 5b2d6ee087 [elm] It won't hurt to have it here.
Less inclusions on custom elm widgets.



SVN revision: 76205
2012-09-05 19:43:33 +00:00
Christopher Michael 59130d05ec Elm: Revert changes for framespace.
NB: These leaves elm broken in wayland until I sort out what happened
in evas.



SVN revision: 76174
2012-09-05 07:44:45 +00:00
Christopher Michael 0fce46076e Elementary: Revert all framespace changes.
NB: This means elm will be broken in wayland for a while while I sort
out what went wrong in evas.



SVN revision: 76173
2012-09-05 07:42:57 +00:00
WooHyun Jung 67b7042c08 elementary/elm_widget : evas_object_smart_interface_get should be
tried with SMART object only. Before this commit, some applications
printed "evas_debug_magic_wrong".


SVN revision: 76157
2012-09-05 02:37:47 +00:00
Gustavo Lima Chaves b76a658b9d [elm] Oopsie--.
SVN revision: 76131
2012-09-04 14:10:00 +00:00
Christopher Michael 30cc66d90d Elm: Account for framespace X also. Thanks for spotting this Daniel ;)
SVN revision: 76129
2012-09-04 12:51:57 +00:00
Christopher Michael 0c76a14399 Elm: Fix naviframe shrinking when you change to a different frame.
Ticket #1383.



SVN revision: 76128
2012-09-04 12:46:02 +00:00
Christopher Michael 1728b0c742 Elm: Use sane window size in naviframe test.
SVN revision: 76120
2012-09-04 10:16:32 +00:00
Christopher Michael c68597aa67 Elm: Let's use sane window sizes in tests, yes ? :)
SVN revision: 76119
2012-09-04 09:57:21 +00:00
Christopher Michael e47a26bba6 Elm: Fix menus which get placed inside a toolbar for proper placement
in wayland.

NB: This also removes some unused variables.



SVN revision: 76118
2012-09-04 09:50:46 +00:00
Christopher Michael 58643b42bf Elm: Fix toolbar widget to account for framespace. Fixes ticket 1418
where the 'more' button was showing the popup incorrectly.



SVN revision: 76116
2012-09-04 09:42:27 +00:00
Jihoon Kim cc1b0c9484 add NEWS about adding enum
SVN revision: 76112
2012-09-04 07:42:55 +00:00
Jihoon Kim 40364f42d5 elm: Add ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN
SVN revision: 76098
2012-09-04 02:34:19 +00:00
Tom Hacohen fd23a2a3af Elm layout: Revert "Elm layout: Fix segfault in some cases."
This reverts commit 76000.

Many thanks to glima for spanking me back into the right path.

SVN revision: 76012
2012-09-03 13:55:20 +00:00
Christopher Michael 2301ee6515 Elm: Fix menu test. Since we cannot get click events on elm_bg, we
have to use a manually added rectangle to receive events. This
rectangle needs to account for framespace, else it does not receieve
events for the whole area which the bg occupies.



SVN revision: 76004
2012-09-03 12:12:53 +00:00
Christopher Michael 576dc39b92 Elm: Fix stupid hover widget to account for framespace. Fixes ticket
1417.



SVN revision: 76003
2012-09-03 12:04:39 +00:00
Tom Hacohen 1ecc6bca52 Elm layout: Fix segfault in some cases.
Apparently this fixes stuff for Daniel Zaoui with some more complicated cases.

SVN revision: 76000
2012-09-03 11:14:17 +00:00
Carsten Haitzler eb9dd0c685 update header #defined versions to 1.8 to make sure new apis are used
in e17 only with ifdefs.



SVN revision: 75994
2012-09-03 09:55:34 +00:00
Carsten Haitzler f89a528449 and support new ecore messages.
SVN revision: 75992
2012-09-03 09:43:35 +00:00
Kim Shinwoo fc2222be84 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] popup - smart theme

popup have used notify its internal widget. but popup does not take care
the notify theme in its smart_theme()
the attachment just add a line to set style to the notify and test code
also. please review and give feedback. thanks.



SVN revision: 75987
2012-09-03 09:26:57 +00:00
Carsten Haitzler 3694f65c8d add in chglog for shinwoo's patch.
SVN revision: 75982
2012-09-03 09:01:21 +00:00
Carsten Haitzler 7b3e96932d use shinwoo's 2nd patch not first!
SVN revision: 75979
2012-09-03 08:49:45 +00:00
Kim Shinwoo 0bbfd9fc0b From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] access - add activate callback

till now, accessibility has used ecore_x_mouse_*_send(). the patch has
activate callback which takes place of the ecore_x_mouse_*_send() stuff.
if the access module is enabled and 'double tap' is detected, elm_win
will
receive ECORE_X_ATOM_E_ILLUME_ACCESS_CONTROL message with
ECORE_X_ATOME_E_ILLUME_ACCESS_ACTION_ACTIVATE and call the activate
callback for the accessibility. that's it.



SVN revision: 75978
2012-09-03 08:44:53 +00:00
Carsten Haitzler 1106692cdf chlog for bluzery patch.
SVN revision: 75975
2012-09-03 08:37:12 +00:00
Bluezery f74bda827d From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [patch] change plug-in loading behavior in elm_map

Elm_map have 3 modules (Tile, Route, Name) for plug-in loading
When elm_map is added, each 3 modules search plug-ins
(elm_map does use eina_module, not elm_module because elm_map loads
several modules. )

Previously, Each modules in elm_map search modules separately.
So module init /shutdown function in each plug-in is called 3times.
This can cause problems.
I fixed that module init is called at one time and module never be
unloaded (in process life-cycle).



SVN revision: 75974
2012-09-03 08:35:53 +00:00
Carsten Haitzler 8926036ad2 add NEWs entry for fix.
SVN revision: 75968
2012-09-03 07:59:01 +00:00
Carsten Haitzler d93cc9f711 spellfix
SVN revision: 75967
2012-09-03 07:58:48 +00:00
Carsten Haitzler 6c0d7bf5af add chlog for bluezery fix.
SVN revision: 75966
2012-09-03 07:57:50 +00:00
Carsten Haitzler 534b41671f add news entry for datetime fix.
SVN revision: 75962
2012-09-03 07:29:48 +00:00
Carsten Haitzler 5a3fb784da update po's
SVN revision: 75959
2012-09-03 07:25:48 +00:00
Rajeev Ranjan 7d626acc64 From: Rajeev Ranjan <rajeev.r@samsung.com>
Subject: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix:
elm_datetime_field_limit_set() API is not working for min/max boundary
conditions

Hi,
   Please review the attached patch for fixing issue in API
elm_datetime_field_limit_set() for boundary values.
It has been created by Sumanth for datetime widget.

[Issue Details]:
  elm_datetime_field_limit_set() API is not working well for boundary
values. 
  [ex: for date, we can't set max limit as 31 and for minute, we can't
set 60 etc.. 
         - it fails at boundary conditions of Min/Max limit for all
datetime fields.]

[Root cause]:
   Boundary condition checking has not been done in a proper way.
   
   [Change Description]:
      Boundary checking condition is corrected and the min/max limit
boundary values are included as API input. 

Signed-Off-By: Sumanth Krishna (sumanth.m@samsung.com)
Signed-Off-By: Rajeev Ranjan (rajeev.r@samsung.com)



SVN revision: 75958
2012-09-03 07:24:20 +00:00
Carsten Haitzler c4fa65f2f7 clean up changelog.
SVN revision: 75957
2012-09-03 07:22:28 +00:00
Jiyoun Park 3cc89e117d add signal rotation and indicator mode change.
child elms can know indicator mod change and rotation change


SVN revision: 75955
2012-09-03 06:55:07 +00:00
Christopher Michael 8b3c650468 Elementary: (elm_flip) Not much point in fetching the Z values here if we are not
going to use them.



SVN revision: 75953
2012-09-03 06:32:40 +00:00
Daniel Juyung Seo e93b428fa8 elm genlist: Fixed wrong reorder animation. Patch by Bluezery <ohpowel@gmail.com>
On Fri, Aug 31, 2012 at 8:50 PM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> Sometimes reorder animation ended incorrectly
> You can test & see the problem when background color is black and
> genlist item color is white.
> I made the added value for animation as difference between old item
> position and new item position if difference is below predefined dy.
> (y = diff, if diff < dy) So item position can be finally new item
> position at last.
> Please review this patch.
>
> Thanks

SVN revision: 75950
2012-09-03 06:20:47 +00:00
Christopher Michael a5c62221a6 Elementary: Fix ticket #1376: Titlebar respondes to gestures in
Gesture Layer 2.



SVN revision: 75948
2012-09-03 06:08:52 +00:00
Jonas M. Gastal fdb80741b6 This is minor fix (typo, nuance) for genlist documentation.
Author: Bluezery <ohpowel@gmail.com>

SVN revision: 75922
2012-08-31 12:54:53 +00:00
Christopher Michael 9ef8d4c096 Elementary: Patch from Alex Wu <zhiwen.wu@linux.intel.com> to fix
glview tests in Wayland:

If the preferred engine set to "opengl_x11" and we actully run on
"wayland_egl" engine, the elm_win_add will eventully use "Software FB"
engine, and no chance to use the correct engine.

Don't set the preference but let the _elm_config to determine the right
engine.



SVN revision: 75921
2012-08-31 09:27:22 +00:00
Christopher Michael a470d49b22 Elementary: Make entry compile again when using Wayland.
NB: Hmmm, not sure if this got into the 1.7 release or not. Perhaps
needs to be backported ?



SVN revision: 75917
2012-08-31 06:20:58 +00:00
WooHyun Jung d494a6da61 [elm] The state of elm_check is now changed by mouse click event. Not
by mouse UP event.


SVN revision: 75916
2012-08-31 06:17:33 +00:00
Daniel Juyung Seo 0c2f0419d3 elm ChangeLog: for 75887
SVN revision: 75913
2012-08-31 04:17:57 +00:00
Gustavo Lima Chaves d58b37539b [elm] NEWS, Changelog and @since for my residual
porting work.




SVN revision: 75908
2012-08-30 23:19:05 +00:00
Massimo Maiurana b593889c3c updating portuguese and italian translations
SVN revision: 75907
2012-08-30 16:50:44 +00:00
Gustavo Lima Chaves 779b3783f6 [elm] Remove text on compat transition.
SVN revision: 75906
2012-08-30 16:47:31 +00:00
Gustavo Lima Chaves f999fc3777 [elm] Keeping the on_show_region hook, as this is
hard to unhookify.




SVN revision: 75905
2012-08-30 16:47:23 +00:00
Gustavo Lima Chaves ac299e6a59 [elm] Rework focus_region and on_focus_region
hooks.

The former is now issued for all scrollables, with the behavior it had
before, and the latter is a new virtual base function, with a default
implementation leading to values matching the old case where one
didn't implement the hook.

Please help me test if everything is OK -- it seems so, here.



SVN revision: 75904
2012-08-30 16:47:16 +00:00
Gustavo Lima Chaves 0f0cd0d914 [elm] Put some order on elm_widget.c.
SVN revision: 75903
2012-08-30 16:47:10 +00:00
Gustavo Lima Chaves 3e2869d588 [elm] Bump on elm_priv.h.
SVN revision: 75902
2012-08-30 16:47:05 +00:00
Gustavo Lima Chaves f6faa9f105 [elm] Bye, bye, compat.
http://www.xmms.org/graphics/Gaylord.Nelson.waves.byebye.jpg



SVN revision: 75901
2012-08-30 16:46:59 +00:00
Gustavo Lima Chaves ce7ec00cc6 [elm] I guess people never use that 'feature'?
SVN revision: 75900
2012-08-30 16:46:52 +00:00
Gustavo Lima Chaves a60c1d4578 [elm] Better named function to use here.
SVN revision: 75899
2012-08-30 16:46:46 +00:00
Gustavo Lima Chaves c888750067 [elm] Panel now a layout (last widget, woo hoo!)
SVN revision: 75898
2012-08-30 16:46:40 +00:00
Gustavo Lima Chaves c440726506 [elm] Popup now a layout.
SVN revision: 75897
2012-08-30 16:46:34 +00:00
Gustavo Lima Chaves 8827185824 [elm] More safety for box deletion.
SVN revision: 75896
2012-08-30 16:46:20 +00:00
Gustavo Lima Chaves 7f8d2e218e [elm] Multibuttonentry now a layout.
SVN revision: 75895
2012-08-30 16:46:12 +00:00
Gustavo Lima Chaves b72ea21550 [elm] Dangerous typo--.
SVN revision: 75894
2012-08-30 16:45:59 +00:00
Gustavo Lima Chaves 389f6eaf14 [elm] Ctxpopup now a layout.
SVN revision: 75893
2012-08-30 16:45:51 +00:00
Gustavo Lima Chaves 9f84593673 [elm] Prepare for removal of last widget using
internal scrolling smart cbs.




SVN revision: 75892
2012-08-30 16:45:34 +00:00
Gustavo Lima Chaves 802d05d60f [elm] Filesector entry ported.
NB: IMO this should be a child of file selector button, but we'd have
to break its theme for that. Do go we go for that?



SVN revision: 75891
2012-08-30 16:45:28 +00:00
Gustavo Lima Chaves a9b1707fcd [elm] Entry now a scrollable layout.
SVN revision: 75890
2012-08-30 16:45:15 +00:00
Gustavo Lima Chaves c0d48e6035 [elm] Toolbar ported.
SVN revision: 75889
2012-08-30 16:45:00 +00:00
Daniel Juyung Seo 9f34dde299 elm naviframe: Naviframe's item Subtitle_label deleted in item_free. Patch by Shilpa Onkar Singh <shilpa.singh@samsung.com>
SVN revision: 75887
2012-08-30 15:43:14 +00:00
Daniel Juyung Seo b4276d84d2 elm elc_ctxpopup.c: Code refactoring.
SVN revision: 75885
2012-08-30 15:18:47 +00:00
Cedric BAIL aac950d272 ChangeLog: back in time.
SVN revision: 75875
2012-08-30 11:26:00 +00:00
Daniel Juyung Seo bdbd2000f3 elm elm_genlist.h: Added more documentation for elm_genlist_homogeneous_set().
SVN revision: 75874
2012-08-30 11:21:34 +00:00
Cedric BAIL 6a922ebf75 ChangeLog: state we did a release.
SVN revision: 75873
2012-08-30 10:55:40 +00:00
Cedric BAIL e04428a387 elementary: fix typo in gengrid thumb theme.
SVN revision: 75872
2012-08-30 10:39:06 +00:00
Daniel Juyung Seo e60fcc19a8 elm datetime module: Use diskselector 'clicked' smart callback in datetime module.
SVN revision: 75871
2012-08-30 10:38:43 +00:00
Daniel Juyung Seo 319c9153fc elm diskselector: Added 'clicked' smart callback to diskselector. This is called only when user clicks an item.
SVN revision: 75870
2012-08-30 10:38:38 +00:00
Carsten Haitzler a7a1d49fbc and up ver to 1.7.99 now in svn. nack to svnrev num at end.
SVN revision: 75869
2012-08-30 10:34:01 +00:00
Carsten Haitzler c78a404b15 update po's for elm
SVN revision: 75857
2012-08-30 09:26:01 +00:00
Daniel Juyung Seo b66480b650 elm diskselector: Fixed wrong icon duplication. Do not duplicate icon if icon is NULL.
This fixes following error message in diskselector.
   ERR<30865>: elm_icon.c:761 elm_icon_add() safety check failed: parent == NULL

SVN revision: 75847
2012-08-30 07:54:18 +00:00
Daniel Juyung Seo daaf5a95bc elm elc_popup.h: Fixed typo.
SVN revision: 75846
2012-08-30 07:54:15 +00:00
Daniel Juyung Seo df57e0c9f4 elm diskselector.edc: Fixed item/datetime/default style. Now I can see the diskselector in datetime.
SVN revision: 75845
2012-08-30 07:54:12 +00:00
Daniel Juyung Seo fbc7fa0701 elm diskselector.edc: Added elm,action,clicked to default item style. It was working only with datetime/default style before.
SVN revision: 75844
2012-08-30 07:54:00 +00:00
Kim Shinwoo c92e566fe5 elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector patch.
That needs to be done in other way.

Revert "From: Kim Shinwoo <kimcinoo.efl@gmail.com>"

This reverts commit 9d6e461366a0eb208d75b0a1fb5c0c822b761c71.

SVN revision: 75836
2012-08-30 03:05:20 +00:00
Daniel Juyung Seo 34b91f18d0 elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector patch.
That needs to be done in other way.

Revert "and 1.7 not 1.8"

This reverts commit e05fc6782046b9ad9c5125a34a4009f34c10ed68.

SVN revision: 75835
2012-08-30 03:05:16 +00:00
Daniel Juyung Seo 730d8c42e2 elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector patch.
That needs to be done in other way.

Revert "oops - forgot to fix the OTHEr auto_select too."

This reverts commit c1e4d5c1e4b2c6d8ae7806c43fafba2ae2ea5080.

SVN revision: 75834
2012-08-30 03:05:13 +00:00
Carsten Haitzler dfd39ea4b3 oops - forgot to fix the OTHEr auto_select too.
SVN revision: 75833
2012-08-30 00:45:30 +00:00
Daniel Juyung Seo ac8ba87340 elm list: Do not process _size_hints_changed_cb when list is going to be deleted.
This fixes list self deletion bug when evas_object_del(list) is called inside item selected callback.

SVN revision: 75832
2012-08-29 23:38:58 +00:00
Carsten Haitzler 6e7897f4f4 and 1.7 not 1.8
SVN revision: 75821
2012-08-29 09:03:15 +00:00
Kim Shinwoo 3550d79869 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] diskselector - select option,
disabling auto selection. datetime - show even number of items

by default, an diskselector item which is right in the center of
diskselector is selected automatically.
and if the item style emit elm,action,click signal, the item is selected
also.

so there would be a case that item select callback is called by two
ways.
one is clicking the item,
the other is locating item right in the center of diskselector (if
number
of displayed item is odd, then after scrolling the selected callback is
called always).

because of this reason, datetime module always set number of displayed
item
to even number.

to resolve this issue, i add a api to enable or disable default
behavior -
the auto selection - that can be found on the attachment.
moreover the second attachment is for datetime module, now the
datetime can
show even number of items.



SVN revision: 75820
2012-08-29 09:02:21 +00:00
Christopher Michael 31575a5083 Elementary: Fix up copy/paste code to work properly with both X11 and
Wayland windows.

Remove x11, wayland, and local bits from cnp init.
Fix up elm_cnp_init to not need an object anymore.
Add missing function prototypes for the wl functions.
Add an init counter for the wl cnp init function so we don't end up
with multiple event handlers.



SVN revision: 75816
2012-08-29 07:29:21 +00:00
Christopher Michael f1d483ca36 Elementary: Fix selection_has_owner function. Check for valid wl
window. Thanks raster ;)



SVN revision: 75813
2012-08-29 07:15:32 +00:00
Carsten Haitzler 84bbbea8db fallback for not working strftime for am/pm - based on patch from
rajeev but redone simpler.



SVN revision: 75811
2012-08-29 07:09:08 +00:00
Christopher Michael 6ea2e696ff Elementary: Copy-Paste support for Wayland Engines.
NB: Based on patch from Alex <zhiwen.wu@intel.com>, but cleaned up for
compiler warnings.



SVN revision: 75810
2012-08-29 06:52:48 +00:00
ChunEon Park fb46a1ad76 elementary/popup,diskselector,naviframe,map - fixed edc to remove warnings
SVN revision: 75806
2012-08-29 00:51:09 +00:00
ChunEon Park c75a1e11c7 elementary/ctxpopup - removed warnings
SVN revision: 75805
2012-08-29 00:45:13 +00:00
ChunEon Park dc004b07f8 elementary/hover - added images
SVN revision: 75804
2012-08-29 00:42:03 +00:00
ChunEon Park f22fb9ee6d elementary/naviframe - [E-devel] elc_naviframe: generic parts signals missing bug fix patch
Hi All,

Please find attached elc_naviframe bug fix patch.
Change description:
Generic text parts and content parts signals not sent hence UI not coming properly issue fixed.

Thanks & Regards
Shilpa Singh

Signed-Off-By: ShilpaOnkar Singh<shilpa.singh@samsung.com>



SVN revision: 75803
2012-08-29 00:34:13 +00:00
Eduardo de Barros Lima ab06389056 elm_diskselector: Free r_list in elm_diskselector_clear()
List contains garbage at this point and causes SEGV in DiskSelector test

Fixes #1413


SVN revision: 75799
2012-08-28 20:20:28 +00:00
Carsten Haitzler c4612009a4 Yes - i know. Release. Freeze. I put this in as it solves a complaint
(i guess bug report) about using cpua nd drawing while minimized.



SVN revision: 75776
2012-08-28 10:37:02 +00:00
Mike Blumenkrantz 6d12d3eb8b prevent crash when selected item hasn't been assigned a block
SVN revision: 75771
2012-08-28 09:53:35 +00:00
Carsten Haitzler 0f4a856a7e fix cnp to only init x11 cnp if window was detected to be x11 elm win
too. :) oops.



SVN revision: 75759
2012-08-28 07:49:27 +00:00
Jihoon Kim f6faf3708e [elm/index] fix indentation
SVN revision: 75745
2012-08-28 04:02:14 +00:00
Carsten Haitzler 4a1becc2ba no this isnt release - this is simply me removing the beta tag so when
we release it's ready.



SVN revision: 75740
2012-08-27 10:24:41 +00:00
Carsten Haitzler 342edc4f1c update @version's
SVN revision: 75739
2012-08-27 09:51:57 +00:00
ChunEon Park 4b6636bdd1 elementary/index - [E-devel] [PATCH] elm_index : set it->letter to NULL after eina_stringshare_del
Hello all,

In elm_index.c, _item_del_pre_hook calls _item_free, where it->letter
is not set to NULL after eina_stringshare_del.
This will cause invalid access later on. The attached patch fixes the
problem, which is reproducible in my code before the fix.
Please check if this makes sense.

I am sorry that I was unable come up with a simple test app to
demonstrate the problem.

Thanks in advance.


Brian

Signed-Off-By:Brian Wang<brian.wang.0721@gmail.com>



SVN revision: 75723
2012-08-27 08:23:20 +00:00
ChunEon Park 4f0909db06 elementary - updated po
SVN revision: 75722
2012-08-27 08:22:00 +00:00
PRINCE KUMAR DUBEY a42b50a495 elementary/segment control - elm_segment_control patch
Hi,

Attachment to the mail is elm_segment_control patch.

Change Log:
1. Generic Text support to segment items.
2. Generic Content support to segment items.

Signed-Off-By: PRINCE KUMAR DUBEY <prince.dubey>@samsung.com>

Thank you,
Prince



SVN revision: 75719
2012-08-27 04:29:31 +00:00
Massimo Maiurana 69ad586105 updating portuguese and italian translations
SVN revision: 75701
2012-08-25 20:03:12 +00:00
Vincent Torri d6a76e5c89 Elm: ALIGN is already defined on OpenBSD
Patch By Maxime Villard

SVN revision: 75684
2012-08-24 16:23:57 +00:00
Carsten Haitzler 9fbfd63c33 oops profile.src had newline! bad! fix!
SVN revision: 75660
2012-08-24 13:18:50 +00:00
Massimo Maiurana 216656097a updating portuguese and italian translations
SVN revision: 75634
2012-08-23 18:08:44 +00:00
Christopher Michael 8ee87f0688 Elm: Fix tickets 1375 (Pictures appear with a bottom border in Gesture
Layer) and 1380(Top of picture is missing in gesture layer 3).



SVN revision: 75622
2012-08-23 11:55:33 +00:00
Christopher Michael 754c499fff Elm: Fix ticket 1376 (gesture layer test allows events on titlebar).
SVN revision: 75620
2012-08-23 11:42:51 +00:00
Christopher Michael b2456af159 Elm: Fix ticket 1363 (Cannot change focus with Shift+Tab when using
the wayland engines).

The focus handler which traps key events needs to listen for
ISO_Left_Tab also (which is what xkb reports for Shift+Tab).



SVN revision: 75618
2012-08-23 11:27:43 +00:00
Eduardo de Barros Lima 45dbb295aa elm_win: Formatting
SVN revision: 75558
2012-08-22 19:55:20 +00:00
Christopher Michael 8f4fc356f7 Elm: Remove some dead, commented out old code.
SVN revision: 75547
2012-08-22 12:48:46 +00:00
Christopher Michael e143475151 Elm: Fix slider popup to account for framespace.
NB: This is done because of the way slider handles the popup (indicator).
It is not getting trapped in the evas functions (or rather, the popup
falls through the traps there) so framespace is not accounted on the
popup, resulting in improper popup position when run in wayland.

NB: This is the only widget known to need this.



SVN revision: 75546
2012-08-22 12:45:44 +00:00
Christopher Michael f2ff49a5b0 Elm: Fix track_resize_cb to actually resize the popup with the proper
evas_object_resize call.

Not sure if this was a fat-finger c/p issue, or just plain
blindness/stupidity. How this remained in code for so long
without anybody seeing it is beyond me.



SVN revision: 75544
2012-08-22 12:37:21 +00:00
Carsten Haitzler 5371af96a5 and make plug/socket focus and key input work too! :)
SVN revision: 75535
2012-08-22 10:09:37 +00:00
Carsten Haitzler 6faa1f83da make elm inlined window focus in work and thus key events work. :)
SVN revision: 75534
2012-08-22 10:02:32 +00:00
Carsten Haitzler 782444ca1a clean up x11 impl a bit more and now add a fairly minimal "local" cnp
impl that manages copy & paste within a single process... this is an
example of how to implement cnp for another system and as well covers
fb cnp.. so terminology in fb has cnp work now :)



SVN revision: 75533
2012-08-22 09:37:00 +00:00
Christopher Michael fe37824748 Elm: Better grammar for the Socket test.
SVN revision: 75532
2012-08-22 09:31:46 +00:00
Christopher Michael b3344b337a Elm: Fix window inline test on wayland engines.
Fix checks for image object when we have a frame.



SVN revision: 75531
2012-08-22 09:21:28 +00:00
Christopher Michael 1c57c825a8 Elm (tests): Fix more insanely sized windows.
SVN revision: 75528
2012-08-22 09:05:16 +00:00
Christopher Michael af6044be09 Elm (tests): Fix window size.
Really ? 800 pixels tall for a list of just a few items ??



SVN revision: 75527
2012-08-22 08:56:54 +00:00
Christopher Michael 526c871182 Elm: Be sure to set a size for the window.
Previously, if you clicked the icon animation test if would appear to
fail as the window was being created with a 0 size (and never
resized). This just makes sure that the window gets resized to
"something" so that it will actually show up (rather than a user just
blindly clicking the test and wondering why nothing is happening).



SVN revision: 75525
2012-08-22 08:37:08 +00:00
Carsten Haitzler 2e83d89fc8 core fixup of elm cnp to be able to work regardless ofr display
backend and isolate x11 specific stuff in its own fat ifdef and
functions/vars.



SVN revision: 75523
2012-08-22 08:33:43 +00:00
Christopher Michael a0a78332cd Elm: Remove unused variable in example (I was tired of seeing the
compiler message about it) ;)



SVN revision: 75516
2012-08-22 06:02:17 +00:00
Carsten Haitzler a4175ba928 fix toolbar icon size property to actually work as expected.
fix toolbar select cb to only be callled if select always is on or
item WAS unselected before (as per docs).



SVN revision: 75512
2012-08-22 03:11:23 +00:00
Gustavo Lima Chaves a538ef86f0 [elm] Table oopsie.
SVN revision: 75511
2012-08-21 22:00:28 +00:00
Kim Shinwoo ff071585ac From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] segment_control, spinner -
accessibility feature

the attached patch provides accessibility features for segment_control
and spinner.



SVN revision: 75497
2012-08-21 10:08:56 +00:00
Carsten Haitzler faa6d2e91f spotted a missing feature not matching with trap stuff. fix.
SVN revision: 75493
2012-08-21 08:48:47 +00:00
Leandro Pereira 379a494a87 elm: Fix division by zero in elm_interface_scroller
SVN revision: 75483
2012-08-21 02:46:17 +00:00
Rafael Antognolli f6b7b459fa [elm} Add missing cflags for building edje externals.
SVN revision: 75470
2012-08-20 21:58:43 +00:00
Gustavo Lima Chaves 867372285b [elm] And I forgot this for elm_web.
SVN revision: 75469
2012-08-20 16:58:23 +00:00
Gustavo Lima Chaves 111b4e4d12 [elm] Some emergencial elm_web api changes fixes.
There's one more to go, but that's internal.



SVN revision: 75467
2012-08-20 14:05:10 +00:00
Gustavo Lima Chaves 0195932cb3 [elm] More doc improvements.
SVN revision: 75466
2012-08-20 14:03:28 +00:00
Kim Shinwoo 8db6193871 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] datetime - accessibility feature

the attached patch is to add accessibility feature to datetime.
unfortunately this patch depends on previous patch (
http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nHQ1z5B07Nb6P7dUQhfZ8tkqnoHvj_ZEJHGZUr6Ki4SiA%40mail.gmail.com&forum_name=enlightenment-devel
)
anyhow, it will be great if i can get your feedback. thanks a lot
always.



SVN revision: 75454
2012-08-20 08:06:43 +00:00
Jihyeon Seol de77d3aa99 From: Jihyeon Seol <jihyeon.seol@samsung.com>
Subject: [E-devel] [Patch] elc_multibuttonentry resize patch.

Currently, there is a problem in the logic of getting the size in the
MBE's
box.

For each line, the height of the line is calculated according to the
biggest
item's height 
and is applied to the box size, but problem occurs when the newly added
item's height is larger than the one before.

For example, when the entry is located in the front of the last line, 
the line's height is determined by the entry. 

When the button is added by the user's input at this state, 
because button's height is larger than the entry's height 
I have modified each line to have the equal height.



SVN revision: 75453
2012-08-20 08:02:47 +00:00
Carsten Haitzler e0552bb3eb fix issue gustavo found with enbv vars not overriding x props.
SVN revision: 75451
2012-08-20 07:53:39 +00:00
Carsten Haitzler 3894dcf37f fix k-s's issue with entry scroll things.
SVN revision: 75448
2012-08-20 07:35:31 +00:00
Carsten Haitzler f6c1032582 printf--
SVN revision: 75447
2012-08-20 07:33:39 +00:00
Carsten Haitzler 3aa9c19663 fix preferred engine/config engine handlign and fb fallback to all
work as expected.



SVN revision: 75446
2012-08-20 07:09:44 +00:00
Carsten Haitzler d00f76d831 set preferred engine.
SVN revision: 75442
2012-08-20 06:25:29 +00:00
ChunEon Park 11e03b096f elementary/multibuttonentry - [E-devel] [Patch] elc_multibuttonentry memory leak patch
Dear, all

I've attached a patch that fixed the memory leak.

There is not a free() in _del_hook().

Please review this patch.

Sincerely yours,

Jihyeon Seol

Signed-Off-By: JiHyeon Seol<jiheyon.seol@samsung.com>




SVN revision: 75439
2012-08-20 05:22:06 +00:00
Carsten Haitzler 68764ea4ad use same includes/cflags for building everything in elm. should fix
http://trac.enlightenment.org/e/ticket/1360



SVN revision: 75438
2012-08-19 23:52:31 +00:00
Kim Shinwoo 4de57c2cb9 From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] *  access *

Series of of pathes from kim shinwoo. looked good to me - so in they
go, finishing off some more access mode to be more complete.



SVN revision: 75415
2012-08-18 13:52:03 +00:00
Rui Seabra cc2c9bdf14 Update rpm specs
SVN revision: 75404
2012-08-18 08:22:34 +00:00
Vincent Torri f248a9f730 Elm: fix compilation on Windows
SVN revision: 75367
2012-08-17 08:09:06 +00:00
Carsten Haitzler 7cdfb7365f tag as beta...
SVN revision: 75344
2012-08-17 03:57:49 +00:00
Carsten Haitzler 1f5c3dd6c7 po updates...
SVN revision: 75341
2012-08-17 03:57:07 +00:00
Gustavo Sverzut Barbieri dc718ff3ff fix layout signal emission.
- swallow: do not use magic constant '12' and assume it was prefixed
   with 'elm.swallow.';
 - text: use part name and now always 'text'



SVN revision: 75338
2012-08-16 21:41:24 +00:00
Bruno Dilly 042bea068c Elementary: avoid unneeded second check for test_win_only
SVN revision: 75324
2012-08-16 21:34:11 +00:00
Christopher Michael f9d98db03e Elm: Add a mouse,out event (when we have a wayland frame) to handle
the case of resetting the wayland cursor image. Fixes ticket #1293.
Increase the size of the event rects on the border theme to allow for
easier resizing.




SVN revision: 75313
2012-08-16 09:40:02 +00:00
Daniel Juyung Seo bada407026 elm elm_object.h: Fixed documentation.
SVN revision: 75296
2012-08-16 00:20:01 +00:00
Christopher Michael 4637675056 Elm: Add fullscreen handling :)
Basically, we will remove the frame when going into fullscreen, and
readd when we leave fullscreen. When we remove the frame, then during
window redraw the appropriate fullscreen size will be calculated.
This allows proper fullscreening.



SVN revision: 75294
2012-08-15 10:57:31 +00:00
Daniel Juyung Seo 55e21cf2b1 elm genlist.c: Fixed genlist horizontal scrolling issue. This needs to be enalbed only in compress mode.
SVN revision: 75289
2012-08-15 09:52:26 +00:00
Massimo Maiurana 79f7b81668 updating portuguese and italian translations
SVN revision: 75272
2012-08-14 21:10:14 +00:00
Christopher Michael 75ab98f209 Elm: Remove mixed_wrap line. Ooopsie, that one should not have gone
in. Was a left over from some testing here.



SVN revision: 75259
2012-08-14 13:08:16 +00:00
Christopher Michael 02a122ac70 Elm: Fix test_entry 8 to not shrink the entry when you start entering
text into it. Not sure who the brain surgeon was that thought using a
box here was a good idea, but their surgery license should be revoked ;)



SVN revision: 75258
2012-08-14 13:01:02 +00:00
Carsten Haitzler a3187a33a3 we had enter being handled but not escape. FIX!
SVN revision: 75251
2012-08-14 10:47:26 +00:00
Carsten Haitzler 163e778546 found min width genlist bug. fix.
SVN revision: 75250
2012-08-14 10:13:19 +00:00
Carsten Haitzler 8736ffdd3e genlist tree effect off fix.
SVN revision: 75249
2012-08-14 09:38:36 +00:00
Carsten Haitzler 4db6c0eed2 quick fix to test bug - using null/freed itc1. :)
SVN revision: 75247
2012-08-14 09:17:47 +00:00
Bruno Dilly 8294feb367 Elementary: use more descriptive label for flip test button
Since effect is hardcoded as page, instead of using the selected
for interaction (using radiobuttons), it is better to make it clear.



SVN revision: 75227
2012-08-13 22:23:41 +00:00
Christopher Michael 0a383a77d7 Elm: We should also add the wayland cflags and libs here (if support
is built for that).



SVN revision: 75216
2012-08-13 14:37:23 +00:00
Daniel Juyung Seo a9e899f9a2 elm genlist: Partial revert of my wrong commit r75161.
SVN revision: 75180
2012-08-12 23:56:37 +00:00
Daniel Juyung Seo b3319660b6 news: Updated recent news in Korean.
SVN revision: 75161
2012-08-12 07:23:51 +00:00
Mike McCormack 1de06d4f20 Elementary: Ignore base.cfg in git
SVN revision: 75156
2012-08-11 11:28:55 +00:00
Jihoon Kim fc731b5511 elementary: fix version in NEWS
SVN revision: 75108
2012-08-10 14:04:46 +00:00
Carsten Haitzler aadb4ecaef update more po's
SVN revision: 75097
2012-08-10 11:03:50 +00:00
Carsten Haitzler 249a97218a more updates for 1.7.0 alpha.
SVN revision: 75095
2012-08-10 10:51:17 +00:00
Carsten Haitzler 5056cae0a8 alpha release of 1.7 - let's roll. ALPHA!
SVN revision: 75091
2012-08-10 10:37:05 +00:00