Commit Graph

4567 Commits

Author SHA1 Message Date
Jihoon Kim de014c7a6a fix @dates in each header file
SVN revision: 67705
2012-02-05 23:37:45 +00:00
Martin Jansa 08467e40fb From c506f5f078b6abc789602603c481168575cf7260 Mon Sep 17 00:00:00 2001
From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Thu, 2 Feb 2012 20:04:51 +0100
Subject: [PATCH] elm_entry: add missing elm_entry_input_panel_enabled_get

* it was in elm_entry.h but without implementation

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>


SVN revision: 67693
2012-02-03 07:32:40 +00:00
Jihoon Kim 0d1aebf79d entry: set EINA_TRUE as input_panel_enable attribute
SVN revision: 67691
2012-02-03 04:51:38 +00:00
WooHyun Jung 3b08459b61 [elementary/elm_entry] Unnecessary codes are deleted.
"elm_smart_scroller_child_region_show" will be called in
"_show_region_hook" after cursor is changed by
"edje_object_part_text_cursor_end_set".


SVN revision: 67686
2012-02-02 06:58:06 +00:00
WooHyun Jung d4a1037e63 [elementary/elm_entry] Were these signals(copy, cut) intentionally
deleted? Anyway ~ I added them becasue they were there :)


SVN revision: 67684
2012-02-02 02:33:14 +00:00
Daniel Juyung Seo 0a60098096 elm win.h: Reorganized docs. This is done on the plane to kill my time :)
SVN revision: 67676
2012-02-01 13:49:42 +00:00
Christopher Michael 15d1c06a20 Elm: Fix 'variable may be used uninitialized' warnings.
SVN revision: 67675
2012-02-01 12:29:14 +00:00
ChunEon Park b6116cc8dc elementary/ctxpopup - + hide effect
SVN revision: 67673
2012-02-01 11:26:25 +00:00
ChunEon Park 0740d6e962 elementary/transit - updated according to ecore_animator changes.
because the animator would not call the new animator in it's animator callback anymore,
the user should call the callback function explicitly now.



SVN revision: 67672
2012-02-01 10:30:12 +00:00
ChunEon Park 4c6d88b090 elementary/widget - sorry. I didn't intend this.
SVN revision: 67669
2012-02-01 05:24:59 +00:00
ChunEon Park 2db6dd39e0 elementary/ctxpopup - wd could be deleted in the DISMISSED callback
SVN revision: 67667
2012-02-01 03:16:13 +00:00
ChunEon Park 4ea4e28f15 elementary/widget - just removed macros duplicated impl.
SVN revision: 67666
2012-02-01 03:07:53 +00:00
Michael BOUCHAUD 01f1670317 elementary: sorry, I think about it. I'm sure this one is a better fix
SVN revision: 67665
2012-01-31 22:29:29 +00:00
Michael BOUCHAUD 64ccd3765f elementary: don't take care of EVAS_HINT_FILL in els_icon
SVN revision: 67640
2012-01-31 17:11:34 +00:00
ChunEon Park 57611ce2d7 elementary/fileselector - just renamed internal var.
SVN revision: 67628
2012-01-31 06:46:39 +00:00
ChunEon Park 7fd3d1fe88 elementary/fileselector - fixed a wrong change caused when gengrid API changes.
SVN revision: 67627
2012-01-31 05:13:59 +00:00
ChunEon Park d504333c4d elementary/diskselector - oh god, missing changes.
SVN revision: 67626
2012-01-31 05:05:19 +00:00
ChunEon Park 8a872c513e elementary/diskselector - deprecated elm_diskselector_item_cursor_* APIs.
Please use elm_object_item_cursor_* APIs.



SVN revision: 67625
2012-01-31 05:01:27 +00:00
ChunEon Park 21301d42c6 elementray/toolbar - deprecated elm_toolbar_cursor_* APIs.
Please use elm_object_item_cursor_* APIs instead.



SVN revision: 67624
2012-01-31 04:47:01 +00:00
ChunEon Park d8675f8c64 elementary/main - fixed typo!!
SVN revision: 67623
2012-01-31 04:45:19 +00:00
ChunEon Park d05767c6a5 elementary/gengrid - updated doc.
SVN revision: 67622
2012-01-31 03:03:35 +00:00
ChunEon Park 40e51b5fea elementary/gengrid - deprecated elm_gengrid_item_del()
please use elm_object_item_del() instead



SVN revision: 67621
2012-01-31 03:03:17 +00:00
ChunEon Park f12f55ea5a elementary/gengrid - deprecated APIs
elm_gengrid_item_disabled_set/get

please use elm_object_item_disabled_set/get instead



SVN revision: 67620
2012-01-31 02:40:08 +00:00
ChunEon Park b1f436569c elementary/gengrid - deprecated 3 APIs.
elm_gengrid_item_data_set -> elm_object_item_data_set
elm_gengrid_item_data_get -> elm_object_item_data_get
elm_gengrid_item_gengrid_get -> elm_object_item_widget_get



