platform/upstream/elementary.git
13 years agoElementary: separator documentation.
Jonas M. Gastal [Mon, 25 Jul 2011 16:58:32 +0000 (16:58 +0000)]
Elementary: separator documentation.

SVN revision: 61697

13 years agoelm po: Updated po files.
Daniel Juyung Seo [Mon, 25 Jul 2011 14:33:03 +0000 (14:33 +0000)]
elm po: Updated po files.

SVN revision: 61696

13 years agoelm test: Refactoring. Changed 1 to EINA_TRUE for Eina_Bool parameter of elm_win_auto...
Daniel Juyung Seo [Mon, 25 Jul 2011 14:22:19 +0000 (14:22 +0000)]
elm test: Refactoring. Changed 1 to EINA_TRUE for Eina_Bool parameter of elm_win_autodel_set() API.

SVN revision: 61695

13 years agoAdd triple click for entries, for line selection magics and who knows what else
Iván Briano [Mon, 25 Jul 2011 14:08:38 +0000 (14:08 +0000)]
Add triple click for entries, for line selection magics and who knows what else

SVN revision: 61694

13 years agoElm engines: Added "buffer" engine.
Tom Hacohen [Mon, 25 Jul 2011 12:02:52 +0000 (12:02 +0000)]
Elm engines: Added "buffer" engine.

This engine just creates a buffer and renders everything to that buffer.
It's really useful for creating emulations of input/output and taking
window captures from them.

SVN revision: 61688

13 years agosomewhat decent attempt at top panel orientation along with failure attempt at bottom...
Mike Blumenkrantz [Mon, 25 Jul 2011 09:37:28 +0000 (09:37 +0000)]
somewhat decent attempt at top panel orientation along with failure attempt at bottom panel orientation

SVN revision: 61678

13 years agoelm gengrid: Removed elm_gengrid_item_update() from elm_gengrid_item_data_set()....
Daniel Juyung Seo [Mon, 25 Jul 2011 09:02:41 +0000 (09:02 +0000)]
elm gengrid: Removed elm_gengrid_item_update() from elm_gengrid_item_data_set(). So please call elm_gengrid_item_update() when you need it.

This change is same as a genlist change in the following link.
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg33855.html

SVN revision: 61674

13 years agoelm: Refactoring. Removed trailing whitespaces.
Daniel Juyung Seo [Mon, 25 Jul 2011 08:48:47 +0000 (08:48 +0000)]
elm: Refactoring. Removed trailing whitespaces.

SVN revision: 61673

13 years agoelementary: Ignore widget preview files
Mike McCormack [Mon, 25 Jul 2011 07:17:14 +0000 (07:17 +0000)]
elementary: Ignore widget preview files

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61667

13 years agoelm: Fixed document typo.
Daniel Juyung Seo [Mon, 25 Jul 2011 06:36:59 +0000 (06:36 +0000)]
elm: Fixed document typo.

SVN revision: 61664

13 years agofix annoying but harmless safety check error with toolbar menus
Mike Blumenkrantz [Mon, 25 Jul 2011 04:05:58 +0000 (04:05 +0000)]
fix annoying but harmless safety check error with toolbar menus

SVN revision: 61663

13 years agoexplicitly hide tooltip content before deleting in case object is not able to be...
Mike Blumenkrantz [Sun, 24 Jul 2011 22:05:02 +0000 (22:05 +0000)]
explicitly hide tooltip content before deleting in case object is not able to be deleted (prevents giant tooltip image from getting stuck on canvas)

SVN revision: 61661

13 years agoconsolidate paste signal handlers, fix cnp bug where middle mouse click would unset...
Mike Blumenkrantz [Sun, 24 Jul 2011 21:52:24 +0000 (21:52 +0000)]
consolidate paste signal handlers, fix cnp bug where middle mouse click would unset primary selection just before trying to paste, consolidate more paste code

SVN revision: 61660

13 years agoFix build.
Rui Seabra [Sun, 24 Jul 2011 15:35:23 +0000 (15:35 +0000)]
Fix build.

SVN revision: 61651

13 years agoElm glayer: Fixed mouse_wheel direction for wheel zoom.
Tom Hacohen [Sun, 24 Jul 2011 11:44:42 +0000 (11:44 +0000)]
Elm glayer: Fixed mouse_wheel direction for wheel zoom.

Wheel up should be zoom in, not out.

