platform/upstream/elementary.git
11 years agoelementary/label - modified internal variable name to be more clear.
ChunEon Park [Fri, 4 Jan 2013 07:32:10 +0000 (07:32 +0000)]
elementary/label - modified internal variable name to be more clear.

SVN revision: 82152

11 years agoelementary/entry : Removing unused codes.
WooHyun Jung [Fri, 4 Jan 2013 04:32:30 +0000 (04:32 +0000)]
elementary/entry : Removing unused codes.

SVN revision: 82144

11 years ago[elm] Updating the NEWS with the lasts commits
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 21:02:25 +0000 (21:02 +0000)]
[elm] Updating the NEWS with the lasts commits

SVN revision: 82109

11 years ago[elm] calendar: spinners for month and year now
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 20:50:10 +0000 (20:50 +0000)]
[elm] calendar: spinners for month and year now

Adding a separated spinner for year.

SVN revision: 82108

11 years ago[elm] datetime: Adding max and min year to standard
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 20:48:52 +0000 (20:48 +0000)]
[elm] datetime: Adding max and min year to standard
 profile

The same values that are in the others profiles.

SVN revision: 82107

11 years ago[elm] dayselector: making the looking and feel more
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 20:48:35 +0000 (20:48 +0000)]
[elm] dayselector: making the looking and feel more
 consistent with the others widgets

SVN revision: 82106

11 years ago[elm] file_selector: making the widget more desktop
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 20:48:14 +0000 (20:48 +0000)]
[elm] file_selector: making the widget more desktop
 friend

Allowing select dir/file in the entry box.

SVN revision: 82105

11 years ago[elm] fileselector_buton test: small fixes
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 20:44:58 +0000 (20:44 +0000)]
[elm] fileselector_buton test: small fixes

Fixing the usage of the check buttons

SVN revision: 82104

11 years agoElementary: remove duplicated slideshow icon
Leandro Dorileo [Thu, 3 Jan 2013 19:10:06 +0000 (19:10 +0000)]
Elementary: remove duplicated slideshow icon

Remove duplicated slideshow icon from icons.edc.

SVN revision: 82096

11 years agoFrom: DUBEYPRINCE KUMAR <prince.dubey@samsung.com>
DUBEYPRINCE KUMAR [Thu, 3 Jan 2013 12:03:55 +0000 (12:03 +0000)]
From: DUBEYPRINCE KUMAR <prince.dubey@samsung.com>
Subject: [E-devel] [BUG] [ELM] [PATCH] Bug fixes for APIs
elm_gengrid_region_show/bring_in

Please review the attached patches.

Attached patch "elm_gengrid.patch" which fix the bug related to
elm_gengrid_region_show/bring_in APIs.

And patch "test_gengrid.patch" in order to test the fix.

 Change Description:

      1. An internal function _item_show_region() is created which does
      the
      calculation for item position.

          2. This function is called in _calc_job() as soon as pan
object
gets its
size.

    3. Test_gengrid code enhancement for testing the fix.

SVN revision: 82063

11 years agoelementary/naviframe - fixed some unacceptable stuffs.
ChunEon Park [Thu, 3 Jan 2013 11:41:10 +0000 (11:41 +0000)]
elementary/naviframe - fixed some unacceptable stuffs.

SVN revision: 82061

11 years agoelementary/naviframe - use the layout intead of the edje_object
ChunEon Park [Thu, 3 Jan 2013 11:26:57 +0000 (11:26 +0000)]
elementary/naviframe - use the layout intead of the edje_object

SVN revision: 82060

11 years agoFix the bug which the callbacks of the sub-object are added even if the sub-object...
Jaehwan Kim [Thu, 3 Jan 2013 09:52:57 +0000 (09:52 +0000)]
Fix the bug which the callbacks of the sub-object are added even if the sub-object is already added the parent object.

SVN revision: 82053

11 years ago[access] export elm_access_activate_cb_set(); and add related documentation.
Shinwoo Kim [Thu, 3 Jan 2013 09:31:33 +0000 (09:31 +0000)]
[access] export elm_access_activate_cb_set(); and add related documentation.

SVN revision: 82052

