Commit Graph

2554 Commits

Author SHA1 Message Date
Carsten Haitzler 7aec7b6cd9 oops test resize there. remove.
SVN revision: 59170
2011-05-04 06:30:05 +00:00
Daniel Juyung Seo 04b491da11 Elementary: Changed homogenous to homogeneous.
Deprecated existing APIs but not removed them. They will be removed
sometime later or when elm 1.0 is released. And added new APIs.
I fixed box, table and toolbar. I will modify other codes in trunk soon.


SVN revision: 59160
2011-05-04 04:53:39 +00:00
Carsten Haitzler a1cb0189c3 homogeneous table test.
SVN revision: 59159
2011-05-04 02:28:47 +00:00
Daniel Juyung Seo 366265ee6f Elementary genlist: Fixed warning. Spank raster.
SVN revision: 59154
2011-05-03 17:32:18 +00:00
Carsten Haitzler bfc20e11a9 we don't need norender anymore since i changed the processing to use
an idle enterer.



SVN revision: 59147
2011-05-03 11:25:33 +00:00
Tom Hacohen b51ae15d2e Elementary entry: Added mixedwrap theme groups and use them.
SVN revision: 59116
2011-05-02 11:08:35 +00:00
Tom Hacohen 9466cbcea3 Elementary: Use an enum for selecting line-wrap method.
BREAKS API - discussed in ML before.

SVN revision: 59115
2011-05-02 10:56:16 +00:00
Cedric BAIL 728b6f153a elementary: make elm_thumb never lock your app.
SVN revision: 59113
2011-05-02 10:20:25 +00:00
Cedric BAIL 07b6140c10 elementary: don't trigger eina warning with empty hash.
SVN revision: 59111
2011-05-02 10:16:18 +00:00
Cedric BAIL 8a93d10cb0 elementary: fix segv when exiting elementary_config.
SVN revision: 59110
2011-05-02 10:11:38 +00:00
Jaehwan Kim a356004af9 From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] els_scroller bug patch.

I and Seoz found some problem about
_elm_smart_scroller_wanted_region_set in els_scroller.
While genlist items are appended, momentum animation in scroller
cannot operate.
It's why _elm_smart_Scroller_wanted_region_set is called continually.
It's the problem which Seoz told you. and I fixed this problem.
Please check the attached patch file.

If you want to check the problem.
Set the "Thumb scroll friction" in elementary_config to 2~3.
Change the file "test_genlist.c" in elementary/src/bin like below.



SVN revision: 59105
2011-05-02 09:22:50 +00:00
ChunEon Park 4a6aa80103 elementry/box - 0 -> EINA_FALSE
SVN revision: 59091
2011-05-02 01:20:11 +00:00
Tom Hacohen 25e4d80217 Elementary els_scroller: Merge region_show and region_bring_in codes.
They are 99.99% the same, no reason why not to merge them.

SVN revision: 59077
2011-05-01 09:40:30 +00:00
Tom Hacohen f93bfb1222 Elementary els_scroller: Fixed not moving when position is shown.
The scroller shouldn't move when the position requested is already
shown. There were two problems:
1. It was assumed that the cw/ch == requsted w/h which is not true, for
example with entry, we sometimes request to show the cursor which way
smaller.
2. We want to check the bounds *after* making sure we are not showing
"dead space" i.e places that the child does not populate.

SVN revision: 59076
2011-05-01 09:40:28 +00:00
Tom Hacohen 9fce89e7bb Elementary entry: Fix hint_min setting to work with scroller.
SVN revision: 59075
2011-05-01 09:40:19 +00:00
ChunEon Park b1631578e7 elementary / transit - added one exception handling.
SVN revision: 59074
2011-05-01 07:49:24 +00:00
Daniel Juyung Seo e6a05d7bb2 Elementary thumb: Fixed warnings.
SVN revision: 59037
2011-04-29 12:40:47 +00:00
Daniel Juyung Seo a66af23825 Elementary map: Fixed warning.
SVN revision: 59036
2011-04-29 12:37:31 +00:00
Daniel Juyung Seo 72f19bf5c1 Elementary layout: Removed 'const' from elm_layout_content_get() API.
This API callers can handle layout content. ex)
evas_object_del(content);


SVN revision: 59035
2011-04-29 12:33:36 +00:00
Daniel Juyung Seo 4f6017e25e Elementary gengrid: Fixed bug. Patch by Jeonghyun Yun
<hj0506.yun@smasung.com>

From Jeonghyun Yun.
Hello.

I attached the patch file for calc_job bug.

I found ecore_magic_fail problem when ecore_job_del(wd->calc_job).
wd->calc_job should also to be NULL when pan_smart's cvw and cvh is 0 in
calc_job().

Please check about this patch.

Thanks.


SVN revision: 59034
2011-04-29 10:50:55 +00:00
Daniel Juyung Seo 492f4af0a0 Elementary table: Fixed wrong API name. Patch by Lionel Orry
<lionel.orry@gmail.com>

From Lionel Orry:
Hi devs,

while working on the ffi-efl Ruby bindings for the EFL, I noticed a
wrong declaration in Elementary.h:
s/elm_table_homogeneous_get/elm_table_homogenous_get/.

The patch can be found here: http://pastie.org/1846490

To apply:

cd <path/to/elementary>
wget -O - http://pastie.org/pastes/1846490/download | patch -p0

Thanks in advance,
Lionel


SVN revision: 59033
2011-04-29 09:04:48 +00:00
Tom Hacohen ec3d7792e2 Elementary entry: Fixed bug with jumping scroller when editing text.
Get cursor position only when needed, don't get it in advance, cache and
then find out it's not correct because we already moved the entry 10
10 times since :)

SVN revision: 59020
2011-04-28 17:50:26 +00:00
Sangho Park 524096648e Elementary map: change evas_object_line (route) to evas_object_polygon
SVN revision: 59016
2011-04-28 16:52:52 +00:00
Cedric BAIL 97febc0a94 elementary: proper fix for thumbnail race condition.
NOTE: evas is able to load corrupted file in some case.
Without proper detection of this corrupted file, we will always end
up with some error when doing thumbnail of the same file in parallele.


SVN revision: 59013
2011-04-28 15:53:19 +00:00
Tom Hacohen b11300ed97 Elementary entry: Fix min size calculation.
SVN revision: 59012
2011-04-28 15:47:01 +00:00
Daniel Juyung Seo 4f9e54e674 Elementary test.c: Fixed doxygen typo.
SVN revision: 59011
2011-04-28 15:45:32 +00:00
Daniel Juyung Seo dc81b520aa Elementary main: Fixed doxygen typo.
SVN revision: 59009
2011-04-28 15:25:16 +00:00
Daniel Juyung Seo 670d2df7aa Elementary map: Use !! to Eina_Bool substitution in EAPIs.
SVN revision: 59008
2011-04-28 15:12:28 +00:00
Daniel Juyung Seo 297d4b4bb4 Elementary: Fixed formatting.
Removed trailing white spaces. Fixed indentation.


