Commit Graph

7017 Commits

Author SHA1 Message Date
ChunEon Park b230457c42 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
2012-12-08 09:39:19 +00:00
ChunEon Park 0040b9e8fd elementary/naviframe - removed unnecessary line. it was compared already in widget api
SVN revision: 80518
2012-12-08 08:53:38 +00:00
ChunEon Park f353378e8b elementary/naviframe - only set the top item to be the resize object.
SVN revision: 80517
2012-12-08 08:09:44 +00:00
ChunEon Park 8539f1bd0d elementary/naviframe - updated changelog
SVN revision: 80515
2012-12-08 07:31:39 +00:00
ChunEon Park 558f84a6ff elementary/naviframe - fix the title part which name of fixed wrongly.
SVN revision: 80514
2012-12-08 07:23:30 +00:00
ChunEon Park 87ff3ba820 elementary/win - return if focus target is NULL
SVN revision: 80512
2012-12-08 07:00:55 +00:00
Massimo Maiurana 724f42c552 updating various translations
SVN revision: 80486
2012-12-07 18:53:30 +00:00
Luis Felipe Strano Moraes 25074f6277 [elm] Handling signals on elm_sys_notify.
Author: Murilo Belluzzo <murilo.belluzzo@profusion.mobi>



SVN revision: 80474
2012-12-07 17:23:34 +00:00
Jonas M. Gastal d6b0cea1e8 elm: Fix instruction of how compile icon_example_01.c
Author:    Joao Paulo Fernandes Ventura <ventura@profusion.mobi>

SVN revision: 80470
2012-12-07 16:19:56 +00:00
Gustavo Lima Chaves 34c58941bd Fix Elm's build. antognolli += spank.
SVN revision: 80455
2012-12-07 13:54:38 +00:00
Rafael Antognolli 902fdfc116 elementary: Make it build again without efreet.
SVN revision: 80448
2012-12-07 13:25:15 +00:00
ChunEon Park 4733715962 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
2012-12-07 12:31:07 +00:00
WooHyun Jung 2bbb2dac16 [elementary/multibutton_entry] Fix focus problem in multibuttonentry.
Entry can get focus only when multibuttonentry is focused.


