platform/upstream/elementary.git
11 years agoelementary/label - and cancel the ellipsis before label try to calc the text size.
ChunEon Park [Mon, 7 Jan 2013 06:06:16 +0000 (06:06 +0000)]
elementary/label - and cancel the ellipsis before label try to calc the text size.

SVN revision: 82320

11 years ago[access] _elm_access_add() could return NULL
Shinwoo Kim [Mon, 7 Jan 2013 05:56:51 +0000 (05:56 +0000)]
[access] _elm_access_add() could return NULL

SVN revision: 82319

11 years agoelementary/label - removed data dosen't used anywhere
ChunEon Park [Mon, 7 Jan 2013 04:38:40 +0000 (04:38 +0000)]
elementary/label - removed data dosen't used anywhere

SVN revision: 82316

11 years agoelementary/label - recover ellipsis mode when slide mode is end.
ChunEon Park [Mon, 7 Jan 2013 04:33:29 +0000 (04:33 +0000)]
elementary/label - recover ellipsis mode when slide mode is end.

SVN revision: 82315

11 years agoelm naviframe: Fixed omitting signal emission when customized text parts change the...
Daniel Juyung Seo [Sun, 6 Jan 2013 14:15:52 +0000 (14:15 +0000)]
elm naviframe: Fixed omitting signal emission when customized text parts change the text. Patch by Jaehyun Cho <jae_hyun_cho@naver.com>

On Sun, Jan 6, 2013 at 2:23 PM, 조재현 <jae_hyun_cho@naver.com> wrote:
Dear all,

Hello. This is Jaehyun Cho.
Now, naviframe emits state signals (e.g. show or hide) for customized text part (i.e. neither "elm.text.title" nor "elm.text.subtitle") which is going to be appended to the item's text_list.
However, if the customized text parts change the text label when the text parts are in the item's text_list, naviframe does not emit state signals for them.
To resolve this issue, I added additional case in _item_text_set_hook to handle the text part which is in the item's text_list. (elementary/src/lib/elc_naviframe.c)
Please review this.

Thank you,
Jaehyun Cho.

SVN revision: 82300

11 years agoupdating portuguese translation
Massimo Maiurana [Sun, 6 Jan 2013 09:52:45 +0000 (09:52 +0000)]
updating portuguese translation

SVN revision: 82298

11 years agoelm elm_priv.h: Fixed wrong parameter which was spotted by Thiago Henrique <thenrique...
Daniel Juyung Seo [Sun, 6 Jan 2013 04:46:53 +0000 (04:46 +0000)]
elm elm_priv.h: Fixed wrong parameter which was spotted by Thiago Henrique <thenrique@gmail.com>

SVN revision: 82297

11 years agoelementary: fix EDJE_VERSION
Leandro Dorileo [Sat, 5 Jan 2013 07:42:34 +0000 (07:42 +0000)]
elementary: fix EDJE_VERSION

The old edje build system considered just maj to MODULE_ARCH, now
it takes in account maj.min.v_mic - so, elm and edje don't
understand each other - resulting in broken things like edje_external
module not being loaded.

SVN revision: 82269

11 years agoelementary/label - removed unncessary
ChunEon Park [Sat, 5 Jan 2013 06:01:56 +0000 (06:01 +0000)]
elementary/label - removed unncessary

SVN revision: 82267

11 years agoelementary/label - removed unnecessary
ChunEon Park [Sat, 5 Jan 2013 05:59:18 +0000 (05:59 +0000)]
elementary/label - removed unnecessary

SVN revision: 82266

11 years agoelementary/label - removed unnecessary call
ChunEon Park [Sat, 5 Jan 2013 05:50:13 +0000 (05:50 +0000)]
elementary/label - removed unnecessary call

SVN revision: 82265

11 years agoelementary/label - added a label signal callback "slide,end"
ChunEon Park [Sat, 5 Jan 2013 04:56:06 +0000 (04:56 +0000)]
elementary/label - added a label signal callback "slide,end"

