Bruno Dilly [Wed, 17 Nov 2010 18:51:43 +0000 (18:51 +0000)]
Fix elm_layout convenience macros
SVN revision: 54648
Bruno Dilly [Wed, 17 Nov 2010 17:15:28 +0000 (17:15 +0000)]
Add elm_genlist_item_item_class_update
1. elm_genlist_item_item_class_update() API
It is required to change an item's item class on run-time.
Applications want to change a certain item's style and callbacks
dynamically.
This looks ok because changing one item's style does not affect performance,
And this API uses elm_genlist_item_update internally.
API name follows elementary naming conventions.
I've also added test code to elementary_test, Genlist 7.
2. constant to macro.
I replaced 2 constants for max_item_per_block and longpress_timeout to
macros.
This could be used in other places of the code.
3. duplicated assignment.
In elm_genlist_item_append, it->before = 0 is written in if and else.
I put this statement out of if().
4. fix doxygen typo
I fixed elm_genlist_compress_mode_set doxygen.
By: Daniel Juyung Seo <juyung.seo@samsung.com>
SVN revision: 54639
Bruno Dilly [Wed, 17 Nov 2010 16:30:05 +0000 (16:30 +0000)]
Ooops.. fix homogenous / homogeneous inconsistency on elm_table
Actually it would be nice to fix these in the entire API.
Most widgets use homogenous, elm_genlist uses homogeneous,
that looks to be the name adopted on evas.
SVN revision: 54634
Bruno Dilly [Wed, 17 Nov 2010 16:16:46 +0000 (16:16 +0000)]
Move cursors from default theme to test file
They're used only on test cursor3, shouldn't be on
default.edc
SVN revision: 54631
Lucas De Marchi [Wed, 17 Nov 2010 10:35:31 +0000 (10:35 +0000)]
Disable extra log verbosity
SVN revision: 54627
Lucas De Marchi [Wed, 17 Nov 2010 10:35:25 +0000 (10:35 +0000)]
Log goes to stderr instead of stdout
SVN revision: 54626
Lucas De Marchi [Wed, 17 Nov 2010 10:35:03 +0000 (10:35 +0000)]
Use macro for debugging instead of printf
SVN revision: 54625
Leandro Pereira [Tue, 16 Nov 2010 19:49:32 +0000 (19:49 +0000)]
Improvements in elm/layout/application/toolbar-content-back
Author: Otavio Pontes <otavio@profusion.mobi>
SVN revision: 54608
Lucas De Marchi [Tue, 16 Nov 2010 18:36:47 +0000 (18:36 +0000)]
Don't forget the QUICKLAUNCH guards
Compiling this code with CFLAGS="-ffunction-sections -fdata-sections"
and LDFLAGS="-Wl,--as-needed -Wl,--gc-sections -Wl,--print-gc-sections"
was giving me the following messages:
/usr/bin/ld: Removing unused section '.text._on_key_down' in file 'elementary_testql-test_focus.o'
/usr/bin/ld: Removing unused section '.text.my_show' in file 'elementary_testql-test_focus.o'
/usr/bin/ld: Removing unused section '.rodata' in file 'elementary_testql-test_focus.o'
/usr/bin/ld: Removing unused section '.text.test_focus' in file 'elementary_testql-test_focus.o'
The issue was the missing guards.
SVN revision: 54600
Bruno Dilly [Tue, 16 Nov 2010 15:51:03 +0000 (15:51 +0000)]
Set smart obj callbacks descs for hoverlist and fs_bt
Spotted by demarchi
SVN revision: 54596
Bruno Dilly [Tue, 16 Nov 2010 13:17:30 +0000 (13:17 +0000)]
Delete trailing spaces on elm_animator
SVN revision: 54590
Bruno Dilly [Tue, 16 Nov 2010 13:07:25 +0000 (13:07 +0000)]
Add macro to do magic check on elm_animator EAPI funcs
By: 박춘언 <hermet@naver.com>
SVN revision: 54588
Carsten Haitzler [Mon, 15 Nov 2010 02:55:36 +0000 (02:55 +0000)]
fix docs.
SVN revision: 54557
Bruno Dilly [Fri, 12 Nov 2010 18:24:59 +0000 (18:24 +0000)]
respect 80 cols on elm_config, plz
SVN revision: 54520
Bruno Dilly [Fri, 12 Nov 2010 18:24:14 +0000 (18:24 +0000)]
Use pager instead of flip + table on elm_config
Avoid the mess of table pack / unpack and back / front flip sets
Pager is an widget much more appropriated for our needs.
And we will have the exactly same look when pager flip style is
fixed.
SVN revision: 54519
Cedric BAIL [Fri, 12 Nov 2010 16:03:34 +0000 (16:03 +0000)]
* eio, ethumb and elementary: snapshot increase.
SVN revision: 54508
Bruno Dilly [Fri, 12 Nov 2010 13:17:13 +0000 (13:17 +0000)]
Mirror recent AUTHORS changes to elm docs
SVN revision: 54501
Bruno Dilly [Fri, 12 Nov 2010 13:07:32 +0000 (13:07 +0000)]
Add Daniel Juyung Seo to elm AUTHORS
"- I've contributed elm_magnetslider widget.
- I've added an API and patched elm_genlist."
Fix typo in AUTHORS
By Daniel Juyung Seo (SeoZ) <juyung.seo@samsung.com>
SVN revision: 54499
Tiago Rezende Campos Falcao [Fri, 12 Nov 2010 12:28:56 +0000 (12:28 +0000)]
Flip effect to Pager
Did we still need the flip?
SVN revision: 54497
Tiago Rezende Campos Falcao [Fri, 12 Nov 2010 12:28:53 +0000 (12:28 +0000)]
Adding styles options to pager test.
Can now remove the pager slide test?
SVN revision: 54496
Tiago Rezende Campos Falcao [Fri, 12 Nov 2010 12:28:50 +0000 (12:28 +0000)]
Fix elm_pager style change
SVN revision: 54495
Carsten Haitzler [Fri, 12 Nov 2010 10:59:44 +0000 (10:59 +0000)]
no debug!
SVN revision: 54492
Viktor Kojouharov [Fri, 12 Nov 2010 08:25:17 +0000 (08:25 +0000)]
adding myself to the list, as per raster's approval
SVN revision: 54487
Carsten Haitzler [Fri, 12 Nov 2010 04:16:24 +0000 (04:16 +0000)]
fix focus revert -> reverting should revert only to widgets that say
they CAN be focused :) see conform 2 test. focuse the entry in the
pager then dlete the pager page (pop). before focus vanished. now it
goes back to the top entry as you'd expect.
SVN revision: 54486
Carsten Haitzler [Fri, 12 Nov 2010 03:13:38 +0000 (03:13 +0000)]
comment++!
SVN revision: 54485
Bruno Dilly [Thu, 11 Nov 2010 19:47:56 +0000 (19:47 +0000)]
Add getters for anchorblock and anchorview hover style
SVN revision: 54475
Bruno Dilly [Thu, 11 Nov 2010 18:05:36 +0000 (18:05 +0000)]
Fixing resize problems in toolbar.
Otavio Pontes <otavio@profusion.mobi>
SVN revision: 54468
Bruno Dilly [Thu, 11 Nov 2010 18:04:45 +0000 (18:04 +0000)]
Emit clicked on elm_bubble
Closes ticket #441
SVN revision: 54467
Bruno Dilly [Thu, 11 Nov 2010 18:04:08 +0000 (18:04 +0000)]
Fix bubble corner and theme hook issues
SVN revision: 54466
Bruno Dilly [Thu, 11 Nov 2010 18:03:40 +0000 (18:03 +0000)]
Add test for elm_bubble
Spots issues with corner.
SVN revision: 54465
Iván Briano [Thu, 11 Nov 2010 16:22:55 +0000 (16:22 +0000)]
elm_box.c: Fix in elm_box_layout_transition
This function does not receive the Widget object in the parameter
Evas_Object *obj, so it must not check its type with ELM_CHECK_WIDTYPE
See "Box Transition" test in the elementary_test
By: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54461
Carsten Haitzler [Thu, 11 Nov 2010 14:59:21 +0000 (14:59 +0000)]
as per chuneon's request :)
SVN revision: 54458
Carsten Haitzler [Wed, 10 Nov 2010 23:59:59 +0000 (23:59 +0000)]
protect gengrid from div by 0
SVN revision: 54447
Jonathan Atton [Wed, 10 Nov 2010 22:48:36 +0000 (22:48 +0000)]
elm : add edje external icon, label and scroller
SVN revision: 54446
Jonathan Atton [Wed, 10 Nov 2010 22:44:44 +0000 (22:44 +0000)]
elm : add expand in the edje external genlist
SVN revision: 54445
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:36 +0000 (18:06 +0000)]
Fix Doxygen conf to support __UNUSED__
SVN revision: 54434
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:34 +0000 (18:06 +0000)]
Elm_Transit: Documentation improvement
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54433
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:31 +0000 (18:06 +0000)]
Transit Effect: release data
Effects:
Translation
Resizable Flip
Fade
Blend
The effects above retrives information about objects in the transit,
they need to release these informations if the object dies.
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54432
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:28 +0000 (18:06 +0000)]
Transit Effect: blend and wipe behavior
This effects must do the evas_object_{show, hide} at the end of the
effect
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54431
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:22 +0000 (18:06 +0000)]
Transit Effect: otimization
Otimization: Do not pass twice by a list.
removing unuseble casts
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54430
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:20 +0000 (18:06 +0000)]
test_transit.c - activate effects when click
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54429
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:17 +0000 (18:06 +0000)]
Transit Effect: Effect Translation whith variance
Effect Translation whith variance, not whith absolute value
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54428
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:14 +0000 (18:06 +0000)]
Elm_Transit: Fix bug when removing an object
Bug: If the object does not belong to the transit, it was removing the
obj_data from it.
Bug: segfaut if you try to remove an object that do not belongs to any
transit
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54427
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:11 +0000 (18:06 +0000)]
Elm_Transit: Not allowing objects in multiples transits
Bug: if the objects belongs to multiples transits, there is a problem
with the internal state of the object storage with the data_set
function. If a transit die, it will free this data, and the other
transit will crash.
Removing _elm_transit_object_remove_cb prototype
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54426
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:08 +0000 (18:06 +0000)]
Elm_Transit: cleaning up the code
Removing math functions. Changing how auto_reverse works
Removing _tween_progress_calc
If the object dies, the del_cb does not need to be deleted
Coccinelle modifications
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54425
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:05 +0000 (18:06 +0000)]
Elm_Transit: adding EINA_MAGIC
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54424
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:03 +0000 (18:06 +0000)]
Elm_Transit: deleting transit if there is no more effects
After you add an effect, if the effect's list stay empty, the transit
will die
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54423
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:06:00 +0000 (18:06 +0000)]
Elm_Transit: changing architecture
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54422
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:05:57 +0000 (18:05 +0000)]
Elm_Transit: fix in elm_transit_del
If the transit object is removed inside some animation, there is a
problem. Now we set the transit to be deleted.
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54421
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:05:54 +0000 (18:05 +0000)]
elm_transit.c: better documentation
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54420
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:05:51 +0000 (18:05 +0000)]
Elm_Transit: missing getters
elm_transit_tween_mode_get
elm_transit_repeat_times_get
elm_transit_auto_reverse_get
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54419
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:05:48 +0000 (18:05 +0000)]
Elm_Transit: better organization of the code
static functions in the top, functions in order of Elementary.h.in
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54418
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:05:45 +0000 (18:05 +0000)]
Elm_Transit: Following the style of efl
ELM_FX is now ELM_TRANSIT_EFFECT
Curve style like in edje
Changing names:
CURVE_IN -> TWEEN_DECELERATE
CURVE_OUT -> TWEEN_ACCELERATE
CURVE_IN_OUT -> TWEEN_SINUSOIDAL
Curve_Style -> Tween_Mode
Now, the calculation is done like in edje.
Changing function of type function() to function(void)
Elm_Transit: Changing calloc(1, to ELM_NEW
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54417
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:05:42 +0000 (18:05 +0000)]
Fix elm_transit_{auto_reverse_set, repeat_times_set}
Now, if you set a negative number to repeat, it will repeat infinite
times.
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54416
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:05:39 +0000 (18:05 +0000)]
Elm_Transit: deleting transit if there is no more objects
After you add an object, if the objects list stay empty, the transit
will die
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54415
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:05:36 +0000 (18:05 +0000)]
Elm_Transit: Using EINA_LIST_FOREACH_SAFE
Using EINA_LIST_FOREACH_SAFE to remove objects from the list safely
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54414
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:05:34 +0000 (18:05 +0000)]
Fixing elm_transit_del function
It was not deleting the objecs correctly
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54413
Tiago Rezende Campos Falcao [Wed, 10 Nov 2010 18:05:26 +0000 (18:05 +0000)]
Elm_Transit: using evas_object_data{set, get, del}
Intead of doing a list to restore information about an object, now using
evas_object_data{set, get, del}
Using evas_object_pass_events instead elm_object_disabled_set
This allows the event block to be setted in non widgets objects
Author: Helen Fornazier <helen.fornazier@profusion.mobi>
SVN revision: 54412
Bruno Dilly [Wed, 10 Nov 2010 18:04:51 +0000 (18:04 +0000)]
Fix List keyboard navigation on horizontal mode
Closes ticket #619
SVN revision: 54411
Bruno Dilly [Wed, 10 Nov 2010 18:04:28 +0000 (18:04 +0000)]
Fix Gengrid keyboard navigation on horizontal mode
SVN revision: 54410
Bruno Dilly [Wed, 10 Nov 2010 18:03:56 +0000 (18:03 +0000)]
Add horizontal mode to gengrid test 2
SVN revision: 54409
Bruno Dilly [Wed, 10 Nov 2010 14:10:08 +0000 (14:10 +0000)]
Add getter for elm_radio
SVN revision: 54408
Bruno Dilly [Wed, 10 Nov 2010 13:43:34 +0000 (13:43 +0000)]
Rename elm_flippicker to elm_flipselector
"Do you come from the land down under?
Where women glow and men plunder?
Can't you hear, can't you hear the thunder?
You better run, you better take cover."
- Men at Work
commit msg suggested by glima =D
%hua
SVN revision: 54407
Bruno Dilly [Wed, 10 Nov 2010 13:28:32 +0000 (13:28 +0000)]
Rename elm_diskpicker to elm_diskselector
Men at work. Sorry for the inconvenience.
SVN revision: 54406
Bruno Dilly [Wed, 10 Nov 2010 13:14:50 +0000 (13:14 +0000)]
Rename elm_colorpicker to elm_colorselector
Suggested by k-s as part of our
"Beautiful, Consistent ELM API" effort.
colorpicker, diskpicker and flippicker should follow
fileselector name.
SVN revision: 54405
Bruno Dilly [Wed, 10 Nov 2010 12:38:47 +0000 (12:38 +0000)]
Calling _resize function after functions that can change item size.
By: Otavio Pontes <otavio@profusion.mobi>
SVN revision: 54404
Bruno Dilly [Wed, 10 Nov 2010 12:37:06 +0000 (12:37 +0000)]
Passing correct parameters when clicking in item in more menu.
Event info should be an Elm_Toolbar_Item.
By: Otavio Pontes <otavio@profusion.mobi>
SVN revision: 54403
Bruno Dilly [Wed, 10 Nov 2010 12:11:28 +0000 (12:11 +0000)]
Unpacking objects from holder table on elm config
Avoid packing object already packed when flipping
SVN revision: 54402
Bruno Dilly [Wed, 10 Nov 2010 11:36:58 +0000 (11:36 +0000)]
Add missing getters to elm_table
For padding and homogenous
SVN revision: 54399
Bruno Dilly [Wed, 10 Nov 2010 03:01:15 +0000 (03:01 +0000)]
Document recently added scroll,edge,X signals to elm_genlist
SVN revision: 54394
Bruno Dilly [Wed, 10 Nov 2010 02:48:59 +0000 (02:48 +0000)]
This small patch allows to get a smart callback when the scrollers in an
elm_list or in an elm_genlist fire the edge,{top,bottom,left,right}
signals, backporting them to the list object.
The new smart callbacks called are:
· "scroll,edge,top" - the list is scrolled until the top edge
· "scroll,edge,bottom" - the list is scrolled until the bottom edge
· "scroll,edge,left" - the list is scrolled until the left edge
· "scroll,edge,right" - the list is scrolled until the right edge
SVN revision: 3
SVN revision: 54393
Bruno Dilly [Tue, 9 Nov 2010 21:21:46 +0000 (21:21 +0000)]
Removing more_item from wd->items on elm_toolbar
By: Otavio Pontes <otavio@profusion.mobi>
SVN revision: 54385
Bruno Dilly [Tue, 9 Nov 2010 20:27:32 +0000 (20:27 +0000)]
Change diskpicker items functions names
elm_diskpicker_item_prev/next ->
elm_diskpicker_item_prev_get/next_get
elm_diskpicker_item_selected_set(it) ->
elm_diskpicker_item_selected_set(it, bool selected)
elm_diskpicker_item_selected_get(obj) ->
elm_diskpicker_selected_item_get(obj)
Added bool elm_diskpicker_item_selected_get(it)
item elm_diskpicker_first_item_get
item elm_diskpicker_last_item_get
SVN revision: 54379
Bruno Dilly [Tue, 9 Nov 2010 20:27:07 +0000 (20:27 +0000)]
Fix ingroup in elm_toolbar doc
SVN revision: 54378
Bruno Dilly [Tue, 9 Nov 2010 20:26:47 +0000 (20:26 +0000)]
Change flippicker items functions names
elm_flippicker_item_prev/next -> elm_flippicker_item_prev_get/next_get
elm_flippicker_item_selected_set(it) ->
elm_flippicker_item_selected_set(it, bool selected)
Added bool elm_flippicker_item_selected_get(it)
SVN revision: 54377
Bruno Dilly [Tue, 9 Nov 2010 20:26:22 +0000 (20:26 +0000)]
Fix flippicker item selection
SVN revision: 54376
Bruno Dilly [Tue, 9 Nov 2010 20:25:57 +0000 (20:25 +0000)]
Add test for flippicker select / get items functions
It spots a bug on item selection
SVN revision: 54375
Bruno Dilly [Tue, 9 Nov 2010 20:25:32 +0000 (20:25 +0000)]
Remove const from flippicker item functions return
SVN revision: 54374
Bruno Dilly [Tue, 9 Nov 2010 20:22:44 +0000 (20:22 +0000)]
Blacklist some false positives on elm test_setter.sh
SVN revision: 54373
Sebastian Dransfeld [Tue, 9 Nov 2010 20:15:55 +0000 (20:15 +0000)]
Let efreet icon return const
We return a pointer to an internal cache, so no need to do strdup. I we
implement a cache, the pointer will be a return from a mmap'ed file, so
no need to do strdup.
A bit late to do an API break, but must be done.
SVN revision: 54372
Rafael Fonseca [Tue, 9 Nov 2010 18:20:43 +0000 (18:20 +0000)]
Respect finger size on elm_index widget.
SVN revision: 54370
Tiago Rezende Campos Falcao [Tue, 9 Nov 2010 18:17:24 +0000 (18:17 +0000)]
Fix widgets in small finger size.
Fixed widgets:
* Button
* Diskpicker
* Radio
* Check
* Toggle
SVN revision: 54369
Carsten Haitzler [Tue, 9 Nov 2010 10:41:09 +0000 (10:41 +0000)]
fix valgrind problems with elm menu. oooh not tracking things right.
bad elm menu! bad!
SVN revision: 54362
Carsten Haitzler [Tue, 9 Nov 2010 06:28:26 +0000 (06:28 +0000)]
oops! item cache... has a bug. didnt actually delete old cb's.. was
edeleting from null! fix!
SVN revision: 54358
Carsten Haitzler [Tue, 9 Nov 2010 06:07:07 +0000 (06:07 +0000)]
idea from seokjae but majorly changed patch - use on_hold as
originally intended for holding actions in this case, and also add
momentum acceleration at the same time.
SVN revision: 54356
Carsten Haitzler [Tue, 9 Nov 2010 05:00:49 +0000 (05:00 +0000)]
get rid of carousel - empty junk we dont need.
SVN revision: 54354
Carsten Haitzler [Tue, 9 Nov 2010 04:58:54 +0000 (04:58 +0000)]
patch from ChunEon Park <chuneon.park@samsung.com> with formatting
fixes, compile fixes etc. etc. as well as a general cleanup of header
and location of typedefs and so on.
SVN revision: 54353
Bruno Dilly [Mon, 8 Nov 2010 19:59:22 +0000 (19:59 +0000)]
Getting toolbar icon size in theme.
Uses icon_size from elm_config as fallback.
By: Otavio Pontes <otavio@profusion.mobi>
SVN revision: 54347
Bruno Dilly [Mon, 8 Nov 2010 19:58:46 +0000 (19:58 +0000)]
Adding functions to toolbar to set icon lookup order
By: Otavio Pontes <otavio@profusion.mobi>
SVN revision: 54346
Bruno Dilly [Mon, 8 Nov 2010 19:57:57 +0000 (19:57 +0000)]
Searching for icons in theme before fdo by default
By: Otavio Pontes <otavio@profusion.mobi>
SVN revision: 54345
Bruno Dilly [Mon, 8 Nov 2010 17:47:12 +0000 (17:47 +0000)]
Check for functions _elm_XXX_get on test_setter script
To avoid false positive on functions like elm_widget_item_cursor_get
SVN revision: 54337
Bruno Dilly [Mon, 8 Nov 2010 17:25:06 +0000 (17:25 +0000)]
Remove hardcoded max icon size restrition on toolbar
If it was added to mask a bug, we are unmasking it, so we can
solve it and use the toolbar for programs that want more than
48 pixels.
SVN revision: 54336
Bruno Dilly [Mon, 8 Nov 2010 16:55:26 +0000 (16:55 +0000)]
Checking widtype on eapi elm_toolbar_item_label_set
SVN revision: 54335
Bruno Dilly [Mon, 8 Nov 2010 16:44:31 +0000 (16:44 +0000)]
Include toolbar_item_state_del on Elm.h
SVN revision: 54334
Bruno Dilly [Mon, 8 Nov 2010 16:39:07 +0000 (16:39 +0000)]
Adding some missing const on getters on elm
SVN revision: 54333
Bruno Dilly [Mon, 8 Nov 2010 14:07:33 +0000 (14:07 +0000)]
elm_genlist longpressed signal documentation
By: 서주영 <juyung.seo@samsung.com>
SVN revision: 54329
Carsten Haitzler [Mon, 8 Nov 2010 05:51:19 +0000 (05:51 +0000)]
no more debian dir in our svn - debian now handles this tehmselves.
SVN revision: 54299
Carsten Haitzler [Mon, 8 Nov 2010 05:38:53 +0000 (05:38 +0000)]
oops printf--
SVN revision: 54286
Carsten Haitzler [Mon, 8 Nov 2010 04:39:56 +0000 (04:39 +0000)]
fmting
SVN revision: 54285
Carsten Haitzler [Mon, 8 Nov 2010 04:33:34 +0000 (04:33 +0000)]
fix bug in glenlist 4 - item update. updates item vanishes.
SVN revision: 54284