SVN revision: 59007
2011-04-28 15:10:25 +00:00
Cedric BAIL 833b17ee4c elementary: reduce possibility of reading thumbnail in the middle of its generation.
SVN revision: 59005
2011-04-28 14:04:00 +00:00
Cedric BAIL 53d904d493 elementary: fix race condition in elm_thumb.
SVN revision: 59003
2011-04-28 13:24:18 +00:00
Daniel Juyung Seo c615cd9276 Elementary icon: Fixed doxygen typo.
SVN revision: 58990
2011-04-28 08:10:34 +00:00
Sangho Park 7221666342 Elementary map: fix zoom animation bug
SVN revision: 58989
2011-04-28 07:51:46 +00:00
Sangho Park 8dc7bff272 Elementary map: Added ELM_CHECK_WIDTYPE to EAPIs.
SVN revision: 58987
2011-04-28 05:40:48 +00:00
Daniel Juyung Seo 3a664b92cf Elementary map: Added wd vadidation check routine to EAPIs.
SVN revision: 58986
2011-04-28 04:16:00 +00:00
Sangho Park 2bf6702d02 elm_map: add default wheel control for zoom in/out
SVN revision: 58985
2011-04-28 02:47:12 +00:00
Sangho Park fc0054e855 els_scroller: add apis for enable/disable default wheel control
SVN revision: 58984
2011-04-28 02:34:00 +00:00
Daniel Juyung Seo 71fe32df77 Elementary test_thumb.c: Fixed formatting.
SVN revision: 58983
2011-04-28 02:05:08 +00:00
Daniel Juyung Seo a42dba4f42 Elementary thumb: Added ethumb check routine.
SVN revision: 58982
2011-04-28 02:01:13 +00:00
Daniel Juyung Seo 4fc323297f Elementary thumb: Fixed warning.
SVN revision: 58981
2011-04-28 00:33:46 +00:00
Cedric BAIL 0502444c42 elementary: use new ethumb async exists API.
SVN revision: 58978
2011-04-27 18:07:18 +00:00
Daniel Juyung Seo 8c7b5da537 Elementary elm_widget: Use Eina_Bool instead of int for boolean type.
SVN revision: 58969
2011-04-27 16:12:56 +00:00
Daniel Juyung Seo 22aeea6acf Elementary: Use !! to Eina_Bool substitution in EAPIs.
SVN revision: 58968
2011-04-27 16:06:11 +00:00
Sangho Park 052b0b6828 elm_map: fix zomming bug
SVN revision: 58967
2011-04-27 16:01:47 +00:00
Daniel Juyung Seo fa81dba991 Elementary els_scroller.c: Refactored code.
Changed unsigned char to Eina_Bool. Changed 0 to EINA_FALSE for Eina_Bool type variables. Removed unnecessary blank line. Added braces in if statements.


SVN revision: 58964
2011-04-27 15:31:31 +00:00
Daniel Juyung Seo d8bf2f9623 Elementary elm_conform.c: Fixed warnings.
SVN revision: 58960
2011-04-27 13:53:25 +00:00
ChunEon Park 88d0fb25a5 elementary/ctxpopup - added minor exceptions.
SVN revision: 58959
2011-04-27 13:09:37 +00:00
ChunEon Park 81be5a9401 elementar / ctxpopup - not important changes but ready for refactoring.
SVN revision: 58956
2011-04-27 11:39:28 +00:00
Carsten Haitzler a45f22567d back to 2000 items in test.
SVN revision: 58952
2011-04-27 10:18:08 +00:00
Carsten Haitzler 071c5747bf fix genlist processing items in idle time... idle entere instead :)
SVN revision: 58951
2011-04-27 10:17:26 +00:00
Tom Hacohen 5dc8b2be5e Elementary gettext: Don't set default textdomain, elm is a lib...
SVN revision: 58949
2011-04-27 07:41:06 +00:00
govi.sm 3432414a79 From: govi.sm@samsung.com
Subject: Conformant Widget Code refactoring patch

Can you please review the attached patch for elm_conformant.

Change Log: 1.  On Theme change, swallowing Parts again. Swallowing
parts done in separate function.
2.  Conformant parts size set  is repeated in two places, moved to a
function.
3. Conformant Object Move/Resize is handled to realign the Visible
content area. 
 


SVN revision: 58948
2011-04-27 06:33:34 +00:00
Sangho Park cfc655445f elementary: sort Makefile.am for compiling sequence
SVN revision: 58947
2011-04-27 06:20:23 +00:00
Sangho Park daacf8fd7b elm_map: fix pinch zoom bug
SVN revision: 58946
2011-04-27 06:04:04 +00:00
Daniel Juyung Seo 2893d8692e Elementary: Removed trailing whitespaces.
SVN revision: 58944
2011-04-27 02:42:50 +00:00
Daniel Juyung Seo e8a7ed8159 Elementary genlist: Moved signal doxygen to header file.
This is a first action of doxygen movement. All doxygen will be moved to
headers after all.