SVN revision: 82263

11 years agoelementary/naviframe - removed duplicated string data
ChunEon Park [Sat, 5 Jan 2013 04:24:22 +0000 (04:24 +0000)]
elementary/naviframe - removed duplicated string data

SVN revision: 82260

11 years agoelementary/label - removed workaround. now it's working slide reset every go is called.
ChunEon Park [Sat, 5 Jan 2013 04:10:33 +0000 (04:10 +0000)]
elementary/label - removed workaround. now it's working slide reset every go is called.

SVN revision: 82259

11 years agofix small leak that only happens if elm config needs an update.
Carsten Haitzler [Sat, 5 Jan 2013 01:12:27 +0000 (01:12 +0000)]
fix small leak that only happens if elm config needs an update.

SVN revision: 82247

11 years agoupdating spanish and italian translation
Massimo Maiurana [Fri, 4 Jan 2013 22:18:09 +0000 (22:18 +0000)]
updating spanish and italian translation

SVN revision: 82242

11 years agoelm: Refactoring.
Daniel Juyung Seo [Fri, 4 Jan 2013 19:10:19 +0000 (19:10 +0000)]
elm: Refactoring.
Smart data is already initialized so we do not need to re-initialize them if the value equals to 0, NULL, or EINA_FALSE.
Sometimes re-initializing smart data explicitly is needed for readability. So there are left overs.

SVN revision: 82228

11 years agoelementary/label - some missed stuff.
ChunEon Park [Fri, 4 Jan 2013 13:44:08 +0000 (13:44 +0000)]
elementary/label - some missed stuff.

SVN revision: 82176

11 years agoelementary/label - added elm_label_slide_go()
ChunEon Park [Fri, 4 Jan 2013 13:24:37 +0000 (13:24 +0000)]
elementary/label - added elm_label_slide_go()

SVN revision: 82172

11 years agoelementary/label - elm_label_slide_set() -> elm_label_slide_mode_set()
ChunEon Park [Fri, 4 Jan 2013 10:59:41 +0000 (10:59 +0000)]
elementary/label - elm_label_slide_set() -> elm_label_slide_mode_set()

SVN revision: 82170

11 years agoelementary/label - support slide effect of the label widget optionally.
ChunEon Park [Fri, 4 Jan 2013 10:47:51 +0000 (10:47 +0000)]
elementary/label - support slide effect of the label widget optionally.

now it supports slides the texts if the label area is smaller than the text width length.

deprecated - elm_label_slide_set()/get()
added - elm_label_slide_mode_set()/get()

SVN revision: 82169

11 years agoelementary/po - updated
ChunEon Park [Fri, 4 Jan 2013 10:34:52 +0000 (10:34 +0000)]
elementary/po - updated

SVN revision: 82167

11 years agoelementary/label - more information for users
ChunEon Park [Fri, 4 Jan 2013 08:00:56 +0000 (08:00 +0000)]
elementary/label - more information for users

SVN revision: 82159

11 years agoelementary/label - you intended this if it cannot slide because of the text length.
ChunEon Park [Fri, 4 Jan 2013 07:43:16 +0000 (07:43 +0000)]
elementary/label - you intended this if it cannot slide because of the text length.

SVN revision: 82158

11 years agoelementary/label - sliding -> slide
ChunEon Park [Fri, 4 Jan 2013 07:39:14 +0000 (07:39 +0000)]
elementary/label - sliding -> slide

SVN revision: 82156

11 years agoelementary/fileselector - ++ unused
ChunEon Park [Fri, 4 Jan 2013 07:38:26 +0000 (07:38 +0000)]
elementary/fileselector - ++ unused

SVN revision: 82155

11 years agoelementary/label - removed unncessary set
ChunEon Park [Fri, 4 Jan 2013 07:33:50 +0000 (07:33 +0000)]
elementary/label - removed unncessary set

SVN revision: 82153

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