Commit Graph

3485 Commits

Author SHA1 Message Date
Carsten Haitzler 7704b55936 and improve factory massively.. no more "hangs" while scrolling massiv
massive massive lists of buttons.



SVN revision: 62857
2011-08-26 12:27:57 +00:00
Daniel Juyung Seo 24e9083fd6 elm genlist: Reverted r62645 patch. This needs to be refined.
SVN revision: 62855
2011-08-26 11:32:26 +00:00
Carsten Haitzler 56462217ad dont create main test win at all if test win only mode.
SVN revision: 62851
2011-08-26 07:40:51 +00:00
Mike Blumenkrantz 032e34cc99 also fix text_converter I guess
SVN revision: 62849
2011-08-26 02:43:48 +00:00
Mike Blumenkrantz 15bb236bbd consolidate cnp functions
SVN revision: 62848
2011-08-26 02:39:28 +00:00
Mike Blumenkrantz 841597474a add AMAZING hack to work around a bug that crashes you instantly if you try to cnp in elm
SVN revision: 62847
2011-08-26 02:32:49 +00:00
WooHyun Jung db7acf5726 elementary/module : remove trailing whitespaces
SVN revision: 62846
2011-08-26 02:04:10 +00:00
WooHyun Jung abf2d0ba62 elementary : indentation and some small changes
SVN revision: 62845
2011-08-26 02:02:15 +00:00
Mike Blumenkrantz df275a7b42 fix OB1 on anchor click callback
SVN revision: 62835
2011-08-25 21:57:23 +00:00
Daniel Juyung Seo 9692d6d2d4 elm list/gengrid: Fixed typo in internal functions and variables. hilight -> highlight.
Hilight is a common mis-spelling of highlight. http://en.wiktionary.org/wiki/hilight 


SVN revision: 62830
2011-08-25 17:19:22 +00:00
Daniel Juyung Seo 47e4425be9 elm Elementary.h.in: Removed unnecessary spacing.
SVN revision: 62829
2011-08-25 17:17:35 +00:00
Gustavo Lima Chaves 22d111e502 [elementary] genlist_nastiness--
http://www.youtube.com/watch?v=YaR9I7CEiJc



SVN revision: 62823
2011-08-25 14:32:02 +00:00
Carsten Haitzler 6c41db98dd fix bug if pan has been deleted - sd wil lbe null.
SVN revision: 62821
2011-08-25 14:22:26 +00:00
WooHyun Jung 4ad7d687ff elementary : For fixing doxy bug. This patch was made by Shilpa.
SVN revision: 62820
2011-08-25 14:15:27 +00:00
Carsten Haitzler 7e6305542d dont make index active - oops. debugging.
SVN revision: 62819
2011-08-25 14:06:27 +00:00
Carsten Haitzler 2283962009 make note of horizontal hoversel
SVN revision: 62802
2011-08-25 10:42:42 +00:00
Carsten Haitzler 0f71296a93 dont display indicator if no items in index.
SVN revision: 62801
2011-08-25 10:29:08 +00:00
Carsten Haitzler 62b4440c3c if you activate index without it being clicked, the indicator bit is
visible but empty - dont show this until someone actually clicks.



SVN revision: 62799
2011-08-25 10:20:47 +00:00
Jérémy Zurcher a0366f0ef1 From: Jérémy Zurcher <jeremy@asynk.ch>
Subject: [E-devel] patch : eina_prefix + elementary_test

please find attached a small patch for eina_prefix

it prevent segfault when for instance
no elm_app_compile_*_dir_set is called prior to elm_app_info_set

and another one for elementary/src/bin/test*.c which tends to replace
usage of PACKAGE_DATA_DIR with elm_app_data_dir_get



SVN revision: 62796
2011-08-25 10:01:59 +00:00
Jaehwan Kim 976085a86e From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] signal "scroll,anim,stop"  in els_scroller

fix the bug which the signal "scroll,anim,stop" is not called sometimes.