SVN revision: 58943
2011-04-27 02:41:11 +00:00
Daniel Juyung Seo b856a808ec Elementary notify: Fixed formatting. Removed unnecessary blank lines.
SVN revision: 58942
2011-04-27 00:53:52 +00:00
Daniel Juyung Seo c8d878a852 Elementary notify: Fixed documentation.
SVN revision: 58941
2011-04-27 00:51:31 +00:00
Daniel Juyung Seo 2c0b0050e5 Elementary test_map.c: Fixed formatting.
Fixed indentation. Put a space between if/for and (. Removed unnecessary blank lines.


SVN revision: 58937
2011-04-26 16:19:58 +00:00
ChunEon Park cd7ac1511f elementary / ctxpopup - just removed a empty line
SVN revision: 58919
2011-04-26 06:53:52 +00:00
ChunEon Park ef4eddd61b elementary / ctxpopup - just changed lines.
SVN revision: 58916
2011-04-26 04:35:27 +00:00
ChunEon Park 8b08119b14 elementary / ctxpopup - fixed logic error.
SVN revision: 58915
2011-04-26 04:31:23 +00:00
cnook dfe1ec50a7 From: cnook <kimcinoo@gmail.com>
I have attached patch for elm_diskselector.
This patch is setting the width of elm_diskselector using its parent width
size, if there is no mention in the theme file.



SVN revision: 58895
2011-04-25 09:04:23 +00:00
Sangho Park 83c895afef change zoom_animation using evas_map
SVN revision: 58891
2011-04-25 08:11:46 +00:00
Sangho Park 46b61c812a fix doxygen
SVN revision: 58885
2011-04-25 02:41:37 +00:00
Carsten Haitzler 858a6567be elm config also do it. need to actually USe the prefix stuiff.. no
more package_data_dir use int he code.. needs to go.



SVN revision: 58864
2011-04-24 09:52:31 +00:00
Carsten Haitzler 6bb5c38ea6 and now actuallty start using and supporting per-app prefix finding.
SVN revision: 58863
2011-04-24 09:51:48 +00:00
Carsten Haitzler 1cd4e44b23 use new eina prefix fun
SVN revision: 58855
2011-04-24 08:18:00 +00:00
Cedric BAIL 90a70f1080 elementary: correctly fix scale on items.
SVN revision: 58831
2011-04-22 17:13:59 +00:00
Cedric BAIL 2ce921ba26 elementary: oops, merge mistake, only one assert header is needed.
SVN revision: 58830
2011-04-22 14:37:43 +00:00
Cedric BAIL b86180520d elementary: fix refactoring and assert.
SVN revision: 58828
2011-04-22 13:20:06 +00:00
Daniel Juyung Seo d49218d308 Elementary genlist: Fixed indentation.
Use space instead of tab.


SVN revision: 58827
2011-04-22 12:22:57 +00:00
Daniel Juyung Seo 929052b111 Elementary slideshow: Fixed warnings, fixed spacing and removed unnecessary blank lines.
SVN revision: 58826
2011-04-22 12:06:00 +00:00
Daniel Juyung Seo 71bc736a6f Elementary genlist: Fixed implicit declaration warning.
SVN revision: 58825
2011-04-22 11:54:29 +00:00
Cedric BAIL 97341eaa1f elementary: factorise code.
SVN revision: 58823
2011-04-22 09:56:49 +00:00
Cedric BAIL ac341c9687 elementary: elm_genlist now use edje signal for even/odd state.
NOTE: if you want to implement even/odd in your theme you know
need to listen to both signal :
	- elm,state,odd from elm
	- elm,state,even from elm
If you set data of "stacking_even" to "above" of you item group
it will raise the even object above the odd one (that's the default
behaviour).
You could also explicitly active/deactivate the stacking by setting
data of "stacking" to "no". Default is "yes".



SVN revision: 58822
2011-04-22 09:56:22 +00:00
Michael BOUCHAUD f58b34afea elementary: add the possibility to set the amount of cached items in a slideshow
SVN revision: 58821
2011-04-22 09:19:25 +00:00
Daniel Juyung Seo 7712efaf1b Elementary entry: Fixed indentation. Patch by Jihoon Kim
<jihoon48.kim@samsung.com>


SVN revision: 58819
2011-04-22 02:29:54 +00:00
ChunEon Park 628d558cde elementary/gengrid - made to use signal callback descriptions table.
SVN revision: 58817
2011-04-22 00:57:15 +00:00
ChunEon Park 9420b44918 elementary/segment_control, panes, photocam, photo, win, toolbar, thumb, slideshow, spinner - updated signal callbacks.
made them use signal callbacks description table. 
removed never-called signals
updated doxygen. 




SVN revision: 58816
2011-04-22 00:42:32 +00:00
ChunEon Park d45f0154cf elementary / menu, list, index, pager - modified to use signal callback table.
SVN revision: 58807
2011-04-21 15:57:03 +00:00
Tom Hacohen e4720e5643 Elementary util: Fix possible invalid read in _elm_util_mkup_to_text.
Patch by WooHyun Jung.

SVN revision: 58795
2011-04-21 12:09:43 +00:00
Daniel Juyung Seo 45507ae70f Elementary genlist: Removed unnecesssary code.
SVN revision: 58794
2011-04-21 12:07:31 +00:00
Daniel Juyung Seo 3edeab7cb8 Elementary genlist: Refactoring for structure packing.
SVN revision: 58793
2011-04-21 12:05:02 +00:00
Daniel Juyung Seo 5229aed40b Elementary genlist: Added genlist mode feature.
I introduce a new concept to genlist.
I named it "genlist mode" after I discussed it with raster.
Using this feature, one can activate/deactivate any mode(effect) to an item.
The mode is defined in genlist item edc.

You can watch a sample video on youtube.
http://www.youtube.com/watch?v=ZPbwpzwwiS8
I created two sample mode: Slide and Rotate.

[Feature Description]
 - One can activate a specific mode to an item.
 - One item is activated at one time while others are deactivated.
 - Genlist handles deactivating other items when one item is activated.
 - There are two different view: before activated, after activated.
 - Genlist creates the second view when the first view is activated. Usually the first view is animated.
 - Genlist destroys the second view when the item finishes deactivating.
 - Creating/Destroying the second view on the fly gives performance enhancement because there is no reason to hold all objects in two views all the time.
 - Mode is defined in genlist edc so one can easily add it more.
 - Mode edc style is separated from normal genlist styles. One can combine any genlist style with mode edc style.

[API]
 - EAPI void elm_genlist_item_mode_set(Elm_Genlist_Item *it, const char *mode_type, Eina_Bool mode_set) EINA_ARG_NONNULL(1, 2);
   Activate/Deactivate a mode to an item.
 - EAPI const char *elm_genlist_mode_get(const Evas_Object *obj) EINA_ARG_NONNULL(1);
   Get activated mode name.
 - EAPI const Elm_Genlist_Item *elm_genlist_mode_item_get(const Evas_Object *obj) EINA_ARG_NONNULL(1);
   Get activated item.
      
[Structure]
 - Elm_Genlist_Item 
   Added const char *mode_item_style;
	     
[Usage]
 - Set mode style name to genlist item class.
   itc.mode_item_style = "mode";
 - Activated mode to an item whenever you want.
   elm_genlist_item_mode_set(it, "slide", EINA_TRUE);


SVN revision: 58791
2011-04-21 11:47:36 +00:00
Sangho Park 6bc4670615 - add rotate feature
- pinch zoom improvement


SVN revision: 58784
2011-04-21 08:55:02 +00:00
Daniel Juyung Seo a7a234a3e3 Elementary test_actionslider.c: Fixed wrong variable names.
Magnet slider(ms) is an old name of actionslider. So I changed ms to as.


SVN revision: 58764
2011-04-20 17:20:15 +00:00
Daniel Juyung Seo b1c1993845 Elementary: Removed trailing whitespaces.
SVN revision: 58754
2011-04-20 14:16:51 +00:00
Cedric BAIL 213f07730d elementary: only parse mail file and prevent segv.
SVN revision: 58733
2011-04-19 16:59:23 +00:00
Cedric BAIL b4dd37cceb elementary: fix scale on genlist.
SVN revision: 58731
2011-04-19 13:40:25 +00:00
Daniel Juyung Seo 95b2697f0f Elementary conform: Fixing indentation, coding guideline. Patch by
Prince <prince.dubey@samsung.com>


SVN revision: 58730
2011-04-19 07:31:59 +00:00
Carsten Haitzler 3a8ae11c9b fix window posotioning when inlined
SVN revision: 58722
2011-04-19 01:53:19 +00:00
Daniel Juyung Seo 415b221632 Elementary gengrid: Fixed a warning.
SVN revision: 58721
2011-04-19 00:58:39 +00:00
Michael BOUCHAUD 97dee1c433 elementary: add page relative, item size and horizontal controls to external gengrid
SVN revision: 58706
2011-04-18 10:59:45 +00:00
Michael BOUCHAUD 0642a6c1cc elementary: add page_relative and horizontal getters to gengrid
SVN revision: 58705
2011-04-18 10:54:25 +00:00
Daniel Juyung Seo 12598eb6e6 Elementary map: Fixed doxygen, removed trailing whitespaces.
SVN revision: 58704
2011-04-18 07:37:49 +00:00
Sangho Park fe580b2fdb This is a patch for elm_map name(address) feature.
I added some APIs for name to elm_map.c and added some test code to test_map.c

I used nominatim OSM service. (http://http://nominatim.openstreetmap.org/)
as i felt, it's response time was very good to use.


SVN revision: 58703
2011-04-18 06:42:47 +00:00
ChunEon Park ef3bc9a48d elementary / image, icon - added missing lines about signal callback table.
SVN revision: 58694
2011-04-15 17:08:04 +00:00
ChunEon Park 89787877e8 elementary/image, icon - updated signal callback table
SVN revision: 58693
2011-04-15 17:05:34 +00:00
ChunEon Park 86df49c4da elementary / actionslider, calendar, colorselector, bubble, hoversel, clock
- updated them for using common signal callback table.




SVN revision: 58692
2011-04-15 17:01:39 +00:00
ChunEon Park 7428bb366b elementary / transit - modified minor logic error
SVN revision: 58691
2011-04-15 17:00:37 +00:00
ChunEon Park 4ebebb6871 elementary / transit - updated internal minors
SVN revision: 58690
2011-04-15 16:32:08 +00:00
Daniel Juyung Seo 7023c0006d Elementary bin: Use EINA_TRUE/EINA_FALSE for Eina_Bool parameters.
SVN revision: 58688
2011-04-15 11:44:05 +00:00
Carsten Haitzler 4b5e270ba9 debug.. off.
SVN revision: 58687
2011-04-15 11:20:41 +00:00
Carsten Haitzler 4361bc8bb4 fix up copy & paste with inlined win and a few other cnp nigglies.
also no unimplemented win times for now.



SVN revision: 58686
2011-04-15 11:18:30 +00:00
Carsten Haitzler 4c7b13444d copy from inlined wins works. copy to.. doesn't.
SVN revision: 58666
2011-04-14 13:51:12 +00:00
Carsten Haitzler 59f8230bb5 kbd input/fcosu works on inlined wins. wootsors
SVN revision: 58664
2011-04-14 12:47:16 +00:00
Daniel Juyung Seo 3d99ec3932 Elementary: Removed trailing white spaces.
SVN revision: 58661
2011-04-14 11:43:43 +00:00
Daniel Juyung Seo f337cf0a31 Elementary genlist: Do not call "realized"/"unrealized" smart
callbacks if those are internal size calculation purpose.


SVN revision: 58660
2011-04-14 11:41:07 +00:00
Carsten Haitzler 315dc93196 mm.... new widget options/modes for win... u can put a window..
INLINED in another window. :) it's an image object. have fun!



SVN revision: 58657
2011-04-14 10:48:43 +00:00
Daniel Juyung Seo b4968b3572 Elementary genlist: Avoid bringing/showing items in a queue.
Items in a queue were not added to blocks yet. So it's impossible to
calculate its position.


SVN revision: 58612
2011-04-13 01:48:11 +00:00
Daniel Juyung Seo de8ecd6ff8 Elementary gengrid: Fixed doxygen typo.
SVN revision: 58597
2011-04-12 17:32:36 +00:00
Daniel Juyung Seo aff74489cc Elementary: Applied "clicked" signal name change for gengrid/list/genlist.
SVN revision: 58596
2011-04-12 17:29:59 +00:00
Daniel Juyung Seo ebfa1123c0 Elementary list: Fixed doxygen for "clicked,double" callback.
SVN revision: 58595
2011-04-12 14:16:41 +00:00
ChunEon Park 9a29b51bd4 elementary / transit - fixed a incorrect logic
prevent user from calling elm_transit_del in the user del cb. 



SVN revision: 58591
2011-04-12 11:31:03 +00:00
ChunEon Park fe4cbef49f elementary/transit - fixed typo
SVN revision: 58589
2011-04-12 11:05:52 +00:00
ChunEon Park 2b735983c4 elementary/transit - updated test_transit for the chain transit
SVN revision: 58576
2011-04-12 05:49:47 +00:00
ChunEon Park 0d41b9fee8 elementary/transit - added new APIs elm_trnasit_chain_transit_add , elm_transit_chain_transits_get
SVN revision: 58575
2011-04-12 05:48:44 +00:00
ChunEon Park cc5e358c45 elementary / widget - removed semicolon
SVN revision: 58556
2011-04-11 15:56:36 +00:00
Christopher Michael 2b431b610a ELM: Fix 'whitespace following trailing backslash'
SVN revision: 58500
2011-04-08 23:14:52 +00:00
Daniel Juyung Seo 7baa0025ed Elementary actionslider: Fixed doxygen.
SVN revision: 58494
2011-04-08 16:56:09 +00:00
Daniel Juyung Seo 77450413d7 Elementary src/lib: Removed all trailing whitespaces.
SVN revision: 58492
2011-04-08 14:36:29 +00:00
Daniel Juyung Seo 64ff85f610 Elementary src/bin: Removed all trailing whitespaces.
SVN revision: 58491
2011-04-08 14:30:48 +00:00
Daniel Juyung Seo 2496f67fa8 Elementary map: Fixed map bug and added null check routine.
SVN revision: 58489
2011-04-08 12:13:29 +00:00
Carsten Haitzler dccd5aa4c6 spank! wanings--
SVN revision: 58483
2011-04-08 08:42:32 +00:00
Daniel Juyung Seo d61cf35694 Elementary map: Route patch. Patch by Sangho Park <gouache95@gmail.com>
Mail from Sangho Park.
I added some APIs for route to elm_map.c
There are some route services provided by Open Street Map (yours, open
route service, monav...)
I just added 'yours' url callback and will add ors, monav.
And added some test code to test_map.c


SVN revision: 58474
2011-04-08 06:14:10 +00:00
Carsten Haitzler c4b8b91834 wrn--
SVN revision: 58470
2011-04-08 05:53:37 +00:00
Carsten Haitzler f864f83af4 warn--
SVN revision: 58469
2011-04-08 05:52:13 +00:00
Carsten Haitzler 7e80b356ec warn--
SVN revision: 58468
2011-04-08 05:51:13 +00:00
Daniel Juyung Seo 4204583f81 Elementary segment_control: Introduced new widget by Govindaraju and Prince.
Segment Control Widget is a horizontal control made of multiple segment items
together, each segment item is set to equal size, functioning similar to
discrete two state button. Only one segment item can be at selected state.


SVN revision: 58461
2011-04-07 16:44:54 +00:00
Daniel Juyung Seo 6983399bc9 Elementary genlist: Removed unnecessary blank lines.
SVN revision: 58459
2011-04-07 16:20:29 +00:00
Daniel Juyung Seo 35928fe87c Elementary genlist: Removed unnecessary 'const'.
SVN revision: 58458
2011-04-07 16:16:01 +00:00
Tom Hacohen b57382c5ab Elementary entry: Now really fix min size calculation.
Width shouldn't matter. (look at revision 58393 for more info).

SVN revision: 58410
2011-04-07 08:47:18 +00:00
Tom Hacohen b9518d9381 Revert "Elementary entry: No need to calc min size for a wrapping entry."
This reverts commit 58393

Should fix min size height calculation.

SVN revision: 58408
2011-04-07 08:16:02 +00:00
ChunEon Park 241231b2f4 elementary/transit - added chain transit features.
SVN revision: 58406
2011-04-07 05:34:11 +00:00
cnook 4959de1e63 From: cnook <kimcinoo@gmail.com>
Subject: Re: [E-devel] [Patch] Display more than 3 items

This is Shinwoo Kim, learned that I could contribute to EFL! :)
I'm pleased to inform you that the patch for the "elm_diskselector".

