Commit Graph

234 Commits

Author SHA1 Message Date
Lucas De Marchi cb495f13de Rename edbus->eldbus 2013-04-23 13:05:43 -03:00
Davide Andreoli 1f92ae407d elm external actionslider: missing param declaration
SVN revision: 83988
2013-02-16 13:01:31 +00:00
Davide Andreoli 0bdf6191ea elm external clock: another type error. Big SPANK to who write and commit code without testing!!
SVN revision: 83984
2013-02-16 12:06:30 +00:00
Davide Andreoli 298fd8e16b elm external slider: min and max are double not string
SVN revision: 83982
2013-02-16 11:24:05 +00:00
Davide Andreoli 6dc1294f60 elementary external slider: wasn not an int but an Evas_Coord...to be precise :)
SVN revision: 83925
2013-02-14 21:21:05 +00:00
Davide Andreoli 9005263ee8 elementary external slider: parameter span is an int not a bool
SVN revision: 83902
2013-02-14 19:06:25 +00:00
Cedric BAIL 951f944737 elementary: remove build dependencie from old e_dbus.
SVN revision: 82517
2013-01-10 07:50:14 +00:00
Flavio Vinicius Alvares Ceolin b470aaa0f2 adding support for elocation
SVN revision: 80657
2012-12-11 14:05:48 +00:00
Gustavo Sverzut Barbieri 3a5e358d9d damn it, forgot the pkg-config is a different name
SVN revision: 80111
2012-12-03 21:49:29 +00:00
Gustavo Lima Chaves 914d525282 [elm] Account for elm_object_orient_set() deprecation
along elm files.

Spankies to Hermet for not doing it/delegating it before :)



SVN revision: 78948
2012-11-06 19:54:16 +00:00
Bruno Dilly 3a7b3c67e0 elementary: on external widgets del just call shutdown
Instead of adding it to an idler.
If the main loop is already dead it won't shutdown correctly.



SVN revision: 77377
2012-10-03 16:41:30 +00:00
Bruno Dilly 116ee8afa5 elm: add bg external
I know some guys insinuated it's useless, since if you want to
put a image in your theme you can just place a image part.

But there are some cool things:
 - You can add a background that fits the theme (default bg theme)
 - You can use background options (tile, stretch...)



SVN revision: 77212
2012-09-28 21:07:23 +00:00
Davide Andreoli d9c1ca2207 * Add external property "play length" to Video widget and fix the test accordingly
also fix ChangeLog whitespacing: every news need a single tab


SVN revision: 76557
2012-09-12 20:30:17 +00:00
Gustavo Lima Chaves a9b1707fcd [elm] Entry now a scrollable layout.
SVN revision: 75890
2012-08-30 16:45:15 +00:00
Rafael Antognolli f6b7b459fa [elm} Add missing cflags for building edje externals.
SVN revision: 75470
2012-08-20 21:58:43 +00:00
Gustavo Lima Chaves 9cea522b88 [elm] Genlist now a scrollable layout.
The ERRs thrown on the terminal while exiting some tests were already
there -- check that those decorate and stuff modes add lots of NULL
children on lists.

Genlist work exactly as before. All the bugs and feature were kept :)



SVN revision: 73941
2012-07-16 21:56:30 +00:00
Bruno Dilly 0d528c93ca Elementary: fix external icon set using standard icons
Everytime a icon not on edje file is used (an standard icon),
an error was printed because it was trying to set it from
edje first.

Now it checks if the group exists on edje first.



SVN revision: 73543
2012-07-10 21:56:02 +00:00
Gustavo Lima Chaves 363cdf94c3 [elm] Gengrid now a scrollable layout.
SVN revision: 73541
2012-07-10 21:40:38 +00:00
Gustavo Lima Chaves d4f88af273 [elm] Elm list is now a SCROLLABLE layout.
This means it inherits from the layout class and implements the
scrollable interface.



