Commit Graph

132 Commits

Author SHA1 Message Date
ChunEon Park 89f00716a1 eve - Elm_Genlist_Item -> Elm_Object_Item
SVN revision: 67382
2012-01-20 10:17:23 +00:00
Leandro Pereira 25d05e77d7 eve: Fix toggle theme as well.
SVN revision: 67275
2012-01-17 13:26:31 +00:00
Leandro Pereira f5db16919f eve: Update genlist theme so that preferences work again
SVN revision: 67274
2012-01-17 13:11:11 +00:00
Martin Jansa 41b7c51250 eve: don't use deprecated elm_entry_icon_* API, deprecated since r66991
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

SVN revision: 67244
2012-01-16 16:10:00 +00:00
Martin Jansa 41de1502f6 adapt to newer webkit-efl API
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

SVN revision: 67243
2012-01-16 16:09:54 +00:00
ChunEon Park 8382e3aea0 eve - Elm_List_Item -> Elm_Object_Item
SVN revision: 67120
2012-01-12 06:20:09 +00:00
Martin Jansa 550e6d0bba From: Martin Jansa <martin.jansa@gmail.com>
Subject: [E-devel] eve: add 2 patches to build it again with latest trunk
Date: Sat, 31 Dec 2011 13:33:02 +0100

Hi,

there are 2 patches for eve to compile it again without deprecated
warnings and edje_cc failing to build theme.

***Reviewed by seoz


SVN revision: 66725
2012-01-02 00:23:53 +00:00
Daniel Juyung Seo 7ee9f77c1a enna-explorer, eve: Applied genlist/gengrid/listy edc changes.
SVN revision: 66214
2011-12-14 16:52:10 +00:00
Daniel Juyung Seo 8abd7717fe elementary-generator, eve, clouseau: Applied genlist/gengrid changes.
label_get -> text_get.


SVN revision: 65758
2011-12-01 07:56:37 +00:00
Daniel Juyung Seo c6eef71a23 ensure, eve, envision: Applied recen gen/gengrid/genlist api changes.
SVN revision: 65749
2011-12-01 05:46:32 +00:00
Boris Faure 71e948fdf5 s/elm_object_text_part_/elm_object_part_text_/
SVN revision: 65311
2011-11-16 20:17:40 +00:00
Gustavo Sverzut Barbieri 208b2b7ae6 argghhh... deprecated apis...
NB: some gengrid still left as things does not exist, like:
    elm_gengrid_item_data_get()



SVN revision: 64358
2011-10-24 15:14:25 +00:00
Leandro Pereira 8430e78a4c eve: Update eve_state.geneet after r64147
SVN revision: 64152
2011-10-18 15:20:53 +00:00
Martin Jansa 534224244f eve: adapt to elm_scrolled_entry/elm_entry API changes from r60438
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>



SVN revision: 64150
2011-10-18 13:27:31 +00:00
Martin Jansa f3b1740283 eve: adapt to elm_object_text API changes from r60798 and r60797
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>



SVN revision: 64149
2011-10-18 13:27:22 +00:00
Martin Jansa 7061a311aa eve: adapt to elm_object_focus API change from r62049
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>



SVN revision: 64148
2011-10-18 13:27:16 +00:00
Martin Jansa 041dbc6d29 eve: update to new webkit-efl api, ewk_view_zoom_text_only_set is gone
* we can set different text zoom now with ewk_view_text_zoom_set
* see http://svn.webkit.org/repository/webkit/trunk@97043 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  for details
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>



SVN revision: 64147
2011-10-18 13:27:06 +00:00
Martin Jansa 03f0d2dc35 eve: update to new webkit-efl api, ewk_frame_zoom_get is now ewk_frame_page_zoom_get
* see http://svn.webkit.org/repository/webkit/trunk@97043 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  for details
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>