Until now, the "elm_diskselector" only display 3 items at once,
if you accept this patch, the "elm_diskselector" can display more than 3
items.

For this feature, "elm_diskselector_display_item_num_set(Evas_Object *obj,
int num)" is added.
I would like to know more about your opinion about this feature. Thanks.



SVN revision: 58405
2011-04-07 04:54:55 +00:00
Seunggyun Kim e64bfe7cf1 From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [Patch] elm_genlist :
elm_genlist_realized_items_update api added

I added elm_genlist_realized_items_update api.

elm_genlist_item_update api already exists.
But If the application want to change all realized items using this api, 
application always have to check genlist all realized items and call
elm_genlist_item_update api.

This routine is being used at many functions of application.

So I made elm_genlist_realized_items_update api.
This helps application to update easily all realized items at a time.



SVN revision: 58403
2011-04-07 04:35:08 +00:00
Daniel Juyung Seo 13877292d4 Elementary elm_genlist.c: Fixed formatting. Fits to ecrustify.
SVN revision: 58401
2011-04-07 00:58:29 +00:00
Tom Hacohen 1e85b6a3ca Elementary entry: No need to calc min size for a wrapping entry.
It's just useless and makes zero sense. No matter what we'll
get a useless output and it just slows everything down.
Should probably be added when it makes sense, but it will probably
need something like elm_label_wrap_width_set.

SVN revision: 58393
2011-04-06 15:27:52 +00:00
Michael BOUCHAUD 48c2737034 elementary: allow to emit a signal to a genlist. Thanks to Mikael Sans
SVN revision: 58391
2011-04-06 14:46:39 +00:00
Michael BOUCHAUD 11e6a2ea75 elementary: correct the homepath on windows from vtorri
SVN revision: 58390
2011-04-06 13:57:42 +00:00
Tom Hacohen 4ea6131744 Elementary smart-scroller: Fixed scroller "jumping" in some cases.
In some cases, for example resizing the GenGrid test or just using
ephoto, the scroller would jump to the right before going to it's
proper direction. We should check if the position is below minimum
after we reduce the position, and not instead.

SVN revision: 58383
2011-04-06 07:51:26 +00:00
Daniel Juyung Seo ed5cfa443c Elementary test_list.c: Fixed formatting.
Use ecrustify and remove trailing whitespaces.


SVN revision: 58369
2011-04-06 01:10:19 +00:00
ChunEon Park 3761fc17f5 elementary / menu, gengrid, slider, separator, photocam, index, toggle
updated signal callback list in the doxygen



SVN revision: 58347
2011-04-05 07:04:09 +00:00
ChunEon Park 880365feee elementary/genlist - updated signal callback list in doxygen
SVN revision: 58346
2011-04-05 06:01:28 +00:00
ChunEon Park d95b927bed elementary / genlist - updated signal callback list in the doxygen
SVN revision: 58345
2011-04-05 05:53:56 +00:00
ChunEon Park bb67935a54 Elementary / genlist - updated signal callback list
SVN revision: 58344
2011-04-05 04:46:38 +00:00
Daniel Juyung Seo 9ef7f1f943 Elementary elm_genlist.c: Fixed genlist doxygen.
SVN revision: 58343
2011-04-05 04:30:34 +00:00
ChunEon Park 902a467b7e Elementary / genlist, slider, radio, win toolbar, thumb, toggle, scroller, slideshow, spinner
updated signall callback list in each doxygen 



SVN revision: 58342
2011-04-05 02:04:28 +00:00
ChunEon Park c7c99ddea6 elementry / entry, menu, notify, list, gengrid, actionslider, image, icon, anchorview, fileselector_button, calendar, photocam, anchorblock,
button, map, colorselector, hover, photo, diskselector, index, bubble, pager, hoversel, check, scrolled_entry, clock, flipselector

	    updated signal callback list in the  doxygen. 

            should update genlist, progressbar ... 



SVN revision: 58335
2011-04-04 16:34:18 +00:00
ChunEon Park a68b234f22 elementray / transit - fixed typo
SVN revision: 58313
2011-04-04 05:56:56 +00:00
ChunEon Park e1b5d7bea8 Elementary/transit - defined transit callback functions types. (Elm_Transit_Effect_Transition_Cb, Elm_Transit_Effect_End_Cb)
SVN revision: 58312
2011-04-04 05:27:20 +00:00
ChunEon Park 4aabc33b1c Elementary/transit - void * -> Elm_Transit_Effect.
made the interface clear.



