Commit Graph

735 Commits

Author SHA1 Message Date
Daniel Juyung Seo 4d7cb59930 elm src/bin: Applied elm_object_focus API change. Changed it to elm_object_focus_set.
SVN revision: 62062
2011-08-03 15:01:39 +00:00
ChunEon Park 49fcf833f8 elementary/ctxpopup - modified to use elm_object_content_set
SVN revision: 62046
2011-08-03 09:32:15 +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 7512d98de6 set transparent style for tooltip tests
SVN revision: 61790
2011-07-27 06:41:56 +00:00
Iván Briano 7f82a14061 And if we found Emap and it wasn't disabled, we may as well not break the build.
SVN revision: 61780
2011-07-26 21:36:14 +00:00
Cedric BAIL 618317e0c1 elementary: fix compilation of shader with OpenGL.
SVN revision: 61765
2011-07-26 16:37:41 +00:00
Mike Blumenkrantz 26ccd20393 new tooltip test for seriously large images
SVN revision: 61740
2011-07-26 10:28:01 +00:00
Mike Blumenkrantz 54f1e32c17 THE MOST ANTICIPATED COMMIT OF 2011: HUGENORMOUS TOOLTIPS!!!!!!
these bad boys are so big and pixelthirsty they can't be constrained by a regular canvas or window, they use OVERRIDE REDIRECT WINDOWS. not only that, they totally exceed the boundaries of what a reasonable function name length could be. 50 character function name limit? puh-leeze. these guys don't care what side of the screen they're even on so long as they get to wade into the thick of the action and block out each and every crappy non-efl application behind them. and that's when they're in good moods. you don't even want to know what happens when you piss these guys off.


SVN revision: 61735
2011-07-26 09:38:23 +00:00
Mike Blumenkrantz 2139708729 radio buttons: GET IN MAH MENUS!!!!
added elm_menu_item_add_object which allows a user to directly add an arbitrary evas_object to be swallowed as a menu item, added radio item as test


SVN revision: 61717
2011-07-26 01:17:09 +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
Daniel Juyung Seo 804a13f2dd elm: Refactoring. Removed trailing whitespaces.
SVN revision: 61673
2011-07-25 08:48:47 +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
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 05d557d9c3 elm config: Fixed 'may be used uninitialized' warning.
SVN revision: 61470
2011-07-18 08:05:49 +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
Mike Blumenkrantz f63260d300 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
2011-07-16 14:45:41 +00:00
ChunEon Park 5d0a7c26d9 elementary/naviframe - removed white spaces.
SVN revision: 61316
2011-07-13 05:15:35 +00:00
ChunEon Park 696b5aa58d elementary/naviframe - added new widget.
This widget is for application's view manager such as elm_pager
But has optional functions more for users convenience. 
Not completed yet for decorations. but basic frame is completed. 

Need to have a review. 



SVN revision: 61313
2011-07-13 04:21:50 +00:00
ChunEon Park bc1a70bfb0 elementary/test_gesture_layer - oops. ciritical misktake. :p
elm_animator -> elm_transit 



SVN revision: 61312
2011-07-13 01:41:56 +00:00
ChunEon Park 323426187f elementray/test_gesture_layer - trivial changes.
SVN revision: 61311
2011-07-13 01:39:43 +00:00
ChunEon Park 2234af4d64 elementary/test_gesture_layer - modified to use elm_transit.
but need to check it works fine. 



SVN revision: 61310
2011-07-13 01:35:10 +00:00
Tom Hacohen 49b65bfc62 Elm test: Added a --test-win-only to not show the main list window.
This is a nice workaround if you want to use the shot module to take
pictures of the various tests, since the shot module doesn't behave nicely
with multiple windows atm.

SVN revision: 61246
2011-07-11 14:46:16 +00:00
Mike McCormack 252c052ea7 elementary: elementary_config.h is a local include
Using #include <elementary_config.h> will fail if
elementary has never been installed.

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