SVN revision: 61648

13 years agoadd a sizing eval after cut
Mike Blumenkrantz [Sun, 24 Jul 2011 09:27:39 +0000 (09:27 +0000)]
add a sizing eval after cut

SVN revision: 61644

13 years agofix annoying cnp bug with ctrl+c/v by reusing existing code instead of having 2 handl...
Mike Blumenkrantz [Sun, 24 Jul 2011 09:05:25 +0000 (09:05 +0000)]
fix annoying cnp bug with ctrl+c/v by reusing existing code instead of having 2 handlers for things

SVN revision: 61642

13 years agowhoops, put copy signal back
Mike Blumenkrantz [Sun, 24 Jul 2011 08:57:38 +0000 (08:57 +0000)]
whoops, put copy signal back

SVN revision: 61641

13 years agouse new entry,selection,none,request
Mike Blumenkrantz [Sun, 24 Jul 2011 08:36:42 +0000 (08:36 +0000)]
use new entry,selection,none,request

SVN revision: 61637

13 years agoctrl+a now selects all text in an entry
Mike Blumenkrantz [Sun, 24 Jul 2011 08:17:18 +0000 (08:17 +0000)]
ctrl+a now selects all text in an entry

SVN revision: 61635

13 years agouse new paste signals, fixes middle mouse paste vs ctrl+v paste
Mike Blumenkrantz [Sun, 24 Jul 2011 08:10:35 +0000 (08:10 +0000)]
use new paste signals, fixes middle mouse paste vs ctrl+v paste

SVN revision: 61634

13 years agofix for the following valgrind annoyance:
Mike Blumenkrantz [Sun, 24 Jul 2011 03:59:09 +0000 (03:59 +0000)]
fix for the following valgrind annoyance:

Conditional jump or move depends on uninitialised value(s)
   at 0x4128897: _elm_smart_scroller_child_region_show_internal (els_scroller.c:1081)
   by 0x4128A25: elm_smart_scroller_child_region_show (els_scroller.c:1113)
   by 0x408B57E: elm_entry_cursor_end_set (elm_entry.c:2337)
 Uninitialised value was created by a stack allocation
   at 0x408B4BC: elm_entry_cursor_end_set (elm_entry.c:2328)

SVN revision: 61627

13 years agoElm: Conformant Widget: Fix 'Zone may be used uninitialized' warning. Fix some format...
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

13 years agoadded another test for "big" tooltips, showcases obvious bug where tooltip is cut...
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

13 years agothis code was too ugly to live
Mike Blumenkrantz [Sat, 23 Jul 2011 17:27:39 +0000 (17:27 +0000)]
this code was too ugly to live

SVN revision: 61610

13 years agofix anchor bug in entry if anchor href contains commas
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

13 years agothis has been bugging the crap out of me for years
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

13 years agotypedef void (*Elm_Entry_Filter_Cb)(void *data, Evas_Object *entry, char **text);
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

13 years ago+elm_icon_memfile_set
Mike Blumenkrantz [Fri, 22 Jul 2011 23:03:46 +0000 (23:03 +0000)]
+elm_icon_memfile_set

SVN revision: 61603

13 years agouse eina_str_has_extension instead of strrchr nonsense
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

13 years agoelementary/pager - Moving widget preview to the widgets/ dir.
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

13 years agoElementary: pager documentation and example.
Jonas M. Gastal [Fri, 22 Jul 2011 18:18:31 +0000 (18:18 +0000)]
Elementary: pager documentation and example.

SVN revision: 61596

13 years agoElementary: improving modules list by adding container
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

13 years agoelementary/doc - Moving preview programs to their own dir.
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

13 years agoelm/genlist - Fix bounce option getter.
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

13 years agoElementary: modify conformant example
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

13 years agoElementary: conform only use X stuff if we are on X
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

13 years agoelm test_table.c: Fixed wrong sample.
Daniel Juyung Seo [Fri, 22 Jul 2011 12:31:46 +0000 (12:31 +0000)]
elm test_table.c: Fixed wrong sample.

SVN revision: 61588

13 years agoelm glview: Changed Elm_GLView_Func callback function typedef to
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

13 years agoelm Elementary.h.in: Used typedef for function pointer.
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

13 years agoelm Elementary.h.in: Use 'typedef' with enum definition.
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

