Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extensions-manager: remove legacy XML format support | Diego Escalante Urrelo | 2010-01-26 | 3 | -187/+3 |
| | | | | | | | This has been long gone and anything still using it probably doesn't work with the API changes in the last year anyway. Bug #607881 | ||||
* | extensions-manager: use GDir instead of dirent | Diego Escalante Urrelo | 2010-01-26 | 1 | -9/+16 |
| | | | | Bug #607881 | ||||
* | ephy-web-view.c: allow all windows to be closed by JSactual-2.29.6 | Xan Lopez | 2010-01-26 | 1 | -1/+8 |
| | | | | Since we are not marking windows as popups for now. | ||||
* | 2.29.62.29.6 | Xan Lopez | 2010-01-26 | 2 | -1/+13 |
| | |||||
* | ephy-location-entry: disable favicons in entry for release | Xan Lopez | 2010-01-25 | 1 | -0/+5 |
| | |||||
* | ephy-window: assume windows are not popups by default | Xan Lopez | 2010-01-25 | 1 | -1/+1 |
| | | | | | We need to refine our code to identify popups, meanwhile it's better to err on the benevolent side. | ||||
* | Updated Bulgarian translation | Alexander Shopov | 2010-01-25 | 1 | -722/+445 |
| | |||||
* | Suggest Filename based on the mimetype and URI of the WebKitWebResource | Jorge Kalmbach | 2010-01-23 | 1 | -1/+30 |
| | | | | Bug #605479 | ||||
* | tests: simplify Makefile.am | Diego Escalante Urrelo | 2010-01-22 | 1 | -15/+25 |
| | | | | Don't cherry pick internal libraries for tests. | ||||
* | tests: apply style fixes suggested by Xan | Diego Escalante Urrelo | 2010-01-22 | 3 | -39/+26 |
| | |||||
* | docs: ephy-file-helpers | Diego Escalante Urrelo | 2010-01-22 | 6 | -15/+231 |
| | |||||
* | docs: delete deprecated templates | Diego Escalante Urrelo | 2010-01-22 | 22 | -2738/+53 |
| | |||||
* | Enable page cache for real, now. | Gustavo Noronha Silva | 2010-01-22 | 1 | -0/+1 |
| | | | | | All critical bugs have been fixed, we already depend on a new enough version of WebKit, and this feature needs testing. | ||||
* | window-commands: remove an empty line from f007602 | Diego Escalante Urrelo | 2010-01-21 | 1 | -1/+1 |
| | | | | Just a nitpick in Jorge's patch. | ||||
* | Escape the name of resources before saving them | Diego Escalante Urrelo | 2010-01-21 | 1 | -4/+6 |
| | | | | | | | | | | Some resources might be of the style "page.php?orig=/place/other", this would make Epiphany crash while saving them because of the invalid characters for the filename. To solve this we escape the name of the resources before using it as the name of the destination file. Bug #606876 | ||||
* | Rename a variable to make its relation obvious | Diego Escalante Urrelo | 2010-01-21 | 1 | -15/+15 |
| | | | | | | | | | | In ephy_web_view_save_sub_resources the destination_uri var is passed down to the GAsyncReadyCallbacks and is freed after all the operations are finished, however it is named sub_destination_uri in this callbacks. To make it more obvious that it is the same data we renamed all the ocurrences to destination_uri. Bug #606876 | ||||
* | ephy-web-view: plug leaks in ephy_web_view_save | Diego Escalante Urrelo | 2010-01-21 | 1 | -8/+11 |
| | | | | Bug #606876 | ||||
* | Ask for confirmation when replacing files, in save as | Jorge Kalmbach | 2010-01-21 | 2 | -4/+8 |
| | | | | Bug #605480 | ||||
* | updated Tamil translation | vasudeven | 2010-01-20 | 1 | -351/+382 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2010-01-16 | 1 | -63/+71 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-01-16 | 1 | -38/+46 |
| | |||||
* | Disable page cache - I committed it by mistake | Gustavo Noronha Silva | 2010-01-16 | 1 | -1/+0 |
| | |||||
* | Make text search faster by delaying the actual search | Gustavo Noronha Silva | 2010-01-16 | 1 | -4/+31 |
| | | | | | | | This makes sure that we do not search for 1-2 characters when the user starts typing, making the search for longer words faster. Bug #598322 | ||||
* | Remove error handling work-arounds | Gustavo Noronha Silva | 2010-01-16 | 3 | -32/+23 |
| | | | | | | | WebKit will stop emitting load signals when it loads the error page, which makes life easier for us. Bug #377012 | ||||
* | Show again favicon column in URL completion dropdown | Xan Lopez | 2010-01-15 | 1 | -2/+0 |
| | |||||
* | Make EphyLocationEntry store a copy of the lock-stock-id | Xan Lopez | 2010-01-15 | 1 | -1/+2 |
| | | | | | | | Otherwise we rely on the ordering of the property notifications to get a proper id instead of garbage (!). Bug #606995 | ||||
* | Fix docs build with gtk-doc 1.13 | Sebastian Dröge | 2010-01-15 | 1 | -1/+1 |
| | | | | gtkdoc-fixxref now needs the module to work correctly. | ||||
* | Use g_mkdir_with_parents instead of just mkdir | Diego Escalante Urrelo | 2010-01-14 | 1 | -1/+1 |
| | | | | | | | This ensures that if .gnome2/ doesn't exist, we don't fail instead of just creating the dir. Bug #605860 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-01-14 | 1 | -21/+32 |
| | |||||
* | Remove legacy fields in EphyEmbedPersist | Diego Escalante Urrelo | 2010-01-14 | 1 | -7/+0 |
| | |||||
* | Use © symbol and include glib.h in tests. | Diego Escalante Urrelo | 2010-01-14 | 3 | -3/+6 |
| | |||||
* | Fix syntax error in the GConf schema | Sebastian Dröge | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-01-13 | 1 | -106/+115 |
| | |||||
* | 2.29.52.29.5 | Xan Lopez | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | Update NEWS for release | Xan Lopez | 2010-01-12 | 1 | -0/+28 |
| | |||||
* | Improve infobar text a bit | Diego Escalante Urrelo | 2010-01-12 | 1 | -3/+12 |
| | | | | | | Include a mention to the username being saved and the domain where the form is. Bug #605022 | ||||
* | Miscellaneous nitpick fixes | Diego Escalante Urrelo | 2010-01-12 | 3 | -22/+21 |
| | |||||
* | Avoid blank items in back/forward menus | Diego Escalante Urrelo | 2010-01-12 | 1 | -3/+10 |
| | | | | | | Use the url of the page as its menu label if there's no title set. Bug #604491 | ||||
* | Update Ukrainian translation | Maxim V. Dziumanenko | 2010-01-10 | 1 | -640/+792 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-01-09 | 1 | -719/+590 |
| | |||||
* | Remove uneeded default handlers for about dialog | Diego Escalante Urrelo | 2010-01-09 | 1 | -39/+0 |
| | | | | | | | Since 2.18 url and email hooks are not necessary, GTK+ includes default handlers. Bug #509207 | ||||
* | Rename EphyWebView::ge-new-window to EphyWebView::new-window | Xan Lopez | 2010-01-09 | 2 | -9/+9 |
| | |||||
* | Emit again EphyWebView::ge-new-window when required | Xan Lopez | 2010-01-09 | 1 | -8/+8 |
| | |||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2010-01-06 | 1 | -277/+297 |
| | |||||
* | Do not dist .gir files | Xan Lopez | 2010-01-06 | 2 | -2/+0 |
| | | | | | | Since the g-i scanner and compiler are shipped together (and will be in the future), there's little to gain in shipping the .gir file in our tarball, and we save a few build-time headaches. | ||||
* | Update Ukrainian translation | Maxim V. Dziumanenko | 2010-01-05 | 1 | -715/+665 |
| | |||||
* | NSS is not relevant as a feature for extensions | Xan Lopez | 2010-01-02 | 1 | -1/+0 |
| | |||||
* | No need to AC_SUBST EPIPHANY_FEATURES several times | Xan Lopez | 2010-01-02 | 1 | -4/+1 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-01-01 | 1 | -302/+320 |
| | |||||
* | Remove ChangeLog generation from SVN | Xan Lopez | 2009-12-31 | 3 | -310/+1 |
| | | | | It's not useful anymore, only leave the git bits. | ||||
* | Disable introspection for distcheck | Xan Lopez | 2009-12-31 | 1 | -0/+1 |
| | | | | | | | | | | | | There's a (apparently) nasty circular dependency issue when doing distcheck with introspection enabled. The .gir file needs the epiphany binary to be built, so basically when doing the dist part of check copying the files to the temp directory we trigger a full build. This would be already bad, but on top of that it does not work, since we use BUILT_SOURCES for some generated files, which does not work during 'make dist'. So disable it while we figure this out. | ||||
* | Enable threads for gtk-doc scanner | Xan Lopez | 2009-12-31 | 1 | -0/+3 |
| | |||||
* | Revert "docs: remove generated templates" | Xan Lopez | 2009-12-31 | 23 | -13/+3346 |
| | | | | | | This reverts commit 3deb6e06fd3cccaf26bca8c81bf1f83ef7993dd6. This broke distcheck. | ||||
* | Don't omit notifications for downloads | Diego Escalante Urrelo | 2009-12-30 | 1 | -24/+11 |
| | | | | | | | | | | If a download is finished while the GtkStatusIcon for DownloadView is not embedded the finished notification for such download is missed and user is left wondering what happened with his/her download. This makes notifications show whether there is or not a GtkStatusIcon to attach to. Bug #604599 | ||||
* | Implement replace action for downloads | Diego Escalante Urrelo | 2009-12-30 | 2 | -20/+81 |
| | | | | | | | Always download to a temporary location, only move the file to the final destination after it has been downloaded completely. Bug #594192 | ||||
* | downloader-view: fix wrong return type | Diego Escalante Urrelo | 2009-12-30 | 1 | -1/+3 |
| | | | | Bug #594192 | ||||
* | Minor style fixes in downloads code. | Diego Escalante Urrelo | 2009-12-30 | 2 | -5/+7 |
| | | | | Bug #594192 | ||||
* | ephy-embed: fix download button action | Diego Escalante Urrelo | 2009-12-30 | 1 | -0/+8 |
| | | | | | | | | | Sometimes downloads can have a mime_description but a NULL helper_app in that case action is never changed so DOWNLOAD_ACTION_DOWNLOAD remains as action value. This is the same response value as Save as... button, which is wrong for the Download button. Bug #605091 | ||||
* | ephy-embed: minor style fix | Diego Escalante Urrelo | 2009-12-29 | 1 | -2/+1 |
| | | | | Bug #605091 | ||||
* | Enable mime type safety check in downloads | Diego Escalante Urrelo | 2009-12-29 | 1 | -0/+1 |
| | | | | | | Honour our database of safe and unsafe mime types. Bug #605026 | ||||
* | Update the installation directory for .gir and .typelib files | Iain Nicol | 2009-12-28 | 1 | -2/+2 |
| | | | | Bug #605574 | ||||
* | Updated Arabic translation | Khaled Hosny | 2009-12-27 | 1 | -260/+276 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-12-27 | 1 | -2/+10 |
| | |||||
* | Use introspection.m4 file to detect introspection support | Xan Lopez | 2009-12-26 | 3 | -40/+108 |
| | |||||
* | Reimplement window.close | Xan Lopez | 2009-12-26 | 3 | -13/+30 |
| | | | | | | | | We consider all windows opened by the web page without user intervention as popups, and allow them to be closed in the same way if the page so requests. Bug #599009 | ||||
* | Replace unsupported %k with %-H in Italian translation | Luca Ferretti | 2009-12-22 | 1 | -5/+5 |
| | |||||
* | Copy WebKitWebHistoryItem objects | Gustavo Noronha Silva | 2009-12-21 | 1 | -1/+2 |
| | | | | | This is so that changes to the item objects do not affect other WebViews. | ||||
* | ephy-embed-prefs: enable quirks mode by default | Xan Lopez | 2009-12-21 | 1 | -0/+1 |
| | | | | Makes WebKit apply a series of workarounds for known broken sites. | ||||
* | Restrict number of password infobars to one | Gustavo Noronha Silva | 2009-12-20 | 1 | -0/+13 |
| | |||||
* | Add sanity checks for places where we create SoupURIs | Gustavo Noronha Silva | 2009-12-20 | 1 | -0/+8 |
| | | | | | SoupURI creation may fail for invalid URIs, and we would crash trying to work with the NULL pointers. | ||||
* | Finish porting the favicon cache to WebKitDownload | Gustavo Noronha Silva | 2009-12-20 | 1 | -5/+5 |
| | |||||
* | ephy-bookmarks-editor: wrong cast | Diego Escalante Urrelo | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | Raise API version | Gustavo Noronha Silva | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-12-19 | 1 | -269/+298 |
| | |||||
* | ephy_gui_help: use gtk_show_uri to open help | Diego Escalante Urrelo | 2009-12-19 | 10 | -76/+38 |
| | | | | | | | We were doing some ugly path searching for this. The correct method is to use gtk_show_uri. Bug #604024 | ||||
* | Add custom user-agent support | Vincent Untz | 2009-12-19 | 3 | -1/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We default to the WebKitGTK+ user agent with Epiphany and the version appended to it. This can be overriden/modified in two ways: - The gconf key /apps/epiphany/general/user_agent has the maximum priority, and if it's set it will be always used. - If the gconf key is not set, vendors can still customize the UA by placing a branding.conf file in the share data directory. One example would be: [User Agent] Vendor=SUSE VendorSub=11.2 VendorComment=2.29.94-1 And the result would be: Mozilla/5.0 (X11; U; Linux i686; fr-fr) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ SUSE/11.2 (2.29.94-1) Epiphany/2.29.94 Bug #580903 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Properly manage the list of languages for the "Accept-Language" header | Mario Sanchez Prada | 2009-12-19 | 2 | -2/+57 |
| | | | | | | | | New handler added to watch for changes in the GConf key with the list of languages for the "Accept-Language" HTTP header, and update the SoupSession's "accept-language" property (since libsoup 2.29.4). Bug #528893 | ||||
* | Make form code safe against unnamed password/username elements | Benjamin Otte | 2009-12-18 | 1 | -2/+7 |
| | |||||
* | Restore download on shift-click functionality | Gustavo Noronha Silva | 2009-12-18 | 4 | -27/+43 |
| | |||||
* | Make Ctrl-rightclick always display the browser keyboard | Gustavo Noronha Silva | 2009-12-18 | 1 | -0/+11 |
| | |||||
* | docs: ephy-web-view | Diego Escalante Urrelo | 2009-12-18 | 6 | -31/+244 |
| | |||||
* | docs: ephy-dialog | Diego Escalante Urrelo | 2009-12-18 | 6 | -18/+215 |
| | |||||
* | docs: ephy-debug | Diego Escalante Urrelo | 2009-12-18 | 4 | -1/+40 |
| | |||||
* | docs: include NSS libs when appropiate | Diego Escalante Urrelo | 2009-12-18 | 1 | -0/+5 |
| | | | | | | This fixes the build when docs are enabled. Bug #604637 | ||||
* | ephy-web-view: add missing include | Diego Escalante Urrelo | 2009-12-18 | 1 | -0/+1 |
| | |||||
* | ephy-web-view.c: use NULL-safe str compare function | Xan Lopez | 2009-12-18 | 1 | -1/+1 |
| | | | | Fixes crasher in pages with no rel elements. | ||||
* | Updating Estonian translation | Ivar Smolin | 2009-12-17 | 1 | -33/+28 |
| | |||||
* | Use the new top-widget infrastructure to ask whether to store passwords | Gustavo Noronha Silva | 2009-12-17 | 2 | -20/+191 |
| | |||||
* | Make it possible to add arbitrary widgets above the WebView | Gustavo Noronha Silva | 2009-12-17 | 2 | -3/+93 |
| | |||||
* | Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindow | Gustavo Noronha Silva | 2009-12-17 | 18 | -73/+82 |
| | |||||
* | Allow dialog buttons be the default | Benjamin Otte | 2009-12-17 | 1 | -0/+1 |
| | | | | | Fixes crashers when we actually make them the default shortly afterwards. | ||||
* | Updated Arabic translation | Khaled Hosny | 2009-12-17 | 1 | -710/+644 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2009-12-17 | 1 | -364/+371 |
| | |||||
* | ephy-statusbar: fix GTK+ version check, it was reversed | Xan Lopez | 2009-12-16 | 1 | -2/+2 |
| | |||||
* | ephy-web-view: do not auto-fill passwords when using a private profile | Xan Lopez | 2009-12-16 | 1 | -3/+3 |
| | |||||
* | Emitting ge-feed-link signal for rss extension | Estêvão Samuel Procópio | 2009-12-16 | 1 | -0/+93 |
| | | | | Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Fix file placement | Kjartan Maraas | 2009-12-16 | 1 | -2/+2 |
| | |||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-12-16 | 1 | -77/+83 |
| | |||||
* | Implement the actual form authentication saving and pre-filling | Gustavo Noronha Silva | 2009-12-16 | 2 | -0/+517 |
| | | | | | | | | | This is a "draft" quality implementation. There are some FIXMEs, and a bunch of caveats, like private profiles not being taken into consideration, and the user not being asked whether they want to save the passwords or not. Bug #582267 | ||||
* | Add a new utility function to query the keyring for the form password | Gustavo Noronha Silva | 2009-12-15 | 2 | -33/+97 |
| | | | | | This is used to make all policy regarding what and how we save data be in one place. | ||||
* | ephy-embed-single: add a function to update the form auth cache with a new entry | Xan Lopez | 2009-12-15 | 2 | -12/+47 |
| | |||||
* | ephy-embed-single: add a function to get the form auth data for a URI | Xan Lopez | 2009-12-15 | 2 | -13/+45 |
| | |||||
* | ephy-embed-single: cache form auth data | Xan Lopez | 2009-12-15 | 3 | -3/+156 |
| | | | | | Otherwise we need to query keyring all the time to figure out if we have to prefill forms. | ||||
* | ephy-profile-migration: migrate form auth data from (copied) gecko profile | Xan Lopez | 2009-12-15 | 2 | -7/+125 |
| | | | | | We store the login/password pairs used in forms in the keyring, like the HTTP auth data. | ||||
* | Move profile migration tools from src/ to lib/ | Xan Lopez | 2009-12-15 | 6 | -15/+15 |
| | | | | | We'll use them from embed/ for form password saving, and embed/ can't use code from src/ | ||||
* | Let web pages handle mouse clicks before doing our own handling | Gustavo Noronha Silva | 2009-12-14 | 2 | -2/+10 |
| | | | | | | | This allows applications to provide their own context menus, and perform their own handling for right-click events. Bug #603326 | ||||
* | ephy-web-view: url-decode javascript URIs before executing them | Xan Lopez | 2009-12-14 | 1 | -3/+7 |
| | | | | | | Fixes Amazon Add to Wishlist bookmark. Bug #604489 | ||||
* | ephy-web-view: do not set favicon when we have no address | Nguyen Thai Ngoc Duy | 2009-12-12 | 1 | -1/+1 |
| | | | | | | | | | This shouldn't happen in theory, but the double check fixes a crasher opening URLs from gmail. Bug #604375 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | ephy-web-view: get rid of 'icon-address' property | Xan Lopez | 2009-12-11 | 2 | -85/+48 |
| | | | | Also redundant since we have the same thing in WebKitWebView now. | ||||
* | ephy-web-view.h: remove old signal from class struct | Xan Lopez | 2009-12-11 | 1 | -2/+0 |
| | |||||
* | Remove the 'favicon' signal from EphyWebView | Xan Lopez | 2009-12-11 | 3 | -29/+1 |
| | | | | We already have WebKitWebView::icon-loaded, so it's redundant now. | ||||
* | Make the favicon cache work on top of new WebKit API, and WebKitDownload | Gustavo Noronha Silva | 2009-12-10 | 3 | -57/+54 |
| | | | | | | | | This restores basic favicon functionality. In the future we will want to replace our favicon cache with the IconDatabase that is available in WebKit. Bug #601859 | ||||
* | ephy-navigation-action: reverse forward history list | Carl van Toder | 2009-12-09 | 1 | -2/+2 |
| | | | | | | | | Was reversed wrt epiphany/gecko Bug #601744 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Updating Estonian translation | Ivar Smolin | 2009-12-09 | 1 | -25/+9 |
| | |||||
* | ephy-prefs: remove obsolete preference | Xan Lopez | 2009-12-09 | 1 | -3/+0 |
| | |||||
* | Add gconf key to control the search engine used in auto-search | Carl van Tonder | 2009-12-09 | 3 | -2/+26 |
| | | | | | | | | Defaults to Google, like it used to. Bug #604087 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Use new WebKit API to respect the Content-Disposition header | Gustavo Noronha Silva | 2009-12-09 | 2 | -2/+30 |
| | | | | | | | This allows us to perform downloads when the server tells us to do so, even for types WebKit supports. This fixes downloading GMail attachments. Bug #598605 | ||||
* | ephy-statusbar: avoid widget surgery hacks with newer GTK+s | Xan Lopez | 2009-12-08 | 1 | -1/+8 |
| | | | | Bug #602130 | ||||
* | Get rid of 'ge-document-type' signal | Xan Lopez | 2009-12-08 | 2 | -88/+60 |
| | | | | Connecting to notify::document-type is enough. | ||||
* | ephy-encoding-dialog: fix compiler warning (and bug!) | Xan Lopez | 2009-12-08 | 1 | -2/+1 |
| | |||||
* | ephy-web-view: fix typo | Xan Lopez | 2009-12-08 | 1 | -1/+1 |
| | |||||
* | ephy-embed: consider text/plain pages as document-type HTML | Xan Lopez | 2009-12-08 | 1 | -2/+3 |
| | | | | | | | WebKit still thinks of them as HTML documents, and otherwise things like the text-encoding menu are disabled for them. Bug #603927 | ||||
* | Revert "Don't use deprecated GtkButton API" | Diego Escalante Urrelo | 2009-12-07 | 2 | -8/+8 |
| | | | | | | Revert this commit since Xan is right about forgetting about deprecating API. Instead of hiding behind g_signal_emit() we should use modern API or file bugs to fill our need. | ||||
* | Don't use deprecated GtkButton API | Diego Escalante Urrelo | 2009-12-06 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | In 82a5da33 we removed usage of gtk_button_pressed and gtk_button_released however replacing those for g_signal_emit calls of button-press-event and button-release-event. This however caused a crash on middle clicking of elements in the toolbar. To fix this we use g_signal_emit with pressed and released signals, these two are deprecated signals, though. There doesn't seem to be a way to trigger button pressed/released animation without the pressed/released *deprecated* signals or functions, so this is our best solution for now. Bug #603450 | ||||
* | Revert "Do not use deprecated GtkButton APIs" | Xan Lopez | 2009-12-05 | 3 | -4/+4 |
| | | | | | | | This reverts commit 167e60123c1024d539dc02f4a16f7de994bd1c29. I misread the documentation about this, the signals do not do the same than the old functions. | ||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-12-05 | 1 | -642/+330 |
| | |||||
* | Remove redundant parameters in location-set API | Diego Escalante Urrelo | 2009-12-05 | 9 | -60/+34 |
| | | | | | | | | | | | EphyLocationEntry, EphyLocationAction and EphyToolbar take an @adress and @typed_address parameter, while both are useful we only end up using one so we can easily decide which one to use in ephy-window.c instead of carrying both around until ephy-location-entry.c Bonus: make ephy_location_entry_set_location accept NULL as @address safely. Bug #603651 | ||||
* | docs: missing parameters in signals | Diego Escalante Urrelo | 2009-12-03 | 2 | -0/+5 |
| | | | | Bug #503852 | ||||
* | docs: nitpick in ephy-web-view | Diego Escalante Urrelo | 2009-12-03 | 1 | -1/+1 |
| | | | | Bug #503852 | ||||
* | docs: ephy-location-action | Diego Escalante Urrelo | 2009-12-03 | 6 | -15/+93 |
| | | | | Bug #503852 | ||||
* | docs: ephy-toolbar | Diego Escalante Urrelo | 2009-12-03 | 6 | -4/+144 |
| | | | | Bug #503852 | ||||
* | docs: ephy-statusbar | Diego Escalante Urrelo | 2009-12-03 | 5 | -2/+31 |
| | | | | Bug #503852 | ||||
* | docs: ephy-window | Diego Escalante Urrelo | 2009-12-03 | 5 | -7/+30 |
| | | | | | | | Also make _ephy_window_set_context_event and _ephy_window_unset_context_event static since noone was using those. Bug #503852 | ||||
* | docs: ephy-tree-model-node | Diego Escalante Urrelo | 2009-12-03 | 5 | -4/+78 |
| | | | | Bug #503852 | ||||
* | docs: ephy-tree-model-sort | Diego Escalante Urrelo | 2009-12-03 | 6 | -260/+75 |
| | | | | | | Also disable incomplete documentation. Bug #503852 | ||||
* | docs: ephy-web-view missing @view descriptions | Diego Escalante Urrelo | 2009-12-03 | 1 | -15/+15 |
| | | | | Bug #503852 | ||||
* | ephy-web-view: formatting nitpick | Diego Escalante Urrelo | 2009-12-03 | 1 | -8/+8 |
| | | | | Bug #503852 | ||||
* | docs: ephy-node-view | Diego Escalante Urrelo | 2009-12-03 | 6 | -24/+230 |
| | | | | Bug #503852 | ||||
* | docs: remove old nonexistant API | Diego Escalante Urrelo | 2009-12-03 | 2 | -91/+0 |
| | | | | Bug #503852 | ||||
* | ephy-node-view: fix some really weird indentation | Diego Escalante Urrelo | 2009-12-03 | 1 | -131/+131 |
| | |||||
* | docs: ephy-zoom-action | Diego Escalante Urrelo | 2009-12-03 | 4 | -1/+43 |
| | |||||
* | docs: update reference-howto | Diego Escalante Urrelo | 2009-12-03 | 1 | -23/+20 |
| | |||||
* | docs: ephy-spinner | Diego Escalante Urrelo | 2009-12-03 | 2 | -2/+11 |
| | |||||
* | docs: ephy-zoom-control | Diego Escalante Urrelo | 2009-12-03 | 1 | -2/+19 |
| | |||||
* | docs: ephy-location-entry | Diego Escalante Urrelo | 2009-12-03 | 2 | -1/+45 |
| | | | | bonus nitpick in ephy-zoom (just a line break) | ||||
* | docs: ephy-search-entry | Diego Escalante Urrelo | 2009-12-03 | 2 | -1/+19 |
| | |||||
* | docs: remove useless 'plan' | Diego Escalante Urrelo | 2009-12-03 | 5 | -343/+0 |
| | |||||
* | docs: remove generated templates | Diego Escalante Urrelo | 2009-12-03 | 23 | -3346/+13 |
| | |||||
* | ephy-embed: reimplent EphyEmbedSingle 'handle-content' signal | Xan Lopez | 2009-12-03 | 1 | -1/+13 |
| | | | | This is used by external download managers like gwget. | ||||
* | 2.29.32.29.3 | Xan Lopez | 2009-11-30 | 2 | -1/+20 |
| | |||||
* | Do not use deprecated GtkButton APIs | Xan Lopez | 2009-11-30 | 3 | -4/+4 |
| | |||||
* | ephy-web-view.c: fix auto-google search when using Ctrl-Enter | Xan Lopez | 2009-11-30 | 1 | -26/+34 |
| | | | | Bug #603324 | ||||
* | Update Simplified Chinese translation. | Tao Wei | 2009-11-24 | 1 | -2201/+1880 |
| | |||||
* | prefs-dialog: restore Close and Help buttons | Iain Nicol | 2009-11-23 | 1 | -478/+233 |
| | | | | | | Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Add GObject introspection annotations to more functions | Iain Nicol | 2009-11-23 | 4 | -2/+22 |
| | | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | ephy-embed: only fetch the document type for a page from the main frame | Xan Lopez | 2009-11-19 | 1 | -16/+19 |
| | | | | | | | Otherwise we will rewrite the right document type with the document type from other frames in the page. Bug #602400 | ||||
* | ephy-net-monitor: and use && instead of || | Xan Lopez | 2009-11-19 | 1 | -1/+1 |
| | |||||
* | ephy-net-monitor: logic of the NULL checks was inverted | Xan Lopez | 2009-11-19 | 1 | -1/+1 |
| | |||||
* | Disconnect dbus callbacks when disposing of the monitor. | Tom Parker | 2009-11-18 | 1 | -4/+20 |
| | | | | | | Fixes a crash in some situations, bug #572326 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Add GObject introspection annotations to many *_get_* functions | Iain Nicol | 2009-11-18 | 17 | -26/+212 |
| | | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2009-11-18 | 1 | -1379/+1325 |
| | |||||
* | Updated Galician Translation | Antón Méixome | 2009-11-13 | 1 | -531/+215 |
| | |||||
* | Set program name to match the desktop file | Gustavo Noronha Silva | 2009-11-12 | 1 | -0/+3 |
| | |||||
* | Shavian translation | Thomas Thurman | 2009-11-10 | 2 | -0/+2620 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2009-11-05 | 1 | -588/+223 |
| | |||||
* | Added Tamil translation | vasudeven | 2009-11-03 | 1 | -513/+447 |
| | |||||
* | Depend on not yet released WebKitGTK+ 1.1.17 | Xan Lopez | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-11-02 | 1 | -263/+270 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-11-02 | 1 | -515/+441 |
| | |||||
* | Enable gtk-doc & g-ir-scanner support for our introspection annotations | Iain Nicol | 2009-10-30 | 2 | -2/+40 |
| | | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Initialize ephy_web_view_get_security_level's output param "description" | Iain Nicol | 2009-10-30 | 1 | -2/+6 |
| | | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Provide the Inspect Element menu item again | Gustavo Noronha Silva | 2009-10-30 | 4 | -0/+41 |
| | | | | | | | WebKit now provides API to start the web inspector, so we can restore the menu item. Bug #599473 | ||||
* | ephy-seed-loader: ref count extensions like ephy-shlib-loader does | Iain Nicol | 2009-10-28 | 1 | -2/+1 |
| | | | | | | Bug #599838 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | ephy-seed-extension: don't assume the script returned an object | Iain Nicol | 2009-10-27 | 1 | -1/+1 |
| | | | | | | Bug #599714 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | 2.29.12.29.1 | Xan Lopez | 2009-10-27 | 2 | -1/+29 |
| | |||||
* | Makefile.am: add missing EXTRA_DIST | Xan Lopez | 2009-10-27 | 1 | -0/+2 |
| | |||||
* | Correct "ReturnValue" to "Return value" in gtk-doc comments | Iain Nicol | 2009-10-27 | 3 | -6/+6 |
| | | | | Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Reimplement content type checking | Gustavo Noronha Silva | 2009-10-26 | 2 | -14/+20 |
| | | | | | | | This brings back proper content type reporting, and the 'Open' button in the download dialog. Bug #598167 | ||||
* | ephy-seed-extension: don't crash when detaching multiple extensions | Iain Nicol | 2009-10-24 | 1 | -0/+1 |
| | | | | | | | | | Protect the seed object from being released by the garbage collector after the first extension is detached. Bug #599422 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Refactor EphyShell lifetime tracking | Xan Lopez | 2009-10-24 | 5 | -41/+55 |
| | | | | | | | | | Stop having each EphyWindow ref the shell, and instead have the shell track all the newly created EphyWindows. When the last one is gone, quit the GTK+ mainloop. This is simpler and avoids potential reference cycles (see bug #573551). Bug #599348 | ||||
* | Allow popups when the user asks for them. | Xan Lopez | 2009-10-23 | 1 | -0/+3 |
| | | | | Bug #528799 | ||||
* | Unref EphyShell on EphyWindow's dispose method | Xan Lopez | 2009-10-23 | 1 | -2/+10 |
| | | | | | | This way we can break ref cycles that can happen when using Seed extensions. Bug #573551 | ||||
* | Pass mailto: URI to gtk_show_uri() | Frédéric Péters | 2009-10-19 | 2 | -0/+9 |
| | | | | | | (Part of) Bug #584537 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Execute "javascript:" URIs instead of browsing for them. | Chris Lamb | 2009-10-19 | 2 | -1/+5 |
| | | | | Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Use the new syntax for seed imports | Iain Nicol | 2009-10-15 | 1 | -2/+2 |
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=598562 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Encode the typed URL before passing it as a query string for searching | Gustavo Noronha Silva | 2009-10-07 | 1 | -3/+6 |
| | | | | | | | This change makes sure that all characters that are typed make it to the search query. Thanks to Dan Winship for pointing out the solution. Bug #596717 | ||||
* | Improve localhost matching | Gustavo Noronha Silva | 2009-10-04 | 1 | -1/+1 |
| | | | | | | | Also consider localhost being used along with a port, with a path, and with a domain. Bug #595690 | ||||
* | Updated Catalan translation | Gil Forcada | 2009-10-02 | 1 | -431/+473 |
| | |||||
* | Open/Save all ui files once with glade | Benjamin Otte | 2009-10-02 | 5 | -1654/+604 |
| | | | | | | | | | Reduces file size and ensures files will continue working properly when edited. Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Replace .glade files with .ui files | Benjamin Otte | 2009-10-02 | 14 | -4624/+4331 |
| | | | | | | | | | | | | Glade does support editing gtk-builder generated files by now so there is no need to keep the old Glade files around. Also, gtk-builder-convert is supposed to be a one-time conversion tool and not supposed to be run by a build system, see http://mail.gnome.org/archives/desktop-devel-list/2009-July/msg00102.html Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Bump libtool to 2.2 and remove dolt | Javier Jardón | 2009-10-01 | 4 | -181/+2 |
| | | | | | | Bug #596669 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | src/Makefile.am: Fix parallel-build issue when introspection enabled. | Priit Laes | 2009-09-27 | 1 | -1/+1 |
| | |||||
* | ephy-window.c: workaround bug in WebKit progress notification | Xan Lopez | 2009-09-24 | 1 | -4/+11 |
| | | | | | | | LOAD_FINISHED is notified before progress 100% completed, which makes it very hard to rely on those signals to figure out if a page is still loading or not when syncing progress in a tab. Try to workaround this as best as possible. | ||||
* | ephy-web-view.c: update comment of ephy_web_view_is_loading | Xan Lopez | 2009-09-24 | 1 | -3/+4 |
| | |||||
* | ephy-web-view.c: take into account FAILED status for is_loading | Xan Lopez | 2009-09-24 | 1 | -8/+8 |
| | | | | | | | When a page fails to load (for example, when the user cancels it) it won't go through the FINISHED state, which is the only one we are taking into account to decide if a page is still loading. Use the new WEBKIT_LOAD_FAILED status (WebKitGTK+ r48719) too. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2009-09-24 | 1 | -1052/+1020 |
| | |||||
* | Prevents PDM from getting keyring passwords in a private session | Julian de Navascues | 2009-09-22 | 1 | -2/+15 |
| | | | | | | | | | | SoupSession will remember HTTP passwords during the private session but as we dont allow to delete them it doesnt make sense to show them in the dialog. Bug #591395 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | GTK+ 2.17.11 is now the required version | Javier Jardón | 2009-09-22 | 33 | -177/+252 |
| | | | | | | | | | | | | | | | I've used all the GTK+ 2.17.11 api available, still missing: GTK_WIDGET_REALIZED (GTK_WIDGET ()) GTK_WIDGET_MAPPED (GTK_WIDGET ()) GTK_ENTRY->im_context GTK_STATUSBAR->frame GTK_STATUSBAR->label GTK_MESSAGE_DIALOG->label https://bugzilla.gnome.org/show_bug.cgi?id=595791 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Add back support for the "direction up" navigation (GNOME bug 595653) | Frédéric Péters | 2009-09-22 | 2 | -4/+68 |
| | |||||
* | Updated Czech help translation by Lucas Lommer | Petr Kovar | 2009-09-22 | 1 | -395/+405 |
| | |||||
* | configure.ac: API version is still 2.28 | Xan Lopez | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | configure.ac: bump required WebKitGTK version | Xan Lopez | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Updated Czech translation by Lucas Lommer | Petr Kovar | 2009-09-21 | 1 | -534/+463 |
| | |||||
* | Cleanup string freeze break for save as | Gustavo Noronha Silva | 2009-09-21 | 50 | -94/+168 |
| | | | | | | | | Use '%s Files', instead of '%s/%s Files' as the translatable string to avoid confusion, and reuse existing mozilla-era translations. Fix the languages that had already translated the new strings using old po files as reference. Also add a translator comment to the source file, for future reference. | ||||
* | ephy-notebook.c: better yet, get rid of the test completely | Xan Lopez | 2009-09-20 | 1 | -7/+2 |
| | | | | | Since gtk_notebook_get_nth_page, used just after that, returns NULL for out-of-bounds pages. | ||||
* | ephy-notebook.c: use public GtkNotebook API instead of accessing members of ↵ | Xan Lopez | 2009-09-20 | 1 | -3/+3 |
| | | | | its struct | ||||
* | Updated Italian translation | Francesco Marletta | 2009-09-20 | 1 | -4/+4 |
| | |||||
* | Updated Italian translation | Francesco Marletta | 2009-09-20 | 1 | -480/+562 |
| | |||||
* | Updated Bulgarian translation | Yavor Doganov | 2009-09-20 | 1 | -185/+207 |
| | |||||
* | src/Makefile.am: add missing include | Xan Lopez | 2009-09-20 | 1 | -0/+1 |
| | |||||
* | ephy-embed-container.h: fix indentation | Xan Lopez | 2009-09-20 | 1 | -30/+23 |
| | |||||
* | Bring back epiphany context menu | Xan Lopez | 2009-09-20 | 7 | -225/+269 |
| | | | | | | | | | | | | | There's a few items (like email link) and actions (like bookmark link) missing or not working because of missing information in the WebKitHitTestResult object, but most of the stuff is working. For some reason the g-ir-scanner is not picking up the correct type name for WebKitHitTestResult (it uses WebKitHitTestResult instead of WebKit.HitTestResult), so the introspection support is broken unless that error is fixed manually. Looking into that ... Bug #562617 | ||||
* | ephy-window.c: do not leak hit test result | Xan Lopez | 2009-09-20 | 1 | -0/+1 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2009-09-20 | 1 | -20/+22 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2009-09-19 | 2 | -1194/+673 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2009-09-19 | 1 | -17/+22 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2009-09-19 | 1 | -16/+21 |
| | |||||
* | configure.ac: bump version to 2.29.0 | Xan Lopez | 2009-09-19 | 1 | -3/+3 |
| | |||||
* | ephy-window.c: reimplement middle-click clipboard to open link | Xan Lopez | 2009-09-19 | 1 | -58/+26 |
| | | | | Uses the new WebKitHitTestResult APIs landed in WebKitGTK+ r48505. | ||||
* | maithili update | Rajesh Ranjan | 2009-09-18 | 2 | -0/+3433 |
| | |||||
* | Upadated Oriya Translation | Manoj Kumar Giri | 2009-09-18 | 1 | -4/+12 |
| | |||||
* | Upadated Oriya Translation | Manoj Kumar Giri | 2009-09-18 | 1 | -305/+295 |
| | |||||
* | Updated Telugu Translation | krishnababu k | 2009-09-17 | 1 | -204/+224 |
| | |||||
* | Updated British English translation | Philip Withnall | 2009-09-17 | 1 | -19/+21 |
| | |||||
* | Updated breton translation | Denis ARNAUD | 2009-09-17 | 1 | -0/+3319 |
| | |||||
* | added br in LINGUAS file | Denis ARNAUD | 2009-09-17 | 1 | -0/+1 |
| | |||||
* | Updated Tamil Translations | ifelix | 2009-09-17 | 1 | -234/+247 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2009-09-17 | 1 | -3/+100 |
| | |||||
* | hindi update by Rajesh Ranjan | Rajesh Ranjan | 2009-09-17 | 1 | -1934/+989 |
| | |||||
* | Updated Lithuanian translation | Žygimantas Beručka | 2009-09-17 | 1 | -1116/+1166 |
| | |||||
* | Added Ukrainian translation | Maxim V. Dziumanenko | 2009-09-16 | 1 | -325/+337 |
| | |||||
* | Updated Galician Translation | Fran Diéguez | 2009-09-16 | 1 | -211/+237 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2009-09-16 | 1 | -114/+22 |
| | |||||
* | Update Norwegian bokmål translation. | Kjartan Maraas | 2009-09-16 | 1 | -18/+23 |
| | |||||
* | Updated Bengali India Translations | Runa Bhattacharjee | 2009-09-16 | 1 | -211/+235 |
| | |||||
* | Updated Hebrew translation | Yaron Shahrabani | 2009-09-16 | 1 | -901/+362 |
| | |||||
* | Updated Malayalam Translations | Ani | 2009-09-16 | 1 | -20/+24 |
| | |||||
* | Updated Marathi Translations | Sandeep Shedmake | 2009-09-15 | 1 | -23/+29 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-09-15 | 1 | -2/+6 |
| | |||||
* | Updated Polish translation | Tomasz Dominikowski | 2009-09-15 | 1 | -213/+377 |
| | |||||
* | Updated Finnish translation | Ilkka Tuohela | 2009-09-15 | 1 | -112/+83 |
| | |||||
* | Updated German translation | Christian Kirbach | 2009-09-15 | 1 | -16/+21 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2009-09-15 | 1 | -202/+215 |
| | |||||
* | Updated Gujarati Translations | Sweta Kothari | 2009-09-15 | 1 | -21/+25 |
| | |||||
* | Implement saving the page using the DataSource API | Gustavo Noronha Silva | 2009-09-15 | 3 | -15/+275 |
| | | | | Bug #562611 | ||||
* | Setup nspluginwrapper if available | Bastien Nocera | 2009-09-15 | 1 | -0/+5 |
| | | | | By calling mozilla-plugin-config on startup. | ||||
* | Updated German translation | Christian Kirbach | 2009-09-14 | 1 | -208/+224 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-09-14 | 1 | -6/+17 |
| | |||||
* | Updated Brazilian Portuguese translation | Carlos Jose Pereira | 2009-09-14 | 1 | -203/+219 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2009-09-14 | 1 | -5/+103 |
| |