SVN revision: 73310
2012-07-04 21:43:05 +00:00
Gustavo Lima Chaves cd1f900a46 [elm] Forgotten elm icon function to deprecate in favor of an image one.
SVN revision: 73017
2012-06-28 18:40:35 +00:00
Gustavo Lima Chaves dc83c09247 [elm] Forgotten __UNUSED__.
SVN revision: 72092
2012-06-13 17:21:34 +00:00
Gustavo Lima Chaves 727f4692b3 [elm] Fix elm_shutdown via Edje externals.
An EVAS_CALLBACK_DEL event cb will take place before the smart del
function, so there'll be more action taking place after that, and Elm
has be on.



SVN revision: 71867
2012-06-08 21:05:37 +00:00
Jihoon Kim fd96bbf201 elm/edje_externals/index: fix formatting
SVN revision: 71727
2012-06-06 02:51:28 +00:00
Gustavo Lima Chaves bbf0a4345e [elm] And now remove deprecated calls usage (WRT
icon/image thing).



SVN revision: 71473
2012-05-28 21:50:11 +00:00
Gustavo Lima Chaves 728f4210c2 [elm] warnings, be gone
SVN revision: 71177
2012-05-16 19:28:07 +00:00
Michael BOUCHAUD 1fb9bcf305 elementary: remove unused file (datepicker)
SVN revision: 70340
2012-04-19 21:48:44 +00:00
Michael BOUCHAUD 0aef7ce220 elementary: alphabetically modules.inc
SVN revision: 70339
2012-04-19 21:47:41 +00:00
Michael BOUCHAUD daf359228b elementary: makes the calendar widget reachable from edje
SVN revision: 70338
2012-04-19 21:42:51 +00:00
Michael BOUCHAUD b74c07f242 elementary: edje_external calendar instead of sel_enable use select_mode now. But nobody care I think ... see my next commit :P
SVN revision: 70337
2012-04-19 21:36:19 +00:00
Daniel Juyung Seo 8c17d99712 elm: Fixed formatting. Added a space after 'if/while/for'
SVN revision: 69744
2012-03-29 11:09:45 +00:00
Carsten Haitzler 83e0754a8b clean up toggle turds :)
SVN revision: 69478
2012-03-16 23:45:48 +00:00
Jiyoun Park 7f4585b719 remove deprecated code related with
elm_toggle_XXX
function


SVN revision: 69447
2012-03-16 05:46:08 +00:00
Daniel Juyung Seo 63473e56c2 elm genlist: Applied genlist compress mode API change.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68998
2012-03-07 16:37:08 +00:00
Mike Blumenkrantz 4b8fcf7430 seriously file globbing. another day would have been much better.
SVN revision: 68991
2012-03-07 16:18:38 +00:00
Hyoyoung Chang abe3dd222a From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_list - add select_mode_set and some
remove deprecated apis in examples

Like other widget (genlist, gengrid...), I add select_mode to elm_list.

+elm_list_select_mode_set(Evas_Object *obj,
Elm_Object_Select_Mode_Type mode)

+EAPI Elm_Object_Select_Mode_Type
+elm_list_select_mode_get(const Evas_Object *obj)

And I removed deprecated apis (no_select, always_select) in examples
and edje_externals.



SVN revision: 68971
2012-03-07 15:22:12 +00:00
Michael BOUCHAUD 73a47a4efe elementary: fix external. Anchorblock and anchorview doesn't exist anymore
SVN revision: 68930
2012-03-07 11:30:44 +00:00
Bluezery 8479b5f328 From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel]  [Patch][elm_map] Change & Add map APIs

I rename & add some APIs.
As previously discussed, I categorized map APIs.
(http://marc.info/?l=enlightenment-devel&m=132685497711772&w=2)

1) Zoom
elm_map_zoom_set/get
elm_map_zoom_mode_set/get
elm_map_zoom_min_set/get
elm_map_zoom_max_set/get

2) Region - Geographic coordinates (region)
elm_map_region_get
elm_map_region_show/bring_in
elm_map_canvas_to_region_convert

I will not use "_geo_" in map APIs. All map APIs are basically used by
geographic coordinates.

3) Property
elm_map_paused_set/get
elm_map_rotate_set/get
elm_map_wheel_disabled_set/get
elm_map_user_agent_set/get

