Commit Graph

7131 Commits

Author SHA1 Message Date
ChunEon Park 724a0b0f2d 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
2013-01-04 10:47:51 +00:00
ChunEon Park 103d2e27ad elementary/po - updated
SVN revision: 82167
2013-01-04 10:34:52 +00:00
ChunEon Park 0471757de8 elementary/label - more information for users
SVN revision: 82159
2013-01-04 08:00:56 +00:00
ChunEon Park 3d0e9dcfb6 elementary/label - you intended this if it cannot slide because of the text length.
SVN revision: 82158
2013-01-04 07:43:16 +00:00
ChunEon Park 4f6ed249a2 elementary/label - sliding -> slide
SVN revision: 82156
2013-01-04 07:39:14 +00:00
ChunEon Park dacd0c80c1 elementary/fileselector - ++ unused
SVN revision: 82155
2013-01-04 07:38:26 +00:00
ChunEon Park fa34a04d32 elementary/label - removed unncessary set
SVN revision: 82153
2013-01-04 07:33:50 +00:00
ChunEon Park 1019226cc5 elementary/label - modified internal variable name to be more clear.
SVN revision: 82152
2013-01-04 07:32:10 +00:00
WooHyun Jung 733e98473d elementary/entry : Removing unused codes.
SVN revision: 82144
2013-01-04 04:32:30 +00:00
Flavio Vinicius Alvares Ceolin 3fcc4797a7 [elm] Updating the NEWS with the lasts commits
SVN revision: 82109
2013-01-03 21:02:25 +00:00
Flavio Vinicius Alvares Ceolin a8719f824d [elm] calendar: spinners for month and year now
Adding a separated spinner for year.



SVN revision: 82108
2013-01-03 20:50:10 +00:00
Flavio Vinicius Alvares Ceolin e8996b459d [elm] datetime: Adding max and min year to standard
profile

The same values that are in the others profiles.



SVN revision: 82107
2013-01-03 20:48:52 +00:00
Flavio Vinicius Alvares Ceolin 29044a7624 [elm] dayselector: making the looking and feel more
consistent with the others widgets



SVN revision: 82106
2013-01-03 20:48:35 +00:00
Flavio Vinicius Alvares Ceolin 06414efc47 [elm] file_selector: making the widget more desktop
friend

Allowing select dir/file in the entry box.



SVN revision: 82105
2013-01-03 20:48:14 +00:00
Flavio Vinicius Alvares Ceolin 94b4a8535a [elm] fileselector_buton test: small fixes
Fixing the usage of the check buttons



SVN revision: 82104
2013-01-03 20:44:58 +00:00
Leandro Dorileo 85472a116a Elementary: remove duplicated slideshow icon
Remove duplicated slideshow icon from icons.edc.


SVN revision: 82096
2013-01-03 19:10:06 +00:00
DUBEYPRINCE KUMAR ac8e33ea76 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
2013-01-03 12:03:55 +00:00
ChunEon Park dcc29483af elementary/naviframe - fixed some unacceptable stuffs.
SVN revision: 82061
2013-01-03 11:41:10 +00:00
ChunEon Park 1dd2144a7c elementary/naviframe - use the layout intead of the edje_object
SVN revision: 82060
2013-01-03 11:26:57 +00:00
Jaehwan Kim a36ec132c7 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
2013-01-03 09:52:57 +00:00
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