SVN revision: 61220
2011-07-11 01:22:19 +00:00
Tom Hacohen 8d20563055 Elm gesture layer: Added a test for the gesture layer widget.
SVN revision: 61119
2011-07-07 14:41:10 +00:00
Daniel Juyung Seo 00775ed687 elm/bin/Makefile.am: Reorder sequence.
SVN revision: 61032
2011-07-05 07:26:12 +00:00
Tom Hacohen 3fa8a29dac Elm anchorblock: Fix code to use the new elm_object_text_set/get API
SVN revision: 61000
2011-07-04 10:40:10 +00:00
Tom Hacohen 23a544282f Elm anchorview: Fix code to use the new elm_object_text_set/get API
SVN revision: 60998
2011-07-04 10:40:02 +00:00
Tom Hacohen bafb5ce6b8 Elm bubble: Fix code to use the new elm_object_text_set/get API.
SVN revision: 60996
2011-07-04 10:14:14 +00:00
Tom Hacohen 3ee5d802ab Elm fileselector_btn_ent: Fix code to use the new elm_object_text_set/get API.
SVN revision: 60994
2011-07-04 10:14:08 +00:00
Tom Hacohen b071be2cd2 Elm fileselector_btn: Fix code to use the new elm_object_text_set/get API.
SVN revision: 60992
2011-07-04 10:14:02 +00:00
Tom Hacohen c344fb3ed4 Elm progress: Fix code to use the new elm_object_text_set/get API.
SVN revision: 60990
2011-07-04 10:13:56 +00:00
Tom Hacohen 6979f9bfae Elm radio: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60987
2011-07-04 10:13:46 +00:00
Tom Hacohen 4b0af66c91 Elementary: Rename elm_object_label_* -> elm_object_text_part_*.
This name is better as it also applies for entries, and not just
for labels.

SVN revision: 60975
2011-07-04 09:18:16 +00:00
Tom Hacohen ed34980b5e Elm Check: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60974
2011-07-04 09:18:13 +00:00
Tom Hacohen 23b351cf5a Elm actionslider: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60972
2011-07-04 09:18:07 +00:00
Daniel Juyung Seo 3a0636d1f1 elm: Removed trailing whitespaces.
SVN revision: 60952
2011-07-03 07:49:02 +00:00
Daniel Juyung Seo ccca5ade98 elm/src/bin Makefile.am: Removed trailing whitespaces.
SVN revision: 60951
2011-07-03 07:46:55 +00:00
Tom Hacohen 9397a166b0 Elm slider: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60863
2011-06-30 05:58:32 +00:00
Tom Hacohen 2bf521e3b6 Elm hoversel: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60861
2011-06-30 05:43:59 +00:00
Tom Hacohen 845c02bf62 Elm layout: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60808
2011-06-29 09:30:58 +00:00
Tom Hacohen 8df2bb821d Elm frame: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60806
2011-06-29 09:11:48 +00:00
Tom Hacohen f0b79d1347 Elm toggle: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60803
2011-06-29 08:57:43 +00:00
Tom Hacohen 36be2846c9 Elm button: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60800
2011-06-29 07:11:54 +00:00
Mike McCormack 0295f4d56e elementary: elm_label_label_ -> elm_object_text
Clear deprecated warnings.

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

SVN revision: 60798
2011-06-29 06:41:31 +00:00
Daniel Juyung Seo a4705d7d9d elm test_map: Fixed 'unused parameter' warnings.
SVN revision: 60746
2011-06-28 07:02:37 +00:00
Jonathan Atton d47854c49f elm: add elm_route: widget to display a route on elm_map. Currently the widget use lines, in the futur it will use edje
SVN revision: 60703
2011-06-26 17:36:18 +00:00
Cedric BAIL 452e2d379f elementary: use Eio when available for fileselector.
SVN revision: 60692
2011-06-25 23:39:43 +00:00
Jonathan Atton 4717eea85d elm: do not include config.h
SVN revision: 60687
2011-06-25 17:48:55 +00:00
Jonathan Atton 6b88bee7e5 elm_map: use emap
SVN revision: 60684
2011-06-25 14:30:10 +00:00