13 years agoelm Elementary.h.in: Fixed typos.
Daniel Juyung Seo [Fri, 22 Jul 2011 10:42:33 +0000 (10:42 +0000)]
elm Elementary.h.in: Fixed typos.

SVN revision: 61584

13 years agofix href parsing in new signals
Mike Blumenkrantz [Fri, 22 Jul 2011 09:08:58 +0000 (09:08 +0000)]
fix href parsing in new signals

SVN revision: 61583

13 years agoelm check: Fixed elm_check_state_set() issue. Call
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

13 years agoelm widget_preview_actionslider.c: Fixed to use
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

13 years agoelementary/segment_control - patched by Prince Kumar Dubey (prince.dubey@samsung...
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

13 years agoElementary: fix doc makefile
Bruno Dilly [Thu, 21 Jul 2011 23:54:04 +0000 (23:54 +0000)]
Elementary: fix doc makefile

Broken on revision 61571.

SVN revision: 61575

13 years agoElementary: conformant preview and diagram
Bruno Dilly [Thu, 21 Jul 2011 22:03:57 +0000 (22:03 +0000)]
Elementary: conformant preview and diagram

SVN revision: 61574

13 years agoElementary: make calendar enum uniform to other widgets'
Bruno Dilly [Thu, 21 Jul 2011 22:03:43 +0000 (22:03 +0000)]
Elementary: make calendar enum uniform to other widgets'

SVN revision: 61573

13 years agoElementary: elm conform get illume parts size from env
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

13 years agoElementary: diskselector, flip, anchorblock, anchorview,
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

13 years agomore @dox for entry signals
Mike Blumenkrantz [Thu, 21 Jul 2011 21:24:15 +0000 (21:24 +0000)]
more @dox for entry signals

SVN revision: 61570

13 years agonew signals+doc for elm entry:
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

13 years agosome logic/indent reformatting
Mike Blumenkrantz [Thu, 21 Jul 2011 20:54:54 +0000 (20:54 +0000)]
some logic/indent reformatting

SVN revision: 61568

13 years agoIncomplete (I need to add a few lil' images) docs for elm_entry. Judge and let me...
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

13 years agoElementary: icon, actionslider, fileselector, calendar, bg
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

13 years agoElementary: small fix to diskselector documentation.
Jonas M. Gastal [Thu, 21 Jul 2011 14:09:25 +0000 (14:09 +0000)]
Elementary: small fix to diskselector documentation.

SVN revision: 61565

13 years agoElementary: ctxpopup documentation and example.
Jonas M. Gastal [Thu, 21 Jul 2011 14:09:10 +0000 (14:09 +0000)]
Elementary: ctxpopup documentation and example.

SVN revision: 61564

13 years agoElementary: Adding clock, frame and label screenshots to
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

13 years agoelementary/elm_entry : fix wrong indentations
WooHyun Jung [Thu, 21 Jul 2011 11:30:05 +0000 (11:30 +0000)]
elementary/elm_entry : fix wrong indentations

SVN revision: 61554

13 years agofix min size calc for entryies that got in with entry + scrolled entry
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

13 years agoelementary: free at the right time.
Cedric BAIL [Thu, 21 Jul 2011 10:45:21 +0000 (10:45 +0000)]
elementary: free at the right time.

SVN revision: 61549

13 years agoelementary/segment_control - fixed for supporting dynamic theme changing.
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

13 years agoelm genlist: Removed elm_genlist_item_update() from
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

13 years agoelementary/layout - Add diagram representing the preview.
Rafael Antognolli [Wed, 20 Jul 2011 22:19:22 +0000 (22:19 +0000)]
elementary/layout - Add diagram representing the preview.

SVN revision: 61544

13 years agoElementary: removing auto-generated screenshots, and
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

13 years agoElementary: fix list of instalable examples.
Jonas M. Gastal [Wed, 20 Jul 2011 21:26:20 +0000 (21:26 +0000)]
Elementary: fix list of instalable examples.

SVN revision: 61542

13 years agoElementary: Removing compiled example that should never
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

13 years agoelementary/examples - fix mistake: properly open comment block.
Rafael Antognolli [Wed, 20 Jul 2011 21:10:30 +0000 (21:10 +0000)]
elementary/examples - fix mistake: properly open comment block.

SVN revision: 61540

13 years agoelementary/layout - Add widget preview.
Rafael Antognolli [Wed, 20 Jul 2011 20:58:30 +0000 (20:58 +0000)]
elementary/layout - Add widget preview.

SVN revision: 61539

13 years agoelementary/layout - adding description and moving function reference docs.
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

13 years agoelementary/layout - Add examples explained.
Rafael Antognolli [Wed, 20 Jul 2011 20:58:17 +0000 (20:58 +0000)]
elementary/layout - Add examples explained.

SVN revision: 61537

13 years agoElementary: eps doesn't support transparency.
Jonas M. Gastal [Wed, 20 Jul 2011 17:55:15 +0000 (17:55 +0000)]
Elementary: eps doesn't support transparency.

SVN revision: 61535

13 years agoElementary: replacing doxygen's modules list with a
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

13 years ago[elementary] Documentation for the index widget.
Gustavo Lima Chaves [Wed, 20 Jul 2011 16:28:12 +0000 (16:28 +0000)]
[elementary] Documentation for the index widget.

SVN revision: 61533

13 years agoFixing typo
Jonas M. Gastal [Wed, 20 Jul 2011 13:40:08 +0000 (13:40 +0000)]
Fixing typo

SVN revision: 61526

13 years agoElementary: improving doc build system.
Jonas M. Gastal [Wed, 20 Jul 2011 13:38:07 +0000 (13:38 +0000)]
Elementary: improving doc build system.

SVN revision: 61525

13 years agoelementary/elm_layout - trivial changes.
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

13 years agoelementary/layout - added theme changed hook
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

13 years agodont set edje theme obj if elements are null.
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

13 years agoElementary Map: check status of ecore_file_download result
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

13 years agoefl: fix make dist-check.
Cedric BAIL [Tue, 19 Jul 2011 22:34:17 +0000 (22:34 +0000)]
efl: fix make dist-check.

SVN revision: 61511

13 years agoElementary: Adding screenshots to widget groups.
Jonas M. Gastal [Tue, 19 Jul 2011 21:07:06 +0000 (21:07 +0000)]
Elementary: Adding screenshots to widget groups.

SVN revision: 61509

13 years agoelm po: Updated po files.
Daniel Juyung Seo [Tue, 19 Jul 2011 03:43:53 +0000 (03:43 +0000)]
elm po: Updated po files.

SVN revision: 61492

13 years agoelm genlist theme: Fixed typo.
Daniel Juyung Seo [Tue, 19 Jul 2011 03:37:43 +0000 (03:37 +0000)]
elm genlist theme: Fixed typo.

SVN revision: 61491

13 years agoelementary/doc - Fix some images placement in docs.
Rafael Antognolli [Mon, 18 Jul 2011 22:11:49 +0000 (22:11 +0000)]
elementary/doc - Fix some images placement in docs.

SVN revision: 61489

13 years agoecore/examples - Themes are not programs.
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

13 years agoelementary/icon - Improving documentation.
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

13 years agoelementary/image - Change #EINA_TRUE to @c EINA_TRUE in reference docs.
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

13 years agoelementary/icon - Add an explained example.
Rafael Antognolli [Mon, 18 Jul 2011 18:08:39 +0000 (18:08 +0000)]
elementary/icon - Add an explained example.

SVN revision: 61482

13 years agoElementary: Conformant Documentation
Bruno Dilly [Mon, 18 Jul 2011 14:00:36 +0000 (14:00 +0000)]
Elementary: Conformant Documentation

SVN revision: 61479

13 years agoElm glayer: Added key grab for CTRL to finish zoom
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

13 years agoconfig: Fixed missing types.
Daniel Juyung Seo [Mon, 18 Jul 2011 08:09:47 +0000 (08:09 +0000)]
config: Fixed missing types.

SVN revision: 61471

13 years agoelm config: Fixed 'may be used uninitialized' warning.
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

13 years agoelementary/transit - removed white trailings
ChunEon Park [Mon, 18 Jul 2011 06:58:13 +0000 (06:58 +0000)]
elementary/transit - removed white trailings

SVN revision: 61467

13 years agomore elm_config features! theme list will now autoselect your current theme(s) on...
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

13 years agoElm glayer: Added glayer values to elm config.
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

13 years agoElm glayer: Changed some values from float to double.
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

13 years agoelementary/ctxpopup - patched by cnook <kimcinoo@gmail.com>
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

13 years agoelm_config gains a new feature: multitheme selection! themes are added in the order...
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