SVN revision: 58311
2011-04-04 04:48:51 +00:00
ChunEon Park 5f2ae803e0 elementary / transit - modified internal namings .
Elm_Transit_Effect -> Elm_Transit_Effect_Module



SVN revision: 58310
2011-04-04 01:54:55 +00:00
ChunEon Park 85d9b909f7 elementary / ctxpopup - modified doxygen smart object signal callbacks
SVN revision: 58307
2011-04-03 16:35:19 +00:00
ChunEon Park d497b0ea87 elementary/flip - modified to use smart callbacks descriptions table
SVN revision: 58306
2011-04-03 16:26:25 +00:00
Daniel Juyung Seo 6dc86966fd Elementary elm_gengrid.c: Fixed doxygen.
SVN revision: 58303
2011-04-03 16:06:06 +00:00
Boris Faure f51d67cc85 elementary: fix compilation
SVN revision: 58298
2011-04-03 11:55:56 +00:00
Daniel Juyung Seo 16848f903d Elementary: Fixed wrong smart callback signal name. clicked -> clicked,double
Unified double-click smart callback signal name to "clicked,double".
Wrong signal name "clicked" is still there.
But this will be removed soon after fixing all codes in trunk.


SVN revision: 58293
2011-04-03 09:36:47 +00:00
Daniel Juyung Seo b690e88b69 Elementary elm_widget.c: Fix formatting.
Used ecrustify then fixed manually. Ecrustify still has wrong formatting.


SVN revision: 58285
2011-04-03 06:43:17 +00:00
Daniel Juyung Seo 4c5e18eb11 Elementary elm_widget.c: Removed ; after INTERNAL_ENTRY.
SVN revision: 58284
2011-04-03 05:48:00 +00:00
Daniel Juyung Seo 8a108db5ab Elementary: Use pre-defined type Edje_Signal_Cb instead of describing all of its parameters.
SVN revision: 58283
2011-04-03 05:32:17 +00:00
ChunEon Park 5176a3f867 elementary / entry, list, scroller, fileselector_button, config, photocam, map, pan, bg, store, priv, pager, conform, box, clock, flipselector
fixed indentation, removed white spaces.



SVN revision: 58267
2011-04-01 19:08:56 +00:00
Daniel Juyung Seo de0b570b30 Elementary elm_genlist.c: Fixed formatting.
Used ecrustify for formatting.


SVN revision: 58263
2011-04-01 16:33:58 +00:00
Carsten Haitzler 916f3894fb more complete desktop entry mode support.
SVN revision: 58259
2011-04-01 13:35:39 +00:00
Carsten Haitzler 4febdc8e0c start a desktop entry mode. shift arrows start/mod selection. can just
click and drag to select.



SVN revision: 58258
2011-04-01 13:20:40 +00:00
Carsten Haitzler e6ba1dfbf1 right mouse pops up entry menu now too.
SVN revision: 58255
2011-04-01 12:10:24 +00:00
ChunEon Park 0b74203480 elementary - fileselecto, actionslider, anchorview, fileselector_button, anchorblock, fileselector_entry, hoversel, scrolled_entry
SVN revision: 58254
2011-04-01 11:51:11 +00:00
ChunEon Park 0369dbff50 elementary / calendar, button, colorselector, bg, cnp_helper, bubble, check, box, clock - removed white spaces
SVN revision: 58253
2011-04-01 11:35:07 +00:00
ChunEon Park b880342a74 elementary - entry, genlist, gengrid, image, icon, hover, frame, diskselector, index, layout, label, conform, flip, flipselector - removed white spaces
SVN revision: 58252
2011-04-01 11:32:33 +00:00
ChunEon Park 160084626b elementary / menu, notify, list, panes, module, map, pager, panel, mapbuf - removed white spaces
SVN revision: 58251
2011-04-01 11:26:58 +00:00
ChunEon Park 711b428aae elementary / slider, radio, separator, photocam, photo, store, scroller, slideshow, spinner, progressbar - removed white spacesw
SVN revision: 58250
2011-04-01 11:24:15 +00:00
ChunEon Park 22588576be elementary/theme, widget, win, toolbar, thumb, toggle, util, box - removed white spaces
SVN revision: 58249
2011-04-01 11:20:18 +00:00
ChunEon Park 71d2f4b067 elementary / cursor, scroller, icon - removed white spaces
SVN revision: 58248
2011-04-01 11:08:31 +00:00
ChunEon Park e88243c16a elementary/ctxpopup - removed white space
SVN revision: 58247
2011-04-01 09:08:11 +00:00
Daniel Juyung Seo 3cc69929db Elementary elm_widget.h: Removed trailing whitespaces.
SVN revision: 58246
2011-04-01 08:05:24 +00:00
ChunEon Park 76a75e6fa6 elementary/anchorblock - removed white spaces
SVN revision: 58245
2011-04-01 06:26:58 +00:00
ChunEon Park 34b4d44248 elementary/animator - removed white spaces
SVN revision: 58244
2011-04-01 06:17:11 +00:00
Carsten Haitzler 2e0bf619e8 warning--
SVN revision: 58243
2011-04-01 06:09:18 +00:00
Carsten Haitzler f74c18a02e make all widgets use a standard setup macro. cuts code down and
handles null parent errors, null wd alloc, null obj create errors etc.



SVN revision: 58242
2011-04-01 06:08:02 +00:00
Carsten Haitzler fc74c7867c valgrind complaints--
SVN revision: 58241
2011-04-01 05:03:38 +00:00
Brett Nash 3c51f2f14c Elm: DragNDrop: Don't check extensions on drags
Patch from 장효영 (Hyoyoung Chang).  Basically checking extensions is silly,
      and some real life use shows it just breaks things.  Especially since we
      aren't liberal enough with the extensions we check.

I also cleaned up some whitespace and weird indentation at the edges.

SVN revision: 58229
2011-03-31 12:29:20 +00:00
ChunEon Park 1a1a04685d elementary/ctxpopup - removed unuseful line.
SVN revision: 58219
2011-03-31 03:09:27 +00:00
Christopher Michael 26080e07b0 ELM: Transit: Remove unused variable.
SVN revision: 58217
2011-03-30 20:25:25 +00:00
ChunEon Park 5f00bff556 elementary/transit - modified to add same objects.
SVN revision: 58196
2011-03-30 09:12:57 +00:00
ChunEon Park 0fa4bf9111 elementary/transit - modified fade effect to be available applying only one object case
SVN revision: 58192
2011-03-30 05:35:38 +00:00
Daniel Juyung Seo 0046369651 Elementary elm_genlist.c: Indentation fix by manual.
Ecrustify indentation needs to be fixed for the lines behind comments.


SVN revision: 58191
2011-03-30 01:35:15 +00:00
Daniel Juyung Seo d0fa2c13ad Elementary elm_genlist.c: Code refactoring and indentation fix.
SVN revision: 58178
2011-03-29 12:43:03 +00:00
Daniel Juyung Seo 9f7b0fe79a Elementary elm_genlist.c: Replaced unicode to ascii in genlist doxygen.
SVN revision: 58176
2011-03-29 10:38:51 +00:00
Seunggyun Kim 589a33d94a From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [Patch] elm_genlist - group index homogeneous mode
support

Current, genlist using group index can't use homogeneous mode.
So this is patch for support homogeneous mode when the genlist uses
group index.



SVN revision: 58173
2011-03-29 09:28:09 +00:00
Daniel Juyung Seo d6f2e4c45f Elementary test_genlist.c: Removed trailing white spaces.
SVN revision: 58164
2011-03-29 00:51:56 +00:00
Daniel Juyung Seo bdea9a4cec Elementary elm_colorselector.c: Fixed indentation and removed trailing
whitespaces.

Patch by Jihoon Kim <jihoon48.kim@samsung.com>


SVN revision: 58163
2011-03-28 23:58:22 +00:00
Daniel Juyung Seo d738eda9c8 Elementary elm_transit.c: Fixed doxygen.
SVN revision: 58153
2011-03-28 13:10:25 +00:00
ChunEon Park dca970917a elementary/test_transit.c - removed white spaces
SVN revision: 58140
2011-03-28 01:34:06 +00:00
ChunEon Park a6bfb1c929 elementary/transit - fixed to repeat times provide infinite times actually.
SVN revision: 58137
2011-03-28 01:23:38 +00:00
ChunEon Park 6a1324a0fe elementary/transit - updated doxygen
SVN revision: 58136
2011-03-28 00:46:17 +00:00
ChunEon Park 6c4e3a266d elementary/transit - removed tailing whites.
SVN revision: 58095
2011-03-26 12:42:43 +00:00
ChunEon Park a5eb6bebde elementary / transit - fixed typo.
SVN revision: 58094
2011-03-26 12:39:47 +00:00
WooHyun Jung fc6a5a24b9 From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] for Gettext /I18N

