Commit Graph

3143 Commits

Author SHA1 Message Date
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
Jonas M. Gastal dce9c550ca Elementary: diskselector, flip, anchorblock, anchorview,
hover, hoversel, flip selector and file selector entry
 widget previews.



SVN revision: 61571
2011-07-21 21:48:46 +00:00
Mike Blumenkrantz f30577a866 more @dox for entry signals
SVN revision: 61570
2011-07-21 21:24:15 +00:00
Mike Blumenkrantz cf0b2a1b79 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
2011-07-21 21:19:55 +00:00
Mike Blumenkrantz 306e7f9a27 some logic/indent reformatting
SVN revision: 61568
2011-07-21 20:54:54 +00:00
Iván Briano 4d56dc6716 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
2011-07-21 20:36:49 +00:00
Jonas M. Gastal d1f1344f87 Elementary: icon, actionslider, fileselector, calendar, bg
and image widget previews.



SVN revision: 61566
2011-07-21 16:13:54 +00:00
Jonas M. Gastal a445df1ce8 Elementary: small fix to diskselector documentation.
SVN revision: 61565
2011-07-21 14:09:25 +00:00
Jonas M. Gastal 9a0617feac Elementary: ctxpopup documentation and example.
SVN revision: 61564
2011-07-21 14:09:10 +00:00
Jonas M. Gastal d4aa86a38d Elementary: Adding clock, frame and label screenshots to
index.



SVN revision: 61563
2011-07-21 14:08:57 +00:00
WooHyun Jung 041f361959 elementary/elm_entry : fix wrong indentations
SVN revision: 61554
2011-07-21 11:30:05 +00:00
Carsten Haitzler 864c4ae940 fix min size calc for entryies that got in with entry + scrolled entry
merge.



SVN revision: 61553
2011-07-21 11:02:07 +00:00
Cedric BAIL bc3484f7ae elementary: free at the right time.
SVN revision: 61549
2011-07-21 10:45:21 +00:00
ChunEon Park 4ab6cf6356 elementary/segment_control - fixed for supporting dynamic theme changing.
SVN revision: 61547
2011-07-21 08:17:13 +00:00
Daniel Juyung Seo 30c36efd24 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
2011-07-21 07:10:17 +00:00
Rafael Antognolli 946f1183d1 elementary/layout - Add diagram representing the preview.
SVN revision: 61544
2011-07-20 22:19:22 +00:00
Jonas M. Gastal f5c97efd0f Elementary: removing auto-generated screenshots, and
making doc depend on them.



SVN revision: 61543
2011-07-20 21:27:20 +00:00
Jonas M. Gastal f9b07efbb3 Elementary: fix list of instalable examples.
SVN revision: 61542
2011-07-20 21:26:20 +00:00
Jonas M. Gastal e52d8234d2 Elementary: Removing compiled example that should never
have been added.



SVN revision: 61541
2011-07-20 21:25:49 +00:00
Rafael Antognolli 64190b4c00 elementary/examples - fix mistake: properly open comment block.
SVN revision: 61540
2011-07-20 21:10:30 +00:00
Rafael Antognolli c7fa5bb261 elementary/layout - Add widget preview.
SVN revision: 61539
2011-07-20 20:58:30 +00:00
Rafael Antognolli d4e4106f47 elementary/layout - adding description and moving function reference docs.
SVN revision: 61538
2011-07-20 20:58:24 +00:00
Rafael Antognolli b54cdf62d6 elementary/layout - Add examples explained.
SVN revision: 61537
2011-07-20 20:58:17 +00:00
Jonas M. Gastal 4c54cb95ab Elementary: eps doesn't support transparency.
SVN revision: 61535
2011-07-20 17:55:15 +00:00
Jonas M. Gastal 6b71b05d61 Elementary: replacing doxygen's modules list with a
custom one.



SVN revision: 61534
2011-07-20 17:55:07 +00:00
Gustavo Lima Chaves c2c47801f7 [elementary] Documentation for the index widget.
SVN revision: 61533
2011-07-20 16:28:12 +00:00
Jonas M. Gastal c3cbe7e639 Fixing typo
SVN revision: 61526
2011-07-20 13:40:08 +00:00
Jonas M. Gastal 55fba3715d Elementary: improving doc build system.
SVN revision: 61525
2011-07-20 13:38:07 +00:00
ChunEon Park 73887edbf8 elementary/elm_layout - trivial changes.
don't need to pass the theme path. 



SVN revision: 61519
2011-07-20 08:44:32 +00:00
ChunEon Park fd5c5be393 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
2011-07-20 08:36:40 +00:00
Carsten Haitzler 31463143e0 dont set edje theme obj if elements are null.
SVN revision: 61517
2011-07-20 07:25:36 +00:00
Sangho Park 43bce580a5 Elementary Map: check status of ecore_file_download result
SVN revision: 61515
2011-07-20 02:07:47 +00:00
Cedric BAIL 5fee627ce2 efl: fix make dist-check.
SVN revision: 61511
2011-07-19 22:34:17 +00:00
Jonas M. Gastal bfca210496 Elementary: Adding screenshots to widget groups.
SVN revision: 61509
2011-07-19 21:07:06 +00:00