SVN revision: 67619
2012-01-31 01:22:16 +00:00
ChunEon Park 73ee2d9004 elementry/elm_object_item - renamed parameter (item -> it) for consistency.
SVN revision: 67613
2012-01-31 00:32:20 +00:00
Michael BOUCHAUD 168ea8ad80 elementary: remove const from elm_box_children_get. We need free it
SVN revision: 67605
2012-01-30 17:41:42 +00:00
ChunEon Park cc7f2a51a9 elementary/genlist, gengrid - modified internal variable type to clean up the unnecessary casting
SVN revision: 67600
2012-01-30 10:39:32 +00:00
ChunEon Park 7c0738c762 elementary/gengrid - Elm_Gengrid_Item -> Elm_Object_Item
Be happy! now all widgets are using the Elm_Object_Item interface.



SVN revision: 67599
2012-01-30 10:29:51 +00:00
ChunEon Park fd909fc341 elementary/list - deprecated elm_list_item_del()
please use elm_object_item_del().



SVN revision: 67598
2012-01-30 06:06:03 +00:00
ChunEon Park b1d49688dc elementary/genlist - +documentation.
SVN revision: 67597
2012-01-30 05:43:00 +00:00
ChunEon Park 42ddca9f31 elementary/genlist - deprecated elm_genlist_item_genlist_get()
please use elm_object_item_widget_get() instead.



SVN revision: 67596
2012-01-30 04:37:41 +00:00
ChunEon Park aa280f290c elementary/genlist - reverted 67546.
SVN revision: 67595
2012-01-30 01:08:54 +00:00
Tom Hacohen 90a9c62c86 Elm entry: Fixed a bug with sizing of internal textblock.
It should resize to be *at least* the min height, not always the min height.

SVN revision: 67583
2012-01-29 11:55:29 +00:00
Tom Hacohen 612d100570 Elm entry: Fixed an issue with undo/redo.
SVN revision: 67582
2012-01-29 11:55:23 +00:00
Tom Hacohen e1b8a631f8 Elm entry: Fixed compilation warnings.
SVN revision: 67581
2012-01-29 11:55:19 +00:00
Tom Hacohen 1a2160bd29 Elm cnp: Use the standard text<->markup elm functions.
SVN revision: 67579
2012-01-29 08:52:34 +00:00
Bruno Dilly fd2da6be59 Elementary external button: add repeat stuff
This patch provides a way to set autorepeat on buttons.


SVN revision: 67570
2012-01-27 16:59:03 +00:00
Pau Espin Pedrol e9e71d84be elm_gesture_layer: Elm_Gesture_Types -> Elm_Gesture_Type to keep consistency with other parts of the API
SVN revision: 67569
2012-01-27 16:51:23 +00:00
ChunEon Park 1a9deee7df elementary/genlist - deprecated elm_genlist_item_del()
now let's use elm_object_item_del() API.

and deprecated elm_genlist_horizontal_get() APIS also.



SVN revision: 67566
2012-01-27 11:59:22 +00:00
ChunEon Park fcc6192848 elementary - modified item_del_pre_hook function prototype.
Now it returns the bool value to free the widget item.

Some widget items(i,e genlist) should not be deleted directly when elm_object_item_del is called.
So, if the pre_hook function returns EINA_FALSE, then the widget item will not be deleted.



SVN revision: 67565
2012-01-27 11:56:14 +00:00
ChunEon Park 749e8e2642 elementary/genlist - fixed indentation
SVN revision: 67563
2012-01-27 07:37:47 +00:00
ChunEon Park 4ee72ae553 elementary/genlsit, gengrid - removed duplicated disabled field.
deprecated elm_genlist_item_disabled_set/get, 
please use elm_object_item_disabled_set/get instead.



SVN revision: 67562
2012-01-27 07:36:36 +00:00
ChunEon Park 5d0dc2e727 elementary/genlist - sorry, this line should be applied yet.
SVN revision: 67561
2012-01-27 06:47:20 +00:00
ChunEon Park e990948db8 elementary/genlist - changed to use ssize_t type for the 16/32/64 bits compatibility.
SVN revision: 67560
2012-01-27 06:09:01 +00:00
ChunEon Park c192a46b38 elementary/genlist - removed usage of widget_item_del_cb_set
Because the API is exposed to users, don't use it internally.

And looks don't need to use it actually.



SVN revision: 67547
2012-01-26 10:01:48 +00:00
ChunEon Park d4ffe4c8c2 elementary/genlist - deprecated elm_genlist_item_data_set/get
but please use elm_object_item_data_set/get instead.


and what was purpose of this double casting? 

(int)(long) elm_genlist_item_data_get(gli);

these calls are used in some places. 

I removed the (long) casting because it looks useless.



SVN revision: 67546
2012-01-26 07:31:30 +00:00
Iván Briano 2d5761d30b Whine if the engine in ELM_ENGINE is not known so users are aware of it
SVN revision: 67540
2012-01-25 17:15:43 +00:00
ChunEon Park 640caff765 elementary/genlist - update to use new APIs
SVN revision: 67525
2012-01-25 09:25:12 +00:00
Tom Hacohen 59cf09b81c Elm entry: force/and textblock get - remove the const.
This conforms that what discussed at the ML. I did it so people won't abuse
the API, but I guess people don't agree with me.

SVN revision: 67523
2012-01-25 07:35:04 +00:00
ChunEon Park 2bd97198e9 elementary/cursor - elm_list_item_cursor_* -> elm_object_item_cursor_*
SVN revision: 67522
2012-01-25 07:31:34 +00:00