platform/upstream/elementary.git
11 years agoelementary: more proper NULL check.
Cedric BAIL [Mon, 10 Dec 2012 07:24:48 +0000 (07:24 +0000)]
elementary: more proper NULL check.

SVN revision: 80572

11 years agoelementary: make sure private data are safe to manipulate.
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

11 years agofix wrong config value related with scroll
Jiyoun Park [Sun, 9 Dec 2012 05:27:24 +0000 (05:27 +0000)]
fix wrong config value related with scroll

SVN revision: 80537

11 years agoelm: fixed build break caused by my two commits.
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

11 years agoupdating various translations
Massimo Maiurana [Sat, 8 Dec 2012 18:35:53 +0000 (18:35 +0000)]
updating various translations

SVN revision: 80532

11 years agoelm elc_naviframe.c: Use EINA_LIST_FREE instead of EINA_LIST_FOREACH + eina_list_free.
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

11 years agoelm: refactoring. on_deletion -> delete_me.
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

11 years agoelementary/naviframe - set main content to naviframe sub object to keep the obj-sub...
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

11 years agoelementary/naviframe - removed unnecessary line. it was compared already in widget api
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

11 years agoelementary/naviframe - only set the top item to be the resize object.
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

11 years agoelementary/naviframe - updated changelog
ChunEon Park [Sat, 8 Dec 2012 07:31:39 +0000 (07:31 +0000)]
elementary/naviframe - updated changelog

SVN revision: 80515

11 years agoelementary/naviframe - fix the title part which name of fixed wrongly.
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

11 years agoelementary/win - return if focus target is NULL
ChunEon Park [Sat, 8 Dec 2012 07:00:55 +0000 (07:00 +0000)]
elementary/win - return if focus target is NULL

SVN revision: 80512

11 years agoupdating various translations
Massimo Maiurana [Fri, 7 Dec 2012 18:53:30 +0000 (18:53 +0000)]
updating various translations

SVN revision: 80486

11 years ago[elm] Handling signals on elm_sys_notify.
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

11 years agoelm: Fix instruction of how compile icon_example_01.c
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

11 years agoFix Elm's build. antognolli += spank.
Gustavo Lima Chaves [Fri, 7 Dec 2012 13:54:38 +0000 (13:54 +0000)]
Fix Elm's build. antognolli += spank.

SVN revision: 80455

11 years agoelementary: Make it build again without efreet.
Rafael Antognolli [Fri, 7 Dec 2012 13:25:15 +0000 (13:25 +0000)]
elementary: Make it build again without efreet.

SVN revision: 80448

11 years agoelementary/naviframe - Re: [E-devel] [Elc_Naviframe]: Crash on evas_object_del fix.
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

11 years ago[elementary/multibutton_entry] Fix focus problem in multibuttonentry.
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

11 years ago[access][win] use ecore client message data
Shinwoo Kim [Fri, 7 Dec 2012 10:28:22 +0000 (10:28 +0000)]
[access][win] use ecore client message data

SVN revision: 80429

11 years agoelementary: eo_data_get can return NULL if the object is dead.
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

11 years agoelementary: simplify test in elm_entry_text_set.
Cedric BAIL [Fri, 7 Dec 2012 07:12:58 +0000 (07:12 +0000)]
elementary: simplify test in elm_entry_text_set.

SVN revision: 80413

11 years agoSmall bug. In some case, the box cannot be proper size.
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

11 years agoelementary: safer call to mkstemp.
Cedric BAIL [Fri, 7 Dec 2012 04:03:01 +0000 (04:03 +0000)]
elementary: safer call to mkstemp.

SVN revision: 80409

11 years agoScroller is scrolled to transverse direction, when it cannot be scrolled to original...
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

11 years agoelm elm_widget.c: Refactoring internal functions. Move around internal functions...
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

11 years agoelm test_conform_indicator.c: Fixed build warnings.
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

11 years agoelm elm_access.h: one liner for api decralations.
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

11 years agoelm access: const for getters.
Daniel Juyung Seo [Thu, 6 Dec 2012 16:12:59 +0000 (16:12 +0000)]
elm access: const for getters.

SVN revision: 80369

11 years ago[access] add elm_access_external_info_get(Evas_Object*); becuase there is set();
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

11 years agoelementary/mapbuf - update whenever the content is moved or resized.
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

11 years agoelementary: Fix initializer and shawdow warnings
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

11 years ago[access] elm_access_external_info_set(Evas_Object*, const char*) initial draft
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

11 years agoelm test_conform_indicator.c: Refactoring season one. I will continue working on...
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

