Commit Graph

3128 Commits

Author SHA1 Message Date
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
Daniel Juyung Seo c8cd65f2b1 elm po: Updated po files.
SVN revision: 61492
2011-07-19 03:43:53 +00:00
Daniel Juyung Seo 12e0803a82 elm genlist theme: Fixed typo.
SVN revision: 61491
2011-07-19 03:37:43 +00:00
Rafael Antognolli 6177df28f7 elementary/doc - Fix some images placement in docs.
SVN revision: 61489
2011-07-18 22:11:49 +00:00
Rafael Antognolli f736927093 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
2011-07-18 21:12:20 +00:00
Rafael Antognolli f80e0b884f 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
2011-07-18 18:14:34 +00:00
Rafael Antognolli 084496a834 elementary/image - Change #EINA_TRUE to @c EINA_TRUE in reference docs.
SVN revision: 61483
2011-07-18 18:14:26 +00:00
Rafael Antognolli 9d42d9f16b elementary/icon - Add an explained example.
SVN revision: 61482
2011-07-18 18:08:39 +00:00
Bruno Dilly af5fe8ef30 Elementary: Conformant Documentation
SVN revision: 61479
2011-07-18 14:00:36 +00:00
Aharon Hillel 6f23cf6fdd Elm glayer: Added key grab for CTRL to finish zoom
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 61478
2011-07-18 11:25:54 +00:00
Daniel Juyung Seo d8fd51c3e1 config: Fixed missing types.
SVN revision: 61471
2011-07-18 08:09:47 +00:00
Daniel Juyung Seo 05d557d9c3 elm config: Fixed 'may be used uninitialized' warning.
SVN revision: 61470
2011-07-18 08:05:49 +00:00
ChunEon Park 047dfe4138 elementary/transit - removed white trailings
SVN revision: 61467
2011-07-18 06:58:13 +00:00
Mike Blumenkrantz 2fa326e6a4 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
2011-07-18 06:51:45 +00:00
Tom Hacohen 948ab809c1 Elm glayer: Added glayer values to elm config.
Added tolerance related values.

Patch by Aharon Hillel.

SVN revision: 61465
2011-07-18 06:24:34 +00:00
Tom Hacohen 684d0361a4 Elm glayer: Changed some values from float to double.
Patch by Aharon Hillel.

SVN revision: 61464
2011-07-18 06:24:29 +00:00