Mr. Govi in SISO made a patch for following description. 

Detail Description:

1. If EFL/Elementary Application has i18n String with its own PO file,
then Elementary will end up looking for internal Strings at application
PO files. Passing PACKAGE name in the Elementary String Look up macro
eliminates this issue and looks for internal String from Elm.po files.

2. Macro E_(str) is used, to differentiate the elementary Strings from
commonly used #define _(str) in the applications. ( Just E ed :) )
 


SVN revision: 58085
2011-03-25 04:49:49 +00:00
Tristan Lelong ab35bb5667 From: Tristan Lelong <tristan.lelong@blunderer.org>
Subject: [E-devel] [PATCH]: keyboard navigation in menus

I was using elementary on a target that only has a keyboard, and I add
to do several modification on the elm_menu to handle keyboard
navigation.
- patch 1: discard a menu from C source code
- patch 2: add accessors for menu items and add the ability to handle
selected item from C source code



SVN revision: 58084
2011-03-25 04:42:12 +00:00
suxia li 58508d43d3 From: suxia li <suxia.li@samsung.com>
Subject: [E-devel] Patch for photocam elm_photocam_file_set

hello, i made a patch for photocam, because i found a bug that
sometimes grid_clearall is done after image preload process, but it
should be done before image preload process, otherwise, only low
quality image is loaded.
Please have a check, thanks~



SVN revision: 58083
2011-03-25 04:33:51 +00:00
Seunggyun Kim c8eb346a08 From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel]  elm_genlist - bug fix about _update_job

I found one bug in _update_job.

Now, when the elm_genlist_item_update is called, all realized items have
been updated.

In _update_job logic, item block is recalculated if it->minw and
itminw is
not same.
But before comparing that, itminw value is saved it->w. 
And it->minw value is saved in _item_realzie function.
Then there are different between it->minw and itminw value.

So the item block is recalculated and _item_block_position is called.

After applying below patch, elm_genlist_item_update api updates only one
item.



SVN revision: 58082
2011-03-25 04:27:47 +00:00
Jihoon Kim d7ad29248d From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Patch to give focus to the content in
elm_notify

lm_notify has not handled the focus movement.
Even though a button widget is contained in an notify widget and notify
widget is shown,  button widget could not be focused.
Therefore, button couldn't process any key event such as space and enter key.
This patch will solve this problem.



SVN revision: 58081
2011-03-25 04:13:10 +00:00
ChunEon Park ef71827092 elementary/ctxpopup - fixed indentation
SVN revision: 58070
2011-03-24 15:49:46 +00:00
Jae Hwan Kim 9e506fc581 From: Jae Hwan Kim <jae.hwan.kim@samsung.com>
If the scroller is stopped and set the freeze push while bounce
animation is running, it will stop bouncing in a moment. Even if the scroller
is set the freeze pop again, the scroller don't finish the bouncing. I think
that it should finish the bouncing when it is set the freeze pop.



SVN revision: 58063
2011-03-24 07:34:23 +00:00
ChunEon Park a6a182f7b6 elementary/ctxpopup - removed white trailing
SVN revision: 58052
2011-03-24 02:17:34 +00:00
ChunEon Park 29bdbfe36f elementary/ctxpopup - removed fingersize completely.
SVN revision: 58051
2011-03-24 02:14:22 +00:00
Carsten Haitzler 2fda5e577f listen to move events and track on override-redirect windows.
SVN revision: 58032
2011-03-23 13:29:26 +00:00
ChunEon Park a92abbf562 elementary/ctxpopup - modified fingersize to half one
SVN revision: 58028
2011-03-23 10:52:18 +00:00
Daniel Juyung Seo 65a8f97f30 Elementary elm_widget.c: Modification of last change in
elm_widget_show_region_set function.

Patch by WooHyun Jung <wh0705.jung@samsung.com>



SVN revision: 58015
2011-03-23 07:15:01 +00:00
Daniel Juyung Seo 11033734f3 Elementary doxygen: Fixed for the consistency with the other widget's
document format.

Patch by Jihoon Kim <jihoon48.kim@samsung.com>


SVN revision: 58007
2011-03-23 00:40:47 +00:00
Daniel Juyung Seo 08bde06005 Elementary elm_widget.c: Used API_ENTRY, INTERNAL_ENTRY macros. Prevented segv.
SVN revision: 58001
2011-03-22 22:12:33 +00:00
Christopher Michael a0a33a0191 Elementary: Patch from Jihoon Kim to add missing window types.
Elementary was missing window types for dropdown_menu, popup_menu,
tooltip, notification, combo, and dnd. This patch adds the missing
types into the enum and elm_win code.



SVN revision: 57992
2011-03-22 15:46:52 +00:00
Daniel Juyung Seo af08009a99 Elementary elm_genlist.c: Formatting with ecrustify.
SVN revision: 57963
2011-03-22 07:54:24 +00:00
ChunEon Park 11365c7445 fixed white trailing
SVN revision: 57962
2011-03-22 07:51:17 +00:00
WooHyun Jung a180e3d30c From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] Small patch for elm_slider (scrolling pop +
push)

I made small patch for elm_slider. 

I think scrolling should be freezed (not held) when dragging is
started. 

This is because scrolling can go on with elm_widget_scroll_hold_push. 



SVN revision: 57959
2011-03-22 02:59:06 +00:00
Tristan Lelong 23b7dd8b8b From: Tristan Lelong <tristan.lelong@blunderer.org>
>>> Hello,
>>>
>>> I was using elementary on a target that only has a keyboard, and I add
>>> to do several modification on the elm_menu to handle keyboard
>>> navigation.
>>> - patch 2: add accessors for menu items and add the ability to handle
>>> selected item from C source code



SVN revision: 57957
2011-03-22 02:29:26 +00:00
Carsten Haitzler daff42bd02 warning--
SVN revision: 57955
2011-03-22 02:12:27 +00:00
Carsten Haitzler 551bbe375d menu api was the wrong name..
SVN revision: 57954
2011-03-22 02:08:38 +00:00
WooHyun Jung 52c6c2171d From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] Focus issue in elm_widget.c

I've checked there were some focus problems when an object is hidden. 

So I made patch for that ~ 



SVN revision: 57898
2011-03-19 15:13:14 +00:00
Carsten Haitzler d5fc6b467b new test for testing focus on deleted.. and hidden widgets
SVN revision: 57897
2011-03-19 15:11:45 +00:00
Daniel Juyung Seo bd65e03b1f Elementary genlist: Changed int calc to Eina_Bool calc.
calc decides whether this call is for calculation only or not.
So it's reasonable to change this to Eina_Bool.


SVN revision: 57851
2011-03-18 15:02:49 +00:00
Daniel Juyung Seo 3be327f239 Elementary genlist: Removed trailing white spaces and fixed indentation.
SVN revision: 57850
2011-03-18 14:29:48 +00:00
ChunEon Park c7e693adb6 elementary/ctxpopup - fixed a minor error
added exception for the null icon set. 



SVN revision: 57842
2011-03-18 06:36:39 +00:00
Jihoon Kim 610284eab8 From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] elm_entry : use EINA_FALSE instead of 0 when calling edje_object_part_text_select_allow_set
Date: Fri, 18 Mar 2011 13:04:44 +0900

Hi,

This is simple patch to use EINA_FALSE instead of 0 when calling
edje_object_part_text_select_allow_set in elm_entry.c
Would you please apply in svn?


SVN revision: 57836
2011-03-18 04:50:36 +00:00
Christopher Michael 65041c6675 Patch from Jihoon Kim:
Fix typo in Elm API (rename elm_cache_flush_enmabled_get to
elm_cache_flush_enabled_get).



SVN revision: 57835
2011-03-18 00:20:29 +00:00
Tom Hacohen 42588f455d Elementary widget: Fixed NULL checking in elm_widget_show_region_set
Patch by WooHyun Jung.