11 years agoelm: Updated NEWS and ChangeLog for r80312.
Daniel Juyung Seo [Thu, 6 Dec 2012 10:38:40 +0000 (10:38 +0000)]
elm: Updated NEWS and ChangeLog for r80312.

SVN revision: 80336

11 years agoelementary: such a shame...
Cedric BAIL [Thu, 6 Dec 2012 09:49:43 +0000 (09:49 +0000)]
elementary: such a shame...

SVN revision: 80330

11 years agoelementary: as suspected, that was a bad idea.
Cedric BAIL [Thu, 6 Dec 2012 09:38:25 +0000 (09:38 +0000)]
elementary: as suspected, that was a bad idea.

SVN revision: 80328

11 years agoelementary: typo.
Cedric BAIL [Thu, 6 Dec 2012 09:23:04 +0000 (09:23 +0000)]
elementary: typo.

SVN revision: 80326

11 years agoelementary: let's not break the work when we don't use Wayland.
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

11 years agoelementary: more typo.
Cedric BAIL [Thu, 6 Dec 2012 09:02:22 +0000 (09:02 +0000)]
elementary: more typo.

SVN revision: 80322

11 years agoelementary: fix borkage.
Cedric BAIL [Thu, 6 Dec 2012 09:00:18 +0000 (09:00 +0000)]
elementary: fix borkage.

SVN revision: 80320

11 years agoelementary: fix forgotten break.
Cedric BAIL [Thu, 6 Dec 2012 08:59:14 +0000 (08:59 +0000)]
elementary: fix forgotten break.

SVN revision: 80319

11 years ago[slider][access] bug fix: smart_activate(); works in the opposite way.
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

11 years agoelementary: always finish elm_conform buffer with at least one '\0'.
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

11 years agoelm elm_interface_scrollable.c: Fixed wheel scroll direction with shift.
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

11 years agoelementary: improve stability/safety of quicklaunch.
Cedric BAIL [Thu, 6 Dec 2012 08:15:08 +0000 (08:15 +0000)]
elementary: improve stability/safety of quicklaunch.

SVN revision: 80308

11 years agoelementary: let's not explicitely test for NULL and trigger a segv.
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

11 years agoelementary: in fact that's a new bug.
Cedric BAIL [Thu, 6 Dec 2012 07:31:04 +0000 (07:31 +0000)]
elementary: in fact that's a new bug.

SVN revision: 80302

11 years agoPatch from Juan Zhao <juan.j.zhao@linux.intel.com> to fix correct
Christopher Michael [Thu, 6 Dec 2012 07:30:27 +0000 (07:30 +0000)]
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

11 years agoelementary: properly read file in elm_entry.
Cedric BAIL [Thu, 6 Dec 2012 07:28:57 +0000 (07:28 +0000)]
elementary: properly read file in elm_entry.

SVN revision: 80300

11 years agoefl: missing news
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 22:31:29 +0000 (22:31 +0000)]
efl: missing news

SVN revision: 80282

11 years agoelm: add system notification.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 22:24:00 +0000 (22:24 +0000)]
elm: add system notification.

SVN revision: 80281

11 years agoelm elm_list.c: fixed formatting.
Daniel Juyung Seo [Wed, 5 Dec 2012 15:52:43 +0000 (15:52 +0000)]
elm elm_list.c: fixed formatting.

SVN revision: 80262

11 years agomore shutdown fixes for elm_need/unneed.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 15:13:18 +0000 (15:13 +0000)]
more shutdown fixes for elm_need/unneed.

SVN revision: 80258

11 years agoelm: fix need/uneed so it will release memory upon elm_shutdown.
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 14:35:04 +0000 (14:35 +0000)]
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

11 years agoelementary: one more fix regarding edbus / edbus2
Bruno Dilly [Wed, 5 Dec 2012 14:27:48 +0000 (14:27 +0000)]
elementary: one more fix regarding edbus / edbus2

c & p fail, I suppose.
Spotted by Murilo Belluzzo.

SVN revision: 80256

11 years agoelementary: Lets remove it also from POTFILES.in
Stefan Schmidt [Wed, 5 Dec 2012 14:05:25 +0000 (14:05 +0000)]
elementary: Lets remove it also from POTFILES.in

Soemthign to keep in mind: If you remove a file do a quick grep to
see where is still it listed. :)

SVN revision: 80254

11 years ago[elm] Actually remove those files.
Gustavo Lima Chaves [Wed, 5 Dec 2012 13:45:35 +0000 (13:45 +0000)]
[elm] Actually remove those files.

