Commit Graph

3176 Commits

Author SHA1 Message Date
Jonas M. Gastal 960b0e9da6 Elementary: separator documentation.
SVN revision: 61697
2011-07-25 16:58:32 +00:00
Daniel Juyung Seo d4d44ef9ed elm po: Updated po files.
SVN revision: 61696
2011-07-25 14:33:03 +00:00
Daniel Juyung Seo d473e343eb elm test: Refactoring. Changed 1 to EINA_TRUE for Eina_Bool parameter of elm_win_autodel_set() API.
SVN revision: 61695
2011-07-25 14:22:19 +00:00
Iván Briano 38b40990e5 Add triple click for entries, for line selection magics and who knows what else
SVN revision: 61694
2011-07-25 14:08:38 +00:00
Tom Hacohen 7db652a383 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
2011-07-25 12:02:52 +00:00
Mike Blumenkrantz 26ba21efa3 somewhat decent attempt at top panel orientation along with failure attempt at bottom panel orientation
SVN revision: 61678
2011-07-25 09:37:28 +00:00
Daniel Juyung Seo aa0bd38522 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
2011-07-25 09:02:41 +00:00
Daniel Juyung Seo 804a13f2dd elm: Refactoring. Removed trailing whitespaces.
SVN revision: 61673
2011-07-25 08:48:47 +00:00
Mike McCormack a3ac1d1ce7 elementary: Ignore widget preview files
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 61667
2011-07-25 07:17:14 +00:00
Daniel Juyung Seo 053b225250 elm: Fixed document typo.
SVN revision: 61664
2011-07-25 06:36:59 +00:00
Mike Blumenkrantz d67e39149a fix annoying but harmless safety check error with toolbar menus
SVN revision: 61663
2011-07-25 04:05:58 +00:00
Mike Blumenkrantz 061f507101 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
2011-07-24 22:05:02 +00:00
Mike Blumenkrantz 6b450cd1f8 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
2011-07-24 21:52:24 +00:00
Rui Seabra 15d3bfc05b Fix build.
SVN revision: 61651
2011-07-24 15:35:23 +00:00
Tom Hacohen 20de0f2def Elm glayer: Fixed mouse_wheel direction for wheel zoom.
Wheel up should be zoom in, not out.

SVN revision: 61648
2011-07-24 11:44:42 +00:00
Mike Blumenkrantz 988f8b1083 add a sizing eval after cut
SVN revision: 61644
2011-07-24 09:27:39 +00:00
Mike Blumenkrantz 273cc8ea84 fix annoying cnp bug with ctrl+c/v by reusing existing code instead of having 2 handlers for things
SVN revision: 61642
2011-07-24 09:05:25 +00:00
Mike Blumenkrantz 1097ce33da whoops, put copy signal back
SVN revision: 61641
2011-07-24 08:57:38 +00:00
Mike Blumenkrantz 26ce2b2303 use new entry,selection,none,request
SVN revision: 61637
2011-07-24 08:36:42 +00:00
Mike Blumenkrantz 67266855f1 ctrl+a now selects all text in an entry
SVN revision: 61635
2011-07-24 08:17:18 +00:00
Mike Blumenkrantz 2355a50d1f use new paste signals, fixes middle mouse paste vs ctrl+v paste
SVN revision: 61634
2011-07-24 08:10:35 +00:00
Mike Blumenkrantz 2c487eb83a 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
2011-07-24 03:59:09 +00:00
Christopher Michael ddc4c191f7 Elm: Conformant Widget: Fix 'Zone may be used uninitialized' warning. Fix some formatting.
SVN revision: 61624
2011-07-23 23:54:17 +00:00
Mike Blumenkrantz 105c0bc038 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
2011-07-23 18:24:12 +00:00
Mike Blumenkrantz f2a67f5efb this code was too ugly to live
SVN revision: 61610
2011-07-23 17:27:39 +00:00
Mike Blumenkrantz 6858005a27 fix anchor bug in entry if anchor href contains commas
SVN revision: 61608
2011-07-23 04:00:49 +00:00
Mike Blumenkrantz b7b8898732 this has been bugging the crap out of me for years
SVN revision: 61605
2011-07-23 02:19:10 +00:00
Mike Blumenkrantz 9085b4632c typedef void (*Elm_Entry_Filter_Cb)(void *data, Evas_Object *entry, char **text);
and related docs


