Commit Graph

209 Commits

Author SHA1 Message Date
Cedric Bail 1baaa321a7 elm_image: add support for url. 2013-08-09 21:13:15 +09:00
Daniel Juyung Seo 2540d5770a els_pan: remove unused code. pan was migrated to scrollable interface. 2013-07-06 12:20:01 +09:00
Daniel Zaoui 76719a836b Gesture Layer: implementation of 'tap + longpressed' sequence
Callbacks can be set:
- at the start of the sequence, i.e at the start of the single tap
- at the end of the sequence, i.e when mouse up occurs on long press
- when longpress is detected, i.e when mouse is still down during
longpress
2013-07-04 14:47:10 +03:00
Daniel Zaoui e2d0e6a99a Elementary: Split headers for widgets.
Layout, Mapbug, List, Notify, Photo, Scroller, Toolbar and Win.
Fixes for Doxygen.
2013-04-29 15:42:08 +03:00
Daniel Zaoui f03db69f8f Elementary: Split headers for Gengrid, genlist, grid, image and index 2013-04-28 15:25:28 +03:00
Daniel Zaoui 8804b1bed4 Elementary: Lost APIs have resurrected. 2013-04-28 14:43:28 +03:00
Daniel Zaoui 3b6fa4e0a2 Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug,
Prefs, ProgressBar, Radio. Route, Segment Control, Separator, Slider,
   Slideshow, Spinner, Systray, Table, Thumb, Video, Web.
2013-04-28 13:55:41 +03:00
Daniel Zaoui 0ca5c025aa Elementary: header split for DateTime, DaySelector, DiskSelector, Entry,
Flip, Flip Selector, Frame, Gesture Layer, GLView, Hover, Icon,
   Inwin, Label.
2013-04-28 12:06:08 +03:00
Daniel Zaoui 9e713bc791 Elementary: oups... forgot to include the new files in the installation.
Spank on me!!!
2013-04-28 11:38:57 +03:00
Lucas De Marchi cb495f13de Rename edbus->eldbus 2013-04-23 13:05:43 -03:00
Cedric BAIL 951f944737 elementary: remove build dependencie from old e_dbus.
SVN revision: 82517
2013-01-10 07:50:14 +00:00
Henrique Dante de Almeida cdfe5155f8 [elm] Support elementary icon directory in D-Bus menu
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81806
2012-12-28 14:59:46 +00:00
Murilo Belluzzo abcc99fcd1 [elm] Add support to D-Bus systray icons
For now, it supports only one system tray icon per application.

Each instance of ELM_OBJ_SYSTRAY_CLASS is a handler for
the same system tray item. But the API is ready to support
multiple system tray items per application.

Also, since this is a new feature, it only provides an EObject API. So,
if the old style API is still required, please do it.

Patch by: Murilo Belluzzo <murilo.belluzzo@profusion.mobi>



SVN revision: 81747
2012-12-27 13:38:40 +00:00
Henrique Dante de Almeida 58b2fc2cd2 [elm] Add D-Bus external menu support
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81746
2012-12-27 13:38:33 +00:00
Flavio Vinicius Alvares Ceolin b470aaa0f2 adding support for elocation
SVN revision: 80657
2012-12-11 14:05:48 +00:00
Shinwoo Kim f426ed101c [access] elm_access_external_info_set(Evas_Object*, const char*) initial draft
i would like to export an API which name is elm_access_external_info_set(Evas_Object *, const char*);
this will be using by application side to set additional accessibility information.

widget could have different information which could be different in another context.
for example: there would be an entry which is for user ID, and there would be another entry which is for password.
in this case, developer would like to add additional information for each entry as below.

  entry for user id reads "entry (default information), this entry is for user id (additional information)"
  entry for password reads "entry, this entry is for password"

for this reason, i have attached patch. please review the patch and give feedbacks.



SVN revision: 80339
2012-12-06 10:56:29 +00:00
Gustavo Sverzut Barbieri 27c6def19d elm: add system notification.
SVN revision: 80281
2012-12-05 22:24:00 +00:00
Gustavo Lima Chaves 50df396bca [elm] Remove unused file.
els_scroller.c -> I forgot to dump it after my refactoring.



SVN revision: 80242
2012-12-05 13:36:25 +00:00
Bruno Dilly af6059fb63 elementary: yeah, not really your lucky day
More fixes regarding edbus2


SVN revision: 80113
2012-12-03 22:17:53 +00:00
Gustavo Lima Chaves 87648e9ace [elm] Introducing a new widget, along with its infrastructure -- prefs.
The prefs widgets aims to aid with the implementation of
preference/configuration windows/UI elements in Elementary-based
applications (think of Enlightenment configuration dialogs,
elementary_config, etc).

Prefs is a widget that populates its view with widgets
bound to data types (following the instructions of a ".epb" file that
describes a set of items) and handles the storage/restoration of such
data on a configuration file automatically.

There's also the prefs_data handle, which is the one dealing with
user saved data for a given epb defaults set.

The documentation on the new widget is rich (we have examples and even
an EPC reference) and there's a new test entry for it.

