Christopher Michael [Sat, 23 Jul 2011 23:54:17 +0000 (23:54 +0000)]
Elm: Conformant Widget: Fix 'Zone may be used uninitialized' warning. Fix some formatting.
SVN revision: 61624
Mike Blumenkrantz [Sat, 23 Jul 2011 18:24:12 +0000 (18:24 +0000)]
added another test for "big" tooltips, showcases obvious bug where tooltip is cut off when it is larger than the window's canvas
SVN revision: 61617
Mike Blumenkrantz [Sat, 23 Jul 2011 17:27:39 +0000 (17:27 +0000)]
this code was too ugly to live
SVN revision: 61610
Mike Blumenkrantz [Sat, 23 Jul 2011 04:00:49 +0000 (04:00 +0000)]
fix anchor bug in entry if anchor href contains commas
SVN revision: 61608
Mike Blumenkrantz [Sat, 23 Jul 2011 02:19:10 +0000 (02:19 +0000)]
this has been bugging the crap out of me for years
SVN revision: 61605
Mike Blumenkrantz [Sat, 23 Jul 2011 02:15:42 +0000 (02:15 +0000)]
typedef void (*Elm_Entry_Filter_Cb)(void *data, Evas_Object *entry, char **text);
and related docs
SVN revision: 61604
Mike Blumenkrantz [Fri, 22 Jul 2011 23:03:46 +0000 (23:03 +0000)]
+elm_icon_memfile_set
SVN revision: 61603
Mike Blumenkrantz [Fri, 22 Jul 2011 22:41:32 +0000 (22:41 +0000)]
use eina_str_has_extension instead of strrchr nonsense
SVN revision: 61601
Rafael Antognolli [Fri, 22 Jul 2011 18:58:25 +0000 (18:58 +0000)]
elementary/pager - Moving widget preview to the widgets/ dir.
SVN revision: 61597
Jonas M. Gastal [Fri, 22 Jul 2011 18:18:31 +0000 (18:18 +0000)]
Elementary: pager documentation and example.
SVN revision: 61596
Jonas M. Gastal [Fri, 22 Jul 2011 18:18:16 +0000 (18:18 +0000)]
Elementary: improving modules list by adding container
section.
SVN revision: 61595
Rafael Antognolli [Fri, 22 Jul 2011 17:20:31 +0000 (17:20 +0000)]
elementary/doc - Moving preview programs to their own dir.
Also added a new rule that is a dependency of docs, which will call the
widget preview programs to be built. They are not going to be built on
the general "all" rule anymore.
SVN revision: 61593
Rafael Antognolli [Fri, 22 Jul 2011 17:15:33 +0000 (17:15 +0000)]
elm/genlist - Fix bounce option getter.
Try to get the bounce option from the internal els_scroller, and also
add checks on the els_scroller api to see if the arguments were given.
SVN revision: 61592
Bruno Dilly [Fri, 22 Jul 2011 15:14:11 +0000 (15:14 +0000)]
Elementary: modify conformant example
Use auto generated screenshots to examplify conformant behavior.
For this some changes on example description was required.
SVN revision: 61591
Bruno Dilly [Fri, 22 Jul 2011 13:44:42 +0000 (13:44 +0000)]
Elementary: conform only use X stuff if we are on X
Fix issues with shot.
SVN revision: 61589
Daniel Juyung Seo [Fri, 22 Jul 2011 12:31:46 +0000 (12:31 +0000)]
elm test_table.c: Fixed wrong sample.
SVN revision: 61588
Daniel Juyung Seo [Fri, 22 Jul 2011 11:31:06 +0000 (11:31 +0000)]
elm glview: Changed Elm_GLView_Func callback function typedef to
Elm_GLView_Func_Cb according to EFL coding convention.
SVN revision: 61587
Daniel Juyung Seo [Fri, 22 Jul 2011 11:10:10 +0000 (11:10 +0000)]
elm Elementary.h.in: Used typedef for function pointer.
SVN revision: 61586
Daniel Juyung Seo [Fri, 22 Jul 2011 10:50:38 +0000 (10:50 +0000)]
elm Elementary.h.in: Use 'typedef' with enum definition.
SVN revision: 61585
Daniel Juyung Seo [Fri, 22 Jul 2011 10:42:33 +0000 (10:42 +0000)]
elm Elementary.h.in: Fixed typos.
SVN revision: 61584
Mike Blumenkrantz [Fri, 22 Jul 2011 09:08:58 +0000 (09:08 +0000)]
fix href parsing in new signals
SVN revision: 61583
Daniel Juyung Seo [Fri, 22 Jul 2011 09:03:40 +0000 (09:03 +0000)]
elm check: Fixed elm_check_state_set() issue. Call
edje_object_message_signal_process() to process the signals right away.
SVN revision: 61582
Daniel Juyung Seo [Fri, 22 Jul 2011 05:46:47 +0000 (05:46 +0000)]
elm widget_preview_actionslider.c: Fixed to use
elm_object_text_part_set rather than elm_actionslider_labels_set.
SVN revision: 61578
ChunEon Park [Fri, 22 Jul 2011 01:48:20 +0000 (01:48 +0000)]
elementary/segment_control - patched by Prince Kumar Dubey (prince.dubey@samsung.com)
Change Log:
1. Modification of fix to support dynamic theme changing.
2. Fixed clipping issue, when new segment item/items inserted/added.
3. edc file cleanup and indentation correction.
SVN revision: 61576
Bruno Dilly [Thu, 21 Jul 2011 23:54:04 +0000 (23:54 +0000)]
Elementary: fix doc makefile
Broken on revision 61571.
SVN revision: 61575
Bruno Dilly [Thu, 21 Jul 2011 22:03:57 +0000 (22:03 +0000)]
Elementary: conformant preview and diagram
SVN revision: 61574
Bruno Dilly [Thu, 21 Jul 2011 22:03:43 +0000 (22:03 +0000)]
Elementary: make calendar enum uniform to other widgets'
SVN revision: 61573
Bruno Dilly [Thu, 21 Jul 2011 22:03:22 +0000 (22:03 +0000)]
Elementary: elm conform get illume parts size from env
For tests and documentation purposes, make possible to define
illume parts: keyboard, softkey, indicator with enviroment vars.
This way is possible to see elm_conformant behavior even without
illume.
Useful for tests and doc.
Usage examples:
ILLUME_KBD="0, 0, 240, 123"
ILLUME_IND=0,0,240,32
ILLUME_STK="0,288,240,32"
SVN revision: 61572
Jonas M. Gastal [Thu, 21 Jul 2011 21:48:46 +0000 (21:48 +0000)]
Elementary: diskselector, flip, anchorblock, anchorview,
hover, hoversel, flip selector and file selector entry
widget previews.
SVN revision: 61571
Mike Blumenkrantz [Thu, 21 Jul 2011 21:24:15 +0000 (21:24 +0000)]
more @dox for entry signals
SVN revision: 61570
Mike Blumenkrantz [Thu, 21 Jul 2011 21:19:55 +0000 (21:19 +0000)]
new signals+doc for elm entry:
+static const char SIG_ANCHOR_DOWN[] = "anchor,down";
+static const char SIG_ANCHOR_UP[] = "anchor,up";
+static const char SIG_ANCHOR_IN[] = "anchor,in";
+static const char SIG_ANCHOR_OUT[] = "anchor,out";
SVN revision: 61569
Mike Blumenkrantz [Thu, 21 Jul 2011 20:54:54 +0000 (20:54 +0000)]
some logic/indent reformatting
SVN revision: 61568
Iván Briano [Thu, 21 Jul 2011 20:36:49 +0000 (20:36 +0000)]
Incomplete (I need to add a few lil' images) docs for elm_entry. Judge and let me know how they could be improved.
Example comes later, blame discomfitor for the half commit
SVN revision: 61567
Jonas M. Gastal [Thu, 21 Jul 2011 16:13:54 +0000 (16:13 +0000)]
Elementary: icon, actionslider, fileselector, calendar, bg
and image widget previews.
SVN revision: 61566
Jonas M. Gastal [Thu, 21 Jul 2011 14:09:25 +0000 (14:09 +0000)]
Elementary: small fix to diskselector documentation.
SVN revision: 61565
Jonas M. Gastal [Thu, 21 Jul 2011 14:09:10 +0000 (14:09 +0000)]
Elementary: ctxpopup documentation and example.
SVN revision: 61564
Jonas M. Gastal [Thu, 21 Jul 2011 14:08:57 +0000 (14:08 +0000)]
Elementary: Adding clock, frame and label screenshots to
index.
SVN revision: 61563
WooHyun Jung [Thu, 21 Jul 2011 11:30:05 +0000 (11:30 +0000)]
elementary/elm_entry : fix wrong indentations
SVN revision: 61554
Carsten Haitzler [Thu, 21 Jul 2011 11:02:07 +0000 (11:02 +0000)]
fix min size calc for entryies that got in with entry + scrolled entry
merge.
SVN revision: 61553
Cedric BAIL [Thu, 21 Jul 2011 10:45:21 +0000 (10:45 +0000)]
elementary: free at the right time.
SVN revision: 61549
ChunEon Park [Thu, 21 Jul 2011 08:17:13 +0000 (08:17 +0000)]
elementary/segment_control - fixed for supporting dynamic theme changing.
SVN revision: 61547
Daniel Juyung Seo [Thu, 21 Jul 2011 07:10:17 +0000 (07:10 +0000)]
elm genlist: Removed elm_genlist_item_update() from
elm_genlist_item_data_set(). So please call elm_genlist_item_update()
when you need it.
SVN revision: 61546
Rafael Antognolli [Wed, 20 Jul 2011 22:19:22 +0000 (22:19 +0000)]
elementary/layout - Add diagram representing the preview.
SVN revision: 61544
Jonas M. Gastal [Wed, 20 Jul 2011 21:27:20 +0000 (21:27 +0000)]
Elementary: removing auto-generated screenshots, and
making doc depend on them.
SVN revision: 61543
Jonas M. Gastal [Wed, 20 Jul 2011 21:26:20 +0000 (21:26 +0000)]
Elementary: fix list of instalable examples.
SVN revision: 61542
Jonas M. Gastal [Wed, 20 Jul 2011 21:25:49 +0000 (21:25 +0000)]
Elementary: Removing compiled example that should never
have been added.
SVN revision: 61541
Rafael Antognolli [Wed, 20 Jul 2011 21:10:30 +0000 (21:10 +0000)]
elementary/examples - fix mistake: properly open comment block.
SVN revision: 61540
Rafael Antognolli [Wed, 20 Jul 2011 20:58:30 +0000 (20:58 +0000)]
elementary/layout - Add widget preview.
SVN revision: 61539
Rafael Antognolli [Wed, 20 Jul 2011 20:58:24 +0000 (20:58 +0000)]
elementary/layout - adding description and moving function reference docs.
SVN revision: 61538
Rafael Antognolli [Wed, 20 Jul 2011 20:58:17 +0000 (20:58 +0000)]
elementary/layout - Add examples explained.
SVN revision: 61537
Jonas M. Gastal [Wed, 20 Jul 2011 17:55:15 +0000 (17:55 +0000)]
Elementary: eps doesn't support transparency.
SVN revision: 61535
Jonas M. Gastal [Wed, 20 Jul 2011 17:55:07 +0000 (17:55 +0000)]
Elementary: replacing doxygen's modules list with a
custom one.
SVN revision: 61534
Gustavo Lima Chaves [Wed, 20 Jul 2011 16:28:12 +0000 (16:28 +0000)]
[elementary] Documentation for the index widget.
SVN revision: 61533
Jonas M. Gastal [Wed, 20 Jul 2011 13:40:08 +0000 (13:40 +0000)]
Fixing typo
SVN revision: 61526
Jonas M. Gastal [Wed, 20 Jul 2011 13:38:07 +0000 (13:38 +0000)]
Elementary: improving doc build system.
SVN revision: 61525
ChunEon Park [Wed, 20 Jul 2011 08:44:32 +0000 (08:44 +0000)]
elementary/elm_layout - trivial changes.
don't need to pass the theme path.
SVN revision: 61519
ChunEon Park [Wed, 20 Jul 2011 08:36:40 +0000 (08:36 +0000)]
elementary/layout - added theme changed hook
Because the user can use their' own edj objs and call the signals for the edj objs,
They have a responsibility to reset the status of the edj objs when layout theme is changed.
This "theme,changed" signal provides to user a chance to reset (signal-emit) again.
SVN revision: 61518
Carsten Haitzler [Wed, 20 Jul 2011 07:25:36 +0000 (07:25 +0000)]
dont set edje theme obj if elements are null.
SVN revision: 61517
Sangho Park [Wed, 20 Jul 2011 02:07:47 +0000 (02:07 +0000)]
Elementary Map: check status of ecore_file_download result
SVN revision: 61515
Cedric BAIL [Tue, 19 Jul 2011 22:34:17 +0000 (22:34 +0000)]
efl: fix make dist-check.
SVN revision: 61511
Jonas M. Gastal [Tue, 19 Jul 2011 21:07:06 +0000 (21:07 +0000)]
Elementary: Adding screenshots to widget groups.
SVN revision: 61509
Daniel Juyung Seo [Tue, 19 Jul 2011 03:43:53 +0000 (03:43 +0000)]
elm po: Updated po files.
SVN revision: 61492
Daniel Juyung Seo [Tue, 19 Jul 2011 03:37:43 +0000 (03:37 +0000)]
elm genlist theme: Fixed typo.
SVN revision: 61491
Rafael Antognolli [Mon, 18 Jul 2011 22:11:49 +0000 (22:11 +0000)]
elementary/doc - Fix some images placement in docs.
SVN revision: 61489
Rafael Antognolli [Mon, 18 Jul 2011 21:12:20 +0000 (21:12 +0000)]
ecore/examples - Themes are not programs.
Put the .edj into files_DATA and also allow to add new themes just by
adding them to the files_DATA section.
SVN revision: 61487
Rafael Antognolli [Mon, 18 Jul 2011 18:14:34 +0000 (18:14 +0000)]
elementary/icon - Improving documentation.
Moved doxygen comments from .c to .h and added more description to them.
Also increased the group detailed description.
SVN revision: 61484
Rafael Antognolli [Mon, 18 Jul 2011 18:14:26 +0000 (18:14 +0000)]
elementary/image - Change #EINA_TRUE to @c EINA_TRUE in reference docs.
SVN revision: 61483
Rafael Antognolli [Mon, 18 Jul 2011 18:08:39 +0000 (18:08 +0000)]
elementary/icon - Add an explained example.
SVN revision: 61482
Bruno Dilly [Mon, 18 Jul 2011 14:00:36 +0000 (14:00 +0000)]
Elementary: Conformant Documentation
SVN revision: 61479
Aharon Hillel [Mon, 18 Jul 2011 11:25:54 +0000 (11:25 +0000)]
Elm glayer: Added key grab for CTRL to finish zoom
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 61478
Daniel Juyung Seo [Mon, 18 Jul 2011 08:09:47 +0000 (08:09 +0000)]
config: Fixed missing types.
SVN revision: 61471
Daniel Juyung Seo [Mon, 18 Jul 2011 08:05:49 +0000 (08:05 +0000)]
elm config: Fixed 'may be used uninitialized' warning.
SVN revision: 61470
ChunEon Park [Mon, 18 Jul 2011 06:58:13 +0000 (06:58 +0000)]
elementary/transit - removed white trailings
SVN revision: 61467
Mike Blumenkrantz [Mon, 18 Jul 2011 06:51:45 +0000 (06:51 +0000)]
more elm_config features! theme list will now autoselect your current theme(s) on load. it might even select them correctly!
overlay themes sometimes don't get applied to the sample for some reason, but they will still be applied when 'use theme' is clicked
SVN revision: 61466
Tom Hacohen [Mon, 18 Jul 2011 06:24:34 +0000 (06:24 +0000)]
Elm glayer: Added glayer values to elm config.
Added tolerance related values.
Patch by Aharon Hillel.
SVN revision: 61465
Tom Hacohen [Mon, 18 Jul 2011 06:24:29 +0000 (06:24 +0000)]
Elm glayer: Changed some values from float to double.
Patch by Aharon Hillel.
SVN revision: 61464
ChunEon Park [Mon, 18 Jul 2011 05:07:36 +0000 (05:07 +0000)]
elementary/ctxpopup - patched by cnook <kimcinoo@gmail.com>
Hi All,
The ctxpopup arrow is attached on the drag-able part.
If arrow height/width is smaller than drag-able part,
then there is a gap between arrow and ctxpopup base.
So this patch comes for resolving this issue. Thanks.
Sincerely,
Shinwoo Kim.
SVN revision: 61462
Mike Blumenkrantz [Sat, 16 Jul 2011 14:45:41 +0000 (14:45 +0000)]
elm_config gains a new feature: multitheme selection! themes are added in the order of selection, so to use an overlay for a theme you would select the "base" theme first, then the "overlay" part. then just click use theme and zooooooooooooooooooon
SVN revision: 61426
Vincent Torri [Sat, 16 Jul 2011 07:28:59 +0000 (07:28 +0000)]
fix compilation on Windows
SVN revision: 61419
Bruno Dilly [Fri, 15 Jul 2011 21:29:34 +0000 (21:29 +0000)]
Elementary: Diskselector documentation
SVN revision: 61416
Gustavo Lima Chaves [Fri, 15 Jul 2011 14:03:21 +0000 (14:03 +0000)]
[elementary] Documenting/exemplifying file selector
entry.
SVN revision: 61403
Gustavo Lima Chaves [Fri, 15 Jul 2011 14:03:08 +0000 (14:03 +0000)]
[elementary] Documenting/exemplifying file selector
button widget.
SVN revision: 61402
Gustavo Lima Chaves [Fri, 15 Jul 2011 14:02:54 +0000 (14:02 +0000)]
[elementary] Documenting/exemplifying file selector
widget.
SVN revision: 61401
Jonas M. Gastal [Fri, 15 Jul 2011 13:54:39 +0000 (13:54 +0000)]
Elementary: Hoversel documentation.
SVN revision: 61400
Vincent Torri [Fri, 15 Jul 2011 06:06:03 +0000 (06:06 +0000)]
Elementary : add an option to disable video support (enabled by default)
SVN revision: 61393
Rafael Antognolli [Thu, 14 Jul 2011 20:48:00 +0000 (20:48 +0000)]
elementary/image - Improve documentation and add an example.
Doxygen comments moved out from .c and in to Elementary.h.in. They
received better descriptions for most of the API too.
SVN revision: 61388
Bruno Dilly [Thu, 14 Jul 2011 15:46:26 +0000 (15:46 +0000)]
Elementary calendar: Fix format month / year function
When the format function is set, it should apply it
immediately on displayed month / year.
SVN revision: 61384
Bruno Dilly [Thu, 14 Jul 2011 15:45:44 +0000 (15:45 +0000)]
Elementary: Calendar Documentation
SVN revision: 61383
Jonas M. Gastal [Thu, 14 Jul 2011 14:37:53 +0000 (14:37 +0000)]
Elementary: hover documentation.
SVN revision: 61371
Daniel Juyung Seo [Thu, 14 Jul 2011 07:22:04 +0000 (07:22 +0000)]
elm genlist: Added _item_realize() function declaration.
SVN revision: 61359
ChunEon Park [Thu, 14 Jul 2011 06:21:12 +0000 (06:21 +0000)]
elementary/transit - fixed typo
SVN revision: 61356
ChunEon Park [Thu, 14 Jul 2011 05:46:14 +0000 (05:46 +0000)]
elementary/transit - fixed the logic for chaining transition.
fixed to call the chain transitions when the transit is finished actually.
SVN revision: 61355
ChunEon Park [Thu, 14 Jul 2011 05:21:40 +0000 (05:21 +0000)]
elementary/transit - type defined to Elm_Transit_Del_Cb for transit deleltion callback function.
SVN revision: 61354
ChunEon Park [Thu, 14 Jul 2011 04:36:07 +0000 (04:36 +0000)]
elementary/transit - added a new APIs elm_transit_chain_transit_del
SVN revision: 61353
Jonas M. Gastal [Wed, 13 Jul 2011 18:12:04 +0000 (18:12 +0000)]
Moving label example to examples.dox, and improving
label docs.
SVN revision: 61348
Jonas M. Gastal [Wed, 13 Jul 2011 18:11:41 +0000 (18:11 +0000)]
Elementary: Flip documentation.
SVN revision: 61347
ChunEon Park [Wed, 13 Jul 2011 05:18:19 +0000 (05:18 +0000)]
elementary/naviframe - just modified item style name.
SVN revision: 61318
ChunEon Park [Wed, 13 Jul 2011 05:16:50 +0000 (05:16 +0000)]
elementary/naviframe - updated item clipping
SVN revision: 61317
ChunEon Park [Wed, 13 Jul 2011 05:15:35 +0000 (05:15 +0000)]
elementary/naviframe - removed white spaces.
SVN revision: 61316
ChunEon Park [Wed, 13 Jul 2011 04:42:45 +0000 (04:42 +0000)]
elementar/naviframe - fixed to calc the pushed items also.
SVN revision: 61315