SVN revision: 61604
2011-07-23 02:15:42 +00:00
Mike Blumenkrantz ad1d676d1c +elm_icon_memfile_set
SVN revision: 61603
2011-07-22 23:03:46 +00:00
Mike Blumenkrantz 1a992059fd use eina_str_has_extension instead of strrchr nonsense
SVN revision: 61601
2011-07-22 22:41:32 +00:00
Rafael Antognolli a3b0b7f01e elementary/pager - Moving widget preview to the widgets/ dir.
SVN revision: 61597
2011-07-22 18:58:25 +00:00
Jonas M. Gastal d333087e98 Elementary: pager documentation and example.
SVN revision: 61596
2011-07-22 18:18:31 +00:00
Jonas M. Gastal b5a2963e8d Elementary: improving modules list by adding container
section.



SVN revision: 61595
2011-07-22 18:18:16 +00:00
Rafael Antognolli 8e6e220bc4 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
2011-07-22 17:20:31 +00:00
Rafael Antognolli e42e50e434 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
2011-07-22 17:15:33 +00:00
Bruno Dilly c7eefd542c Elementary: modify conformant example
Use auto generated screenshots to examplify conformant behavior.
For this some changes on example description was required.



SVN revision: 61591
2011-07-22 15:14:11 +00:00
Bruno Dilly 6330bbe01e Elementary: conform only use X stuff if we are on X
Fix issues with shot.


SVN revision: 61589
2011-07-22 13:44:42 +00:00
Daniel Juyung Seo 9261f2d761 elm test_table.c: Fixed wrong sample.
SVN revision: 61588
2011-07-22 12:31:46 +00:00
Daniel Juyung Seo 8501a5174e elm glview: Changed Elm_GLView_Func callback function typedef to
Elm_GLView_Func_Cb according to EFL coding convention.


SVN revision: 61587
2011-07-22 11:31:06 +00:00
Daniel Juyung Seo 1af2e8d5ad elm Elementary.h.in: Used typedef for function pointer.
SVN revision: 61586
2011-07-22 11:10:10 +00:00
Daniel Juyung Seo ce4c97cbc0 elm Elementary.h.in: Use 'typedef' with enum definition.
SVN revision: 61585
2011-07-22 10:50:38 +00:00
Daniel Juyung Seo 10741f63e5 elm Elementary.h.in: Fixed typos.
SVN revision: 61584
2011-07-22 10:42:33 +00:00
Mike Blumenkrantz b3bd53147d fix href parsing in new signals
SVN revision: 61583
2011-07-22 09:08:58 +00:00
Daniel Juyung Seo e628a1cb99 elm check: Fixed elm_check_state_set() issue. Call
edje_object_message_signal_process() to process the signals right away.


SVN revision: 61582
2011-07-22 09:03:40 +00:00
Daniel Juyung Seo 63d312c13b elm widget_preview_actionslider.c: Fixed to use
elm_object_text_part_set rather than elm_actionslider_labels_set.


SVN revision: 61578
2011-07-22 05:46:47 +00:00
ChunEon Park 4770898fcc 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
2011-07-22 01:48:20 +00:00
Bruno Dilly 596ffd9381 Elementary: fix doc makefile
Broken on revision 61571.


SVN revision: 61575
2011-07-21 23:54:04 +00:00
Bruno Dilly 2d8f15a45f Elementary: conformant preview and diagram
SVN revision: 61574
2011-07-21 22:03:57 +00:00
Bruno Dilly 8a32036a36 Elementary: make calendar enum uniform to other widgets'
SVN revision: 61573
2011-07-21 22:03:43 +00:00
Bruno Dilly a1ad7bc0bd 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
2011-07-21 22:03:22 +00:00