Commit Graph

50 Commits

Author SHA1 Message Date
Lucas De Marchi 69b656514a eve: rename edbus functions
SVN revision: 81299
2012-12-18 20:06:42 +00:00
Gustavo Sverzut Barbieri 79570580e2 eve: move dbus iface/path to org.enlightenment
this shouldn't be my company, rather the open source project. sorry :-P



SVN revision: 80272
2012-12-05 17:56:14 +00:00
Carsten Haitzler aa8ef94381 remove xlib and ecore-x using stuff! was bad anyway.
SVN revision: 79318
2012-11-15 05:51:28 +00:00
José Roberto de Souza 4ad4fa114c eve: Build fix, edbus_service_interface_register() parameters was changed
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78806
2012-11-01 16:49:14 +00:00
Lucas De Marchi 8b407cc7ed eve: Don't use EDBUS_ARGS if not needed
SVN revision: 78140
2012-10-17 21:57:05 +00:00
Lucas De Marchi b2ee2dfb19 eve: Exit application nicely when sending uri through D-Bus
It's not guaranteed that the message will in fact be sent if we call
exit() here. Just exit the mainloop, so connection will be unref'ed and
therefore flushed.



SVN revision: 78129
2012-10-17 21:10:05 +00:00
Lucas De Marchi 9baebd55e5 eve: Fix passing freed uri when sending through D-Bus
Free the uri only after returning from mainloop. Otherwise we when the
request_name callback returns uri will already be freed.



SVN revision: 78127
2012-10-17 21:10:00 +00:00
José Roberto de Souza 79f55a424b eve: Port to edbus v2
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78126
2012-10-17 21:09:48 +00:00
ChunEon Park 84f73659d0 eve - pager -> naviframe
SVN revision: 69658
2012-03-27 07:51:42 +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
Gustavo Sverzut Barbieri 9c1f651084 update signal name
SVN revision: 61713
2011-07-25 22:41:42 +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 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
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
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
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 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
Leandro Pereira 09b8d366aa [Eve] New settings: flame flattening, text only zoom, minimum font size.
SVN revision: 52802
2010-09-27 17:26:26 +00:00
Leandro Pereira 229cc680b8 [Eve] Cleanup: on static callback names, s/^cb_/_cb_/g.
SVN revision: 52553
2010-09-21 19:50:11 +00:00
Leandro Pereira 093b941e4c [Eve] Cleanup: Remove trailing whitespaces.
SVN revision: 52551
2010-09-21 19:50:06 +00:00
Leandro Pereira 580a6fa9f2 [Eve] Fix problems spotted by clang static analyzer.
SVN revision: 52523
2010-09-20 22:14:11 +00:00
Leandro Pereira 9ee9f7523d [Eve] Improve session saving support.
Use a timer to periodically save the current state: which windows are open,
which tabs are open in which window, which one is focused, etc.  The
relevant entry in the eet file is updated.  This should provide a somewhat
crash-safe approach, which is way better than the previous version.

The timer is currently set to fire every 15s: testing should be performed to
ensure this won't impact performance too much.  Should this be a problem,
this interval might be a user-customized setting.

SVN revision: 52522
2010-09-20 22:14:07 +00:00
Leandro Pereira 98b62fa6e2 [Eve] Use a single file to save all of Eve state.
SVN revision: 52521
2010-09-20 22:14:02 +00:00
Gustavo Sverzut Barbieri 235788322a eve files at ~/.config/eve not ~/.config/ewebkit
SVN revision: 52325
2010-09-15 20:31:33 +00:00
Gustavo Sverzut Barbieri 1289812b08 stupid error of mine using strcasecmp()
SVN revision: 52324
2010-09-15 20:01:17 +00:00
Leandro Pereira ad6df643e2 [Eve] Implement session saving/restoring.
SVN revision: 52307
2010-09-15 16:31:42 +00:00
Leandro Pereira faf9ac549c [Eve] Fix build error.
(I really need some sleep.)

