Commit Graph

3287 Commits

Author SHA1 Message Date
Bruno Dilly 85aa1ef9f2 Elementary: Toolbar Documentation
SVN revision: 61955
2011-08-01 14:51:18 +00:00
Aharon Hillel 06a87f2348 Elm glayer: Added n-long-tap gesture
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 61953
2011-08-01 13:09:05 +00:00
Jonas M. Gastal 58e5b0dc75 Elementary: removing swap file(should've never been
commited).



SVN revision: 61952
2011-08-01 13:06:24 +00:00
Carsten Haitzler 1de22e3806 min size of a win is NOT -1!!
SVN revision: 61948
2011-08-01 12:19:36 +00:00
Daniel Juyung Seo 90adda213d elm win: Refactoring. Removed unused local variable.
SVN revision: 61934
2011-08-01 06:49:58 +00:00
Daniel Juyung Seo 4879118510 elm: Removed trailing whitespaces before I work on.
SVN revision: 61933
2011-08-01 06:46:43 +00:00
Daniel Juyung Seo 14bb42183f elm Elementary.h.in: Fixed doxygen alignment.
SVN revision: 61931
2011-08-01 04:01:53 +00:00
Mike Blumenkrantz 5e641dfc47 change one of the tooltip tests to exhibit a pretty hilarious tooltip-related label bug
SVN revision: 61930
2011-08-01 00:49:46 +00:00
Mike Blumenkrantz 977eae16c7 more tooltip calc fixes: if edje minw/minh is 0x0 from calc, use evas minw/minh so it's visible
SVN revision: 61926
2011-07-31 14:29:04 +00:00
Iván Briano 5e7fe97a1e warning about shadowing symbols! BEGONE!
SVN revision: 61919
2011-07-30 03:19:44 +00:00
Iván Briano 3319b7310f I don't know why this doesn't break anything, but let's call functions with the right object as parameters
SVN revision: 61918
2011-07-30 03:16:46 +00:00
Iván Briano 38248dc51a I don't care if the entry is not focused, update the cursor position anyway.
Returning at that point was making non focused entries, like say... the chat buffer in an IM client to not scroll properly when we tell it to do so.


SVN revision: 61917
2011-07-30 03:15:43 +00:00
Jonas M. Gastal 22ea003fdd Elementary: elm_menu documentation.
SVN revision: 61910
2011-07-29 21:40:54 +00:00
Jonas M. Gastal cffdab0796 Elementary: fix typos.
SVN revision: 61909
2011-07-29 20:17:21 +00:00
Iván Briano 0962f528e1 Add preview for window
SVN revision: 61908
2011-07-29 19:58:07 +00:00
Iván Briano 6ecda508cc Elm_Win for normal human beings
SVN revision: 61907
2011-07-29 19:57:57 +00:00
Cedric BAIL e9b0c2b458 elementary: fix genlist sorted insert to not loose track of subitem.
SVN revision: 61901
2011-07-29 16:07:10 +00:00
Mike Blumenkrantz 506710c9d1 unbreak elm_menu_item api
the following functions are now DEPRECATED and will be removed on 5 AUG 2011:
elm_menu_item_object_icon_get -> elm_menu_item_object_content_get
elm_menu_item_icon_get -> elm_menu_item_object_icon_name_get
elm_menu_item_icon_set -> elm_menu_item_object_icon_name_set

added the following NEW functions:
elm_menu_item_object_content_set
elm_menu_item_menu_get (this will probably be replaced by an eventual elm_object_item_owner_get() or whatever it gets named)


SVN revision: 61899
2011-07-29 15:08:56 +00:00
Rafael Antognolli 574201f1a9 elementary/genlist - Add a small explanation to the 3rd example.
SVN revision: 61898
2011-07-29 14:59:45 +00:00
ChunEon Park c28fd3012e elm_win - patchec by kimcinoo@gmail.com
Hi All,

If ecore_evas_[not_software_x11]_new(); returns NULL while elm_win_add(); is
called,
then ecore_evas_software_x11_new(); is used instead of other engines.
(FALLBACK_TRY)
But the configuration value for engine is not changed. This makes improper
result.

After FALLBACK_TRY, the elm_win works with different configuration value.
In this case, win->xwin (_elm_win_xwindow_get()) gives NULL.
and elm_win_xsinodow_get() returns 0 also.

Please refer to attached patch. Thanks a lot

Sincerely,
Shinwoo Kim.



SVN revision: 61894
2011-07-29 14:28:33 +00:00
Mike Blumenkrantz a801e3f3fe helper function for menu item creation to deduplicate code
SVN revision: 61893
2011-07-29 14:04:54 +00:00
Mike Blumenkrantz 5db3d88170 +elm_menu_item_index_get
SVN revision: 61892
2011-07-29 14:00:31 +00:00
Mike Blumenkrantz 6139715778 remove const from return of some menu item_get functions
SVN revision: 61891
2011-07-29 13:29:04 +00:00
Carsten Haitzler 99a6dcc101 spacing fix.
SVN revision: 61888
2011-07-29 11:21:43 +00:00
cnook 22188b780d From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch] elm_diskselector