SVN revision: 80433
2012-12-07 10:54:04 +00:00
Shinwoo Kim d878e2fb9e [access][win] use ecore client message data
SVN revision: 80429
2012-12-07 10:28:22 +00:00
Cedric BAIL 3ef34e5dac elementary: eo_data_get can return NULL if the object is dead.
SVN revision: 80418
2012-12-07 08:44:47 +00:00
Cedric BAIL a1da9e6b65 elementary: simplify test in elm_entry_text_set.
SVN revision: 80413
2012-12-07 07:12:58 +00:00
Jaehwan Kim ca6994b182 Small bug. In some case, the box cannot be proper size.
SVN revision: 80412
2012-12-07 06:57:16 +00:00
Cedric BAIL 8c3981293b elementary: safer call to mkstemp.
SVN revision: 80409
2012-12-07 04:03:01 +00:00
Jaehwan Kim 0e03e10b06 Scroller is scrolled to transverse direction, when it cannot be scrolled to original direction and can be scrolled to transverse direction.
SVN revision: 80404
2012-12-07 01:37:04 +00:00
Daniel Juyung Seo e6189411fd elm elm_widget.c: Refactoring internal functions. Move around internal functions for the eo readability.
SVN revision: 80377
2012-12-06 17:49:19 +00:00
Daniel Juyung Seo 4ec49cf83b elm test_conform_indicator.c: Fixed build warnings.
SVN revision: 80376
2012-12-06 17:49:08 +00:00
Daniel Juyung Seo da2dbe25dd elm elm_access.h: one liner for api decralations.
SVN revision: 80370
2012-12-06 16:13:13 +00:00
Daniel Juyung Seo d24d0348ce elm access: const for getters.
SVN revision: 80369
2012-12-06 16:12:59 +00:00
Shinwoo Kim 30be7b82dc [access] add elm_access_external_info_get(Evas_Object*); becuase there is set();
SVN revision: 80353
2012-12-06 12:21:19 +00:00
ChunEon Park 7748dd4d44 elementary/mapbuf - update whenever the content is moved or resized.
SVN revision: 80348
2012-12-06 11:47:26 +00:00
Mike McCormack 98a3ae1ae7 elementary: Fix initializer and shawdow warnings
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 80346
2012-12-06 11:16:08 +00:00
Shinwoo Kim f426ed101c [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
2012-12-06 10:56:29 +00:00
Daniel Juyung Seo c9f53ba831 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
2012-12-06 10:49:52 +00:00
Daniel Juyung Seo 348b033bd2 elm: Updated NEWS and ChangeLog for r80312.
SVN revision: 80336
2012-12-06 10:38:40 +00:00
Cedric BAIL cf45191574 elementary: such a shame...
SVN revision: 80330
2012-12-06 09:49:43 +00:00
Cedric BAIL 46daa66f8e elementary: as suspected, that was a bad idea.
SVN revision: 80328
2012-12-06 09:38:25 +00:00
Cedric BAIL 1a12d85dcc elementary: typo.
SVN revision: 80326
2012-12-06 09:23:04 +00:00
Cedric BAIL 2a7e6019e2 elementary: let's not break the work when we don't use Wayland.
SVN revision: 80325
2012-12-06 09:20:37 +00:00
Cedric BAIL 901d685a45 elementary: more typo.
SVN revision: 80322
2012-12-06 09:02:22 +00:00
Cedric BAIL 9ce131754f elementary: fix borkage.
SVN revision: 80320
2012-12-06 09:00:18 +00:00
Cedric BAIL bb6589c3f1 elementary: fix forgotten break.
SVN revision: 80319
2012-12-06 08:59:14 +00:00
Shinwoo Kim 184b398750 [slider][access] bug fix: smart_activate(); works in the opposite way.
SVN revision: 80318
2012-12-06 08:48:50 +00:00
Cedric BAIL 17321c8bc3 elementary: always finish elm_conform buffer with at least one '\0'.
SVN revision: 80313
2012-12-06 08:31:25 +00:00
Daniel Juyung Seo 4d029f2ddc elm elm_interface_scrollable.c: Fixed wheel scroll direction with shift.
SVN revision: 80312
2012-12-06 08:25:53 +00:00
Cedric BAIL 8830f43b7d elementary: improve stability/safety of quicklaunch.
SVN revision: 80308
2012-12-06 08:15:08 +00:00
Cedric BAIL 53bec88358 elementary: let's not explicitely test for NULL and trigger a segv.
SVN revision: 80306
2012-12-06 07:55:59 +00:00
Cedric BAIL 4c54fc7f9e elementary: in fact that's a new bug.
SVN revision: 80302
2012-12-06 07:31:04 +00:00
Christopher Michael 29dbb8804d Patch from Juan Zhao <juan.j.zhao@linux.intel.com> to fix correct
usage of HAVE_ELEMENTARY_WAYLAND.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 80301
2012-12-06 07:30:27 +00:00
Cedric BAIL 4e17a72fc7 elementary: properly read file in elm_entry.
SVN revision: 80300
2012-12-06 07:28:57 +00:00
Gustavo Sverzut Barbieri 1f9630075c efl: missing news
SVN revision: 80282
2012-12-05 22:31:29 +00:00
Gustavo Sverzut Barbieri 27c6def19d elm: add system notification.
SVN revision: 80281
2012-12-05 22:24:00 +00:00
Daniel Juyung Seo 10cb9bcf73 elm elm_list.c: fixed formatting.
SVN revision: 80262
2012-12-05 15:52:43 +00:00
Gustavo Sverzut Barbieri 066157cfdb more shutdown fixes for elm_need/unneed.
SVN revision: 80258
2012-12-05 15:13:18 +00:00
Gustavo Sverzut Barbieri bab69d04cc elm: fix need/uneed so it will release memory upon elm_shutdown.
Murilo Belluzzo spotted that we're incrementing a counter on an EAPI
elm_need_*(), but the unneed version is executed automatically from
elm_shutdown(), thus only once.



SVN revision: 80257
2012-12-05 14:35:04 +00:00
Bruno Dilly aab47242e8 elementary: one more fix regarding edbus / edbus2
c & p fail, I suppose.
Spotted by Murilo Belluzzo.



SVN revision: 80256
2012-12-05 14:27:48 +00:00