11 years agoelm list: Fixed list separator size bug. Patch by Thiep Ha <thiep.ha@samsung.com>
Daniel Juyung Seo [Thu, 3 Jan 2013 06:23:33 +0000 (06:23 +0000)]
elm list: Fixed list separator size bug. Patch by Thiep Ha <thiep.ha@samsung.com>

On Sun, Dec 9, 2012 at 11:11 AM, thiep ha <thiep.ha@samsung.com> wrote:

    Dear All,

    In elementary list, the separator is not correctly set.
    I would like to send a patch to correct the list with separator.
    I also add an example named "List Separator" to test it.

    Please review this patch.

    Best Regards,
    Thiep Ha

SVN revision: 82040

11 years agoelm elm_widget.c: ;; is not sexy.
Daniel Juyung Seo [Thu, 3 Jan 2013 06:12:51 +0000 (06:12 +0000)]
elm elm_widget.c: ;; is not sexy.

SVN revision: 82038

11 years agoelm slier: Used a macro for delay changed interval.
Daniel Juyung Seo [Thu, 3 Jan 2013 06:12:38 +0000 (06:12 +0000)]
elm slier: Used a macro for delay changed interval.

SVN revision: 82037

11 years agoelementary/po - updated
ChunEon Park [Thu, 3 Jan 2013 04:54:10 +0000 (04:54 +0000)]
elementary/po - updated

SVN revision: 82033

11 years agoelementary/naviframe - removed unnecessary string buf copy
ChunEon Park [Thu, 3 Jan 2013 04:20:11 +0000 (04:20 +0000)]
elementary/naviframe - removed unnecessary string buf copy

SVN revision: 82031

11 years agoelementary/naviframe - [E-devel][Patch] Fix _item_text_set_hook to set part text...
JaeHyun Cho [Thu, 3 Jan 2013 04:10:45 +0000 (04:10 +0000)]
elementary/naviframe - [E-devel][Patch] Fix _item_text_set_hook to set part text correctly

Dear all,

Hello. This is Jaehyun Cho.
The current version of _item_text_set_hook sends the part signal name to edje_object_part_text_set. (elementary/src/lib/elc_naviframe.c)
To resolve this issue, I sent different arguments to edje_object_part_text_set for each case.
Please review this patch.

Thank you,
Jaehyun Cho.

Signed-Off-By: JaeHyun Cho <jae_hyun_cho@naver.com>
SVN revision: 82030

11 years ago[elm] Just fixing the return type documentation of elm_prefs_data_get().
Gustavo Lima Chaves [Wed, 2 Jan 2013 19:00:52 +0000 (19:00 +0000)]
[elm] Just fixing the return type documentation of elm_prefs_data_get().

(copy&paste failure) and the "@see" in elm_prefs_data_set() (pointing to
itself).

patch by Murilo Belluzzo.

SVN revision: 82005

11 years agoelm list: Use EINA_FALSE instead of 0 for Eina_Bool type variable.
Daniel Juyung Seo [Wed, 2 Jan 2013 18:36:22 +0000 (18:36 +0000)]
elm list: Use EINA_FALSE instead of 0 for Eina_Bool type variable.

SVN revision: 82004

11 years agoelm fingersize: Use correct apis instead of deprecated apis. elm_config_finger_size_g...
Daniel Juyung Seo [Wed, 2 Jan 2013 18:16:03 +0000 (18:16 +0000)]
elm fingersize: Use correct apis instead of deprecated apis. elm_config_finger_size_get/set instead of elm_finger_size_get/set.

SVN revision: 82003

11 years agoelm test_weather.c: Use entry activated callback.
Daniel Juyung Seo [Tue, 1 Jan 2013 08:45:06 +0000 (08:45 +0000)]
elm test_weather.c: Use entry activated callback.

SVN revision: 81949

11 years agoelm test: Use EVAS_HINT_EXPAND and EVAS_HINT_FILL instead of 1.0 and -1.0.
Daniel Juyung Seo [Tue, 1 Jan 2013 08:45:03 +0000 (08:45 +0000)]
elm test: Use EVAS_HINT_EXPAND and EVAS_HINT_FILL instead of 1.0 and -1.0.

SVN revision: 81948

11 years agoelm test_weather.c: Print more useful information.
Daniel Juyung Seo [Tue, 1 Jan 2013 08:44:57 +0000 (08:44 +0000)]
elm test_weather.c: Print more useful information.

