Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use DOM bindings to delete a web application from about:applications | Carlos Garcia Campos | 2013-01-11 | 3 | -92/+44 |
| | | | | | | | | Use a different form for every web application with a hidden value containing the application id. Then use the policy client to ignore any form submission from about:applications and delete the application instead, reloading the about:applications page. This solution will work for WebKit2 too. | ||||
* | ephy-web-view: Strip the query from the URL for about:applications | Carlos Garcia Campos | 2013-01-11 | 1 | -0/+11 |
| | | | | | | | When a web application is deleted from about:applications, the form submitted reloads the page adding hidden fields to the URI. https://bugzilla.gnome.org/show_bug.cgi?id=691417 | ||||
* | ephy-web-view: Do not update the URL when changed during committed state | Carlos Garcia Campos | 2013-01-11 | 1 | -1/+4 |
| | | | | | | Similar to what we do in WebKit2, do not update the URL when view uri changes while loading, because we already update the URL manually when the load is committed. | ||||
* | ephy-web-view: Remove special case for plugins in get_title_from_address() | Carlos Garcia Campos | 2013-01-11 | 1 | -2/+0 |
| | | | | The title is already set by the plugins HTML in the about handler. | ||||
* | ephy-web-view: Don't change is_blank property depending on the title | Carlos Garcia Campos | 2013-01-11 | 1 | -7/+2 |
| | | | | | | | | | In WebKit1 the notify::title signal is emitted twice for every load, first with NULL to reset the title and then with the actual title. A NULL title doesn't necessarily means the page is about:blank, and the property is updated already by ephy_web_view_set_address. https://bugzilla.gnome.org/show_bug.cgi?id=691416 | ||||
* | ephy-string: Handle about: and ephy-about: as special cases in ↵ | Carlos Garcia Campos | 2013-01-11 | 2 | -1/+7 |
| | | | | | | | | ephy_string_get_host_name() And return NULL like for file:// URIs. https://bugzilla.gnome.org/show_bug.cgi?id=691416 | ||||
* | ephy-session: Use a XML memory writer and save the contents with ↵ | Carlos Garcia Campos | 2013-01-09 | 1 | -14/+17 |
| | | | | | | g_file_replace_contents() The code is simpler and g_file_replace_contents() can be cancelled. | ||||
* | ephy-session: save session in a thread to avoid blocking the UI | Carlos Garcia Campos | 2013-01-09 | 2 | -100/+236 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681832 | ||||
* | Updated Bulgarian translation | Alexander Shopov | 2013-01-09 | 1 | -409/+361 |
| | |||||
* | Updated slovak translation | Dušan Kazik | 2013-01-09 | 1 | -414/+366 |
| | |||||
* | ephy-session: Remove ephy_session_queue_command() API | Carlos Garcia Campos | 2013-01-09 | 2 | -153/+0 |
| | | | | | | This is unused now. https://bugzilla.gnome.org/show_bug.cgi?id=641739 | ||||
* | ephy-session: Remove EPHY_SESSION_CMD_OPEN_URIS | Carlos Garcia Campos | 2013-01-09 | 4 | -89/+124 |
| | | | | | | | Add ephy_session_open_uris() instead and use it from EphyShell instead of scheduling a command. https://bugzilla.gnome.org/show_bug.cgi?id=641739 | ||||
* | ephy-session: Remove EPHY_SESSION_CMD_MAYBE_OPEN_WINDOW_RESTORE | Carlos Garcia Campos | 2013-01-09 | 1 | -2/+0 |
| | | | | It's currently unused. | ||||
* | ephy-session: Remove EPHY_SESSION_CMD_MAYBE_OPEN_WINDOW | Carlos Garcia Campos | 2013-01-09 | 2 | -22/+22 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=641739 | ||||
* | ephy-session: Add ephy_session_resume() and use it instead of queueing a ↵ | Carlos Garcia Campos | 2013-01-09 | 4 | -92/+130 |
| | | | | | | resume command https://bugzilla.gnome.org/show_bug.cgi?id=641739 | ||||
* | ephy-session: Use ephy_session_load() directly instead of queueing a load ↵ | Carlos Garcia Campos | 2013-01-09 | 3 | -14/+4 |
| | | | | | | session command https://bugzilla.gnome.org/show_bug.cgi?id=641739 | ||||
* | ephy-session: Load the session asynchronously | Carlos Garcia Campos | 2013-01-09 | 3 | -222/+558 |
| | | | | | | | | | Make ephy_session_load() asynchronous and add ephy_session_load_from_stream() to replace ephy_session_load_from_string(). Use a xml sax parser now that is fed from a GInputStream. https://bugzilla.gnome.org/show_bug.cgi?id=681782 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2013-01-08 | 1 | -91/+87 |
| | |||||
* | configure.ac:Update autotools | Javier Jardón | 2013-01-07 | 1 | -4/+1 |
| | | | | | AC_ISC_POSIX, AM_PROG_CC_STDC, AC_HEADER_STDC are obsolete macros Replace AC_HELP_STRING for AS_HELP_STRING | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-01-07 | 1 | -102/+107 |
| | |||||
* | Updated Dutch translation by Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2013-01-07 | 1 | -423/+427 |
| | |||||
* | ephy-window: fix compiler warning | Xan Lopez | 2013-01-05 | 1 | -2/+2 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2013-01-05 | 1 | -79/+80 |
| | |||||
* | e-embed: hide progress for about and ephy-about | Diego Escalante Urrelo | 2013-01-05 | 1 | -1/+2 |
| | | | | | | The progressbar should only react to pages, not special locations. https://bugzilla.gnome.org/show_bug.cgi?id=685747 | ||||
* | e-embed: only add one statusbar timeout at a time | Diego Escalante Urrelo | 2013-01-05 | 1 | -1/+3 |
| | | | | | | | Otherwise the statusbar can disappear even if it has a valid message being displayed. https://bugzilla.gnome.org/show_bug.cgi?id=685747 | ||||
* | e-embed: use an overlay for the overview | Diego Escalante Urrelo | 2013-01-05 | 1 | -16/+10 |
| | | | | | | This permits reusing elements of EphyEmbed more easily. https://bugzilla.gnome.org/show_bug.cgi?id=685747 | ||||
* | prefs-dialog: remove some vertical size | Diego Escalante Urrelo | 2013-01-05 | 1 | -99/+124 |
| | | | | | | Move Web Content from Privacy to General. https://bugzilla.gnome.org/show_bug.cgi?id=690053 | ||||
* | e-embed-prefs: remove spaces in Accept-Language | Diego Escalante Urrelo | 2013-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | Some servers, like Babel, do not correctly sanitize the string in this header. They expect strings without spaces, even though the RFC includes them. Chrome and Firefox do not use spaces, presumably because many more websites break when using them. https://bugzilla.gnome.org/show_bug.cgi?id=671652 | ||||
* | e-window: add a smarter CopyEmailAddress action | Diego Escalante Urrelo | 2013-01-05 | 3 | -2/+27 |
| | | | | | | | It omits the mailto: in mail links and has a different string in the context menu, to make this clear. https://bugzilla.gnome.org/show_bug.cgi?id=688166 | ||||
* | ephy-shell: There can be two widgets for the same download in WebKit2 | Carlos Garcia Campos | 2013-01-04 | 2 | -3/+12 |
| | | | | | | | | In WebKit2 WebKitWebContext::download-started signal is always emitted, even for downloads started manually. We only want to create a new download when the download operation has been started by WebKit. https://bugzilla.gnome.org/show_bug.cgi?id=678993 | ||||
* | Implement embedded view source mode in WebKit2 | Carlos Garcia Campos | 2013-01-04 | 1 | -6/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684440 | ||||
* | downloads: Create the download with the window of the web view that ↵ | Carlos Garcia Campos | 2013-01-04 | 1 | -3/+16 |
| | | | | | | | | | initiated the download Using webkit_download_get_web_view() and falling back to the active window if the download was not initiated by a web view. https://bugzilla.gnome.org/show_bug.cgi?id=686467 | ||||
* | ephy-download: Make EphyDownload:window a construct only property | Carlos Garcia Campos | 2013-01-04 | 6 | -58/+37 |
| | | | | | | | | It's always set right after the download object is created and it doesn't have any effect when it's set after the download has been added to the embed shell. This way we can make sure that when the download is added to the embed shell the parent window has already been set if there's any. | ||||
* | Updated Lithuanian translation | Aurimas Černius | 2013-01-02 | 1 | -471/+431 |
| | |||||
* | Typo | Khaled Hosny | 2012-12-29 | 1 | -3/+3 |
| | |||||
* | l10n: Updated Persian translation | Arash Mousavi | 2012-12-28 | 1 | -1403/+1367 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-12-25 | 1 | -62/+61 |
| | |||||
* | Updated Greek translation | Dimitris Spingos | 2012-12-24 | 1 | -479/+500 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-12-20 | 1 | -192/+200 |
| | |||||
* | Fix build with WebKit2 | Carlos Garcia Campos | 2012-12-20 | 4 | -1/+5 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-12-19 | 1 | -467/+433 |
| | |||||
* | [release] 3.7.33.7.3 | Xan Lopez | 2012-12-19 | 2 | -1/+23 |
| | |||||
* | Revert "ephy-toolbar: set url entry's box style class to .linked" | Xan Lopez | 2012-12-19 | 1 | -1/+1 |
| | | | | | | This reverts commit 6626beaf15f04824066af937d3fa277e8bd46aa6. We won't get the theming right in time for the release, so revert for now. | ||||
* | Use new libsoup APIs | Xan Lopez | 2012-12-19 | 5 | -22/+7 |
| | | | | Drops dependency on libsoup-gnome, we now depend on libsoup 2.41.3 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-12-19 | 1 | -394/+408 |
| | |||||
* | embed: move the OSD style class to the progressbar | Cosimo Cecchi | 2012-12-17 | 1 | -2/+2 |
| | | | | | | <xan> cosimoc: ok, sure, go ahead Fixes black scrollbars showing up. | ||||
* | ephy-initial-state: document 'ephy_initial_state_add_window' | Xan Lopez | 2012-12-16 | 1 | -0/+17 |
| | |||||
* | ephy-state: rename to 'ephy-initial-state' | Xan Lopez | 2012-12-16 | 12 | -120/+117 |
| | | | | | | | | | | | | | The purpose of EphyState is to track the sizes and positions of windows, paned or expanders in order to remember what is the preferred *initial* and *default* state of those UI elements. So for example we merge the tracking of the size/positions of all main windows in one record, because we only need an initial value which we'll use as default for newly created EphyWindows. Since this is a very specific task, different to the actual tracking of all sizes and positions in EphySession in order to restore them at startup, rename the class to EphyInitialState to avoid confusions. | ||||
* | ephy-state: use new coding style | Xan Lopez | 2012-12-16 | 2 | -352/+326 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2012-12-16 | 1 | -456/+404 |
| | |||||
* | ephy-window: align the toolbar margins with the shell ones | Claudio Saavedra | 2012-12-15 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679348 | ||||
* | ephy-toolbar: fix the toolbar in RTL environments | Claudio Saavedra | 2012-12-15 | 2 | -4/+20 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684366 | ||||
* | Updated Galician translations | Fran Diéguez | 2012-12-15 | 1 | -385/+387 |
| | |||||
* | ephy-removable-pixbuf-renderer: don't crash if no close icon is found | Alberto Garcia | 2012-12-15 | 1 | -1/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=690216 | ||||
* | ephy-window: remove some code that's been dead for ages | Xan Lopez | 2012-12-14 | 1 | -21/+5 |
| | |||||
* | Update the save web app dialog to be more like the mockup | William Jon McCann | 2012-12-13 | 1 | -5/+44 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=690007 | ||||
* | Use better icons for webapps | William Jon McCann | 2012-12-13 | 3 | -32/+402 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657755 | ||||
* | Use better application names for web apps | William Jon McCann | 2012-12-13 | 1 | -1/+89 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657755 | ||||
* | ephy-toolbar: set url entry's box style class to .linked | Xan Lopez | 2012-12-13 | 1 | -1/+1 |
| | | | | Lapo wants it. | ||||
* | ephy-find-toolbar: fix a warning | Claudio Saavedra | 2012-12-13 | 1 | -0/+1 |
| | |||||
* | ephy-find-toolbar: fix build in wk2 | Claudio Saavedra | 2012-12-13 | 1 | -0/+4 |
| | |||||
* | ephy-find-toolbar: silly consistency fix | Claudio Saavedra | 2012-12-13 | 1 | -1/+1 |
| | |||||
* | ephy-window: compiler warnings | Xan Lopez | 2012-12-13 | 1 | -2/+0 |
| | |||||
* | ephy-window: we can actually zoom images now, so allow that | Xan Lopez | 2012-12-13 | 1 | -22/+6 |
| | |||||
* | New design for find bar | William Jon McCann | 2012-12-13 | 3 | -258/+212 |
| | | | | | | | To be more consistent with other GNOME 3 apps we should move the in page find toolbar to the top of the page. https://bugzilla.gnome.org/show_bug.cgi?id=689929 | ||||
* | ephy-main: remove debug leftovers that were broken now | Xan Lopez | 2012-12-12 | 1 | -9/+0 |
| | | | | | (15:45:30) descalante: come on (15:45:46) descalante: what is this, KDE? | ||||
* | ephy-main: remove some dead code | Xan Lopez | 2012-12-12 | 1 | -6/+1 |
| | |||||
* | ephy-main: remove unused option | Xan Lopez | 2012-12-12 | 1 | -13/+2 |
| | |||||
* | ephy-main: delete profile on exit in incognito mode | Xan Lopez | 2012-12-12 | 1 | -1/+1 |
| | |||||
* | ephy-shell: fix the incognito app menu item | Claudio Saavedra | 2012-12-12 | 2 | -5/+5 |
| | |||||
* | ephy-bookmarks-test: use G_N_ELEMENTS properly | Xan Lopez | 2012-12-12 | 1 | -1/+1 |
| | |||||
* | Define the names of the history and bookmarks files in just one place | Xan Lopez | 2012-12-12 | 6 | -8/+15 |
| | |||||
* | First iteration for 'Incognito mode' | Xan Lopez | 2012-12-12 | 9 | -92/+184 |
| | | | | | | | | | | | | | | | For now this is just a private mode but with the following two twists: - We use the dark theme. - We steal our history and bookmarks from the main profile. This is done in 'read-only' mode though, so any changes made in this session will be lost. Add command line options and a UI item to launch the browser in this mode. https://bugzilla.gnome.org/show_bug.cgi?id=676914 | ||||
* | Remove UUID hacks to prevent self-launch | Xan Lopez | 2012-12-12 | 5 | -33/+3 |
| | | | | | | Now we can get rid of them. https://bugzilla.gnome.org/show_bug.cgi?id=690050 | ||||
* | Handle a bit more gracefully the self-launch detection | Xan Lopez | 2012-12-12 | 10 | -62/+240 |
| | | | | | | | Check whether the app that will launch a given download is actually the browser itself, and do nothing *before* going ahead. Seems better than actually launching and then aborting on startup through UUID hacks. | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-12-12 | 1 | -384/+379 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-12-12 | 1 | -318/+275 |
| | |||||
* | e-web-view: enable back/forward mouse buttons | Diego Escalante Urrelo | 2012-12-12 | 1 | -0/+11 |
| | | | | | | | | | Based on nautilus' (nautilus-window.c) button numbers and the bugzilla reports by users. Thank you Vincas Dargis and Joe Barnett for the previous patches. https://bugzilla.gnome.org/show_bug.cgi?id=337852 | ||||
* | ephy-embed: Remove references to SoupPasswordManager | Dan Winship | 2012-12-12 | 1 | -10/+0 |
| | | | | | | Epiphany gets its http-authentication-password-saving support via WebKit now, so remove the old SoupPasswordManager stuff (which is a no-op in libsoup master anyway). | ||||
* | ephy-embed: fix registration of EphyRequestAbout | Dan Winship | 2012-12-11 | 1 | -1/+1 |
| | | | | | The way it was before is supposed to still work (and so needs to be fixed in libsoup), but this way is more right anyway. | ||||
* | e-shell: fix compiler warning | Diego Escalante Urrelo | 2012-12-11 | 1 | -4/+4 |
| | |||||
* | Open new windows when called with no URIs to open | Gustavo Noronha Silva | 2012-12-11 | 2 | -4/+34 |
| | | | | | | | | | GNOME Shell tries to open new windows by calling the application with no parameters. This strategy is also used by the 'Launch web browser' keybinding, that can be interpreted as the user requesting a new window, so open a new window when called with no URIs, unless --new-tag is given explicitly. Partially fixes https://bugzilla.gnome.org/show_bug.cgi?id=685976 | ||||
* | Append new tab on the window with most tabs in the current workspace | Gustavo Noronha Silva | 2012-12-11 | 6 | -1/+83 |
| | | | | | | | | | | This change uses a different heuristic to decide on what the best window to add a new tab is from the last window which has been interacted with, which might even be in a different workspace, to the window with the most tabs in the current workspace. If no window exists on the current workspace one will be created. Partial fix for https://bugzilla.gnome.org/show_bug.cgi?id=685976 | ||||
* | e-embed: document ::overview-mode | Diego Escalante Urrelo | 2012-12-11 | 1 | -0/+5 |
| | |||||
* | e-embed-shell: fix spacing in a comment | Diego Escalante Urrelo | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | e-download: remove useless include | Diego Escalante Urrelo | 2012-12-11 | 1 | -2/+0 |
| | |||||
* | Add missing NULL-check when getting the WebView's URI | Mario Sanchez Prada | 2012-12-11 | 1 | -3/+4 |
| | | | | | | We need to check the URI is valid before asking the WebKitFaviconDatabase for the associated icon, since it must happen that it's NULL even if priv->address is not (e.g. after a load error has occurred). | ||||
* | ephy-shell: remove the ephy_shell global | Diego Escalante Urrelo | 2012-12-11 | 23 | -62/+92 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683614 | ||||
* | e-embed-shell: remove the embed_shell global | Diego Escalante Urrelo | 2012-12-11 | 14 | -34/+44 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683614 | ||||
* | test-ephy-session: shutdown file helpers only after destroying the shell | Gustavo Noronha Silva | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | ephy-session: use a better variable name for session recovery | Xan Lopez | 2012-12-11 | 1 | -3/+3 |
| | | | | | We always recover the session now, so 'has_session_state' makes more sense than 'crashed_session'. | ||||
* | Do not present the window when running in test mode | Gustavo Noronha Silva | 2012-12-10 | 1 | -1/+2 |
| | |||||
* | e-location-entry: use new soup_session_prefetch_dns API | Diego Escalante Urrelo | 2012-12-10 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=689970 | ||||
* | widgets: do not use deprecated GtkStyleContext API | Diego Escalante Urrelo | 2012-12-10 | 4 | -4/+10 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=689968 | ||||
* | Add test to ensure a session resume won't create windows if windows exist | Gustavo Noronha Silva | 2012-12-10 | 1 | -0/+81 |
| | | | | | When called to open URIs, the shell will still queue a resume session command, this test ensures that command is not loading the session and creating windows. | ||||
* | ephy-session: fixup session autoresume | Xan Lopez | 2012-12-10 | 1 | -6/+7 |
| | | | | | | | | | This code was confusing, but what we actually wanted to do here was to only autoresume the session if there were no windows opened, otherwise it means we are launching a new instance after the first one. Make this explicit in the code instead of relying on side-effects of early returns. | ||||
* | Move async_get_favicon_pixbuf_callback() to a WK2-only region | Mario Sanchez Prada | 2012-12-10 | 1 | -30/+27 |
| | |||||
* | ephy-session: remove unused header | Xan Lopez | 2012-12-10 | 1 | -1/+0 |
| | |||||
* | Remove option to launch Web as the bookmarks editor | Xan Lopez | 2012-12-10 | 5 | -33/+1 |
| | | | | That thing is on its way out. | ||||
* | ephy-session: remove useless condition in if | Xan Lopez | 2012-12-10 | 1 | -5/+1 |
| | | | | | If there's already windows opened we'll never do anything in the MAYBE_OPEN_WINDOW command, so this check is redundant. | ||||
* | ephy-session: remove the code that handles the 'resume window' | Xan Lopez | 2012-12-10 | 1 | -76/+12 |
| | | | | | The 'resume window' does not exist anymore, so this is useless and never executed. | ||||
* | Add the zoom controls to the gear menu | Xan Lopez | 2012-12-10 | 2 | -2/+5 |
| | | | | | | There was no way of zooming in or out from the UI. https://bugzilla.gnome.org/show_bug.cgi?id=683625 | ||||
* | Remove redundant search labels | William Jon McCann | 2012-12-10 | 2 | -23/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687744 | ||||
* | lib: Remove unused EphySearchEntry widget | Bastien Nocera | 2012-12-10 | 10 | -370/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687744 | ||||
* | Use GtkSeachEntry instead of EphySearchEntry | Bastien Nocera | 2012-12-10 | 2 | -13/+13 |
| | | | | | | Does pretty the same thing, without the cut'n'paste. https://bugzilla.gnome.org/show_bug.cgi?id=687744 | ||||
* | Don't perform empty searches when toggling case matches | William Jon McCann | 2012-12-09 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684023 | ||||
* | e-web-view: remove unused var | Diego Escalante Urrelo | 2012-12-09 | 1 | -1/+0 |
| | | | | | | | | ephy-web-view.c: In function '_ephy_web_view_update_icon': ephy-web-view.c:1088:12: warning: unused variable 'object' [-Wunused-variable] https://bugzilla.gnome.org/show_bug.cgi?id=689932 | ||||
* | resources: tidy up application menu order | Diego Escalante Urrelo | 2012-12-09 | 1 | -7/+5 |
| | | | | | | Copy the sort order of other GNOME3 applications. https://bugzilla.gnome.org/show_bug.cgi?id=678962 | ||||
* | bookmarks: Use the current favicons API | Carlos Garcia Campos | 2012-12-07 | 3 | -3/+35 |
| | | | | | | | And bump WebKitGTK+ requirements to make sure we don't use any previous version of the favicons API that was broken. https://bugzilla.gnome.org/show_bug.cgi?id=689762 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-12-06 | 1 | -81/+73 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-12-05 | 1 | -241/+349 |
| | |||||
* | Port PdmDialog to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 1 | -2/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Port EphyNavigationHistoryAction to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 1 | -12/+21 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Port EphyCompletionModel to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 1 | -16/+28 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Port EphyBookmarks and EphyBookmarkAction to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 2 | -57/+98 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Port EphyHostsStore to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 1 | -67/+108 |
| | |||||
* | Port EphyWebView to WebKit2GTK+ favicons API. | Mario Sanchez Prada | 2012-12-04 | 1 | -62/+66 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Add new helper functions WebKit2GTK+'s favicons API. | Mario Sanchez Prada | 2012-12-04 | 3 | -0/+87 |
| | | | | | | | At the moment, just add one function to obtain a GdkPixbuf* with specific dimensions from a cairo_surface_t*. https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Initialize the favicon database from WebKit2GTK+ as soon as possible. | Mario Sanchez Prada | 2012-12-04 | 2 | -2/+19 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | Fix a couple of compiler warnings spotted by the latest gnome-common flags | Xan Lopez | 2012-12-01 | 2 | -2/+2 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-11-30 | 1 | -3/+3 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-11-30 | 1 | -37/+27 |
| | |||||
* | Add keywords to the desktop files | Matthias Clasen | 2012-11-28 | 1 | -0/+1 |
| | | | | This makes the gnome-shell search more pleasant and useful. | ||||
* | Remove EggDesktopFile, it's unused | Xan Lopez | 2012-11-26 | 4 | -1641/+0 |
| | |||||
* | Use gtk_application_get_active_window instead of rolling our own | Xan Lopez | 2012-11-26 | 6 | -26/+5 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-11-23 | 1 | -275/+289 |
| | |||||
* | Updated Dutch translation | Wouter Bolsterlee | 2012-11-22 | 1 | -559/+656 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-11-20 | 1 | -76/+75 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-11-14 | 1 | -274/+290 |
| | |||||
* | Updated slovak translation | Dušan Kazik | 2012-11-06 | 1 | -68/+52 |
| | |||||
* | Fix a ton of 'warning: function declaration isn’t a prototype' | Xan Lopez | 2012-11-05 | 17 | -54/+54 |
| | | | | | | | | | New warning flags have been added to gnome-common recently, and we were getting this a lot. Turns out in C 'foo ()' is not the same than 'foo (void)'; the first just means that no information is given about the number of arguments, the second means the function has exactly zero arguments, so add the 'void' thing all over the place when needed. | ||||
* | Updated slovak translation | Dušan Kazik | 2012-11-02 | 1 | -3017/+2128 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-10-30 | 1 | -49/+49 |
| | |||||
* | Fixed bug #686711 | Diego Escalante Urrelo | 2012-10-29 | 1 | -1/+1 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2012-10-27 | 1 | -274/+280 |
| | |||||
* | [release] 3.7.13.7.1 | Xan Lopez | 2012-10-24 | 2 | -4/+29 |
| | |||||
* | g_type_init is no longer mandatory in GObject | Xan Lopez | 2012-10-19 | 3 | -7/+2 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-10-18 | 1 | -262/+277 |
| | |||||
* | ephy-window: Uuref the existing hit test result instead of the new one | Carlos Garcia Campos | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | ephy-web-view: do not automatically download embedded objects in WebKit2 | Carlos Garcia Campos | 2012-10-16 | 1 | -9/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683635 | ||||
* | ephy-web-view: add FIXME for WebKit2 | Xan Lopez | 2012-10-16 | 1 | -0/+2 |
| | |||||
* | ephy-web-view: do not automatically download embedded objects | Xan Lopez | 2012-10-16 | 1 | -0/+20 |
| | | | | | | | | Only download mime types we cannot handle when they belong to the main resource. Prevents us from downloading garbage present in <object> files, among other things. https://bugzilla.gnome.org/show_bug.cgi?id=683635 | ||||
* | ephy-web-view: remove handling of Content-Disposition 'attachment' | Xan Lopez | 2012-10-16 | 1 | -25/+0 |
| | | | | | WebKit already does exactly the same thing automatically, no need to handle it here. | ||||
* | Updated Bulgarian translation | Alexander Shopov | 2012-10-15 | 1 | -354/+382 |
| | |||||
* | ephy-window: Port button press actions to WebKit2 | Carlos Garcia Campos | 2012-10-11 | 1 | -9/+38 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679395 | ||||
* | ephy-window: Simplify ephy_window_dom_mouse_click_cb | Carlos Garcia Campos | 2012-10-11 | 1 | -98/+101 |
| | | | | | | Factor out every button press handler into its own function. https://bugzilla.gnome.org/show_bug.cgi?id=679394 | ||||
* | Port context menu to WebKit2 | Carlos Garcia Campos | 2012-10-11 | 2 | -10/+235 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679366 | ||||
* | Avoid a crash in EphyBookmarksEditor when using WebKit2. | Mario Sanchez Prada | 2012-10-10 | 1 | -5/+4 |
| | | | | | | Still need to figure out a way to port this to the new WebKit2GTK+ favicons API. https://bugzilla.gnome.org/show_bug.cgi?id=679370 | ||||
* | ephy-embed-prefs: Honor smooth scrolling setting | Carlos Garcia Campos | 2012-10-09 | 1 | -0/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679048 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2012-10-09 | 1 | -239/+248 |
| | |||||
* | ephy-main: remove ancient commented code | Xan Lopez | 2012-10-09 | 1 | -1/+0 |
| | |||||
* | ephy-zoom: use new coding style | Xan Lopez | 2012-10-08 | 2 | -37/+36 |
| | |||||
* | ephy-loader: remove, this is unused now | Xan Lopez | 2012-10-08 | 4 | -140/+0 |
| | |||||
* | Run all tests in test mode | Xan Lopez | 2012-10-08 | 5 | -5/+5 |
| | | | | That's what it's for! | ||||
* | ephy-shell: do not configure adblock in test mode | Xan Lopez | 2012-10-08 | 1 | -15/+17 |
| | | | | Workaround while we figure out how to make it behave nicely. | ||||
* | doc: remove some obsolete files in the ignore list | Xan Lopez | 2012-10-08 | 1 | -5/+0 |
| | |||||
* | Remove extensions support | Xan Lopez | 2012-10-08 | 26 | -2405/+15 |
| | | | | | | | This removes the old style extension support, you can read the rationale in the bug report. https://bugzilla.gnome.org/show_bug.cgi?id=685630 | ||||
* | Move windows handling code from EphySession to EphyShell | Carlos Garcia Campos | 2012-10-08 | 9 | -250/+180 |
| | | | | | | | | | | | | EphyShell is now a GtkApplication that already does window handling, however we want to maintain only the of browser windows. Instead of keeping the window lists in ephy-session, it's easier to override window_added and window_removed virtual methods of GtkApplication and update the browser window lists. Most of the cases where this API was used, had to get the session object from the shell first, now we save this step keeping the code simpler. https://bugzilla.gnome.org/show_bug.cgi?id=641734 | ||||
* | ephy-embed-prefs: Port user agent to WebKit2 | Carlos Garcia Campos | 2012-10-08 | 1 | -9/+56 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=684443 | ||||
* | ephy-shell: use g_clear_{object, pointer} in dispose | Xan Lopez | 2012-10-08 | 1 | -56/+12 |
| | |||||
* | Add 'History' item to the gear menu when not in the Shell | Xan Lopez | 2012-10-08 | 2 | -2/+3 |
| | |||||
* | ephy-window: add F10 accel for super menu | Xan Lopez | 2012-10-07 | 1 | -1/+1 |
| | | | | | | Same as Files. https://bugzilla.gnome.org/show_bug.cgi?id=673878 | ||||
* | Merge the app menu into the gear menu when we are not in the Shell | Xan Lopez | 2012-10-07 | 5 | -27/+150 |
| | | | | | | Gets rid of the ugly menubar with a single menu. https://bugzilla.gnome.org/show_bug.cgi?id=673054 | ||||
* | ephy-lockdown: fix typos | Xan Lopez | 2012-10-07 | 1 | -2/+2 |
| | |||||
* | ephy-lockdown: use new coding style | Xan Lopez | 2012-10-07 | 2 | -169/+165 |
| | |||||
* | ephy-lockdown: use glib strcmp methods | Xan Lopez | 2012-10-07 | 1 | -2/+1 |
| | |||||
* | ephy-lockdown: de-extensionify | Xan Lopez | 2012-10-07 | 2 | -28/+19 |
| | | | | | | | Simply connect to 'window-added' in EphyShell instead of making this an extension. https://bugzilla.gnome.org/show_bug.cgi?id=685631 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2012-10-06 | 1 | -54/+64 |
| | |||||
* | Update French translation | Alexandre Franke | 2012-10-04 | 1 | -54/+68 |
| | |||||
* | prefs-dialog: remove JavaScript preference from the UI | Xan Lopez | 2012-10-03 | 2 | -20/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=685393 | ||||
* | ephy-overview: very minor style fixes | Xan Lopez | 2012-10-03 | 1 | -3/+1 |
| | |||||
* | ephy-overview: also set shadow style as IN here | Xan Lopez | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | ephy-embed: set shadow type IN for scrolled window | Xan Lopez | 2012-10-03 | 1 | -0/+2 |
| | | | | As requested by the GNOME designers. | ||||
* | ephy-embed: small cleanup | Xan Lopez | 2012-10-03 | 1 | -8/+10 |
| | | | | We access the priv struct a bunch of times here, create a variable for it. | ||||
* | uri-tester: make it compile wth WebKit2 | Xan Lopez | 2012-10-03 | 1 | -0/+6 |
| | | | | Still won't work, though, needs to be ported. | ||||
* | adblock: get rid of AdBlock interface | Xan Lopez | 2012-10-03 | 7 | -278/+135 |
| | | | | | | | No need for this now, just make EphyAdBlock a concrete class implementing the adblock functionality. https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | adblock: we don't use the edit rules stuff anymore, remove it | Xan Lopez | 2012-10-03 | 5 | -54/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | Move adblock extension to embed/ | Xan Lopez | 2012-10-03 | 6 | -5/+5 |
| | | | | | | No reason for it to be in src/ now. https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | Remove UI code from adblock, un-extensionify it | Xan Lopez | 2012-10-03 | 6 | -825/+1 |
| | | | | | | | | | We are not using this code for now, easy enough to re-add somehow if we want to provide a UI to edit the adblock rules. With that gone, it's now trivial to drop the extension code too, so now the adblocker is just a GObject implementing the Adblock interface. https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | ephy-adblock-manager: use new coding style | Xan Lopez | 2012-10-03 | 2 | -67/+70 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | prefs-dialog: add a checkbox to enable/disable the adblock functionality | Xan Lopez | 2012-10-02 | 2 | -47/+56 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | uri-tester: do not store the adblock data in the 'extensions' dir | Xan Lopez | 2012-10-02 | 1 | -1/+1 |
| | | | | | | We are on our way to stop being an extension. https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | Add adblock GSetting, use it | Xan Lopez | 2012-10-02 | 3 | -1/+39 |
| | | | | | | | org.gnome.epiphany.web.enable-adblock, controls whether adblock is enabled (globally). https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | Import adblock extension into the source tree | Xan Lopez | 2012-10-01 | 10 | -0/+1986 |
| | | | | | | | | | | | | | | | This commit imports the adblock extension from 'epiphany-extensions' with as few modifications as possible. Further modifications and simplifications are possible, but for now we just load it unconditionally, enabled. We have it in the src/ directory because it depends on some high-level objects in Epiphany (EphyExtension, EphyWindow), but in the future we'll probably move it to embed/, transforming it from an extension into just the specific implementation of our EphyAdblockManager object. https://bugzilla.gnome.org/show_bug.cgi?id=681657 | ||||
* | ephy-profile-utils: don't replace environment when spwaning ↵ | Stefano Facchini | 2012-09-29 | 1 | -1/+8 |
| | | | | | | | | ephy-profile-migrator Instead, just append the new variable to the existing environment. https://bugzilla.gnome.org/show_bug.cgi?id=683538 | ||||
* | Updated Marathi Translations | Abhay Kadam | 2012-09-28 | 1 | -1541/+1885 |
| | |||||
* | pdm-dialog: Add type-ahead search to personal data | Bastien Nocera | 2012-09-27 | 1 | -0/+32 |
| | | | | | | | | | | | The password treeview is unusable to find old passwords or cookies, as some are prefixed by "http://", and others will have different vhost names. The search function will look first for sub-string matches in the URIs, then in the usernames (or cookie names). https://bugzilla.gnome.org/show_bug.cgi?id=676240 | ||||
* | ephy-web-view: Use webkit_web_view_is_loading() in WebKit2 | Carlos Garcia Campos | 2012-09-27 | 1 | -8/+6 |
| | |||||
* | Make sure windows are properly closed when quitting from the shell menu | Carlos Garcia Campos | 2012-09-27 | 6 | -65/+122 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679844 | ||||
* | [release] 3.6.03.6.0 | Claudio Saavedra | 2012-09-25 | 2 | -4/+12 |
| | |||||
* | epiphany.doap: Add myself as co-maintainer | Claudio Saavedra | 2012-09-25 | 1 | -0/+7 |
| | |||||
* | Update Czech translation by Adam Matousek | Petr Kovar | 2012-09-24 | 1 | -655/+1045 |
| | | | | Review by Lucas Lommer. | ||||
* | Updated Latvian translation | Anita Reitere | 2012-09-24 | 1 | -3260/+3373 |
| | |||||
* | Finnish translation update by Jiri Grönroos | Timo Jyrinki | 2012-09-24 | 1 | -61/+33 |
| | |||||
* | [l10n]Updated Catalan (Valencian) translation | Carles Ferrando | 2012-09-23 | 1 | -731/+882 |
| | |||||
* | [l10n] Added Catalan translation | Gil Forcada | 2012-09-23 | 1 | -908/+1185 |
| | |||||
* | update Simplified Chinese (zh_CN) translation | YunQiang Su | 2012-09-23 | 1 | -9/+9 |
| | |||||
* | hindi update | Rajesh Ranjan | 2012-09-22 | 1 | -2143/+2425 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-09-22 | 1 | -124/+113 |
| | |||||
* | Updated kn translation | Shankar Prasad | 2012-09-22 | 1 | -2128/+2452 |
| | |||||
* | Updated Thai translation | Theppitak Karoonboonyanan | 2012-09-21 | 1 | -1917/+1734 |
| | |||||
* | Updated Telugu Translations | Krishnababu Krothapalli | 2012-09-20 | 1 | -816/+1272 |
| | |||||
* | Updated Slovenian translation | Martin Srebotnjak | 2012-09-20 | 1 | -4/+4 |
| | |||||
* | Updated Slovenian translation | Martin Srebotnjak | 2012-09-20 | 1 | -99/+59 |
| | |||||
* | Update French translation | Alexandre Franke | 2012-09-20 | 1 | -629/+1037 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2012-09-20 | 1 | -57/+58 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2012-09-20 | 1 | -94/+99 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2012-09-20 | 1 | -34/+34 |
| | |||||
* | [l10n] Updated Italian translation. | Gianvito Cavasoli | 2012-09-19 | 1 | -649/+1030 |
| | |||||
* | updated Tamil translation | Dr.T.Vasudevan | 2012-09-19 | 1 | -9/+13 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-09-19 | 1 | -11/+11 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2012-09-18 | 1 | -41/+41 |
| | |||||
* | Updated Brazilian Portuguese translations. | Og B. Maciel | 2012-09-18 | 1 | -1209/+1034 |
| | |||||
* | [release] 3.5.923.5.92 | Claudio Saavedra | 2012-09-18 | 2 | -1/+14 |
| | |||||
* | ephy-web-view: remove ephy_web_view_is_loading_homepage() | Claudio Saavedra | 2012-09-17 | 2 | -14/+0 |
| | | | | | | | It's unused and its usage is redundant with the ephy_web_view_is_history_frozen() https://bugzilla.gnome.org/show_bug.cgi?id=683796 | ||||
* | ephy-web-view: freeze history on homepage load | Claudio Saavedra | 2012-09-17 | 1 | -22/+22 |
| | | | | | | And remove redundant check. https://bugzilla.gnome.org/show_bug.cgi?id=683796 | ||||
* | ephy-web-view: do not save history visits for no-show-addresses | Claudio Saavedra | 2012-09-17 | 1 | -0/+6 |
| | | | | | | | | We don't show these addresses in the location entry because they are very special to epiphany. There is no reason to store them in the history. https://bugzilla.gnome.org/show_bug.cgi?id=683796 | ||||
* | ephy-embed-utils: add ephy_embed_utils_is_no_show_address() | Claudio Saavedra | 2012-09-17 | 3 | -18/+20 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683796 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2012-09-17 | 1 | -58/+43 |
| | |||||
* | ephy-dialog: fix GtkBuilder leak | Pavel Vasin | 2012-09-17 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683929 | ||||
* | ephy-session: fix xmlChar* leak | Pavel Vasin | 2012-09-17 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683929 | ||||
* | ephy_web_view_load_error_page: fix GtkIconInfo leak | Pavel Vasin | 2012-09-17 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683929 | ||||
* | Updated Danish translation | Kenneth Nielsen | 2012-09-16 | 1 | -839/+1105 |
| | |||||
* | Updated Bulgarian translation | Ivaylo Valkov | 2012-09-15 | 1 | -633/+1006 |
| | |||||
* | update Simplified Chinese (zh_CN) translation | tuhaihe | 2012-09-15 | 1 | -440/+510 |
| | |||||
* | ephy-find-toolbar: no need to cast return value here | Xan Lopez | 2012-09-14 | 1 | -3/+3 |
| | |||||
* | ephy-find-toolbar: add a close button | Xan Lopez | 2012-09-14 | 1 | -1/+15 |
| | | | | | | There was no way to close the toolbar from the UI itself. https://bugzilla.gnome.org/show_bug.cgi?id=683967 | ||||
* | ephy-window: use symbolic icon for downloads box close button | Xan Lopez | 2012-09-13 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683966 | ||||
* | uk update | Daniel Korostil | 2012-09-13 | 1 | -1103/+1372 |
| | |||||
* | Focus windows when opening new links in tabs | Xan Lopez | 2012-09-13 | 3 | -1/+7 |
| | | | | | | | | | | | | If someone requests a link to be opened by ephy in an already running instance, and that link is opened in a new tab (either because of our settings or because -n/--new-tab was passed), the window where this happened will not be presented, so it might go unnoticed. Fix this by presenting the windows where new tabs are opened through the open_uris mechanism in EphySession. https://bugzilla.gnome.org/show_bug.cgi?id=641949 | ||||
* | Finnish translation update by Jiri Grönroos | Timo Jyrinki | 2012-09-12 | 1 | -662/+1118 |
| | |||||
* | ephy-session: respect 'new-windows-in-tabs' setting when opening links | Xan Lopez | 2012-09-12 | 1 | -1/+6 |
| | | | | | | | | | | | Right now invoking 'epiphany <URI>' when there's already a browser instance running would always open a new window, unless a new tab was explictly requested with -n/--new-tab. We should honor the 'new-windows-in-tabs' setting (which is TRUE by default), and open the link in a new tab in the last active window if no special conditions were specified. https://bugzilla.gnome.org/show_bug.cgi?id=641949 | ||||
* | ephy-embed: show the overview when using wk2 | Claudio Saavedra | 2012-09-12 | 1 | -1/+6 |
| | | | | This was neglected before, fix. | ||||
* | ephy-web-view: fix the wk2 build | Claudio Saavedra | 2012-09-12 | 1 | -0/+2 |
| | | | | | WK2 doesn't have yet a snapshotting API, so ifdef this out for the time being. | ||||
* | Assamese translation updated | Nilamdyuti Goswami | 2012-09-11 | 1 | -117/+128 |
| | |||||
* | tests: Add test for ephy_sanitize_filename() | Carlos Garcia Campos | 2012-09-10 | 1 | -0/+36 |
| | |||||
* | Use ephy_sanitize_filename() for filenames suggested by the server | Carlos Garcia Campos | 2012-09-10 | 2 | -2/+2 |
| | | | | | | | Because the suggested filename returned by the server might contain directory separators. https://bugzilla.gnome.org/show_bug.cgi?id=683711 | ||||
* | ephy-file-helpers: Add ephy_sanitize_filename() | Carlos Garcia Campos | 2012-09-10 | 3 | -0/+23 |
| | | | | | | To convert any possible directory separator into an underscore. https://bugzilla.gnome.org/show_bug.cgi?id=683711 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2012-09-10 | 1 | -470/+541 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2012-09-10 | 1 | -70/+84 |
| | |||||
* | Use the new EphyHistoryService::urls-visited signal | Claudio Saavedra | 2012-09-10 | 2 | -11/+7 |
| | | | | | | | | | | Since both the frecent store and the history window don't need to be updated immediately after a url is visited, we can use ::urls-visited instead. The advantage of this is that we reduce considerably the load when updating both models when loading many pages at the time, specially during startup. https://bugzilla.gnome.org/show_bug.cgi?id=683550 | ||||
* | ephy-history-service: add urls-visited signal | Claudio Saavedra | 2012-09-10 | 2 | -0/+54 |
| | | | | | | | | This signal is emitted in bulks and is intended for clients that are not interested in every single URL that is visited but only to know that visits have happened. https://bugzilla.gnome.org/show_bug.cgi?id=683550 | ||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2012-09-09 | 1 | -347/+422 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2012-09-09 | 1 | -1254/+1077 |
| | |||||
* | ephy-file-helpers: style fix | Xan Lopez | 2012-09-09 | 1 | -2/+3 |
| | |||||
* | ephy-file-helpers: update comment | Xan Lopez | 2012-09-09 | 1 | -2/+2 |
| | | | | The default dot dir is now in ~/.config, not ~/.gnome2. | ||||
* | .gitignore: a few more obsolete things here | Xan Lopez | 2012-09-09 | 1 | -3/+0 |
| | |||||
* | Remove obsolete reference to ephy-marshal.[c,h] | Xan Lopez | 2012-09-09 | 2 | -2/+0 |
| | |||||
* | ephy-web-view: fix memory leak | Xan Lopez | 2012-09-08 | 1 | -0/+1 |
| | |||||
* | tests: remove debug output from snapshot service tests | Xan Lopez | 2012-09-08 | 1 | -3/+0 |
| |