Shinwoo Kim [Sun, 23 Dec 2012 14:50:56 +0000 (14:50 +0000)]
[access] export some APIs,and remove unnecessary lines.
+ elm_access_object_register();
+ elm_access_object_unregister();
+ elm_access_text_set();
+ elm_access_text_get();
+ elm_access_cb_set();
These APIs are to use edje part, evas object as an accessible object.
and do not create access object, because access object would be created at run time.
This is different with internal API _elm_access_object_register();
SVN revision: 81659
Aron Xu [Fri, 21 Dec 2012 19:56:19 +0000 (19:56 +0000)]
Add Simplified Chinese translation for elementary
SVN revision: 81572
Gustavo Lima Chaves [Fri, 21 Dec 2012 19:10:09 +0000 (19:10 +0000)]
[elm] Implement dangling smart cb for prefs widget.
SVN revision: 81567
Jonas M. Gastal [Fri, 21 Dec 2012 17:38:05 +0000 (17:38 +0000)]
elm: Don't try to take screenshot of glview_example since it wont work and isn't used.
SVN revision: 81565
Jihoon Kim [Fri, 21 Dec 2012 11:03:10 +0000 (11:03 +0000)]
elm : fix memory leak in entry
SVN revision: 81538
Massimo Maiurana [Thu, 20 Dec 2012 19:58:56 +0000 (19:58 +0000)]
updating various translations
SVN revision: 81482
Massimo Maiurana [Thu, 20 Dec 2012 13:11:37 +0000 (13:11 +0000)]
updated esperanto and italian translations
SVN revision: 81451
ChunEon Park [Thu, 20 Dec 2012 01:54:57 +0000 (01:54 +0000)]
elementary/image - +FIXME
SVN revision: 81413
Flavio Vinicius Alvares Ceolin [Wed, 19 Dec 2012 18:07:09 +0000 (18:07 +0000)]
elm: using the right ecore_evas engine api
SVN revision: 81396
Christopher Michael [Wed, 19 Dec 2012 14:41:45 +0000 (14:41 +0000)]
If elementary is built with wayland support (and X support), then we
need to run an engine compare before trying to get wayland specific
items (in this case, the ecore_evas window).
NB: Fixes ticket #1992
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81369
Stefan Schmidt [Wed, 19 Dec 2012 10:28:20 +0000 (10:28 +0000)]
elm/map: Free buffer on error path
SVN revision: 81342
Carsten Haitzler [Wed, 19 Dec 2012 01:08:13 +0000 (01:08 +0000)]
wake up. fix svn breakages. yay. :)
SVN revision: 81316
Gustavo Sverzut Barbieri [Tue, 18 Dec 2012 22:14:27 +0000 (22:14 +0000)]
elm_plug: fixed signal name.
SVN revision: 81313
Gustavo Sverzut Barbieri [Tue, 18 Dec 2012 22:07:50 +0000 (22:07 +0000)]
elm_plug: callback when server side image changed.
changelog and news will come later.
SVN revision: 81312
Gustavo Lima Chaves [Tue, 18 Dec 2012 19:57:33 +0000 (19:57 +0000)]
elm: Silent a compiler warning.
SVN revision: 81294
Massimo Maiurana [Tue, 18 Dec 2012 16:46:31 +0000 (16:46 +0000)]
updating various translations
SVN revision: 81286
Daniel Zaoui [Tue, 18 Dec 2012 08:22:13 +0000 (08:22 +0000)]
Removed internal macro that was retrieving the widget data
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 81219
Daniel Zaoui [Tue, 18 Dec 2012 08:21:57 +0000 (08:21 +0000)]
Fix docs and wrong Eo API
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 81218
Daniel Juyung Seo [Tue, 18 Dec 2012 08:08:39 +0000 (08:08 +0000)]
elm codegen_example.c: Fixed formatting.
SVN revision: 81216
Daniel Juyung Seo [Tue, 18 Dec 2012 08:07:52 +0000 (08:07 +0000)]
elm codegen_example.c: Use correct command to build examples.
SVN revision: 81215
ChunEon Park [Tue, 18 Dec 2012 07:29:42 +0000 (07:29 +0000)]
elementary - removed white trailing
SVN revision: 81212
ChunEon Park [Tue, 18 Dec 2012 07:09:48 +0000 (07:09 +0000)]
elementary/transit - only update image file if the file idx is changed.
SVN revision: 81208
ChunEon Park [Tue, 18 Dec 2012 07:06:42 +0000 (07:06 +0000)]
elementary/image - fix the image to show the image right away if the image preloading is disabled.
SVN revision: 81207
ChunEon Park [Tue, 18 Dec 2012 07:04:13 +0000 (07:04 +0000)]
elementary/transit - dont' elm_transit image animation use the image preloading
SVN revision: 81206
ChunEon Park [Tue, 18 Dec 2012 06:13:01 +0000 (06:13 +0000)]
elementary/image - removed unnecessary lines.
SVN revision: 81205
ChunEon Park [Tue, 18 Dec 2012 05:47:14 +0000 (05:47 +0000)]
elementary/transit - and no more use of icon.
SVN revision: 81203
ChunEon Park [Tue, 18 Dec 2012 05:23:47 +0000 (05:23 +0000)]
elementary/transit - now elm_transit image animation supports elm_image object type
SVN revision: 81202
Daniel Juyung Seo [Mon, 17 Dec 2012 23:46:18 +0000 (23:46 +0000)]
elm location_example_01.c: Fixed a build command of location example.
SVN revision: 81197
Massimo Maiurana [Mon, 17 Dec 2012 23:42:23 +0000 (23:42 +0000)]
updating esperanto translations
SVN revision: 81195
Stefan Schmidt [Mon, 17 Dec 2012 14:12:49 +0000 (14:12 +0000)]
elm/toolbar: Fix NULL dereference waiting to happen.
The macro returns NULL if it->prev is not valid. So we better check if prev is
not NULL before accessing it.
SVN revision: 81144
Flavio Vinicius Alvares Ceolin [Mon, 17 Dec 2012 14:10:17 +0000 (14:10 +0000)]
elm elocation: Fixing the elementary.pc
SVN revision: 81142
ChunEon Park [Mon, 17 Dec 2012 14:05:13 +0000 (14:05 +0000)]
elementary/naviframe - don't access data after user callback function. because they can delete widget itself.
SVN revision: 81141
ChunEon Park [Mon, 17 Dec 2012 10:50:12 +0000 (10:50 +0000)]
elementary/popup - fix the popup that returned invalid action buttons
SVN revision: 81117
Massimo Maiurana [Sun, 16 Dec 2012 21:37:20 +0000 (21:37 +0000)]
updating czech translations
SVN revision: 81058
Stefan Schmidt [Fri, 14 Dec 2012 13:35:53 +0000 (13:35 +0000)]
elm: Fix memleaks for string duplicated in parse_str.
We get a strdup'ed string here so we need to take care about freeing it.
SVN revision: 80941
Daniel Juyung Seo [Fri, 14 Dec 2012 12:17:49 +0000 (12:17 +0000)]
elm colorselector: Palette items resize issue when item size is more than finger size and fixed: 1 1 warning in picker. Patch by Shilpa Onkar Singh <shilpa.singh@samsung.com>
On Tue, Dec 11, 2012 at 8:46 PM, SHILPA ONKAR SINGH <shilpa.singh@samsung.com> wrote:
Hi All,
Please find attached bug fix patch for Colorselector.
This patch fixes the resize issue in palette which happens when
palette item size is given more than finger size.
This patch also fixes a fixed: 1 1 warning shown in picker(New addition to colorselector).
This warning can be seen when we shift from "both mode"(palette+component) to picker
mode and back to both mode.
Change description:
elm_colorselector: Palette items resize issue when item size is more than finger size and fixed: 1 1 warning in picker
fixed.
Signed-Off by: Shilpa Singh(shilpa.singh@samsung.com)
Thanks & Regards
Shilpa Singh
SVN revision: 80937
Jiyoun Park [Fri, 14 Dec 2012 03:54:55 +0000 (03:54 +0000)]
oooops, change log and new
SVN revision: 80909
Jiyoun Park [Fri, 14 Dec 2012 03:29:21 +0000 (03:29 +0000)]
if application delete naviframe item,
naviframe cannot set top object to resize object
SVN revision: 80908
Stefan Schmidt [Thu, 13 Dec 2012 15:20:22 +0000 (15:20 +0000)]
elm/multibuttonentry: Don't leak memory if the filter was already there.
SVN revision: 80879
Stefan Schmidt [Thu, 13 Dec 2012 15:19:48 +0000 (15:19 +0000)]
elm/transit: Avoid pedantic check for use of uninitialized var.
SVN revision: 80878
Stefan Schmidt [Thu, 13 Dec 2012 14:17:29 +0000 (14:17 +0000)]
elm/naviframe: Fix potential deref of freed memory.
We should not free it and then access the same data again on line below.
SVN revision: 80862
Daniel Juyung Seo [Wed, 12 Dec 2012 12:21:03 +0000 (12:21 +0000)]
elm ChangeLog: dummy obj was removed and restored. we can merge the ChangeLog entry.
SVN revision: 80755
Daniel Juyung Seo [Wed, 12 Dec 2012 11:39:29 +0000 (11:39 +0000)]
elm NEWS: dummy obj was removed and restored. we can merge the NEWS entry.
SVN revision: 80752
Daniel Zaoui [Wed, 12 Dec 2012 09:13:32 +0000 (09:13 +0000)]
Gesture layer APIs added to access internal variables of the specific
data of the object
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 80742
WooHyun Jung [Wed, 12 Dec 2012 08:58:03 +0000 (08:58 +0000)]
elementary/naviframe : Restore dummy_edje to naviframe. Now dummy_edje is always smart member of naviframe, so it cannot be removed before deleting naviframe.
SVN revision: 80739
ChunEon Park [Wed, 12 Dec 2012 04:32:46 +0000 (04:32 +0000)]
elementary/po - updated
SVN revision: 80732
ChunEon Park [Wed, 12 Dec 2012 04:32:29 +0000 (04:32 +0000)]
elementary - fix tab space.
SVN revision: 80731
ChunEon Park [Wed, 12 Dec 2012 04:28:11 +0000 (04:28 +0000)]
elementary/mapbuf - update mapbuf forcely whenever it's states are changed.
SVN revision: 80730
Flavio Vinicius Alvares Ceolin [Tue, 11 Dec 2012 14:05:48 +0000 (14:05 +0000)]
adding support for elocation
SVN revision: 80657
WooHyun Jung [Tue, 11 Dec 2012 07:33:27 +0000 (07:33 +0000)]
elementary/naviframe : Remove dummy_edje. Naviframe should be shown with at least one item, and don't have to care about the state there is no item.
Additionally, it's not a smart member of naviframe, there is no guarantee when this object will be deleted.
SVN revision: 80628
Cedric BAIL [Mon, 10 Dec 2012 08:18:25 +0000 (08:18 +0000)]
elementary: safely manipulate inlist and destroy part of it.
SVN revision: 80579
Cedric BAIL [Mon, 10 Dec 2012 08:01:16 +0000 (08:01 +0000)]
elementary: correctly check error in elm_cnp.
SVN revision: 80576
Cedric BAIL [Mon, 10 Dec 2012 07:24:48 +0000 (07:24 +0000)]
elementary: more proper NULL check.
SVN revision: 80572
Cedric BAIL [Mon, 10 Dec 2012 06:59:46 +0000 (06:59 +0000)]
elementary: make sure private data are safe to manipulate.
SVN revision: 80568
Jiyoun Park [Sun, 9 Dec 2012 05:27:24 +0000 (05:27 +0000)]
fix wrong config value related with scroll
SVN revision: 80537
Daniel Juyung Seo [Sat, 8 Dec 2012 18:39:24 +0000 (18:39 +0000)]
elm: fixed build break caused by my two commits.
SVN revision: 80533
Massimo Maiurana [Sat, 8 Dec 2012 18:35:53 +0000 (18:35 +0000)]
updating various translations
SVN revision: 80532
Daniel Juyung Seo [Sat, 8 Dec 2012 18:17:12 +0000 (18:17 +0000)]
elm elc_naviframe.c: Use EINA_LIST_FREE instead of EINA_LIST_FOREACH + eina_list_free.
SVN revision: 80529
Daniel Juyung Seo [Sat, 8 Dec 2012 18:17:04 +0000 (18:17 +0000)]
elm: refactoring. on_deletion -> delete_me.
1. delete_me was already there before on_deletion was used.
2. delete_me and on_deletion are same.
3. evas also has delete_me so use the same name.
4. i didn't change naviframe because it has different on_deletion usages from other widgets.
SVN revision: 80528
ChunEon Park [Sat, 8 Dec 2012 09:39:19 +0000 (09:39 +0000)]
elementary/naviframe - set main content to naviframe sub object to keep the obj-sub tree.
it needs to set other item contnets to be sub object.
SVN revision: 80520
ChunEon Park [Sat, 8 Dec 2012 08:53:38 +0000 (08:53 +0000)]
elementary/naviframe - removed unnecessary line. it was compared already in widget api
SVN revision: 80518
ChunEon Park [Sat, 8 Dec 2012 08:09:44 +0000 (08:09 +0000)]
elementary/naviframe - only set the top item to be the resize object.
SVN revision: 80517
ChunEon Park [Sat, 8 Dec 2012 07:31:39 +0000 (07:31 +0000)]
elementary/naviframe - updated changelog
SVN revision: 80515
ChunEon Park [Sat, 8 Dec 2012 07:23:30 +0000 (07:23 +0000)]
elementary/naviframe - fix the title part which name of fixed wrongly.
SVN revision: 80514
ChunEon Park [Sat, 8 Dec 2012 07:00:55 +0000 (07:00 +0000)]
elementary/win - return if focus target is NULL
SVN revision: 80512
Massimo Maiurana [Fri, 7 Dec 2012 18:53:30 +0000 (18:53 +0000)]
updating various translations
SVN revision: 80486
Luis Felipe Strano Moraes [Fri, 7 Dec 2012 17:23:34 +0000 (17:23 +0000)]
[elm] Handling signals on elm_sys_notify.
Author: Murilo Belluzzo <murilo.belluzzo@profusion.mobi>
SVN revision: 80474
Jonas M. Gastal [Fri, 7 Dec 2012 16:19:56 +0000 (16:19 +0000)]
elm: Fix instruction of how compile icon_example_01.c
Author: Joao Paulo Fernandes Ventura <ventura@profusion.mobi>
SVN revision: 80470
Gustavo Lima Chaves [Fri, 7 Dec 2012 13:54:38 +0000 (13:54 +0000)]
Fix Elm's build. antognolli += spank.
SVN revision: 80455
Rafael Antognolli [Fri, 7 Dec 2012 13:25:15 +0000 (13:25 +0000)]
elementary: Make it build again without efreet.
SVN revision: 80448
ChunEon Park [Fri, 7 Dec 2012 12:31:07 +0000 (12:31 +0000)]
elementary/naviframe - Re: [E-devel] [Elc_Naviframe]: Crash on evas_object_del fix.
Hi All,
Please find attached bug fix patch for Naviframe.
This patch fixes crash in naviframe which happens when evas_object_del
is called immediately after item_pop.
Change description:
elc_naviframe: Crash on calling evas_object_del of naviframe immediately after item_pop fixed.
Signed-Off by: Shilpa Singh(shilpa.singh@samsung.com)
Thanks & Regards
Shilpa Singh
Signed-Off-By: Shilpa Onkar Singh<shilpa.singh@samsung.com>
SVN revision: 80442
WooHyun Jung [Fri, 7 Dec 2012 10:54:04 +0000 (10:54 +0000)]
[elementary/multibutton_entry] Fix focus problem in multibuttonentry.
Entry can get focus only when multibuttonentry is focused.
SVN revision: 80433
Shinwoo Kim [Fri, 7 Dec 2012 10:28:22 +0000 (10:28 +0000)]
[access][win] use ecore client message data
SVN revision: 80429
Cedric BAIL [Fri, 7 Dec 2012 08:44:47 +0000 (08:44 +0000)]
elementary: eo_data_get can return NULL if the object is dead.
SVN revision: 80418
Cedric BAIL [Fri, 7 Dec 2012 07:12:58 +0000 (07:12 +0000)]
elementary: simplify test in elm_entry_text_set.
SVN revision: 80413
Jaehwan Kim [Fri, 7 Dec 2012 06:57:16 +0000 (06:57 +0000)]
Small bug. In some case, the box cannot be proper size.
SVN revision: 80412
Cedric BAIL [Fri, 7 Dec 2012 04:03:01 +0000 (04:03 +0000)]
elementary: safer call to mkstemp.
SVN revision: 80409
Jaehwan Kim [Fri, 7 Dec 2012 01:37:04 +0000 (01:37 +0000)]
Scroller is scrolled to transverse direction, when it cannot be scrolled to original direction and can be scrolled to transverse direction.
SVN revision: 80404
Daniel Juyung Seo [Thu, 6 Dec 2012 17:49:19 +0000 (17:49 +0000)]
elm elm_widget.c: Refactoring internal functions. Move around internal functions for the eo readability.
SVN revision: 80377
Daniel Juyung Seo [Thu, 6 Dec 2012 17:49:08 +0000 (17:49 +0000)]
elm test_conform_indicator.c: Fixed build warnings.
SVN revision: 80376
Daniel Juyung Seo [Thu, 6 Dec 2012 16:13:13 +0000 (16:13 +0000)]
elm elm_access.h: one liner for api decralations.
SVN revision: 80370
Daniel Juyung Seo [Thu, 6 Dec 2012 16:12:59 +0000 (16:12 +0000)]
elm access: const for getters.
SVN revision: 80369
Shinwoo Kim [Thu, 6 Dec 2012 12:21:19 +0000 (12:21 +0000)]
[access] add elm_access_external_info_get(Evas_Object*); becuase there is set();
SVN revision: 80353
ChunEon Park [Thu, 6 Dec 2012 11:47:26 +0000 (11:47 +0000)]
elementary/mapbuf - update whenever the content is moved or resized.
SVN revision: 80348
Mike McCormack [Thu, 6 Dec 2012 11:16:08 +0000 (11:16 +0000)]
elementary: Fix initializer and shawdow warnings
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 80346
Shinwoo Kim [Thu, 6 Dec 2012 10:56:29 +0000 (10:56 +0000)]
[access] elm_access_external_info_set(Evas_Object*, const char*) initial draft
i would like to export an API which name is elm_access_external_info_set(Evas_Object *, const char*);
this will be using by application side to set additional accessibility information.
widget could have different information which could be different in another context.
for example: there would be an entry which is for user ID, and there would be another entry which is for password.
in this case, developer would like to add additional information for each entry as below.
entry for user id reads "entry (default information), this entry is for user id (additional information)"
entry for password reads "entry, this entry is for password"
for this reason, i have attached patch. please review the patch and give feedbacks.
SVN revision: 80339
Daniel Juyung Seo [Thu, 6 Dec 2012 10:49:52 +0000 (10:49 +0000)]
elm test_conform_indicator.c: Refactoring season one. I will continue working on this file.
1. Use one menu button for one test.
2. Fixed formatting.
3. Use cleaner code.
SVN revision: 80337
Daniel Juyung Seo [Thu, 6 Dec 2012 10:38:40 +0000 (10:38 +0000)]
elm: Updated NEWS and ChangeLog for r80312.
SVN revision: 80336
Cedric BAIL [Thu, 6 Dec 2012 09:49:43 +0000 (09:49 +0000)]
elementary: such a shame...
SVN revision: 80330
Cedric BAIL [Thu, 6 Dec 2012 09:38:25 +0000 (09:38 +0000)]
elementary: as suspected, that was a bad idea.
SVN revision: 80328
Cedric BAIL [Thu, 6 Dec 2012 09:23:04 +0000 (09:23 +0000)]
elementary: typo.
SVN revision: 80326
Cedric BAIL [Thu, 6 Dec 2012 09:20:37 +0000 (09:20 +0000)]
elementary: let's not break the work when we don't use Wayland.
SVN revision: 80325
Cedric BAIL [Thu, 6 Dec 2012 09:02:22 +0000 (09:02 +0000)]
elementary: more typo.
SVN revision: 80322
Cedric BAIL [Thu, 6 Dec 2012 09:00:18 +0000 (09:00 +0000)]
elementary: fix borkage.
SVN revision: 80320
Cedric BAIL [Thu, 6 Dec 2012 08:59:14 +0000 (08:59 +0000)]
elementary: fix forgotten break.
SVN revision: 80319
Shinwoo Kim [Thu, 6 Dec 2012 08:48:50 +0000 (08:48 +0000)]
[slider][access] bug fix: smart_activate(); works in the opposite way.
SVN revision: 80318
Cedric BAIL [Thu, 6 Dec 2012 08:31:25 +0000 (08:31 +0000)]
elementary: always finish elm_conform buffer with at least one '\0'.
SVN revision: 80313
Daniel Juyung Seo [Thu, 6 Dec 2012 08:25:53 +0000 (08:25 +0000)]
elm elm_interface_scrollable.c: Fixed wheel scroll direction with shift.
SVN revision: 80312
Cedric BAIL [Thu, 6 Dec 2012 08:15:08 +0000 (08:15 +0000)]
elementary: improve stability/safety of quicklaunch.
SVN revision: 80308
Cedric BAIL [Thu, 6 Dec 2012 07:55:59 +0000 (07:55 +0000)]
elementary: let's not explicitely test for NULL and trigger a segv.
SVN revision: 80306