SVN revision: 62789
2011-08-25 08:46:52 +00:00
Jihoon Kim cc3791f246 From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] add elm_entry_input_panel_layout_set API

elm_entry_input_panel_layout_set API is high level API to call
ecore_imf_context_input_panel_layout_set (through edje).
This API will be used to set layout of input panel (such as URL, Email,
Number layout...) by application programmer.

Would you please review this patch?
Please let me know if I have to do more.



SVN revision: 62782
2011-08-25 07:25:37 +00:00
Carsten Haitzler d238e8378d Please find the Attached patch for Password show last feature's set,get APIs.
Using these APIs of elm_main.c, password last show feature can be enabled or
disabled and the time out value for which character will be visible before
being masked also can be manipulated. Change description as given below.

"Change Descritption"
Four APIs have been added to elementary in order to manipulate the global settings
of show last feature of password mode of entry widget.
The settings include 
1. enable/disable the show_last feature [ set and get API ].
2. Manipulate the time out value [ set and get API ].



SVN revision: 62781
2011-08-25 07:00:39 +00:00
Jaehwan Kim 621c8232b5 From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] elm_genlist_clear

When items are added right after genlist clear, genlist is scrolled to the previous position.
If all item is deleted, the scroller have to locate 0, 0.
But scroller has wanted position to remembers the scrolled location.
So even if all item is deleted, it locate previous position.
Then I added elm_smart_scroller_child_region_show(wd->scr, 0, 0, 0, 0)
at the end of the elm_genlist_clear.




SVN revision: 62778
2011-08-25 05:20:59 +00:00
Carsten Haitzler 1d2d656dbf fix bug i created - i broke check adding accessibility. fix fix fix!
SVN revision: 62776
2011-08-25 05:02:23 +00:00
Gustavo Lima Chaves 802a12781f [elementary] Fixing list clearing inside item selection for
genlists.
When the items are made invalid, don't access rotten pointers! I think
I did it right, but it exposes a bug on genlist test 2, elementary
test. I'll let that fix to the authors of that specific code
(insert_after() and such).



SVN revision: 62763
2011-08-24 21:03:37 +00:00
Daniel Juyung Seo 2e45192ffe elm toolbar: Fixed toolbar access function. Thanks to Gustavo Barbieri.
SVN revision: 62751
2011-08-24 16:13:13 +00:00
Daniel Juyung Seo 2d8183991e elm: Removed trailing whitespaces.
Raster finished accessibility. So I fixed it too.