4) Overlay
elm_map_overlay_add/del
elm_map_overlay_xxx
elm_map_overlay_class_xxx
elm_map_overlay_bubble_xxx
elm_map_overlay_route_xxx

I will add line, rectangle, poi overlays  ASAP.

5) Source - External Provider  (Tile, Route, Name, )
elm_map_sources_get
elm_map_source_set/get

I will add more provider ASAP such as POI, etc.

6) Route
elm_map_route_add/del
elm_map_route_distance_get
elm_map_route_node_get
elm_map_route_waypoints_get

7) Name
elm_map_name_add/del
elm_map_route_address_get
elm_map_route_region_get

6) Route and 7) Name do not return visible objects actually.  Those
just return data.
I don't know "_add" suffix is correct for none visible objects.
I cannot decide yet whether those should be removed from map widget.
But current trends are that route, geocoding are  tightly coupled with
Map.

If Apps want to use only data, just use elm_map_route_add().
If not, use elm_map_route_add() & elm_map_overlay_route_add().
Also name overlay could be added in the future.

8) Miscellaneous
elm_map_tile_load_status_get

9) Signals
Basic events : "clicked", "clicked,double", "press", "longpressed",
Scroller events: "scroll", "scroll,xxx,xxx"
Zoom events: "zoom,start/stop/change"
Source (provider) events: "tile,load/loaded/loaded,fail" ,
"route,load/loaded/loaded,fail", "name,load/loaded/loaded,fail"

There are some big patches. I think diff program do not make exact
diff. :D.
Anyway, it's  better to maintain if this can be in before API fix
(elementary 1.0).
Because after these change, It is hard to maintain old APIs.

PS) Documentations and some minor bugs are remained yet.



SVN revision: 68915
2012-03-07 09:28:08 +00:00
Tom Hacohen 737654ba04 Elm entry: Merge anchorview/anchorblock into entry.
And kill those damn widgets.

SVN revision: 68802
2012-03-06 10:09:13 +00:00
Carsten Haitzler 4118b5806c deprecate guide text set api in multibutton as per xxx
SVN revision: 68787
2012-03-06 07:45:10 +00:00
Daniel Juyung Seo 9c3fa866f5 elm: Applied icon/image API changes.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68728
2012-03-05 15:10:59 +00:00
Carsten Haitzler 6e07009ff6 deprecated warning--
SVN revision: 68709
2012-03-05 12:43:16 +00:00
Carsten Haitzler 7a8cef6b6f oops - forgot to cxhange deprecated calls in externals
SVN revision: 68695
2012-03-05 10:21:25 +00:00
Jihoon Kim 8575a8ab26 elm/edje_externals: fix formatting
SVN revision: 68620
2012-03-02 09:00:52 +00:00
Sanjeev BA e0efa2e5ad Change enabled_get/set to disabled_get/set.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68540
2012-02-29 07:54:57 +00:00
Thanatermesis e6c023682e Fix linking complaints brought out by:
From: Thanatermesis <thanatermesis.ecvs@gmail.com>
Subject: [E-devel] LDFLAGS with -Wl,-z,defs

Aparently if you add the option "-Wl,-z,defs" to your LDFLAGS, there's some
libs that doesn't compile, like evas and e_dbus, there's some logs:



SVN revision: 68464
2012-02-27 05:20:17 +00:00
Aharon Hillel cb31e1367d elementary: updated sources to fix warnings.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68336
2012-02-23 13:58:49 +00:00
Cedric BAIL 111b243b1b elementary: remove a pending reference to pager that could prevent the module to load.
NOTE: yes, i am using cloud compiling to :)


SVN revision: 68213
2012-02-21 11:05:02 +00:00
Sanjeev BA 2201134b17 Deprecate elm_video_uri_set().
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68200
2012-02-21 05:52:55 +00:00
Daniel Juyung Seo 3b6e8e86c0 elm: Removed deprecated elm_pager from edje_externals.
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68186
2012-02-21 02:57:33 +00:00
Bruno Dilly fd2da6be59 Elementary external button: add repeat stuff
This patch provides a way to set autorepeat on buttons.


SVN revision: 67570
2012-01-27 16:59:03 +00:00