Stupid conflict before, sorry.

SVN revision: 80247

11 years ago[elm] Remove unused file.
Gustavo Lima Chaves [Wed, 5 Dec 2012 13:36:25 +0000 (13:36 +0000)]
[elm] Remove unused file.

els_scroller.c -> I forgot to dump it after my refactoring.

SVN revision: 80242

11 years agoelementary/naviframe - missed changelog
ChunEon Park [Wed, 5 Dec 2012 13:00:19 +0000 (13:00 +0000)]
elementary/naviframe - missed changelog

SVN revision: 80239

11 years agoelementary: move macro that should only be used in Elm_Widget inside it.
Cedric BAIL [Wed, 5 Dec 2012 10:59:36 +0000 (10:59 +0000)]
elementary: move macro that should only be used in Elm_Widget inside it.

Note: this was introduced during the move to EO, so no backport.

SVN revision: 80230

11 years agoelementary: more fix for an uninitialized path.
Cedric BAIL [Wed, 5 Dec 2012 10:13:00 +0000 (10:13 +0000)]
elementary: more fix for an uninitialized path.

SVN revision: 80227

11 years agoupdating esperanto translations
Massimo Maiurana [Wed, 5 Dec 2012 09:46:19 +0000 (09:46 +0000)]
updating esperanto translations

SVN revision: 80224

11 years agoelementary: simplify ChangeLog.
Cedric BAIL [Wed, 5 Dec 2012 07:14:09 +0000 (07:14 +0000)]
elementary: simplify ChangeLog.

SVN revision: 80221

11 years agoelementary: fix uninitialized data path in elm_interface_scrollable.
Cedric BAIL [Wed, 5 Dec 2012 07:11:44 +0000 (07:11 +0000)]
elementary: fix uninitialized data path in elm_interface_scrollable.

SVN revision: 80220

11 years agoelementary: fix uninitialized data path in elm_gesture_layer.
Cedric BAIL [Wed, 5 Dec 2012 06:56:18 +0000 (06:56 +0000)]
elementary: fix uninitialized data path in elm_gesture_layer.

SVN revision: 80217

11 years agoFrom: Gwanglim Lee <gl77.lee@samsung.com>
Gwanglim Lee [Wed, 5 Dec 2012 06:50:27 +0000 (06:50 +0000)]
From: Gwanglim Lee <gl77.lee@samsung.com>
Subject: Re: Re: Re: [E-devel] [RFC] Virtual desktop window profile

I've attached 4th patch. May the 4th be with you.

ecore patch has been merged with efl and all files are based on r80123.

Thanks & Regards,
Gwanglim

------- Original Message -------
Sender : Daniel Juyung Seo<seojuyung2@gmail.com>
Date : 2012-12-04 01:55 (GMT+09:00)
Title : Re: Re: [E-devel] [RFC] Virtual desktop window profile

It looks ok to me.
Sorry but can you re-generate the patch according to the recent ecore
merge to efl single tree?

Daniel Juyung Seo (SeoZ)

On Thu, Nov 29, 2012 at 12:29 AM, Gwanglim Lee <gl77.lee@samsung.com>
wrote:

Dear Raster and Daniel Juyung Seo,

I've attached 3rd patches and test_config according to your reviews.
These are based on r79782.

[elementary & ecore]
1. "profile,set" -> "profile,changed" - done
2. spaces after EINA_LIST_FOREACH - done
3. variable type - keep
4. author - done
5. removing deprecated marking in patch - done
6. add elm_win_available_profiles_get to test_config for the debugging
purpose - done