SVN revision: 62737
2011-08-24 08:11:58 +00:00
Daniel Juyung Seo 8d779d2aaa elm toolbar: Fixed build warnings.
SVN revision: 62736
2011-08-24 08:10:48 +00:00
ChunEon Park 92f6d2a29b elementary/ctxpopup - added show effect (patched by kimcinoo@gmail.com>
Dear All, Hello!

The transition effect is added to the ctxpopup when it comes.
Please review the attached patch. Thanks always!

Sincerely,
Shinwoo Kim.



SVN revision: 62735
2011-08-24 07:02:26 +00:00
Carsten Haitzler 27d751a236 and now add custom access info for items too and clean up nicely.
SVN revision: 62734
2011-08-24 06:39:29 +00:00
Carsten Haitzler dbb4cbed93 and now do toolbar - showing how to add access stuff to items in a
widget



SVN revision: 62733
2011-08-24 06:29:13 +00:00
Gustavo Lima Chaves 9589706ff9 [elementary] Irritatingly bad output string now better.
SVN revision: 62732
2011-08-23 22:44:57 +00:00
Daniel Juyung Seo 0e3f0d69c6 elm list: Changed elm_list_item_base_get() to elm_list_item_object_get() like other widgets such as gengrid/menu/genlist/slideshow/segment_control.
I also changed all related code in trunk.
Deprecated elm_list_item_base_get(). I will remove this later.


SVN revision: 62730
2011-08-23 16:55:28 +00:00
Daniel Juyung Seo 9ab7800bdf elm test_button.c: Use elm_object_xxx API in application side.
SVN revision: 62720
2011-08-23 12:45:12 +00:00
Daniel Juyung Seo fed8b7a9d8 elm entry/label: Changed internal function name to the right one.
SVN revision: 62718
2011-08-23 12:22:47 +00:00
Carsten Haitzler f950dd6e19 1. adjust voice to be slower and more clear
2. show how to set custom access text on a widget.



SVN revision: 62716
2011-08-23 09:11:33 +00:00
Carsten Haitzler 7078fc6fcd and hide hilight on mouse out
SVN revision: 62715
2011-08-23 08:48:56 +00:00
Carsten Haitzler 04cfa6a54f make access hilight follow object around and vanish it target is
hidden or deleted.



SVN revision: 62714
2011-08-23 08:46:01 +00:00
Carsten Haitzler ee218406b0 add visual feedback on accessibility mouseover too
SVN revision: 62713
2011-08-23 07:44:49 +00:00
Daniel Juyung Seo f8cddb17e6 elm gengrid: Oops, I added more changes to the previous commit.
SVN revision: 62711
2011-08-23 04:04:44 +00:00
Daniel Juyung Seo f899277816 elm genlist: Added "scroll,anim,start", "scroll,anim,stop",
"scroll,drag,start", "scroll,drag,stop" smart callbacks to genlist.
elm gengrid: Added "scroll,anim,start", "scroll,anim,stop" smart
callbacks to genlist.


SVN revision: 62710
2011-08-23 04:02:26 +00:00
Daniel Juyung Seo deaaf6d381 elm Elementary.h.in: Updated authors.
SVN revision: 62707
2011-08-23 01:44:46 +00:00
Tom Hacohen de0aaac932 Elm entry: Fixed a bug with chunked feeding of textblock.
Thanks to MJ for the report.

SVN revision: 62693
2011-08-22 14:20:02 +00:00
ChunEon Park 5a8cf7f798 elementary/elm_transit - fixed a bug.
It could be refered even the transit is deleted. 



SVN revision: 62658
2011-08-21 12:09:22 +00:00
Daniel Juyung Seo 5814a8b7cb elm genlist: Fixed elm_genlist_item_insert_after() bug. Patch by
Chanwook Jung <joey.jung@samsung.com>

From: 정찬욱 [mailto:joey.jung@samsung.com]
Sent: Friday, August 19, 2011 4:40 PM
Subject: [E-devel] [Patch] bug in elm_genlist_item_insert_after


Dear developers.

I found the problem when group item is added using
elm_genlist_item_insert_after in genlist.
The new group item is refer to the group item list not item list.
Therefore
it is inserted in the wrong place.
I modified that if the new group item is inserted, refer to the last
item
of the after group item.
Thanks.


SVN revision: 62645
2011-08-21 05:27:19 +00:00
Daniel Juyung Seo 98ac8c429a elm: Removed trailing whitespaces.
I always try to maintain elm with no trailing whitespaces. Please do not commit trailing whitespaces anymore.
I think maintaining a library clean is a good job. Once it gets mess, it's hard to fix them all at once.
1. Removing trailing whitespaces.
2. Fixing indentations.
3. Removing build errors and warnings.


SVN revision: 62595
2011-08-19 15:26:04 +00:00
Carsten Haitzler 3d52581f0e and start on allowing modified behavior when in access mode. ie turn
it on and off. just settable by env var and config file for now.



SVN revision: 62591
2011-08-19 14:39:27 +00:00
Carsten Haitzler a3592b4da6 and now add a "clicked" say... when u click.
SVN revision: 62587
2011-08-19 11:47:30 +00:00
Carsten Haitzler 6c1869043c button -> say state if disabled.
SVN revision: 62586
2011-08-19 11:20:45 +00:00
Carsten Haitzler 430e7463f5 this is... the beginning of accessibility supportin elm. it's direct
as in elm manages it itself - all it needs is a module to send text
to. one is provided here that just execs espeak and handles a stream
of things for it to say. this is only a start and is still being
fleshed out.



SVN revision: 62585
2011-08-19 11:07:42 +00:00