Commit Graph

3803 Commits

Author SHA1 Message Date
Mike Blumenkrantz 6026896d03 remove mode_item_style from item class, use genlist_mode_item_style_set() instead
SVN revision: 64228
2011-10-21 03:31:26 +00:00
Mike Blumenkrantz 5f5dd5f9e1 fix breakage #1 of the night
SVN revision: 64227
2011-10-21 03:23:42 +00:00
Mike Blumenkrantz 29f5f480b8 quiet some warnings
SVN revision: 64225
2011-10-21 02:53:13 +00:00
Mike Blumenkrantz e35721c1ba fix compile with latest changes
SVN revision: 64224
2011-10-21 02:43:08 +00:00
Mike Blumenkrantz 81551dd693 remove LOOOONG deprecated gengrid/genlist typedefs
SVN revision: 64223
2011-10-21 01:50:34 +00:00
Mike Blumenkrantz 9744ff9f84 remove gross genlistitemmoved function thingy and implement smart cb
also removed relevant item on TODO


SVN revision: 64222
2011-10-21 01:49:15 +00:00
Mike Blumenkrantz f163b10a05 _item_create -> _item_new
SVN revision: 64221
2011-10-21 01:39:14 +00:00
Mike Blumenkrantz 88bbad2635 add VIEW() and WIDGET() macros for use with Elm_Widget_Items to create more consistency, reduce typing, and increase readability
VIEW(X) = X->base.view (visible evas object)
  WIDGET(X) = X->base.widget (owner widget)

also a demo of the oxford comma for seoz


SVN revision: 64220
2011-10-21 01:08:01 +00:00
Carsten Haitzler d1ff7eb555 and mark new check calls as deprecated already - this is a porting
helper, not somethig intended to be used in the end.



SVN revision: 64219
2011-10-21 00:55:33 +00:00
Mike Blumenkrantz 4ad1c5f0db create and use ELM_WIDGET_ITEM for elm widget structs to ensure location/name
SVN revision: 64218
2011-10-21 00:45:19 +00:00
Mike Blumenkrantz 474c285562 more elm todo items
SVN revision: 64217
2011-10-21 00:26:09 +00:00
Mike Blumenkrantz 5c081c834d whitespace--
SVN revision: 64216
2011-10-21 00:24:15 +00:00
Mike Blumenkrantz 52ed887687 more internal renames
SVN revision: 64215
2011-10-20 22:45:38 +00:00
Mike Blumenkrantz f0bbab78b8 more internal renames
SVN revision: 64214
2011-10-20 22:23:48 +00:00
Mike Blumenkrantz baf20fbec8 more reordering
SVN revision: 64213
2011-10-20 22:23:29 +00:00
Mike Blumenkrantz 4607b50c5e more unnoticeable internal movements
SVN revision: 64211
2011-10-20 21:49:54 +00:00
Mike Blumenkrantz 3bd72bfe23 rename some internal variables for consistency
SVN revision: 64210
2011-10-20 21:41:24 +00:00
Mike Blumenkrantz 82df90462a remove all use of elm_toggle_ api
SVN revision: 64207
2011-10-20 21:27:15 +00:00
Mike Blumenkrantz 18e83d0cef more implicits
SVN revision: 64206
2011-10-20 21:15:16 +00:00
Mike Blumenkrantz 37f91a4280 use correct functions here
SVN revision: 64205
2011-10-20 21:15:06 +00:00
Mike Blumenkrantz fd1aaaa4c0 shut up unused warning
SVN revision: 64204
2011-10-20 21:14:39 +00:00
Mike Blumenkrantz 2d4bcc4867 wooooooooooooooooooo aliases!
SVN revision: 64203
2011-10-20 21:05:30 +00:00
Mike Blumenkrantz 44d45ba36b fix implicits
SVN revision: 64202
2011-10-20 21:03:42 +00:00
Daniel Juyung Seo a9e92c7bc3 elm genlist/list/gengrid: Changed edge smart callback name. 'edge' callback is not scrolling. So "scroll,edge,up" -> "edge,up". elm_scroller already used this name.
SVN revision: 64200
2011-10-20 16:42:42 +00:00
Carsten Haitzler f5ce029839 make toggle just a feature of check - on/off state and a togle style.
keep toggle api (wrapped around check) and deprecate it. it will
eventually go.