SVN revision: 81947

11 years agoupdate elm todo
Mike Blumenkrantz [Sat, 29 Dec 2012 16:01:49 +0000 (16:01 +0000)]
update elm todo

SVN revision: 81877

11 years agosame netwm tooltip fix
Mike Blumenkrantz [Sat, 29 Dec 2012 15:57:08 +0000 (15:57 +0000)]
same netwm tooltip fix

SVN revision: 81876

11 years agoelm: edbus (v1) is disabled by default.
Gustavo Sverzut Barbieri [Sat, 29 Dec 2012 14:47:48 +0000 (14:47 +0000)]
elm: edbus (v1) is disabled by default.

SVN revision: 81872

11 years agosame commit for trunk
Mike Blumenkrantz [Sat, 29 Dec 2012 13:45:17 +0000 (13:45 +0000)]
same commit for trunk

SVN revision: 81868

11 years ago[elm] Update ChangeLog
Henrique Dante de Almeida [Fri, 28 Dec 2012 15:22:17 +0000 (15:22 +0000)]
[elm] Update ChangeLog

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>

SVN revision: 81811

11 years ago[elm] Update test_main_menu with new D-Bus menu features
Henrique Dante de Almeida [Fri, 28 Dec 2012 15:00:15 +0000 (15:00 +0000)]
[elm] Update test_main_menu with new D-Bus menu features

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>

SVN revision: 81810

11 years ago[elm] Support freedesktop icons in D-Bus menu
Henrique Dante de Almeida [Fri, 28 Dec 2012 15:00:00 +0000 (15:00 +0000)]
[elm] Support freedesktop icons in D-Bus menu

If Elementary is compiled with Efreet support, D-Bus menu will
export freedesktop icon names.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>

SVN revision: 81809

11 years ago[elm] Use content from menu item to get menu text
Henrique Dante de Almeida [Fri, 28 Dec 2012 14:59:55 +0000 (14:59 +0000)]
[elm] Use content from menu item to get menu text

Do some extra effort to find out a name for the menu item to send via D-Bus

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>

SVN revision: 81808

11 years ago[elm] Support optional properties in D-Bus menu
Henrique Dante de Almeida [Fri, 28 Dec 2012 14:59:50 +0000 (14:59 +0000)]
[elm] Support optional properties in D-Bus menu

The D-Bus menu interface description requests that properties with
default values should be optimized out.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>

SVN revision: 81807

11 years ago[elm] Support elementary icon directory in D-Bus menu
Henrique Dante de Almeida [Fri, 28 Dec 2012 14:59:46 +0000 (14:59 +0000)]
[elm] Support elementary icon directory in D-Bus menu

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>

SVN revision: 81806

11 years ago[elm] Remove "visible" property from D-Bus menu (always true)
Henrique Dante de Almeida [Fri, 28 Dec 2012 14:59:40 +0000 (14:59 +0000)]
[elm] Remove "visible" property from D-Bus menu (always true)

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>

SVN revision: 81805

11 years ago[elm] Support item separators in D-Bus menu
Henrique Dante de Almeida [Fri, 28 Dec 2012 14:59:33 +0000 (14:59 +0000)]
[elm] Support item separators in D-Bus menu

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>

SVN revision: 81804

11 years agoelm test_entry.c: Added 'activated' smart callback usage.
Daniel Juyung Seo [Fri, 28 Dec 2012 12:19:20 +0000 (12:19 +0000)]
elm test_entry.c: Added 'activated' smart callback usage.

SVN revision: 81797

11 years agoforwardport previous commit for genlist fixing
Mike Blumenkrantz [Fri, 28 Dec 2012 09:51:40 +0000 (09:51 +0000)]
forwardport previous commit for genlist fixing

SVN revision: 81790

11 years agosorry indentation
Jiyoun Park [Fri, 28 Dec 2012 03:59:36 +0000 (03:59 +0000)]
sorry indentation

SVN revision: 81781

11 years agofix elm_photocam file set's error handle code
Jiyoun Park [Fri, 28 Dec 2012 03:54:24 +0000 (03:54 +0000)]
fix elm_photocam file set's error handle code

SVN revision: 81779

11 years agoelementary: fix automake options
Lucas De Marchi [Thu, 27 Dec 2012 21:35:05 +0000 (21:35 +0000)]
elementary: fix automake options