I have attached elm_diskselector patch for resolving dynamic theme
change issue.
Previously, the item label did not display when them theme had changed
while elm_diskselector displayed.

also with fixes from me to not do silly things with parent geometry.



SVN revision: 61883
2011-07-29 06:47:45 +00:00
Carsten Haitzler 5eeb449427 fix get of filesel is save
SVN revision: 61882
2011-07-29 06:47:33 +00:00
Cedric BAIL 1cd4c15305 elementary: oops, thanks Rafael Antognolli.
SVN revision: 61873
2011-07-28 22:14:32 +00:00
Bruno Dilly 0e631b4a06 Elementary: Segment Control Documentation
SVN revision: 61872
2011-07-28 21:51:02 +00:00
Rafael Antognolli 62017b8695 elementary/genlist - Adding previews to index and docs.
SVN revision: 61871
2011-07-28 21:27:48 +00:00
Rafael Antognolli 5d6c4f8a1f elementary/doc - Remove annoying warnings from widget previews.
SVN revision: 61870
2011-07-28 21:27:42 +00:00
Rafael Antognolli 330c8a01fd elementary/genlist - Examples 04 and 05 explained.
SVN revision: 61869
2011-07-28 21:27:32 +00:00
Rafael Antognolli 7f3c05ef7e elementary/genlist - More functions moved from .c to .h
Most of them were reviewed and/or improved.



SVN revision: 61868
2011-07-28 21:27:23 +00:00
Rafael Antognolli 5576cf0d1d elementary/genlist - two more examples (explanation comming soon).
SVN revision: 61867
2011-07-28 21:27:09 +00:00
Flavio Ceolin 384153a7ca Elementary: When an elm_entry is setted to be scrolled its stops of propagate events.
Fixed  just setting the els_scrooller to propagate the events.

Patch by: Flavio Ceolin <flavio.ceolin@profusion.mobi>


SVN revision: 61866
2011-07-28 17:33:53 +00:00
Jonas M. Gastal 401f53e23f Elementary: table documentation.
SVN revision: 61865
2011-07-28 16:51:39 +00:00
Cedric BAIL 3c51a8547f elementary: fix fileselector expandable mode with eio.
SVN revision: 61864
2011-07-28 16:44:10 +00:00
Cedric BAIL 1e78519913 elementary: fix some parental issue with genlist.
SVN revision: 61863
2011-07-28 16:43:15 +00:00
Iván Briano d6012c0118 Who removed the second signal and left the now useless comment?
SVN revision: 61862
2011-07-28 14:59:15 +00:00
Jonas M. Gastal d7ebb65def Elementary: scroller documentation.
SVN revision: 61861
2011-07-28 14:53:26 +00:00
Jonas M. Gastal 857c74227d Elementary: elm_label doc fix.
SVN revision: 61860
2011-07-28 14:53:08 +00:00
Tom Hacohen 0065eed4f3 Elementary theme: Updated default theme's b, em and highlight tags.
Updated them to use the new font_weight and font_style format attributes
of textblock.c

SVN revision: 61856
2011-07-28 13:00:39 +00:00
Iván Briano 49761b1c02 Inwin basic example
SVN revision: 61853
2011-07-28 12:11:26 +00:00
Iván Briano ddb13f269b Inwin docs. No example.
SVN revision: 61852
2011-07-28 12:11:14 +00:00
Carsten Haitzler f1b6434fc2 remove printf
SVN revision: 61849
2011-07-28 10:31:12 +00:00
Carsten Haitzler ddced6c6e9 fix file selector get is _save. never worked!
SVN revision: 61848
2011-07-28 10:28:55 +00:00
Mike Blumenkrantz fb13968e89 remove hardcoded transparency from tooltip, add data item to edc to enable it
SVN revision: 61845
2011-07-28 10:08:07 +00:00
Mike Blumenkrantz 52d5130947 POINTER ARITHMETIC WITH VOID* IS BAD.
use intptr_t. also fixes a bunch of compile warns for x86_64


SVN revision: 61841
2011-07-28 08:36:55 +00:00
Tom Hacohen e0364385f8 Elm entry: Fixed a bug with entry_get with big texts.
Entry gradually loads big texts. This bug caused entry_get to return the
current text in the textblock, and not the text not yet loaded.

SVN revision: 61840
2011-07-28 08:18:37 +00:00
WooHyun Jung b1dde8fb29 elementary : Modified comments and removed trailing white spaces :)
SVN revision: 61839
2011-07-28 08:14:30 +00:00
WooHyun Jung 73057c35bd elementary/elm_main : Add elm_object_tree_unfocusable_set/get. This
API will set an object and its child objects to be
unfocusable/focusable.


SVN revision: 61838
2011-07-28 06:58:29 +00:00