SVN revision: 64199
2011-10-20 12:30:04 +00:00
Carsten Haitzler 756ba0dde4 it's time we moved to elm 0.8
SVN revision: 64194
2011-10-20 08:52:27 +00:00
Daniel Juyung Seo 9483f54dd1 elm widget.c: Refactorying. Use same variable name as others. Easier to read the code.
SVN revision: 64192
2011-10-20 07:31:37 +00:00
Daniel Juyung Seo 6e2e8e44ae elm widget.c: Set resize_obj first.
SVN revision: 64185
2011-10-19 17:36:51 +00:00
Daniel Juyung Seo 72e463d9b0 elm widget.c: Code refactorying. Check sobj first. We do not need to check sobj twice.
SVN revision: 64182
2011-10-19 17:07:15 +00:00
Iván Briano b416b6e686 missing docs
SVN revision: 64180
2011-10-19 15:44:45 +00:00
Iván Briano 057a00829c Get us some nice auto translation scheme
First things first, I'm not sure I'm setting the right variable on
the setlocale() call, so someone more knowledgeable can look at it and fix it.

How this works, you say? Just like elm_object_text_part_set(), except now it
will pass the string given through dgettext() with the given domain (NULL
means it uses whatever the app set with textdomain()), and when changing
language with elm_language_set(), it will re-set the strings with a new
translation.



SVN revision: 64179
2011-10-19 14:17:14 +00:00
Carsten Haitzler 6d77357cec make elm config all stored in blobs ion properties (as well as disk)
only not multiple properties and fix up elm config tool so it works
well with the better scheme. all internal changes so nothing app-wise
is affected except for also exposing an event to tell you config was
changed



SVN revision: 64178
2011-10-19 12:46:56 +00:00
Cedric BAIL e08bbbfa7d elementary: reorder swallow.
SVN revision: 64176
2011-10-19 12:16:03 +00:00
Cedric BAIL 6d9e3d69be elementary: check against NULL widget also.
SVN revision: 64175
2011-10-19 12:15:41 +00:00
Cedric BAIL 003b5d0812 elementary: forgotten child of elm_box.
SVN revision: 64174
2011-10-19 12:14:31 +00:00
ChunEon Park 82d60aef70 elemenatry/naviframe - just add TODO comment
SVN revision: 64167
2011-10-19 08:53:55 +00:00
ChunEon Park 700d1ab2df elementary/naviframe -
1. didn't set item style field in the item structure
  
2. avoid same item style again when user call the elm_naviframe_item_style_s    et




SVN revision: 64166
2011-10-19 08:49:24 +00:00
Carsten Haitzler d3b9a6f46e woooooow! lets delete delay_write timer oon entry deletion eh?
SVN revision: 64164
2011-10-19 07:54:31 +00:00
WooHyun Jung 2755e28ee5 elementary/elc_naviframe : The content, will be popped, doesn't need
to control focus.


SVN revision: 64161
2011-10-19 05:34:41 +00:00
ChunEon Park c9adffcdfc elementary/naviframe - more signals.
SVN revision: 64153
2011-10-18 16:12:14 +00:00
Carsten Haitzler 55257debae we should use weighty as intended - as a WEIGHTING.. not a boolean.
SVN revision: 64145
2011-10-18 10:00:02 +00:00
Tom Hacohen 571b9c8277 Elm glayer: Fixed leaks in glayer's test code.
SVN revision: 64142
2011-10-18 08:58:41 +00:00
Tom Hacohen 2b26f91dbb Elm glayer: Fixed condition based on uninit value error.
Init structure fields (pe event) to 0.
Spank spank, you can't assume the passed pointer event is initialized.

SVN revision: 64141
2011-10-18 08:58:33 +00:00
ChunEon Park d946ca77cc elementary - removed ELM_CAST macro
SVN revision: 64138
2011-10-18 00:25:52 +00:00
Aharon Hillel 5cd614a820 Elm Glayer: Fixed code to match convention
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64129
2011-10-17 08:12:52 +00:00
Aharon Hillel ba51b99efb Elm Glayer: Fixed call of long tap reset in case reset occurs before 1st input event
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64128
2011-10-17 08:12:49 +00:00
Aharon Hillel 14b0c8d207 Elm Glayer: Fixed all tap, long tap, gestures bugs
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 64127
2011-10-17 08:12:45 +00:00
WooHyun Jung 1df093390c elementary/elm_win.c : fix small bugs in elm_win.c
SVN revision: 64123
2011-10-17 06:53:10 +00:00
Daniel Juyung Seo 548d0c1647 elm scroller: Added EINA_ARG_NONNULL to API declarations and added
'const' to the first parameter of getter API.


SVN revision: 64122
2011-10-17 05:40:32 +00:00
Mike Blumenkrantz 9368988949 layouted is not a word!!!!!!!
SVN revision: 64119
2011-10-16 16:28:50 +00:00