SVN revision: 64146
2011-10-18 13:26:51 +00:00
Carsten Haitzler 248e41ce3a that's it - remove autom4te.cache dirs again... - keep having to many
problems about it storing invalid config when the same build trees are
shared between multiple architectures and machines. :( better we
build right than build fast.



SVN revision: 61974
2011-08-02 04:13:33 +00:00
Gustavo Sverzut Barbieri 9c1f651084 update signal name
SVN revision: 61713
2011-07-25 22:41:42 +00:00
Vincent Torri 13641a30d1 fix DSO problem
SVN revision: 60152
2011-06-09 19:03:39 +00:00
Lucas De Marchi 4e2747f963 eve: remove context menus
Remove context menus while nobody takes care of fixing it in ewebkit.



SVN revision: 59455
2011-05-16 19:19:33 +00:00
Carsten Haitzler 4d0720d19d most of dh's patch in - dont need to change the preview thumb code tho.
SVN revision: 57041
2011-02-15 09:24:50 +00:00
Lucas De Marchi cabf4c6f94 eve: fix signal name
SVN revision: 55763
2010-12-27 18:35:09 +00:00
Lucas De Marchi 57b1229646 eve: fix backing store option
Use --backing-store instead of "--backing store" which is really weird



SVN revision: 55537
2010-12-13 14:18:50 +00:00
Leandro Pereira 0615847ff4 eve: Cleanup (remove unused vars, static functions).
SVN revision: 55456
2010-12-10 16:34:39 +00:00
Leandro Pereira 6cba300d84 eve: Add support for Tiled Backing store
By enabling the Tiled Backing Store, memory consumption will be smaller, and
scrolling and rendering large pages will also receive a substantial boost.
The TBS implementation available on WebKit upstream, however, is still
buggy -- this is being committed so that Eve is prepared whenever upstream
WebKit is on a workable state again.

Patch by Alex Grilo <abgrilo@profusion.mobi>

SVN revision: 55455
2010-12-10 16:34:36 +00:00
Cedric BAIL c56265de61 * eve: snapshot it too.
SVN revision: 55245
2010-12-04 00:54:17 +00:00
Leandro Pereira e1e2588e7d eve: support Android useragent
Author:    Marco Trevisan (Treviño) <mail@3v1n0.net>

SVN revision: 55158
2010-12-02 15:54:27 +00:00
Massimo Maiurana dba223d3c0 updating various translations
SVN revision: 55125
2010-12-01 23:34:15 +00:00
Leandro Pereira 12d4ae7439 eve: Do not mess with eve_state.c
It is generated by geneet and changes will be overwritten

SVN revision: 55083
2010-11-30 12:36:28 +00:00
Leandro Pereira c71d905f59 eve: use file realpath for file:// schema
Author: Marco Trevisan (Treviño) <mail@3v1n0.net>

SVN revision: 55082
2010-11-30 12:36:24 +00:00
Leandro Pereira 487c806dc8 eve: uri_sanitize function improved, adding file:// protocol support
Added also a check to avoid too-long uri schemas.

Author:    Marco Trevisan (Treviño) <mail@3v1n0.net>

SVN revision: 55066
2010-11-29 15:29:33 +00:00
Leandro Pereira ae8e02ef0c eve: uri_sanitize also the input homepage
Plus some style fixes and set the input as const char

Author:    Marco Trevisan (Treviño) <mail@3v1n0.net>

SVN revision: 55065
2010-11-29 15:29:31 +00:00
Massimo Maiurana ea13d66f2a updating french translations
SVN revision: 54865
2010-11-23 11:53:29 +00:00
Rui Seabra 83aae15524 Fix eve's icon directory so abstract reference works.
SVN revision: 54838
2010-11-22 22:51:32 +00:00
Leandro Pereira 5bba9893b6 eve: show small OSD top progress-bar on loading...
Add a small progress-bar top OSD when loading pages also when the
top panel has been hidden.

Author:    Marco Trevisan (Treviño) <mail@3v1n0.net>

SVN revision: 54689
2010-11-18 14:50:08 +00:00
Leandro Pereira 61a32a42f7 eve: sanitize input URIs adding the default http protocol
This fix is now applied also to command line parameter and to
the homepage config saver

Author:    Marco Trevisan (Treviño) <mail@3v1n0.net>

SVN revision: 54599
2010-11-16 18:24:10 +00:00
Leandro Pereira 24adbabad3 eve: Add 'cookie_policy' setting to eve_state.geneet
SVN revision: 54598
2010-11-16 18:24:07 +00:00
Leandro Pereira e4aba52fb3 eve: Fix possible segfault on previous commit
SVN revision: 54594
2010-11-16 15:36:20 +00:00
Leandro Pereira bf640d4e2f eve: EWebKit cookies file support added
This allows to keep the saved cookies throught the eve's sessions

Author:    Marco Trevisan (Treviño) <mail@3v1n0.net>

SVN revision: 54592
2010-11-16 14:55:33 +00:00
Leandro Pereira 07c3ba32d1 eve: added cookies policy configuration options
This flag allows to set the cookie policies that eve should respect

Author:    Marco Trevisan (Treviño) <mail@3v1n0.net>

SVN revision: 54591
2010-11-16 14:55:23 +00:00
Mike Blumenkrantz ae47a9d732 fix revision to actually display a number. if vtorri looks at the configure.ac, it might even show the svn revision like it's supposed to at some point!
SVN revision: 54532
2010-11-13 12:49:31 +00:00
Mike Blumenkrantz ce1688d5ea some extra files to delete
SVN revision: 54531
2010-11-13 12:48:49 +00:00
Cedric BAIL 74de5c43c8 * eve: forgotten file.
SVN revision: 54474
2010-11-11 19:33:49 +00:00
Leandro Pereira 650b4bd11a [eve] Fix some styling issues
SVN revision: 54437
2010-11-10 20:49:35 +00:00
Leandro Pereira de312659d6 [eve] Fix URL entry favicon position
SVN revision: 54436
2010-11-10 20:49:31 +00:00
Rui Seabra 26b4269893 Fix excessive window resizes under illume. In desktop mode, maybe Ctrl-L coud set the focus, but here's not the best place for it.
SVN revision: 54341
2010-11-08 18:51:56 +00:00
Leandro Pereira c1cb238adf [Eve] Merge stop/reload button.
Author:    Alex Bredariol Grilo <abgrilo@profusion.mobi>

SVN revision: 53632
2010-10-19 17:03:38 +00:00
Iván Briano 60f64a4314 No autogenerated files please. Thank you.
SVN revision: 53592
2010-10-19 10:53:32 +00:00