SVN revision: 81760

11 years ago[elm] Add support to D-Bus systray icons
Murilo Belluzzo [Thu, 27 Dec 2012 13:38:40 +0000 (13:38 +0000)]
[elm] Add support to D-Bus systray icons

For now, it supports only one system tray icon per application.

Each instance of ELM_OBJ_SYSTRAY_CLASS is a handler for
the same system tray item. But the API is ready to support
multiple system tray items per application.

Also, since this is a new feature, it only provides an EObject API. So,
if the old style API is still required, please do it.

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

SVN revision: 81747

11 years ago[elm] Add D-Bus external menu support
Henrique Dante de Almeida [Thu, 27 Dec 2012 13:38:33 +0000 (13:38 +0000)]
[elm] Add D-Bus external menu support

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>

SVN revision: 81746

11 years agoprobably want eo for elm configure...
Mike Blumenkrantz [Thu, 27 Dec 2012 05:54:42 +0000 (05:54 +0000)]
probably want eo for elm configure...

SVN revision: 81729

11 years agoSpec and build dependency fixes.
Michael Jennings [Wed, 26 Dec 2012 11:53:38 +0000 (11:53 +0000)]
Spec and build dependency fixes.

SVN revision: 81711

11 years agovalgrind complain--
Carsten Haitzler [Mon, 24 Dec 2012 09:47:11 +0000 (09:47 +0000)]
valgrind complain--

SVN revision: 81669

11 years ago[access] export some APIs,and remove unnecessary lines.
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

11 years agoAdd Simplified Chinese translation for elementary
Aron Xu [Fri, 21 Dec 2012 19:56:19 +0000 (19:56 +0000)]
Add Simplified Chinese translation for elementary

SVN revision: 81572

11 years ago[elm] Implement dangling smart cb for prefs widget.
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

11 years agoelm: Don't try to take screenshot of glview_example since it wont work and isn't...
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

11 years agoelm : fix memory leak in entry
Jihoon Kim [Fri, 21 Dec 2012 11:03:10 +0000 (11:03 +0000)]
elm : fix memory leak in entry

SVN revision: 81538

11 years agoupdating various translations
Massimo Maiurana [Thu, 20 Dec 2012 19:58:56 +0000 (19:58 +0000)]
updating various translations

SVN revision: 81482

11 years agoupdated esperanto and italian translations
Massimo Maiurana [Thu, 20 Dec 2012 13:11:37 +0000 (13:11 +0000)]
updated esperanto and italian translations

SVN revision: 81451

11 years agoelementary/image - +FIXME
ChunEon Park [Thu, 20 Dec 2012 01:54:57 +0000 (01:54 +0000)]
elementary/image - +FIXME

SVN revision: 81413

11 years agoelm: using the right ecore_evas engine api
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

11 years agoIf elementary is built with wayland support (and X support), then we
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

11 years agoelm/map: Free buffer on error path
Stefan Schmidt [Wed, 19 Dec 2012 10:28:20 +0000 (10:28 +0000)]
elm/map: Free buffer on error path

SVN revision: 81342

11 years agowake up. fix svn breakages. yay. :)
Carsten Haitzler [Wed, 19 Dec 2012 01:08:13 +0000 (01:08 +0000)]
wake up. fix svn breakages. yay. :)

SVN revision: 81316

11 years agoelm_plug: fixed signal name.
Gustavo Sverzut Barbieri [Tue, 18 Dec 2012 22:14:27 +0000 (22:14 +0000)]
elm_plug: fixed signal name.

SVN revision: 81313

11 years agoelm_plug: callback when server side image changed.
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

11 years agoelm: Silent a compiler warning.
Gustavo Lima Chaves [Tue, 18 Dec 2012 19:57:33 +0000 (19:57 +0000)]
elm: Silent a compiler warning.

SVN revision: 81294

11 years agoupdating various translations
Massimo Maiurana [Tue, 18 Dec 2012 16:46:31 +0000 (16:46 +0000)]
updating various translations

SVN revision: 81286

11 years agoRemoved internal macro that was retrieving the widget data
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

11 years agoFix docs and wrong Eo API
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

