Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-navigation-action.c: fixup for bug #583440 | Xan Lopez | 2009-07-21 | 1 | -10/+26 |
| | | | | | | Need to handle properly the history copying either by using ephy_shell_new_tab or, in the case of forward history, by manually getting the forward URI. | ||||
* | Try again to fix bug #588143 | Xan Lopez | 2009-07-21 | 2 | -10/+5 |
| | | | | | | Simpler (and working) solution: take into account the loading status of the view when deciding if we should use it, if it's blank, to load new pages passed through the command line. | ||||
* | ephy-navigation-action.c: fix middle-click on back/forward | Xan Lopez | 2009-07-21 | 1 | -0/+2 |
| | | | | | We were getting a new embed but not its web view, which is what we use to load the page. (bug #583440) | ||||
* | mime-types-permissions.xml: add 7z to the known/safe types list. | Xan Lopez | 2009-07-21 | 1 | -0/+1 |
| | | | | Bug #582905 | ||||
* | ephy-embed.c: use 'address' if 'typed-address' is NULL when updating the address | Xan Lopez | 2009-07-21 | 1 | -0/+6 |
| | | | | | Fixes the updating of the current address before the load starts when loading pages from the command line (bug #588143) | ||||
* | Fix gcc warnings by using GINT_TO_POINTER/GPOINTER_TO_INT | Benjamin Otte | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2009-07-15 | 2 | -2372/+2123 |
| | |||||
* | configure.ac: post-release version bump. | Xan Lopez | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | configure.ac: depend on WebKitGTK+ 1.1.112.27.4 | Xan Lopez | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | NEWS: update for release. | Xan Lopez | 2009-07-13 | 1 | -0/+13 |
| | |||||
* | Performance: Set a fixed width on autosized cell renderer | Benjamin Otte | 2009-07-13 | 1 | -0/+10 |
| | | | | | | | | | | | | The text cell renderer in use by the url autocompletion is the only renderer that expands. As the width of the entry completion is known in advance (as big as the entry you are completing on), we can set a fixed width. Since the height of the cell renderer is hardcoded, too, the complete size of the cell renderer is known in advance and Gtk skips layouting the text to compute the size. This is a noticable performance improvement, expecially when the completion contains lots of visible entries. | ||||
* | Require x11 | Benjamin Otte | 2009-07-13 | 1 | -0/+1 |
| | | | | | Epiphany has hacky code that uses libX11 directly, so Epiphany needs to depend on it instead of relying on other libs to pull it in. | ||||
* | Require gthread-2.0 | Benjamin Otte | 2009-07-13 | 1 | -0/+1 |
| | | | | | | Applications calling g_thread_init() must require it explicitly. It is automatically pulled by Orbit via gconf, but Epiphany should not rely on that. | ||||
* | ephy-history-window.c: do not use deprecated function. | Xan Lopez | 2009-07-12 | 1 | -1/+1 |
| | |||||
* | configure.ac: use SILENT_AM_RULES from automake 1.11 if possible. | Xan Lopez | 2009-07-12 | 1 | -0/+3 |
| | |||||
* | dolt.m4: add support (just ignoring it) for --silent | Xan Lopez | 2009-07-12 | 1 | -0/+1 |
| | |||||
* | Updated Ukrainian translation | Maxim V. Dziumanenko | 2009-07-10 | 1 | -1037/+1056 |
| | |||||
* | don't free title string twice | Benjamin Otte | 2009-07-08 | 1 | -1/+1 |
| | | | | | When the url is NULL, the title was freed twice - once after giving to the GValue via ctext, once with g_free(). | ||||
* | style fixes for a464b7332c02f6b4e34c5a7a88b8b93198f3e9be | Benjamin Otte | 2009-07-08 | 1 | -5/+3 |
| | | | | | - indent correctly - remove leftover unused variable | ||||
* | remove unused references to history | Benjamin Otte | 2009-07-06 | 1 | -5/+0 |
| | |||||
* | compute base address with strchr and without regexps | Benjamin Otte | 2009-07-06 | 1 | -8/+25 |
| | | | | | | | This fixes two problems: 1) It improves performance a lot. 2) The regexp in use was not strict enough. It happily matched non-base addresses. (i.e. http://example.com/your-mom/ ) | ||||
* | Updated Dutch translation | Reinout van Schouwen | 2009-07-06 | 1 | -1060/+1083 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-06-27 | 1 | -4/+16 |
| | |||||
* | po/vi.po: updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2009-06-26 | 1 | -61/+50 |
| | |||||
* | po/vi.po: intltool-update | Nguyễn Thái Ngọc Duy | 2009-06-26 | 1 | -1105/+1108 |
| | |||||
* | ephy-embed.h: remove unneeded header. | Xan Lopez | 2009-06-21 | 1 | -1/+0 |
| | |||||
* | Add a function to get the EphyWebView inside an EphyEmbed. | Xan Lopez | 2009-06-21 | 2 | -1/+17 |
| | | | | For the benefit of bindings. | ||||
* | ephy-web-view.c: adapt to another API change in WebKitGTK+. | Xan Lopez | 2009-06-21 | 1 | -2/+2 |
| | | | | | The bf list now refs newly added items, mostly for the convenience of bindings. | ||||
* | ephy-web-view.c: do not try to get the EphyWebView inside an EphyWebView. | Xan Lopez | 2009-06-17 | 1 | -1/+1 |
| | | | | Not many chances it will work. | ||||
* | ephy-window.c: can't use pspec to figure out if we should sync progress. | Xan Lopez | 2009-06-17 | 1 | -6/+5 |
| | | | | | Since it breaks syncing when switching between loading tabs. Need to do this properly and wait for webkit bug #26409. | ||||
* | Simplify widget hierarchy. | Xan Lopez | 2009-06-16 | 3 | -54/+22 |
| | | | | Get rid of a dummy GtkBin layer. | ||||
* | ephy-notebook.c: connect to embed-title, not to title. | Xan Lopez | 2009-06-16 | 1 | -1/+1 |
| | | | | | embed-title is the poorly named wrapper over the WebKitWebView's title signal. | ||||
* | Move the get_title_composite function to EphyWebView. | Xan Lopez | 2009-06-16 | 6 | -40/+40 |
| | |||||
* | ephy-window.c: remove debug message. | Xan Lopez | 2009-06-16 | 1 | -1/+0 |
| | |||||
* | ephy-window.c: adapt to API change in WebKitGTK+. | Xan Lopez | 2009-06-16 | 1 | -1/+2 |
| | | | | Progress from the WebView goes from 0.0 to 1.0 now. | ||||
* | configure.ac: post-release version bump. | Xan Lopez | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | NEWS: update for 2.27.3 release. | Xan Lopez | 2009-06-15 | 1 | -0/+20 |
| | |||||
* | configure.ac: require WebKitGTK+ 1.1.10. | Xan Lopez | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | ephy-web-view.c: use 'load-status' property from WebKitWebView also internally. | Xan Lopez | 2009-06-14 | 1 | -36/+7 |
| | | | | | | Get rid of our 'load-status' property, and just keep the API semantics of the ephy_web_view_get_load_status function using the WebKitWebView's 'load-status' property. | ||||
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2009-06-14 | 1 | -393/+454 |
| | |||||
* | ephy-window.c: remove unused variable. | Xan Lopez | 2009-06-14 | 1 | -2/+0 |
| | |||||
* | Use WebKitWebView::load-status instead of our own solution. | Xan Lopez | 2009-06-14 | 2 | -109/+59 |
| | |||||
* | ephy-window.c: a different hack to not show progress when loading about:blank. | Xan Lopez | 2009-06-14 | 1 | -1/+11 |
| | |||||
* | Get rid of redundant 'load-progress' property in EphyWebView. | Xan Lopez | 2009-06-14 | 4 | -95/+5 |
| | | | | | | | | | We now use WebKitWebView's 'progress' property directly. The "opening about:blank blinks the entry" bug is back because for some reason a) webkit reports a 10% progress for that URL b) get_uri reports NULL until 100% is loaded for only that page, so blacklisting by URI is not possible either. | ||||
* | ephy-web-view.c: s/embed/view/ in a few places. | Xan Lopez | 2009-06-14 | 1 | -5/+5 |
| | |||||
* | Updated Hebrew translation | Mark Krapivner | 2009-06-12 | 1 | -360/+371 |
| | |||||
* | ephy-shell.c: do not set typed address when opening a new tab. | Xan Lopez | 2009-06-12 | 1 | -3/+0 |
| | | | | | Fixes missing URI before load-committed but gives weird problems with about:blank getting stuck, need to think this through. | ||||
* | ephy-shell.c: update for latest changes in WebKitNetworkRequest. | Xan Lopez | 2009-06-12 | 1 | -13/+7 |
| | | | | | | WebKitNetworkRequest objects won't fail to be constructed since WebKitGTK+ 1.1.9, worst case they'll have a bogus URI and trying to load them will fail. | ||||
* | Updating Estonian translation | Ivar Smolin | 2009-06-12 | 1 | -6/+9 |
| | |||||
* | ephy-shell.c: set typed address when opening a page in a new tab too. | Xan Lopez | 2009-06-11 | 1 | -2/+5 |
| | |||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-06-10 | 1 | -958/+815 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-06-10 | 1 | -301/+200 |
| | |||||
* | Updated French translation | Claude Paroz | 2009-06-10 | 1 | -1059/+904 |
| | | | | Contributed by Yannick Tailliez and Claude Paroz | ||||
* | ephy-tabs-menu.c: pass correct parameter to sync_tab_title function. | Xan Lopez | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | ephy-tabs-menu.c: tab titles are not updated. | Xan Lopez | 2009-06-08 | 1 | -4/+4 |
| | | | | | | Code was not updated to reflect latest refactorings. Bug #585139 | ||||
* | epiphany.h.in: remove old includes. | Xan Lopez | 2009-06-06 | 1 | -2/+0 |
| | |||||
* | Remove EphyEmbedFactory from docs. | Xan Lopez | 2009-06-06 | 2 | -7/+0 |
| | |||||
* | downloader-view.c: fix warning. | Xan Lopez | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | ephy-embeds-single.c: style fix. | Xan Lopez | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | ephy-embed-single.*: re-indent and untabify. | Xan Lopez | 2009-06-06 | 2 | -156/+158 |
| | |||||
* | configure.ac: remove embed/webkit Makefile generation. | Xan Lopez | 2009-06-06 | 1 | -1/+0 |
| | |||||
* | POTFILES.in: add ephy-web-view.c | Xan Lopez | 2009-06-06 | 1 | -0/+1 |
| | |||||
* | POTFILES.in: remove leftovers. | Xan Lopez | 2009-06-06 | 1 | -2/+0 |
| | |||||
* | doc/reference/Makefile.am: remove leftovers. | Xan Lopez | 2009-06-06 | 1 | -3/+0 |
| | |||||
* | src/Makefile.am: remove webkit embed library, it does not exist anymore. | Xan Lopez | 2009-06-06 | 1 | -1/+0 |
| | |||||
* | Remove Python support. | Xan Lopez | 2009-06-06 | 17 | -5106/+0 |
| | | | | | The supported language for extensions other than C/C++ is now JavaScript through Seed. | ||||
* | Remove embedfactory library from Makefiles. | Xan Lopez | 2009-06-06 | 2 | -4/+0 |
| | |||||
* | ephy-window.c: silence warning. | Xan Lopez | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | Get rid of EphyEmbedFactory. | Xan Lopez | 2009-06-06 | 10 | -125/+10 |
| | | | | It's useless now, since there's only one backend. | ||||
* | Make EphyEmbedPersist a non-interface type. | Xan Lopez | 2009-06-06 | 6 | -165/+7 |
| | |||||
* | Make EphyEmbedSingle a non-interface type. | Xan Lopez | 2009-06-06 | 8 | -476/+268 |
| | |||||
* | Fold WebKitEmbedPrefs into EphyEmbedPrefs. | Xan Lopez | 2009-06-06 | 7 | -48/+46 |
| | |||||
* | Kill EphyBaseEmbed, move the small widget logic it had to EphyEmbed. | Xan Lopez | 2009-06-05 | 4 | -167/+48 |
| | |||||
* | Change EphyEmbed to not be an interface type. | Xan Lopez | 2009-06-05 | 10 | -119/+110 |
| | | | | Holds the code that used to be in WebKitEmbed, which is now dead. | ||||
* | Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ↵ | Xan Lopez | 2009-06-05 | 30 | -2857/+2473 |
| | | | | | | | EphyWebView. Those two embed classes are pretty much dummy leftovers, so it should be easier to remove them now. | ||||
* | ephy-location-action.c: strip whitespace from URLs before loading. | Holger Hans Peter Freyther | 2009-06-03 | 1 | -1/+1 |
| | | | | Bug #584466 | ||||
* | Updated Spanish translation | Jorge Gonzalez | 2009-06-03 | 1 | -17/+17 |
| | |||||
* | ephy-shell.c: check that the network request is not NULL before unrefing it. | Xan Lopez | 2009-06-03 | 1 | -1/+2 |
| | | | | It won't be created with, for example, about:blank. | ||||
* | Move load_url method to EphyWebView. | Xan Lopez | 2009-06-03 | 9 | -62/+31 |
| | |||||
* | Remove ephy_embed_load, it's obsoleted by ephy_web_view_load_request. | Xan Lopez | 2009-06-03 | 3 | -34/+0 |
| | |||||
* | ephy-web-view.c: use nil for false value in elisp, not 'f'. | Xan Lopez | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | Correctly handle the 'cancel' case in the download decision dialog | Gustavo Noronha Silva | 2009-06-02 | 1 | -1/+2 |
| | | | | | | | | | Bug #583855 The code that handled responses for the download decision dialog was getting the downloader view from the embed too early. This change confines the request for the downloader view to the condition block that actually uses it. | ||||
* | Changed mail addresses in German doc translation | Mario Blättermann | 2009-06-01 | 1 | -752/+1323 |
| | |||||
* | webkit-embed.c: we still do need to update loading_uri here. | Xan Lopez | 2009-05-31 | 1 | -0/+3 |
| | | | | | Fell through the cracks when moving the normalization higher on the stack. | ||||
* | ephy-shell.c: do not crash when loading about:blank ... | Xan Lopez | 2009-05-31 | 1 | -4/+7 |
| | |||||
* | Move method to copy history between embeds/views to EphyWebView from EphyEmbed. | Xan Lopez | 2009-05-31 | 11 | -136/+56 |
| | | | | Just part of the gradual progress to get rid of the Embed interface. | ||||
* | Updated Danish translation | Ask H. Larsen | 2009-05-30 | 1 | -1027/+1035 |
| | |||||
* | Include WebKit-1.0 in .gir creation | Diego Escalante Urrelo | 2009-05-30 | 1 | -0/+1 |
| | |||||
* | Remove LoadFlags | Gustavo Noronha Silva | 2009-05-30 | 5 | -34/+2 |
| | | | | | | They were used, it seems, to decide whether to allow Gecko to "fix" the URL. WebKit has no such facility, and we are already doing our own handling of URI normalization. | ||||
* | Move URL normalization out of embed, to a higher level | Gustavo Noronha Silva | 2009-05-30 | 2 | -14/+19 |
| | | | | | We need this because not all code that loads URLs goes through embed now. | ||||
* | Fix missing HTTP information when opening links in new tabs | Gustavo Noronha Silva | 2009-05-30 | 5 | -23/+33 |
| | | | | | | | | | | Bug #120341 This changeset reworks ephy_shell_new_tab_full (and its callers) to use a WebKitNetworkRequest instead of an URL when handling openning links in new tabs. This gains us the advantage of feeding the new WebView with the same WebKitNetworkRequest WebKit would use to navigate to the new address. | ||||
* | Provide API to loading using WebKitNetworkRequest | Gustavo Noronha Silva | 2009-05-30 | 2 | -0/+22 |
| | | | | | | As the first API adition to out WebKitWebView subclass, we allow Epiphany code to use a WebKitNetworkRequest to load pages. This way we can use the full request information, not just the URI. | ||||
* | Adding a new EphyWebView object | Gustavo Noronha Silva | 2009-05-30 | 5 | -3/+131 |
| | | | | | This is an object inheriting from WebKitWebView, and will be used to house most of the functionality we move from EphyEmbed. | ||||
* | Updated Tamil translation | drtvasudevan | 2009-05-29 | 1 | -24/+90 |
| | |||||
* | webkit-embed.c: do not reinvent ephy-embed-utils functions. | Xan Lopez | 2009-05-29 | 1 | -10/+2 |
| | |||||
* | webkit-embed: use C gettext macro for translation context. | Xan Lopez | 2009-05-28 | 1 | -3/+1 |
| | | | | Patch by Claude Paroz, bug #583893 | ||||
* | Preserve back/forward history when opening links in new tabs/windows. | Xan Lopez | 2009-05-28 | 3 | -5/+36 |
| | | | | Bug #583459. | ||||
* | Fixed Greek translation for documentation. | Simos Xenitellis | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | Fixed Greek translation for documentation. | Simos Xenitellis | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | Fix ne.po validity (Bug #521461) | Claude Paroz | 2009-05-26 | 1 | -2/+2 |
| | |||||
* | configure.ac: post-release version bump. | Xan Lopez | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | NEWS: update for 2.27.2 release. | Xan Lopez | 2009-05-25 | 1 | -0/+14 |
| | |||||
* | Updated Tamil translation | drtvasudevan | 2009-05-24 | 1 | -22/+22 |
| | |||||
* | configure.ac: bump required WebKitGTK+ version to 1.1.7 | Xan Lopez | 2009-05-24 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Jorge Gonzalez | 2009-05-24 | 1 | -25/+93 |
| | |||||
* | Fix variable declaration mixed with the code. | Gustavo Noronha Silva | 2009-05-23 | 1 | -1/+2 |
| | |||||
* | Reimplement the original download logic and dialog. | Gustavo Noronha Silva | 2009-05-23 | 3 | -3/+229 |
| | | | | | We are still missing some of the MIME logic, pending on a WebKit feature landing. | ||||
* | ephy-embed: remove scroll methods from embed | Xan Lopez | 2009-05-22 | 1 | -17/+0 |
| | | | | The way to scroll now is through the adjustments bound to the view. | ||||
* | Updated Tamil translation | drtvasudevan | 2009-05-20 | 1 | -1885/+803 |
| | |||||
* | Updated German translation. | Nathan-J. Hirschauer | 2009-05-20 | 1 | -1957/+1655 |
| | |||||
* | updated Greek documentation translation | Γιάννης Κατσαμπίρης | 2009-05-17 | 1 | -534/+635 |
| | |||||
* | Rectified Greek translation | Simos Xenitellis | 2009-05-14 | 1 | -3223/+1389 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-05-12 | 1 | -842/+5 |
| | |||||
* | Update Seed extension wrapper to Seed API changes | Tim Horton | 2009-05-11 | 1 | -1/+2 |
| | |||||
* | Fixed keyboard accelerator in Catalan translation | Gil Forcada | 2009-05-10 | 1 | -840/+819 |
| | |||||
* | Updated Spanish translation | Jorge Gonzalez | 2009-05-04 | 1 | -5/+5 |
| | |||||
* | Updated Spanish translation | Jorge Gonzalez | 2009-05-03 | 1 | -16/+16 |
| | |||||
* | Updated Spanish translation | Jorge Gonzalez | 2009-05-02 | 1 | -53/+49 |
| | |||||
* | Updated Hebrew translation | Yaron Shahrabani | 2009-05-01 | 1 | -2325/+1465 |
| | |||||
* | Implement caret browsing mode (bug #562621) | Xan Lopez | 2009-04-28 | 2 | -1/+5 |
| | |||||
* | egg-editable-toolbar: sync to latest upstream version (bug #580557) | Xan Lopez | 2009-04-28 | 1 | -2/+18 |
| | |||||
* | ephy-embed: Mark favicon cache as dirty after deletion (bug #120826) | Priit Laes | 2009-04-25 | 1 | -0/+1 |
| | |||||
* | webkit-embed: don use deprecated 'title-changed' signal, connect to ↵ | Xan Lopez | 2009-04-24 | 1 | -11/+14 |
| | | | | notify::title instead. | ||||
* | ephy-window: declare variables only if needed. | Xan Lopez | 2009-04-24 | 1 | -8/+7 |
| | |||||
* | ephy-window: ignore chrome flags when opening new page in a tab. | Xan Lopez | 2009-04-24 | 1 | -24/+33 |
| | | | | | If we are forcing the creating of the new page in a tab ignore whatever chrome flags the new window would try to set. | ||||
* | doap: Add desktop category | Olav Vitters | 2009-04-24 | 1 | -0/+1 |
| | |||||
* | Use GNOME settings for default font sizes. | Xan Lopez | 2009-04-22 | 2 | -4/+40 |
| | | | | We were using WebKitGTK+ defaults now. | ||||
* | ephy-find-toolbar: fix backwards search, forward search was hardcoded. | Xan Lopez | 2009-04-17 | 1 | -2/+2 |
| | |||||
* | Add epiphany.doap | Xan Lopez | 2009-04-17 | 1 | -0/+20 |
| | | | | For the git web interface benefit. | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-04-12 | 1 | -127/+142 |
| | | | | svn path=/trunk/; revision=8958 | ||||
* | Add the diff to smclient upstream also as a separate file, so people other ↵ | Christian Persch | 2009-04-09 | 1 | -0/+198 |
| | | | | | | than me can update from libegg svn path=/trunk/; revision=8953 | ||||
* | Update smclient from libegg master | Christian Persch | 2009-04-09 | 2 | -3/+25 |
| | | | | svn path=/trunk/; revision=8952 | ||||
* | Updated Greek translation by Marios Zindilis | Simos Xenitellis | 2009-04-04 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8949 | ||||
* | Undoing commit 8947 | Simos Xenitellis | 2009-04-04 | 1 | -2800/+5421 |
| | | | | svn path=/trunk/; revision=8948 | ||||
* | Updated Greek translation (Marios Zindilis), fixes #577531 | Simos Xenitellis | 2009-04-04 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8947 | ||||
* | Updated Greek translation (Marios Zindilis), fixes #577531 | Simos Xenitellis | 2009-04-04 | 1 | -3336/+3205 |
| | | | | svn path=/trunk/; revision=8946 | ||||
* | Remove unnecessary passing around of WebKitEmbed, and fix some style | Gustavo Noronha Silva | 2009-03-27 | 1 | -13/+6 |
| | | | | | | issues. svn path=/trunk/; revision=8945 | ||||
* | ephy-location-entry: remove useless defines | Diego Escalante Urrelo | 2009-03-27 | 1 | -4/+0 |
| | | | | svn path=/trunk/; revision=8944 | ||||
* | Adding myself to the header as copyright holder, for earlier | Gustavo Noronha Silva | 2009-03-27 | 1 | -0/+1 |
| | | | | | | contributions. svn path=/trunk/; revision=8943 | ||||
* | Implementing auto-download, and respecting download lock-down. | Gustavo Noronha Silva | 2009-03-27 | 1 | -30/+88 |
| | | | | svn path=/trunk/; revision=8942 | ||||
* | Check for NULL uri in ephy_file_delete_uri. | Gustavo Noronha Silva | 2009-03-26 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=8941 | ||||
* | Remove downloading files when cancelling the download. | Gustavo Noronha Silva | 2009-03-26 | 4 | -1/+33 |
| | | | | svn path=/trunk/; revision=8940 | ||||
* | Use Epiphany's profile directory to store the downloaded file | Gustavo Noronha Silva | 2009-03-26 | 1 | -7/+8 |
| | | | | | | temporarily, instead of XDG's cache directory. svn path=/trunk/; revision=8939 | ||||
* | ephy-window: use new-window-policy-decision-requested signal. | Xan Lopez | 2009-03-25 | 1 | -10/+29 |
| | | | | | | | | | | | | | Patch by Alejandro G. Castro. Allows to open links with target=_blank in a new tab by clicking with the middle button. Requires WebKitGTK+ r41969. Fixes #573357. svn path=/trunk/; revision=8938 | ||||
* | Update from libegg. | Christian Persch | 2009-03-25 | 2 | -16/+13 |
| | | | | svn path=/trunk/; revision=8934 | ||||
* | updated kn.po | Shankar Prasad | 2009-03-24 | 2 | -4/+16 |
| | | | | svn path=/trunk/; revision=8932 | ||||
* | HACKING: add a couple more rules. | Xan Lopez | 2009-03-23 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=8931 | ||||
* | webkit-embed: 'foo ? foo : NULL' == 'foo' | Xan Lopez | 2009-03-22 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8930 | ||||
* | Removing unused variable | Gustavo Noronha Silva | 2009-03-21 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8929 | ||||
* | Do not use gtk_dialog_run() for the file chooser dialog when | Gustavo Noronha Silva | 2009-03-21 | 2 | -26/+68 |
| | | | | | | | | downloading. Start downloading early to a temporary location, and change the target URI after the user has decided where to put the file on. svn path=/trunk/; revision=8928 | ||||
* | ephy-topic-action: call gtk_activatable_get_related_action on the right widget. | Xan Lopez | 2009-03-21 | 1 | -1/+4 |
| | | | | | | | We set the action on the tool item, so fetch the action from there and not its child button. Fixes bug #571178. svn path=/trunk/; revision=8926 | ||||
* | ephy-window: try with a bigger z-index... | Xan Lopez | 2009-03-19 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8922 | ||||
* | ephy-window: nasty hack to try to get the link-message on top of everything. | Xan Lopez | 2009-03-19 | 1 | -0/+1 |
| | | | | | | Mmm, maybe I should use an actual GTK+ window after all :) svn path=/trunk/; revision=8921 | ||||
* | ephy-window: implement translucent link-message statusbar. | Xan Lopez | 2009-03-19 | 1 | -3/+100 |
| | | | | | | | | 'Inspired' from Chrome, will show the link-message in a translucent floating div on the bottom left corner of the web view if the normal statusbar is hidden. svn path=/trunk/; revision=8920 | ||||
* | Updated Galician Translation by Suso Baleato. | Ignacio Casal Quinteiro | 2009-03-19 | 1 | -1277/+1269 |
| | | | | svn path=/trunk/; revision=8918 | ||||
* | configure.ac: remove duplicated bit. | Xan Lopez | 2009-03-18 | 1 | -3/+0 |
| | | | | svn path=/trunk/; revision=8917 | ||||
* | ephy-base-embed: remove note about using force reload when available. | Xan Lopez | 2009-03-18 | 1 | -4/+0 |
| | | | | | | Turns out it's better not to, see bug #568108. svn path=/trunk/; revision=8916 | ||||
* | Handover | Christian Persch | 2009-03-18 | 1 | -5/+0 |
| | | | | svn path=/trunk/; revision=8914 | ||||
* | Updated Czech translation by Lucas Lommer. | Petr Kovar | 2009-03-17 | 1 | -969/+953 |
| | | | | | | | | 2009-03-17 Petr Kovar <pknbe@volny.cz> * cs.po: Updated Czech translation by Lucas Lommer. svn path=/trunk/; revision=8913 | ||||
* | configure.ac: post release version bump. | Xan Lopez | 2009-03-17 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8912 | ||||
* | NEWS: fix indentation. | Xan Lopez | 2009-03-17 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=8911 | ||||
* | NEWS: update. | Xan Lopez | 2009-03-17 | 1 | -0/+9 |
| | | | | svn path=/trunk/; revision=8910 | ||||
* | configure.ac: update libsoup requirement to 2.26.0. | Xan Lopez | 2009-03-17 | 1 | -1/+1 |
| | | | | | | | Among other things it has a SoupCookieJarSQLite that can create one jar from scratch. svn path=/trunk/; revision=8909 | ||||
* | webkit-embed: re-add support for click-to-download. | Xan Lopez | 2009-03-16 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=8908 | ||||
* | configure.ac: update glib requirement to minimum required by gtk+ 2.16.0. | Xan Lopez | 2009-03-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8907 | ||||
* | configure.ac: post-release version bump. | Xan Lopez | 2009-03-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8906 | ||||
* | Require WebKitGTK+ 1.1.3, since 1.1.2 had a bad soname. | Gustavo Noronha Silva | 2009-03-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8904 | ||||
* | Updated French translation. | Claude Paroz | 2009-03-16 | 1 | -541/+566 |
| | | | | svn path=/trunk/; revision=8903 | ||||
* | configure.ac: update WebKitGTK+ requirement to 1.1.2. | Xan Lopez | 2009-03-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8901 | ||||
* | NEWS: forgot one word :) | Xan Lopez | 2009-03-15 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8900 | ||||
* | NEWS: update for release. | Xan Lopez | 2009-03-15 | 1 | -0/+17 |
| | | | | svn path=/trunk/; revision=8899 | ||||
* | Updated British English translation by Bruce Cowan | Philip Withnall | 2009-03-15 | 1 | -525/+526 |
| | | | | | | <bcowan@fastmail.co.uk>. svn path=/trunk/; revision=8890 | ||||
* | configure.ac: require GTK+ 2.16.0 so we get a change of having proper ↵ | Xan Lopez | 2009-03-14 | 1 | -1/+1 |
| | | | | | | theming in entry. svn path=/trunk/; revision=8888 | ||||
* | webkit-embed-single: couple of cleanups. | Xan Lopez | 2009-03-14 | 1 | -8/+0 |
| | | | | svn path=/trunk/; revision=8886 | ||||
* | ephy-profile-migration: and another. | Xan Lopez | 2009-03-14 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8885 | ||||
* | ephy-profile-migration: plug leak. | Xan Lopez | 2009-03-14 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8884 | ||||
* | Add profile migration. | Xan Lopez | 2009-03-13 | 5 | -2/+169 |
| | | | | | | | Migrate cookies from Mozilla, both sqlite and txt formats (sqlite has priority in case both exist). svn path=/trunk/; revision=8880 | ||||
* | Duarte Loreto <happyguy_pt@hotmail.com> Fixed an error on the Portuguese ↵ | Duarte Loreto | 2009-03-13 | 1 | -5/+5 |
| | | | | | | translation svn path=/trunk/; revision=8878 | ||||
* | Adapt WebKitDownload-related code to the changes done today in | Gustavo Noronha Silva | 2009-03-13 | 1 | -28/+36 |
| | | | | | | WebKitGTK+. svn path=/trunk/; revision=8877 | ||||
* | configure.ac: drop redundant AC_SUBST. | Xan Lopez | 2009-03-12 | 1 | -9/+0 |
| | | | | | | | PKG_CHECK_MODULES already does AC_SUBST on LIBS and CFLAGS for us, so don't do it again. Thanks to Company for the tip. svn path=/trunk/; revision=8876 | ||||
* | detect NetworkManager using pkg-config | Benjamin Otte | 2009-03-12 | 3 | -3/+4 |
| | | | | svn path=/trunk/; revision=8873 | ||||
* | POTFILES.in: remove deleted files. | Xan Lopez | 2009-03-12 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=8872 | ||||
* | configure.ac: require avahi-client explictly. | Xan Lopez | 2009-03-12 | 1 | -1/+4 |
| | | | | | | | avahi-client is in the private requiremenets of avahi-gobject, so we need to ask for it to get the right libs at link time. svn path=/trunk/; revision=8871 | ||||
* | Add SEED_LIBS when seed extensions are enabled. | Xan Lopez | 2009-03-11 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=8870 | ||||
* | Remove ephy-download leftovers. | Xan Lopez | 2009-03-11 | 3 | -4/+0 |
| | | | | svn path=/trunk/; revision=8869 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-03-10 | 2 | -33/+37 |
| | | | | svn path=/trunk/; revision=8867 | ||||
* | ephy-location-entry: #if 0 the favicon column in completion. | Xan Lopez | 2009-03-09 | 1 | -10/+10 |
| | | | | | | | It makes the text in the completion jump like crazy, so disable until we figure out what's going on. svn path=/trunk/; revision=8866 | ||||
* | ephy-location-entry: use g_object_connect for mass signal connection. | Xan Lopez | 2009-03-09 | 1 | -17/+12 |
| | | | | svn path=/trunk/; revision=8865 | ||||
* | Updated Italian translation by Francesco Marletta | miloc | 2009-03-09 | 1 | -1681/+768 |
| | | | | svn path=/trunk/; revision=8860 | ||||
* | ephy-stock-icons: remove unneeded includes. | Xan Lopez | 2009-03-08 | 1 | -4/+0 |
| | | | | svn path=/trunk/; revision=8857 | ||||
* | ephy-net-monitor: remove unneeded includes, fix compiler warning. | Xan Lopez | 2009-03-07 | 1 | -6/+5 |
| | | | | svn path=/trunk/; revision=8855 | ||||
* | Update ephy-completion-model with some 2-26 things | Diego Escalante Urrelo | 2009-03-06 | 1 | -47/+16 |
| | | | | svn path=/trunk/; revision=8853 | ||||
* | webkit-embed.c: set security information. | Xan Lopez | 2009-03-06 | 1 | -1/+24 |
| | | | | | | | | | | | | | Patch by Mario Sánchez Prada. Libsoup lacks the needed security API to do this properly, so for now just set SECURITY_HIGH when a site with 'https' protocol reaches load-committed. This at least means we are actually using SSL, otherwise libosup would have failed to load. Bug #551106 svn path=/trunk/; revision=8852 | ||||
* | Fix a few compiler warnings and coding style. | Xan Lopez | 2009-03-05 | 2 | -11/+14 |
| | | | | svn path=/trunk/; revision=8851 | ||||
* | Updated Kannada(kn.po) translations | Shankar Prasad | 2009-03-05 | 2 | -1073/+956 |
| | | | | svn path=/trunk/; revision=8849 | ||||
* | Basic download functionality for ephy/webkit. This update also removes | Gustavo Noronha Silva | 2009-03-05 | 6 | -400/+173 |
| | | | | | | | | | the EphyDownload wrapper, which should be no longer needed with the advent of WebKitDownload. http://bugzilla.gnome.org/show_bug.cgi?id=570735 svn path=/trunk/; revision=8848 | ||||
* | webkit-embed: increase default size of inspector window. | Xan Lopez | 2009-03-04 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8843 | ||||
* | Removing references to the now extint EphyCookieManager from the gtk-doc | Gustavo Noronha Silva | 2009-03-03 | 2 | -3/+0 |
| | | | | | | files. svn path=/trunk/; revision=8842 | ||||
* | Fix the RDF bookmark importer (bug #129852). | Vincent Untz | 2009-03-03 | 1 | -45/+77 |
| | | | | | | | Correctly handle translations (for title, but also for localized URL). Correctly handle bookmark topics. svn path=/trunk/; revision=8840 | ||||
* | Updated German translation. | Hendrik Richter | 2009-03-03 | 1 | -4/+3 |
| | | | | svn path=/trunk/; revision=8837 | ||||
* | typo fixes from #564485 | Timo Jyrinki | 2009-03-03 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=8836 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2009-03-02 | 2 | -114/+115 |
| | | | | svn path=/trunk/; revision=8835 | ||||
* | Remove ephy_embed_has_automatic_encoding, it's unused now. | Xan Lopez | 2009-03-02 | 6 | -45/+0 |
| | | | | svn path=/trunk/; revision=8833 | ||||
* | Use new get_encoding API to properly figure out automatic vs override encoding. | Xan Lopez | 2009-03-02 | 2 | -8/+14 |
| | | | | svn path=/trunk/; revision=8832 | ||||
* | configure.ac: require WebKitGTK+ 1.1.1 | Xan Lopez | 2009-03-02 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8831 | ||||
* | ephy-file-chooser: cast parent_class properly. | Xan Lopez | 2009-03-01 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8829 | ||||
* | ephy-file-chooser: use G_DEFINE_TYPE. | Xan Lopez | 2009-03-01 | 1 | -34/+4 |
| | | | | svn path=/trunk/; revision=8828 | ||||
* | ephy-module: use G_DEFINE_TYPE. | Xan Lopez | 2009-03-01 | 1 | -32/+2 |
| | | | | svn path=/trunk/; revision=8827 | ||||
* | Remove CXX/C++ stuff from configure/Makefiles. | Xan Lopez | 2009-03-01 | 2 | -16/+2 |
| | | | | | | We are just C now, so it should be OK. svn path=/trunk/; revision=8826 | ||||
* | Remove get_backend function, there's only one possibility now. | Xan Lopez | 2009-02-28 | 5 | -40/+1 |
| | | | | svn path=/trunk/; revision=8825 | ||||
* | Remove gecko-only desktop-file plugin. | Xan Lopez | 2009-02-28 | 6 | -640/+0 |
| | | | | svn path=/trunk/; revision=8824 | ||||
* | webkit-embed-prefs: use utils macro to get WebView from embed. | Xan Lopez | 2009-02-28 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=8823 | ||||
* | MAINTAINERS: add myself, as agreed with Christian. | Xan Lopez | 2009-02-28 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=8821 | ||||
* | Remove the {_get,_set}_encoding functions from the python bindings definition, | Cosimo Cecchi | 2009-02-27 | 1 | -15/+0 |
| | | | | | | so that we can compile cleanly with --enable-maintainer-mode. svn path=/trunk/; revision=8820 | ||||
* | webkit-embed-prefs: support user style sheets. | Xan Lopez | 2009-02-27 | 1 | -1/+36 |
| | | | | | | Bug #562628 svn path=/trunk/; revision=8819 | ||||
* | Add FIXME about encodings. | Xan Lopez | 2009-02-27 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8818 | ||||
* | Remove embedding APIs for set/get encoding. | Xan Lopez | 2009-02-27 | 5 | -69/+23 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8817 | ||||
* | webkit-embed: remove extra ';'. | Xan Lopez | 2009-02-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8816 | ||||
* | Implement get/set encoding for the embed. | Xan Lopez | 2009-02-27 | 5 | -11/+10 |
| | | | | | | Bug #525265 svn path=/trunk/; revision=8815 | ||||
* | webkit-embed-single: use SoupProxyResolverGNOME to use GNOME proxy settings. | Xan Lopez | 2009-02-26 | 1 | -1/+6 |
| | | | | svn path=/trunk/; revision=8814 | ||||
* | webkit-embed-single: unref cookie jar once it's added to the session. | Xan Lopez | 2009-02-26 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8813 | ||||
* | Use libsoup, getting the session from webkit, to handle cookies. | Xan Lopez | 2009-02-23 | 12 | -717/+108 |
| | | | | | | | Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on 2.25.91, although we actually need trunk to get working code. svn path=/trunk/; revision=8811 | ||||
* | Use – (en dash , U+2013) in copyright years. Also fixup surrounding ↵ | Wouter Bolsterlee | 2009-02-23 | 1 | -10/+10 |
| | | | | | | whitespace. svn path=/trunk/; revision=8810 | ||||
* | ephy-zoom-control: release references in dispose, not finalize. | Xan Lopez | 2009-02-23 | 1 | -5/+9 |
| | | | | svn path=/trunk/; revision=8809 | ||||
* | ephy-zoom-control: use G_DEFINE_TYPE, remove unneeded includes. | Xan Lopez | 2009-02-23 | 1 | -37/+4 |
| | | | | svn path=/trunk/; revision=8808 | ||||
* | ephy-zoom-action: use G_DEFINE_TYPE, remove unneeded includes. | Xan Lopez | 2009-02-23 | 1 | -37/+5 |
| | | | | svn path=/trunk/; revision=8807 | ||||
* | ephy-search-entry: remove unneeded/redundant includes. | Xan Lopez | 2009-02-23 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=8806 | ||||
* | Update year | Christian Persch | 2009-02-23 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8805 | ||||
* | ephy-password-dialog: remove, it's unused. | Xan Lopez | 2009-02-23 | 3 | -835/+0 |
| | | | | svn path=/trunk/; revision=8803 | ||||
* | ephy-location-entry: fix security icon visibility. | Xan Lopez | 2009-02-23 | 1 | -3/+8 |
| | | | | | | | | | GtkEntry has no distinction between the visibility of the icons and the icon to be used, meaning that the way to make them invisible is to unset them. Keep a private boolean with the visibility status so we can update our icon type without altering its visibility. svn path=/trunk/; revision=8802 | ||||
* | ephy-window: do not make code conditional on Gecko version. | Xan Lopez | 2009-02-23 | 1 | -8/+4 |
| | | | | svn path=/trunk/; revision=8801 | ||||
* | Updated Czech translation of manual by Lucas Lommer. | Petr Kovář | 2009-02-22 | 1 | -19/+12 |
| | | | | svn path=/trunk/; revision=8800 | ||||
* | ephy-bookmarks: guard zeroconf dependent function declaration. | Xan Lopez | 2009-02-21 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=8797 | ||||
* | downloader-view: use undeprecated gtk_status_icon_set_tooltip_text. | Xan Lopez | 2009-02-21 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8796 | ||||
* | sv.po: Updated Swedish translation | Daniel Nylander | 2009-02-20 | 1 | -65/+73 |
| | | | | svn path=/trunk/; revision=8794 | ||||
* | ephy-window: do not show progress for pages that load very quickly (eg, ↵ | Xan Lopez | 2009-02-19 | 1 | -1/+9 |
| | | | | | | about:blank). svn path=/trunk/; revision=8792 | ||||
* | Fix finding extensions in system dir. | Xan Lopez | 2009-02-18 | 1 | -5/+7 |
| | | | | | | | | | | Also use g_build_filename to build paths and plug a leak. Based on a patch by Diego Escalante Urrelo. Bug #571379 svn path=/trunk/; revision=8791 | ||||
* | Updated translation in gujarati | Sweta Kothari | 2009-02-16 | 1 | -14/+12 |
| | | | | svn path=/trunk/; revision=8784 | ||||
* | Add option to open new windows in tabs. | Xan Lopez | 2009-02-16 | 3 | -3/+32 |
| | | | | | | | | | | | Only available as a gconf key for now, /apps/epiphany/general/open_new_windows_in_tab. Patch by Alejandro G. Castro. Bug #571593 svn path=/trunk/; revision=8783 | ||||
* | Updated Spanish translation, fixes bug #569457 | Jorge Gonzalez Gonzalez | 2009-02-14 | 2 | -907/+881 |
| | | | | svn path=/trunk/; revision=8781 | ||||
* | Updated translation for gujarati | Sweta Kothari | 2009-02-12 | 1 | -524/+525 |
| | | | | svn path=/trunk/; revision=8780 | ||||
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2009-02-11 | 1 | -2574/+928 |
| | | | | svn path=/trunk/; revision=8779 | ||||
* | Don't recurse into proxy item construction. Bug #570984 | Christian Persch | 2009-02-10 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=8778 | ||||
* | And some more style fixes, should now follow the new code guidelines. | Xan Lopez | 2009-02-08 | 4 | -61/+58 |
| | | | | svn path=/trunk/; revision=8777 | ||||
* | ephy-seed-extension: untabify, delete-trailing-whitespace, ... | Xan Lopez | 2009-02-08 | 1 | -39/+40 |
| | | | | svn path=/trunk/; revision=8776 | ||||
* | ephy-seed-extension: free this here. | Xan Lopez | 2009-02-08 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=8775 | ||||
* | ephy-seed-extension: do not return const pointer as char*. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8774 | ||||
* | ephy-seed-extension: add trailing NULL to g_strconcat. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8773 | ||||
* | ephy-seed-extensions: fix coding style. | Xan Lopez | 2009-02-08 | 1 | -34/+34 |
| | | | | svn path=/trunk/; revision=8772 | ||||
* | Use gtk_activatable_get_related_action instead of the deprecated ↵ | Xan Lopez | 2009-02-08 | 4 | -10/+10 |
| | | | | | | gtk_widget_get_action. svn path=/trunk/; revision=8771 |