SVN revision: 57823
2011-03-17 12:10:02 +00:00
Tom Hacohen 9944e8a295 Elementary entry: Fix compilation warnings.
SVN revision: 57821
2011-03-17 11:11:27 +00:00
ChunEon Park d3c8d9fe03 elementary/elm_widget - fixed typo
SVN revision: 57820
2011-03-17 10:49:31 +00:00
ChunEon Park 8bbb43b901 [elementary/widget] fixed logic error which was caused by me.
SVN revision: 57817
2011-03-17 09:39:36 +00:00
Tom Hacohen 8c9f001fed Elementary entry: Save cursor position on theme changes
And fix redundancy in all of the theme changes while at it.
Patch by Jihoon Kim.

SVN revision: 57816
2011-03-17 08:18:16 +00:00
Daniel Juyung Seo 61a60002aa Elementary: Fixed indentation and white spaces. Patch by Jihoon Kim
(jihoon48.kim@samsung.com)


SVN revision: 57759
2011-03-15 02:01:42 +00:00
Tom Hacohen c5676e53f9 Elementary entry: Updated docs of elm_entry_markup_* functions.
Patch by Hyoyoung Chang.

SVN revision: 57735
2011-03-14 09:54:40 +00:00
Tom Hacohen c06525b332 Elementary entry: Added attributes to markup conversions functions.
Added EINA_MALLOC and EINA_WARN_UNUSED_RESULT.

SVN revision: 57734
2011-03-14 09:54:37 +00:00
ChunEon Park 3d570dd8d3 elementary/scrollers - added minor exceptios.
SVN revision: 57702
2011-03-12 06:36:21 +00:00
ChunEon Park 2f6a61ac06 elementary / els_pan - added minor exceptions.
SVN revision: 57700
2011-03-12 05:00:18 +00:00
ChunEon Park 7a7a2dd695 elementary/elm_widget - added minor exceptions.
SVN revision: 57688
2011-03-11 11:44:23 +00:00
ChunEon Park c3e3ebb3ac elementary/els_scroller - added one minor exception
SVN revision: 57687
2011-03-11 09:57:10 +00:00
ChunEon Park 8032a600c1 elementary/els_scroller - added exception handling
if user call any other APIs (ex, elm_smart_scroller_object_theme_object_set) before elm_smart_scroller_child_set?



SVN revision: 57686
2011-03-11 09:43:48 +00:00
ChunEon Park 9442bdd854 elementary/els_scroller - it will be better if compiler does not optimize maybe.
SVN revision: 57685
2011-03-11 09:15:38 +00:00
ChunEon Park e638d13aec elementary/list - fixed minor error.
moved _theme_hook to where after scroller has child. 



SVN revision: 57684
2011-03-11 04:54:39 +00:00
ChunEon Park af265e149f elementary / els_scroller - removed a useless line
It cause a error since the pan object does not have any child yet. 
And why it should be visible even if it should call evas_object_show after setting child? 

Anyway, the line does nothing. 



SVN revision: 57683
2011-03-11 04:49:56 +00:00
Daniel Juyung Seo c2c9a2f723 Elementary elm_button.c: Fixed unnecessary spaces.f
SVN revision: 57682
2011-03-11 02:27:12 +00:00
Daniel Juyung Seo a6f9c8a8da Elementary elm_genlist.c: Fixed typo. (hilight -> highlight)
SVN revision: 57679
2011-03-10 19:59:10 +00:00
ChunEon Park f5c5b5d054 elementary/widget - add one exception handling where it should be.
After a widget is created(obj = elm_widget_add), the object does not have any parent object.
However if user call elm_widget_sub_object_add(parent, obj), then CRI will be happened. 
So the exception should be there. 



SVN revision: 57667
2011-03-10 12:04:00 +00:00
Jae Hwan Kim 17977b5483 From: Jae Hwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel]  [Patch] elm_smart_scroller_child_region_show_internal

In the els_scroller of the elementary, the function
"elm_smart_scroller_child_region_show_internal"
have a problem. If the parameters "x,y,w,h" have the wrong value like
"elm_scroller_region_show(scroller,
-300, -300, 900, 900);", the scroller move the position temporarily.
The scroller seem to jump.
So if the value of the parameter is not valid, it should be changed to
valid value.
The work is applied already in the function
"elm_smart_scroller_region_bring_in".
It should be applied in the function
"elm_smart_scroller_child_region_show_internal" too.
I changed the code like bring_in function.



SVN revision: 57666
2011-03-10 10:25:30 +00:00
sangho park 1bcb936306 From: sangho park <gouache95@gmail.com>
Subject: [E-devel] [Patch] elm_map_marker_region_get

This is a patch for elm_map_marker.
I added one api to get the coordinates of the marker.
because marker->longitude and marker->latitude are private data,
app can't access the coordinates of the marker.



SVN revision: 57665
2011-03-10 10:19:32 +00:00
WooHyun Jung 749c4f2c12 From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] anchorview's "clicked" signal is always
sent when mouse up.

I've checked "anchor,clicked" signal is always sent with mouse_up. 

That is, mouse_down on the anchor -> mouse_move out from the anchor ->
mouse_up can emit "anchor,clicked" signal.

So I made one patch for right clicked signal emitting. 



SVN revision: 57664
2011-03-10 10:15:58 +00:00
Jihoon Kim 9f7eb24f39 From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] elm_gengrid selection key patch

Unlike other widget, gengrid processes only the "Return" key for
selecting item.
This patch makes gengrid be able to process KP_Enter and space key for
selecting item.



SVN revision: 57662
2011-03-10 09:24:49 +00:00
Carsten Haitzler 5e8de92c41 gah - committed wrong patch. here. fixed.
SVN revision: 57661
2011-03-10 09:22:34 +00:00
WooHyun Jung c2ddcba984 From: WooHyun Jung <wh0705.jung@samsung.com>
Subject: [E-devel] [Patch] small patch for elm_module

I made a patch for elm_module. 

Null setting for freed pointer ~ 



SVN revision: 57660
2011-03-10 09:20:54 +00:00
Daniel Juyung Seo 631112e030 Elementary Elementary.h.in: Removed whitespace and tab. Patch by
Jihoon Kim (jihoon48.kim@samsung.com)


SVN revision: 57657
2011-03-10 08:12:16 +00:00
Daniel Juyung Seo c4dda39a0e Elementary elm_list.c: Check null before use it.
SVN revision: 57656
2011-03-10 07:30:02 +00:00
Daniel Juyung Seo 160b24fdb3 Elementary elm_widget.c: Removed trailing whitespaces.
SVN revision: 57655
2011-03-10 07:22:22 +00:00
Carsten Haitzler 36e246b816 fix shutdown+init cycle with deferred win free
SVN revision: 57654
2011-03-10 06:35:33 +00:00
ChunEon Park 69fad7b41a elementary/ctxpopup - fixed tailing whitespace.
SVN revision: 57652
2011-03-10 05:58:31 +00:00
ChunEon Park be17c2122d elementary/transit - changed API quickly. elm_transit_objects_prop_hold_disabled_set/get -> elm_transit_objects_final_state_set/get
Since these APIs are committed not much days ago, Im modified the API names to make better. 

But Im not sure. how many people are using this APIs at this time. 

I guess nobody. 



SVN revision: 57651
2011-03-10 05:20:07 +00:00
Carsten Haitzler 8eb8454ac6 also add my libs to this bin.
SVN revision: 57649
2011-03-10 03:22:38 +00:00
Carsten Haitzler 309d51b3ed and now use the ref/unref goodness from evas to avoid deleting oneself
while doing things.



SVN revision: 57618
2011-03-09 09:56:18 +00:00
Carsten Haitzler 1ecd1b09e0 DSO... ok link everything elm lib links and be done with it so we
donly have to do this in one place... and we do need a svn evas
(1.0.999+)