SVN revision: 52261
2010-09-14 20:32:12 +00:00
Leandro Pereira 09535bdd9e [Eve] Oops. Again. Forgot to free the DBus error if it was set.
SVN revision: 52259
2010-09-14 19:45:10 +00:00
Leandro Pereira c8e4eccd62 [Eve] Oops. Plug memory leak if there was an error while receiving a DBus response.
Spotted by demarchi.

SVN revision: 52258
2010-09-14 19:33:58 +00:00
Leandro Pereira 41268c68fb [Eve] Implement single instance using DBus.
SVN revision: 52256
2010-09-14 19:10:25 +00:00
Gustavo Sverzut Barbieri 9eda336cd5 Fix preferences x command line option handling.
As it is hard to define what to do in such case, the command line
option will change the preferences.

Some will argue this is not the right thing to do, but then the
preferences screens would be incorrect. In order to simplify the
semantics I now declare this "the right thing to do".



SVN revision: 52231
2010-09-14 02:40:28 +00:00
Gustavo Sverzut Barbieri 220909643e Runtime toggle for touch user interface.
NOTE: just like everything else that was set from command line and now
we have preferences, we are being replaced with the actual preferences
system. This will be fixed in another commit.



SVN revision: 52230
2010-09-14 02:04:28 +00:00
Leandro Pereira 831da118e5 Fix hiding/displaying mouse cursor.
SVN revision: 52221
2010-09-13 22:35:08 +00:00
Leandro Pereira ffd9f34ccd Implement popup blocking
SVN revision: 52213
2010-09-13 22:34:42 +00:00
Leandro Pereira 4012dd2d7d Implement two new prefs: Auto load images and Auto shrink images.
SVN revision: 52212
2010-09-13 22:34:39 +00:00
Leandro Pereira 0134241632 Support mouse cursor enabling/disabling (currently requires restart).
SVN revision: 52211
2010-09-13 22:34:36 +00:00
Leandro Pereira f3c79e3533 Rename Bookmarks to More and implement Preferences display.
SVN revision: 52205
2010-09-13 22:34:19 +00:00
Gustavo Sverzut Barbieri b3cf9537bb Use Eve's user-agent by default, and we're iphone compatible!
One can still specify iphone-exact UA, but we're not using ours and
it's compatible (in most websites processing analysis) with it.

Also provide some more UA shortcuts based on http://www.useragentstrings.com/



SVN revision: 51959
2010-09-07 17:17:42 +00:00
Gustavo Sverzut Barbieri 66ed81ef31 set window title, with page load progress.
SVN revision: 51958
2010-09-07 16:59:40 +00:00
Gustavo Sverzut Barbieri 747ee61273 fix segv when deleting the last tab.
do not access win pointer after tab close, it may have been destroyed
if it is the last tab in that window.



SVN revision: 51957
2010-09-07 16:11:55 +00:00
Mike Blumenkrantz 7decbb0d7c k-s told me to do work on eve so I did it and now I'm writing a commmmit message for what I did but I don't remember what it was so I'll just hope that it works and that if it doesn't someone blames TAsn or cedric and fixes it
SVN revision: 51847
2010-09-02 22:28:35 +00:00
Lucas De Marchi fce46e4793 Uncrustify eve
Exceptions:
 - auto-generated files by geneet (favorite.[ch] and history.[ch])

Config not used:
 - *_closebrace_comment in uncrustify config



SVN revision: 51682
2010-08-27 17:51:04 +00:00
Eduardo de Barros Lima cd9ac98213 Eve: Add rotate option
SVN revision: 51094
2010-08-13 19:15:04 +00:00
Leandro Pereira 73e055e1f9 Adding Eve webbrowser, based on WebKit-EFL.
This is a complete rewrite of the old Eve web browser, using the current WebKit-EFL port
(available from the official WebKit SVN; instructions on how to build it are here[1]).

The interface was designed for mobile devices and is based off the Efenniht theme for E17.

[1] http://trac.webkit.org/wiki/EFLWebKit



SVN revision: 51060
2010-08-12 20:08:35 +00:00