7. check whether a given profile is present in an available profiles.
otherwise window profile will be one of the item
    in available profiles. - newly added thing to the elm_win
        8. merge with EO - done. :(

            Any comments would be appreciated.

SVN revision: 80215

11 years agoelementary: another fix for the test case.
Cedric BAIL [Wed, 5 Dec 2012 06:46:31 +0000 (06:46 +0000)]
elementary: another fix for the test case.

SVN revision: 80213

11 years agoelementary: fix uninitialized data path in elm_flip.
Cedric BAIL [Wed, 5 Dec 2012 06:24:21 +0000 (06:24 +0000)]
elementary: fix uninitialized data path in elm_flip.

SVN revision: 80210

11 years agoelementary/naviframe - [E-devel] [Elc_Naviframe]: Removal of hide signals emissions...
ChunEon Park [Wed, 5 Dec 2012 04:01:55 +0000 (04:01 +0000)]
elementary/naviframe - [E-devel] [Elc_Naviframe]: Removal of hide signals emissions before Object creation

Hi All,

Please find attached bug fix patch for Naviframe.
As hide signal was sent even before object was created, the theme did not work
properly.
Change description:
elm_naviframe: Removal of hide signals emissions before Object creation.
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: 80207

11 years agoelementary: please follow the timeline...
Cedric BAIL [Wed, 5 Dec 2012 01:41:24 +0000 (01:41 +0000)]
elementary: please follow the timeline...

SVN revision: 80200

11 years agoelementary: Fix warnings
Mike McCormack [Tue, 4 Dec 2012 19:50:46 +0000 (19:50 +0000)]
elementary: Fix warnings

elm_prefs.c:683:17: warning: missing initializer [-Wmissing-field-initializers]
elm_prefs.c:683:17: warning: (near initialization for 'val.tv_usec') [-Wmissing-field-initializers]
elm_prefs.c:684:20: warning: declaration of 'time' shadows a global declaration [-Wshadow]

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 80198

11 years agoAdd app pretty name and .desktop file path support
Murilo Belluzzo [Tue, 4 Dec 2012 18:09:54 +0000 (18:09 +0000)]
Add app pretty name and .desktop file path support

Add support to set a string to hold a 'pretty' name to be used with the
application and a way to set the path to the .desktop file associated
with the application.

Patch by: Murilo Belluzzo <murilo.belluzzo@profusion.mobi>

SVN revision: 80187

11 years ago[elm] Fix some copy and paste failures.
Gustavo Lima Chaves [Tue, 4 Dec 2012 12:52:06 +0000 (12:52 +0000)]
[elm] Fix some copy and paste failures.

Thanks Cedric for reporting.

SVN revision: 80149

11 years agoFix for long tap behavior: update coords before sending LONG_TAP_START to user
Daniel Zaoui [Tue, 4 Dec 2012 12:36:47 +0000 (12:36 +0000)]
Fix for long tap behavior: update coords before sending LONG_TAP_START to user

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 80147

11 years agoelementary: in some case it could be NULL, resulting in dereferencing a NULL pointer.
Cedric BAIL [Tue, 4 Dec 2012 10:26:31 +0000 (10:26 +0000)]
elementary: in some case it could be NULL, resulting in dereferencing a NULL pointer.

SVN revision: 80141

11 years agoelementary: remove useless use of an intermediary variable that is always NULL.
Cedric BAIL [Tue, 4 Dec 2012 08:57:39 +0000 (08:57 +0000)]
elementary: remove useless use of an intermediary variable that is always NULL.

SVN revision: 80134

11 years agoelementary/naviframe - trivial change
ChunEon Park [Tue, 4 Dec 2012 07:40:28 +0000 (07:40 +0000)]
elementary/naviframe - trivial change

SVN revision: 80130

11 years agoelementary/naviframe - sorry here is my mistake. naviframe title content pari needs...
ChunEon Park [Tue, 4 Dec 2012 04:16:48 +0000 (04:16 +0000)]
elementary/naviframe - sorry here is my mistake. naviframe title content pari needs to keep the current content.

SVN revision: 80126

11 years agoelementary: fix potential divide by zero in els_scroller.c
Cedric BAIL [Tue, 4 Dec 2012 03:51:18 +0000 (03:51 +0000)]
elementary: fix potential divide by zero in els_scroller.c

SVN revision: 80124

11 years agoelm elc_naviframe.c: Fixed naviframe smart theme breakage.
Daniel Juyung Seo [Tue, 4 Dec 2012 02:18:12 +0000 (02:18 +0000)]
elm elc_naviframe.c: Fixed naviframe smart theme breakage.

SVN revision: 80123

11 years agoelm test_gengrid.c: Consider scale value for pixel in the code.
Daniel Juyung Seo [Tue, 4 Dec 2012 02:18:08 +0000 (02:18 +0000)]
elm test_gengrid.c: Consider scale value for pixel in the code.

SVN revision: 80122

11 years agoelm elc_naviframe.c: get smart data from evas object.
Daniel Juyung Seo [Mon, 3 Dec 2012 23:21:27 +0000 (23:21 +0000)]
elm elc_naviframe.c: get smart data from evas object.

This fixes ticket #1910.

SVN revision: 80114

11 years agoelementary: yeah, not really your lucky day
Bruno Dilly [Mon, 3 Dec 2012 22:17:53 +0000 (22:17 +0000)]
elementary: yeah, not really your lucky day

More fixes regarding edbus2

SVN revision: 80113

11 years agothis is not my lucky day, right? :-D
Gustavo Sverzut Barbieri [Mon, 3 Dec 2012 21:53:42 +0000 (21:53 +0000)]
this is not my lucky day, right? :-D

on my defense, if I had git I could just merge these 3 and push a
single commit upstream...

SVN revision: 80112

11 years agodamn it, forgot the pkg-config is a different name
Gustavo Sverzut Barbieri [Mon, 3 Dec 2012 21:49:29 +0000 (21:49 +0000)]
damn it, forgot the pkg-config is a different name

SVN revision: 80111

11 years agoelm now supports edbus v2, deprecated v1 function.
Gustavo Sverzut Barbieri [Mon, 3 Dec 2012 21:45:48 +0000 (21:45 +0000)]
elm now supports edbus v2, deprecated v1 function.

v1 is now deprecated (EINA_DEPRECATED) but still there, should still
work and not break any existing app.

v2 is now there as well, all software is being ported to use it
now. Just Enlightenment itself will still ship with v1 and as soon as
we release it will go v2, we have the patches here.

SVN revision: 80110

11 years agoelm test_gengrid.c: Use elm_gengrid_item_class_new/free() APIs.
Daniel Juyung Seo [Mon, 3 Dec 2012 16:27:03 +0000 (16:27 +0000)]
elm test_gengrid.c: Use elm_gengrid_item_class_new/free() APIs.

SVN revision: 80081

11 years agoelm test_hoversel.c: Remove unset icons.
Daniel Juyung Seo [Mon, 3 Dec 2012 16:26:46 +0000 (16:26 +0000)]
elm test_hoversel.c: Remove unset icons.

SVN revision: 80080

11 years agoelementary/naviframe - fix the naviframe crash if naviframe_item_pop and naviframe...
ChunEon Park [Mon, 3 Dec 2012 13:27:57 +0000 (13:27 +0000)]
elementary/naviframe - fix the naviframe crash if naviframe_item_pop and naviframe deletion is performed in serial.

even if the naviframe widget is deleted, the popped item's animator callback can be called.
Now keep the popping item list to handle this.

SVN revision: 80065

11 years ago[access] remove internal APIs
Shinwoo Kim [Mon, 3 Dec 2012 12:53:24 +0000 (12:53 +0000)]
[access] remove internal APIs

  1. _elm_access_item_register(); please use _elm_access_widget_item_register();
  2. _elm_access_item_unregister(); please use _elm_access_widget_item_unregister();
  3. Elm_Access_Info of Elm_Widget_Item, because Elm_Widget_Item uses elm_access object which has Elm_Access_Info.

SVN revision: 80063

11 years agoelm test_entry.c: Added entry emoticon sample.
Daniel Juyung Seo [Mon, 3 Dec 2012 12:49:13 +0000 (12:49 +0000)]
elm test_entry.c: Added entry emoticon sample.

SVN revision: 80062

11 years agoelementary/naviframe - To correct context, item should be passed to animator callback.
ChunEon Park [Mon, 3 Dec 2012 12:10:18 +0000 (12:10 +0000)]
elementary/naviframe - To correct context, item should be passed to animator callback.

SVN revision: 80059

11 years agoelementary/naviframe - -- useless line.
ChunEon Park [Mon, 3 Dec 2012 12:01:34 +0000 (12:01 +0000)]
elementary/naviframe - -- useless line.

SVN revision: 80052

11 years agoelementary/naviframe - useless check
ChunEon Park [Mon, 3 Dec 2012 11:52:21 +0000 (11:52 +0000)]
elementary/naviframe - useless check

SVN revision: 80051

11 years agoelementary/naviframe - remove the pair if new content was swallowed into other part.
ChunEon Park [Mon, 3 Dec 2012 10:21:09 +0000 (10:21 +0000)]
elementary/naviframe - remove the pair if new content was swallowed into other part.

SVN revision: 80036

11 years agoelementary/naviframe - items have the title contents pointer to handle them much...
ChunEon Park [Mon, 3 Dec 2012 10:10:17 +0000 (10:10 +0000)]
elementary/naviframe - items have the title contents pointer to handle them much easily.

SVN revision: 80034

11 years agoRemove the warning in toolbar
Jaehwan Kim [Mon, 3 Dec 2012 07:12:38 +0000 (07:12 +0000)]
Remove the warning in toolbar

SVN revision: 80012

11 years agoFix 0 division
Jaehwan Kim [Mon, 3 Dec 2012 07:01:22 +0000 (07:01 +0000)]
Fix 0 division

SVN revision: 80011