SVN revision: 57617
2011-03-09 09:44:22 +00:00
Carsten Haitzler 608fe3ca55 be DSO pedantic.
SVN revision: 57616
2011-03-09 09:18:31 +00:00
Cedric BAIL 4c49d3ec19 elementary: fix wrong refcounting.
SVN revision: 57595
2011-03-08 15:54:15 +00:00
Carsten Haitzler d80e09da23 fmting
SVN revision: 57580
2011-03-08 11:48:12 +00:00
Carsten Haitzler 3889d7b22c fmting.
SVN revision: 57579
2011-03-08 11:47:45 +00:00
Carsten Haitzler d88db5cd6e better DSO link fix. mor full-bodied. :)
SVN revision: 57571
2011-03-08 11:21:55 +00:00
ChunEon Park 7948d3ec71 elementary/transit - fixed whitespaces
SVN revision: 57523
2011-03-04 23:37:36 +00:00
ChunEon Park 1a49191f81 elementary/transit - fixed white spaces
SVN revision: 57507
2011-03-03 23:11:28 +00:00
ChunEon Park 66e21b839c elementary/transit - added elm_transit_objects_prop_hold_disabled_set/get APIs.
These APIs provide options to user to set the properties of the transit objects will be rest or not when the transition ends. 
The properties include geometry, color, evas_map data.. 



SVN revision: 57498
2011-03-03 16:13:07 +00:00
ChunEon Park f522b7385c elementary/gengrid - fixed a bug by jh0506.yun@samsung.com
Hello.

I attached the modified patch about calc_job problem.

When I tested gengrid, sometimes gengrid renderd two times in different
shape in a moment.
So I checked gengrid code, I found cause in calc_job function.

calc_job added to ecore job after elm_gengrid_item_size_set and
elm_gengrid_item_append(,prepend,insert_before,insert_after) and etc.
Sometimes pan_smart's cvw and cvh is 0 at this time.

I think, No need to calc_job when pan_smart's cvw and cvh is 0.

Please check about this patch.

Thanks.



SVN revision: 57491
2011-03-03 13:01:39 +00:00
Michael BOUCHAUD 51e1a9bba0 elementary: don't process event in disabled entry widget (from Jihoon Kim)
SVN revision: 57477
2011-03-02 22:07:01 +00:00
Daniel Juyung Seo 929e09c02f Elementary test_notify.c: Removed redundant line.
SVN revision: 57456
2011-03-01 13:48:42 +00:00
ChunEon Park 08d0303431 elementary/transit - modified internal variable name
SVN revision: 57445
2011-03-01 07:32:29 +00:00
Daniel Juyung Seo c94d05f948 Elementary button: Fixed 'if' statement indentation. Thanks Sebastian.
SVN revision: 57437
2011-02-28 21:23:59 +00:00
Daniel Juyung Seo 49cc89365c Elementary Elementary.h.in: Fixed vim indentation setting.
SVN revision: 57436
2011-02-28 21:18:21 +00:00
Cedric BAIL e23f202de0 elementary: still fixing DSO...
SVN revision: 57429
2011-02-28 16:33:59 +00:00
Cedric BAIL 05745b6f1e elementary: fix another DSO build issue.
SVN revision: 57420
2011-02-28 15:45:13 +00:00
Cedric BAIL f7a2301e90 elementary: fix DSO build error.
SVN revision: 57414
2011-02-28 14:49:20 +00:00
ChunEon Park e2a3748f45 elementary/transit - modified one minor coding style.
SVN revision: 57406
2011-02-28 09:19:47 +00:00
ChunEon Park 017c0ebd18 elementary/transit - fixed formatting.
SVN revision: 57403
2011-02-28 07:35:10 +00:00
Daniel Juyung Seo 0469574523 Elementary test.c: Fixed some comments.
SVN revision: 57402
2011-02-28 00:14:11 +00:00
ChunEon Park 67fd13d718 elementary / transit - fixed a wrong word in doxygen.
SVN revision: 57401
2011-02-27 23:00:54 +00:00
Daniel Juyung Seo 110e58531c Elementary elm_button.c: Fix formatting.
SVN revision: 57400
2011-02-27 22:59:12 +00:00
ChunEon Park e79dd5eee9 elementary/transit - makes it do not allow to add/remove the objects while transit is running.
It will provide new apis - elm_transit_object_prop_hold_set/get to give a option for keeping the object property when effect is over. 



SVN revision: 57396
2011-02-27 18:39:21 +00:00
Tom Hacohen 2d42233ac2 Elementary entry: Removed const from obj in *_entry_pos_set.
Fix the the previous commit, I can't believe I missed that one.
Patch by Jihoon Kim.

SVN revision: 57376
2011-02-27 11:44:01 +00:00
Seunggyun Kim 39fe4f085b From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel]  elm_genlist - bug fix about del callback

I found one bug in elm_genlist_clear.

In case append lots of items in genlist, some items are still in genlist
item queue before it is processed in _item_queue.

At that time, if application calls elm_genlist_item_del api that has item in 
genlist queue and elm_genlist_clear is called at once, "func.del" callback
is called twice.

If application frees some memory in "func.del" callback, It occurs
double free memory problem.

For example, some application has many items. and all items are deleted. but
all items are not proceed in queue. then application is terminated.
In that case, double free problem is occured in application.

So, I fixed elm_genlist_clear code and made a patch.



SVN revision: 57371
2011-02-27 11:11:05 +00:00
Tom Hacohen 09bbe67ee2 Elementary entry: Added elm_entry_cursor_pos_set/get (for scrolled as well).
Added elm_scrolled_entry_cursor_pos_set/get and elm_entry_cursor_pos_set/get
Patch by Jihoon Kim.

SVN revision: 57366
2011-02-27 10:25:45 +00:00
Carsten Haitzler 8530ab5f6e and just use eina_hash_set
SVN revision: 57355
2011-02-27 09:16:33 +00:00
sangho park 075cbde990 From: sangho park <gouache95@gmail.com>
Subject: Re: [E-devel] [Patch] elm_map_user_agent_set and get

This is a patch for elm_map for setting user-agent.

- Add elm_map_user_agent_set
- Add elm_map_user_agent_get
- modify doxygen

elm_map uses OSM(OpenStreetMap), but we can add custom map provider.
If custom map provider server filters robot out (currently default
user-agent is 'curl'),
we need some APIs to set/get user-agent.



SVN revision: 57353
2011-02-27 09:00:22 +00:00
Daniel Juyung Seo bfca37cc0a Elementary elm_actionslider.c: Fixed formatting.
SVN revision: 57307
2011-02-24 19:10:46 +00:00
Tom Hacohen 6cf01f93a6 Elementary scrolled_entry: Added *_entry_cnp_textonly_[set/get]
Same as the simple entry textonly mode setting.
Patch by Hyoyoung Chang.

SVN revision: 57298
2011-02-24 09:24:26 +00:00
Tom Hacohen 01b62da93f Elementary entry: Fixed documentation of elm_entry_textnoly.
Patch by Hyoyoung Chang.

SVN revision: 57297
2011-02-24 09:24:20 +00:00
ChunEon Park 384354f9b0 elementary/ctxpopup - fixed white space
SVN revision: 57264
2011-02-23 12:14:45 +00:00
ChunEon Park 9aaa1691ca elementary/ctxpopup - removed unuseful lines.
SVN revision: 57255
2011-02-23 07:37:39 +00:00
Tom Hacohen 57934d16f1 Elementary test-bubble: Modified the test to include a 'no-icon' style.
This exposes an issue introduced in a patch I'll revert in a moment.

SVN revision: 57243
2011-02-22 16:33:18 +00:00
Daniel Juyung Seo 4f789d9ade Elementary genlist: Blocked "swipe" and "clicked" events for display only and disabled modes.
SVN revision: 57222
2011-02-21 16:38:24 +00:00
Daniel Juyung Seo beb4105d96 Elementary test_genlist.c: Added display only property to Group Index.
This compresses Group Index's height and disables touch events.


SVN revision: 57221
2011-02-21 16:31:32 +00:00
Daniel Juyung Seo 6c27624bc6 Elementary genlist: Fixed doxygen typo.
SVN revision: 57219
2011-02-21 16:09:05 +00:00
Daniel Juyung Seo e53ef8eb25 Elementary genlist: Fixed item display only bug.
SVN revision: 57218
2011-02-21 16:08:23 +00:00
Daniel Juyung Seo 8f5b3f9dfb Elementayr genlist: Fixed item disabled bug.
SVN revision: 57217
2011-02-21 16:02:45 +00:00
Daniel Juyung Seo cc6e4113c5 Elementary test_genlist.c: Fixed indentation.
SVN revision: 57215
2011-02-21 15:46:23 +00:00