I'm blogging about it soon, with screeshots and more details.

Enjoy.

ps.: This is a team work by Murilo Belluzzo, Ricardo de Almeida and me.



SVN revision: 79909
2012-11-30 14:41:39 +00:00
Cedric BAIL c824f30090 elementary: starting work for using WebKit2 as an alternative to WebKit.
Patch by ryuan Choi <ryuan.choi@gmail.com>


SVN revision: 78219
2012-10-19 03:08:45 +00:00
Rui Seabra a481f8c195 Fix elementary build, from Tomas Cech, aka Sleep_Walker.
SVN revision: 76356
2012-09-09 22:42:28 +00:00
Mike Blumenkrantz 3ec80df062 add eweather cflags back
ticket #1384


SVN revision: 76281
2012-09-07 07:15:26 +00:00
Gustavo Lima Chaves c888750067 [elm] Panel now a layout (last widget, woo hoo!)
SVN revision: 75898
2012-08-30 16:46:40 +00:00
Gustavo Lima Chaves c440726506 [elm] Popup now a layout.
SVN revision: 75897
2012-08-30 16:46:34 +00:00
Gustavo Lima Chaves 7f8d2e218e [elm] Multibuttonentry now a layout.
SVN revision: 75895
2012-08-30 16:46:12 +00:00
Gustavo Lima Chaves 389f6eaf14 [elm] Ctxpopup now a layout.
SVN revision: 75893
2012-08-30 16:45:51 +00:00
Gustavo Lima Chaves a9b1707fcd [elm] Entry now a scrollable layout.
SVN revision: 75890
2012-08-30 16:45:15 +00:00
Christopher Michael 0a383a77d7 Elm: We should also add the wayland cflags and libs here (if support
is built for that).



SVN revision: 75216
2012-08-13 14:37:23 +00:00
Gustavo Lima Chaves 3a14273510 [elm] Forgotten inclusion on .am.
SVN revision: 74769
2012-08-01 21:05:21 +00:00
Gustavo Lima Chaves 38ad0afd75 [elm] Flip now inheritable.
SVN revision: 74767
2012-08-01 21:05:08 +00:00
Gustavo Lima Chaves de362292af [elm] Panes now inheritable.
SVN revision: 74766
2012-08-01 21:04:56 +00:00
Gustavo Lima Chaves 61600d2430 [elm] Day selector now inheritable.
SVN revision: 74765
2012-08-01 21:04:47 +00:00
Gustavo Lima Chaves 4cb288dc1a [elm] Bubble now inheritable.
SVN revision: 74764
2012-08-01 21:04:39 +00:00
Gustavo Lima Chaves 65410cb43a [elm] Color selector now inheratable.
SVN revision: 74763
2012-08-01 21:04:33 +00:00
Gustavo Lima Chaves 0243d9bba2 [elm] File selector button now inheritable.
SVN revision: 74762
2012-08-01 21:04:26 +00:00
Gustavo Lima Chaves 8fdf284468 [elm] Hoversel now inheritable.
SVN revision: 74761
2012-08-01 21:04:20 +00:00
Gustavo Lima Chaves 42dbe61643 [elm] Spinner now inheritable.
SVN revision: 74759
2012-08-01 21:03:58 +00:00
Gustavo Lima Chaves fdd5cc4d99 [elm] Label now inheritable.
SVN revision: 74758
2012-08-01 21:03:51 +00:00
Gustavo Lima Chaves bb3cd2ef0e [elm] Clock inheritable.
SVN revision: 74757
2012-08-01 21:03:41 +00:00
Gustavo Lima Chaves 12f50a523b [elm] File selector now inheritable.
SVN revision: 74756
2012-08-01 21:03:33 +00:00
Gustavo Lima Chaves 33a10445fd [elm] Flipselector inheritable.
SVN revision: 74755
2012-08-01 21:03:21 +00:00
Gustavo Lima Chaves 31f18bb480 [elm] Index now inheritable.
SVN revision: 74754
2012-08-01 21:03:11 +00:00
Gustavo Lima Chaves 11737f5a23 [elm] Check now inheritable.
SVN revision: 74753
2012-08-01 21:03:05 +00:00
Gustavo Lima Chaves f1c043a578 [elm] Segment control inheritable.
SVN revision: 74752
2012-08-01 21:02:49 +00:00
Gustavo Lima Chaves 1558e6af27 [elm] Video now inheritable.
SVN revision: 74751
2012-08-01 21:02:42 +00:00
Gustavo Lima Chaves d93ee414dd [elm] Bg inheritable.
SVN revision: 74698
2012-07-31 22:07:28 +00:00
Gustavo Lima Chaves 2cf7831606 [elm] Player inheritable.
SVN revision: 74697
2012-07-31 22:07:23 +00:00
Gustavo Lima Chaves 32a5577a40 [elm] Datetime inheritable.
SVN revision: 74696
2012-07-31 22:07:18 +00:00
Gustavo Lima Chaves 6fb9c4f560 [elm] Frame inheritable.
SVN revision: 74695
2012-07-31 22:07:12 +00:00