Commit Graph

7111 Commits

Author SHA1 Message Date
Shinwoo Kim 88dac18cf7 [access] export elm_access_activate_cb_set(); and add related documentation.
SVN revision: 82052
2013-01-03 09:31:33 +00:00
Daniel Juyung Seo f4e8c92f0d 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
2013-01-03 06:23:33 +00:00
Daniel Juyung Seo 443d838758 elm elm_widget.c: ;; is not sexy.
SVN revision: 82038
2013-01-03 06:12:51 +00:00
Daniel Juyung Seo a45bf9e5db elm slier: Used a macro for delay changed interval.
SVN revision: 82037
2013-01-03 06:12:38 +00:00
ChunEon Park 3b715ae4af elementary/po - updated
SVN revision: 82033
2013-01-03 04:54:10 +00:00
ChunEon Park fc6a4a4db7 elementary/naviframe - removed unnecessary string buf copy
SVN revision: 82031
2013-01-03 04:20:11 +00:00
JaeHyun Cho 6282ede9d3 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
2013-01-03 04:10:45 +00:00
Gustavo Lima Chaves 3484f83bf8 [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
2013-01-02 19:00:52 +00:00
Daniel Juyung Seo cf682c4214 elm list: Use EINA_FALSE instead of 0 for Eina_Bool type variable.
SVN revision: 82004
2013-01-02 18:36:22 +00:00
Daniel Juyung Seo efb5d3f995 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
2013-01-02 18:16:03 +00:00
Daniel Juyung Seo ffb23d5f80 elm test_weather.c: Use entry activated callback.
SVN revision: 81949
2013-01-01 08:45:06 +00:00
Daniel Juyung Seo 5953de5f2a elm test: Use EVAS_HINT_EXPAND and EVAS_HINT_FILL instead of 1.0 and -1.0.
SVN revision: 81948
2013-01-01 08:45:03 +00:00
Daniel Juyung Seo 1ccac38ac1 elm test_weather.c: Print more useful information.
SVN revision: 81947
2013-01-01 08:44:57 +00:00
Mike Blumenkrantz 9d12c4d900 update elm todo
SVN revision: 81877
2012-12-29 16:01:49 +00:00
Mike Blumenkrantz 86727a6b8b same netwm tooltip fix
SVN revision: 81876
2012-12-29 15:57:08 +00:00
Gustavo Sverzut Barbieri c8e20e4f7b elm: edbus (v1) is disabled by default.
SVN revision: 81872
2012-12-29 14:47:48 +00:00
Mike Blumenkrantz 41a5d834cf same commit for trunk
SVN revision: 81868
2012-12-29 13:45:17 +00:00
Henrique Dante de Almeida 92f1d5c283 [elm] Update ChangeLog
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81811
2012-12-28 15:22:17 +00:00
Henrique Dante de Almeida c522a60698 [elm] Update test_main_menu with new D-Bus menu features
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81810
2012-12-28 15:00:15 +00:00
Henrique Dante de Almeida 742440f3aa [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
2012-12-28 15:00:00 +00:00
Henrique Dante de Almeida 6b67520b48 [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
2012-12-28 14:59:55 +00:00
Henrique Dante de Almeida 849567e4e7 [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
2012-12-28 14:59:50 +00:00
Henrique Dante de Almeida cdfe5155f8 [elm] Support elementary icon directory in D-Bus menu
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81806
2012-12-28 14:59:46 +00:00
Henrique Dante de Almeida 895d038885 [elm] Remove "visible" property from D-Bus menu (always true)
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81805
2012-12-28 14:59:40 +00:00
Henrique Dante de Almeida b8d09d3690 [elm] Support item separators in D-Bus menu
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81804
2012-12-28 14:59:33 +00:00
Daniel Juyung Seo 22fe887792 elm test_entry.c: Added 'activated' smart callback usage.
SVN revision: 81797
2012-12-28 12:19:20 +00:00
Mike Blumenkrantz 3abf0ce65a forwardport previous commit for genlist fixing
SVN revision: 81790
2012-12-28 09:51:40 +00:00
Jiyoun Park 2b6e8f8384 sorry indentation
SVN revision: 81781
2012-12-28 03:59:36 +00:00
Jiyoun Park 831f70a845 fix elm_photocam file set's error handle code
SVN revision: 81779
2012-12-28 03:54:24 +00:00
Lucas De Marchi cea4dd84f1 elementary: fix automake options
SVN revision: 81760
2012-12-27 21:35:05 +00:00
Murilo Belluzzo abcc99fcd1 [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
2012-12-27 13:38:40 +00:00
Henrique Dante de Almeida 58b2fc2cd2 [elm] Add D-Bus external menu support
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81746
2012-12-27 13:38:33 +00:00
Mike Blumenkrantz 762586961d probably want eo for elm configure...
SVN revision: 81729
2012-12-27 05:54:42 +00:00
Michael Jennings 640021a53f Spec and build dependency fixes.
SVN revision: 81711
2012-12-26 11:53:38 +00:00
Carsten Haitzler d063cc067e valgrind complain--
SVN revision: 81669
2012-12-24 09:47:11 +00:00
Shinwoo Kim f10fb3e115 [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
2012-12-23 14:50:56 +00:00
Aron Xu 56de89a84d Add Simplified Chinese translation for elementary
SVN revision: 81572
2012-12-21 19:56:19 +00:00
Gustavo Lima Chaves ed0519a582 [elm] Implement dangling smart cb for prefs widget.
SVN revision: 81567
2012-12-21 19:10:09 +00:00
Jonas M. Gastal 24e2e9d2e7 elm: Don't try to take screenshot of glview_example since it wont work and isn't used.
SVN revision: 81565
2012-12-21 17:38:05 +00:00
Jihoon Kim 19f51743f4 elm : fix memory leak in entry
SVN revision: 81538
2012-12-21 11:03:10 +00:00
Massimo Maiurana 8f56edcf3b updating various translations
SVN revision: 81482
2012-12-20 19:58:56 +00:00
Massimo Maiurana 30a66339ac updated esperanto and italian translations
SVN revision: 81451
2012-12-20 13:11:37 +00:00
ChunEon Park a4c735c632 elementary/image - +FIXME
SVN revision: 81413
2012-12-20 01:54:57 +00:00
Flavio Vinicius Alvares Ceolin 68d67520f1 elm: using the right ecore_evas engine api
SVN revision: 81396
2012-12-19 18:07:09 +00:00
Christopher Michael aae9891a64 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
2012-12-19 14:41:45 +00:00
Stefan Schmidt d0793194b5 elm/map: Free buffer on error path
SVN revision: 81342
2012-12-19 10:28:20 +00:00
Carsten Haitzler 457848df53 wake up. fix svn breakages. yay. :)
SVN revision: 81316
2012-12-19 01:08:13 +00:00
Gustavo Sverzut Barbieri 6afb683626 elm_plug: fixed signal name.
SVN revision: 81313
2012-12-18 22:14:27 +00:00
Gustavo Sverzut Barbieri 3a80bee71c elm_plug: callback when server side image changed.
changelog and news will come later.



SVN revision: 81312
2012-12-18 22:07:50 +00:00
Gustavo Lima Chaves c02d084ef7 elm: Silent a compiler warning.
SVN revision: 81294
2012-12-18 19:57:33 +00:00