11 years agoelm codegen_example.c: Fixed formatting.
Daniel Juyung Seo [Tue, 18 Dec 2012 08:08:39 +0000 (08:08 +0000)]
elm codegen_example.c: Fixed formatting.

SVN revision: 81216

11 years agoelm codegen_example.c: Use correct command to build examples.
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

11 years agoelementary - removed white trailing
ChunEon Park [Tue, 18 Dec 2012 07:29:42 +0000 (07:29 +0000)]
elementary - removed white trailing

SVN revision: 81212

11 years agoelementary/transit - only update image file if the file idx is changed.
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

11 years agoelementary/image - fix the image to show the image right away if the image preloading...
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

11 years agoelementary/transit - dont' elm_transit image animation use the image preloading
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

11 years agoelementary/image - removed unnecessary lines.
ChunEon Park [Tue, 18 Dec 2012 06:13:01 +0000 (06:13 +0000)]
elementary/image - removed unnecessary lines.

SVN revision: 81205

11 years agoelementary/transit - and no more use of icon.
ChunEon Park [Tue, 18 Dec 2012 05:47:14 +0000 (05:47 +0000)]
elementary/transit - and no more use of icon.

SVN revision: 81203

11 years agoelementary/transit - now elm_transit image animation supports elm_image object type
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

11 years agoelm location_example_01.c: Fixed a build command of location example.
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

11 years agoupdating esperanto translations
Massimo Maiurana [Mon, 17 Dec 2012 23:42:23 +0000 (23:42 +0000)]
updating esperanto translations

SVN revision: 81195

11 years agoelm/toolbar: Fix NULL dereference waiting to happen.
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

11 years agoelm elocation: Fixing the elementary.pc
Flavio Vinicius Alvares Ceolin [Mon, 17 Dec 2012 14:10:17 +0000 (14:10 +0000)]
elm elocation: Fixing the elementary.pc

SVN revision: 81142

11 years agoelementary/naviframe - don't access data after user callback function. because they...
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

11 years agoelementary/popup - fix the popup that returned invalid action buttons
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

11 years agoupdating czech translations
Massimo Maiurana [Sun, 16 Dec 2012 21:37:20 +0000 (21:37 +0000)]
updating czech translations

SVN revision: 81058

11 years agoelm: Fix memleaks for string duplicated in parse_str.
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

11 years agoelm colorselector: Palette items resize issue when item size is more than finger...
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

11 years agooooops, change log and new
Jiyoun Park [Fri, 14 Dec 2012 03:54:55 +0000 (03:54 +0000)]
oooops, change log and new

SVN revision: 80909

11 years agoif application delete naviframe item,
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

11 years agoelm/multibuttonentry: Don't leak memory if the filter was already there.
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

11 years agoelm/transit: Avoid pedantic check for use of uninitialized var.
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

11 years agoelm/naviframe: Fix potential deref of freed memory.
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

11 years agoelm ChangeLog: dummy obj was removed and restored. we can merge the ChangeLog entry.
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

11 years agoelm NEWS: dummy obj was removed and restored. we can merge the NEWS entry.
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

11 years agoGesture layer APIs added to access internal variables of the specific
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

11 years agoelementary/naviframe : Restore dummy_edje to naviframe. Now dummy_edje is always...
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

11 years agoelementary/po - updated
ChunEon Park [Wed, 12 Dec 2012 04:32:46 +0000 (04:32 +0000)]
elementary/po - updated

SVN revision: 80732

11 years agoelementary - fix tab space.
ChunEon Park [Wed, 12 Dec 2012 04:32:29 +0000 (04:32 +0000)]
elementary - fix tab space.

SVN revision: 80731

11 years agoelementary/mapbuf - update mapbuf forcely whenever it's states are changed.
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

11 years agoadding support for elocation
Flavio Vinicius Alvares Ceolin [Tue, 11 Dec 2012 14:05:48 +0000 (14:05 +0000)]
adding support for elocation

SVN revision: 80657

11 years agoelementary/naviframe : Remove dummy_edje. Naviframe should be shown with at least...
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

11 years agoelementary: safely manipulate inlist and destroy part of it.
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

11 years agoelementary: correctly check error in elm_cnp.
Cedric BAIL [Mon, 10 Dec 2012 08:01:16 +0000 (08:01 +0000)]
elementary: correctly check error in elm_cnp.

SVN revision: 80576