Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [release] 3.5.53.5.5 | Xan Lopez | 2012-08-07 | 2 | -1/+22 |
| | |||||
* | Port spell checking to WebKit2 | Mario Sanchez Prada | 2012-08-07 | 1 | -1/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680368 | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2012-08-07 | 2 | -390/+418 |
| | |||||
* | configure.ac: we require WebKitGTK+ 1.9.6 to build now | Xan Lopez | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Updated Greek translation | Tom Tryfonidis | 2012-08-07 | 1 | -325/+354 |
| | |||||
* | ephy-session: remove some unneeded declarations, reorder headers | Xan Lopez | 2012-08-04 | 1 | -4/+1 |
| | |||||
* | e-web-view: use GtkLabel API when possible | Diego Escalante Urrelo | 2012-08-03 | 1 | -2/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=681080 | ||||
* | e-web-view: use GtkOrientable API for info bars | Diego Escalante Urrelo | 2012-08-03 | 1 | -45/+10 |
| | | | | | | | Instead of creating a custom GtkButtonBox, use GtkOrientable API implemented by the default action_area widget (a GtkBox) of GtkInfoBar. https://bugzilla.gnome.org/show_bug.cgi?id=681078 | ||||
* | ephy-embed: Port inspector to WebKit2 | Carlos Garcia Campos | 2012-08-03 | 1 | -18/+29 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679616 | ||||
* | ephy-embed-single: Port disk cache to Webit2 | Carlos Garcia Campos | 2012-08-03 | 1 | -0/+10 |
| | | | | | | | From the API point of view, we only need to use WebKit2 to clear the cache. https://bugzilla.gnome.org/show_bug.cgi?id=679684 | ||||
* | window-commands: fix WebKit2 build | Xan Lopez | 2012-08-02 | 1 | -2/+2 |
| | | | | Haters gonna hate. | ||||
* | window-commands: fallback correctly when Content-Disposition is not available | Xan Lopez | 2012-08-02 | 1 | -2/+15 |
| | | | | | The suggested filename the network response gives us can be NULL. Fallback to the old method in that case. | ||||
* | Settings: add a enable-webaudio setting. | Philippe Normand | 2012-08-02 | 3 | -0/+10 |
| | | | | | | WebAudio support in WebKitGTK is not stable yet but it would be good to allow Epiphany users to test this feature nonetheless. The enable-webaudio gsetting is set to false by default. | ||||
* | window-commands: suggest the right name in 'Save As' | Xan Lopez | 2012-08-02 | 1 | -3/+2 |
| | | | | | | | Use the info in the Content-Disposition header instead of the base name of the resource. https://bugzilla.gnome.org/show_bug.cgi?id=674291 | ||||
* | popup-commands: don't cancel a download that hasn't even been started | Claudio Saavedra | 2012-08-02 | 1 | -4/+0 |
| | | | | | | | | Cancelling the "save link as" dialog is calling ephy_download_cancel() even when ephy_download_start() has not been called. This causes a critical warning in webkit. https://bugzilla.gnome.org/show_bug.cgi?id=681010 | ||||
* | ephy-embed-utils: use new coding style | Xan Lopez | 2012-08-02 | 2 | -117/+111 |
| | |||||
* | [l10n] Update Japanese translation | Jiro Matsuzawa | 2012-08-02 | 1 | -1/+1 |
| | | | | Modify the About label | ||||
* | ephy-history-service: prevent double call to execute_quit() | Claudio Saavedra | 2012-08-02 | 1 | -1/+0 |
| | | | | | | | execute_quit() is called already when the QUIT message is received, there is no need to call it after the thread loop quits. https://bugzilla.gnome.org/show_bug.cgi?id=680529 | ||||
* | ephy-home-action: remove useless headers | Xan Lopez | 2012-08-01 | 1 | -3/+0 |
| | |||||
* | ephy-window: do not copy history for new empty tabs | Xan Lopez | 2012-08-01 | 1 | -0/+4 |
| | | | | | | | | | Do not copy the tab history when doing Ctrl+T/New Tab to open an empty tab. https://bugzilla.gnome.org/show_bug.cgi?id=651918 Signed-off-by: Xan Lopez <xan@igalia.com> | ||||
* | ephy-home-action: add implicit NEW_TAB flag | Zan Dobersek | 2012-08-01 | 1 | -1/+1 |
| | | | | | | | The NewTab action is always used to new an empty tab now, so just acknowledge the fact. Signed-off-by: Xan Lopez <xan@igalia.com> | ||||
* | ephy-home-action: drop DnD functionality | Xan Lopez | 2012-08-01 | 1 | -62/+4 |
| | | | | | The home action can only be accessed from the super menu now, so the DnD feature is not useful anymore. | ||||
* | e-file-chooser: remove persist-key | Diego Escalante Urrelo | 2012-08-01 | 6 | -188/+2 |
| | | | | | | | | | | | | | GTK+ has changed the UX of the GtkFileChooser. This has (pragmatically) deprecated "last save dir" stored by applications themselves. For Epiphany this means we no longer need a "persist-key" in our file chooser, and that we have to clean up some GtkFileChooser API use in followup patches. This commit removes the property and uses of it. Bug #655508 | ||||
* | ephy-session: spawn the default window if the session state file is broken | Xan Lopez | 2012-08-01 | 2 | -0/+51 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680590 | ||||
* | Use $(pkglibdir) instead of $(libdir)/epiphany | Michael Biebl | 2012-07-31 | 2 | -3/+3 |
| | | | | | | to avoid hard coding the package name. https://bugzilla.gnome.org/show_bug.cgi?id=672023 | ||||
* | epiphany.pc.in: Use @PACKAGE@ instead of epiphany | Michael Biebl | 2012-07-31 | 1 | -2/+2 |
| | | | | | | to avoid hard coding the package name. https://bugzilla.gnome.org/show_bug.cgi?id=672023 | ||||
* | window-commands: update About dialog tagline | Diego Escalante Urrelo | 2012-07-31 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=668115 | ||||
* | ephy-sqlite-statement: remove get_property | Diego Escalante Urrelo | 2012-07-31 | 1 | -19/+0 |
| | | | | | | All the properties are write-construct-only. https://bugzilla.gnome.org/show_bug.cgi?id=671595 | ||||
* | e-dialog: handle old uses of ephy_dialog_construct | Diego Escalante Urrelo | 2012-07-31 | 1 | -1/+13 |
| | | | | | | | This is a hack. One that we should remove when we decide what to do with extensions. https://bugzilla.gnome.org/show_bug.cgi?id=680907 | ||||
* | extensions: remove seed support | Diego Escalante Urrelo | 2012-07-31 | 9 | -580/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680905 | ||||
* | ephy-encoding: auto-calculate 'title-elided' and 'collation-key' | Xan Lopez | 2012-07-31 | 4 | -48/+49 |
| | | | | They are derived from 'title', no need to pass them as parameters. | ||||
* | tests: test the creation of a EphyEncoding object | Xan Lopez | 2012-07-31 | 1 | -0/+21 |
| | | | | | We should make the test-elided and collation-key properties be computed automatically from the other parameters. | ||||
* | tests: add a simple test for EphyEncodings | Xan Lopez | 2012-07-31 | 2 | -0/+90 |
| | |||||
* | ephy-encoding: fix extra blank line | Xan Lopez | 2012-07-31 | 1 | -2/+1 |
| | |||||
* | ephy-embed-shell: sort headers properly! | Xan Lopez | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | ephy-embed-shell: add missing header | Xan Lopez | 2012-07-31 | 1 | -7/+7 |
| | | | | | Dropping useless headers elsewhere uncovered a missing header (stdlib.h) here. Also sort headers while at it. | ||||
* | ephy-encodings: remove dead code | Xan Lopez | 2012-07-31 | 1 | -10/+0 |
| | |||||
* | ephy-encodings: use new coding style | Xan Lopez | 2012-07-31 | 2 | -340/+324 |
| | |||||
* | ephy-encoding: fix indentation | Xan Lopez | 2012-07-31 | 1 | -23/+23 |
| | |||||
* | ephy-encodings: rewrite to drop usage of EphyNode | Xan Lopez | 2012-07-31 | 8 | -259/+642 |
| | | | | | | | | | | We have a new 'EphyEncoding' object holding the encoding data, and the EphyEncodings object is now just a hash table holding a bunch of these. Change all the UI code to use the new APIs. https://bugzilla.gnome.org/show_bug.cgi?id=680735 | ||||
* | Updated gujarati file | Sweta Kothari | 2012-07-30 | 1 | -1449/+1653 |
| | |||||
* | ephy-web-view: fix gtk-doc warning | Xan Lopez | 2012-07-28 | 1 | -1/+1 |
| | |||||
* | ephy-encodings: drop some useless code | Xan Lopez | 2012-07-28 | 1 | -4/+0 |
| | |||||
* | ephy-extensions-manager: don't include EphyNode, it's not used here | Xan Lopez | 2012-07-28 | 2 | -9/+4 |
| | |||||
* | Updated Belarusian translation. | Ihar Hrachyshka | 2012-07-20 | 1 | -532/+859 |
| | |||||
* | ephy-web-view: get rid of gtk-doc warning | Xan Lopez | 2012-07-19 | 1 | -1/+1 |
| | |||||
* | Use G_DEFINE_BOXED_TYPE to define boxed types | Xan Lopez | 2012-07-19 | 2 | -30/+5 |
| | | | | | EphyNode is missing, but trying to migrate it gives some obscure error I need to figure out. | ||||
* | [release] 3.5.43.5.4 | Xan Lopez | 2012-07-18 | 2 | -1/+18 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2012-07-17 | 2 | -205/+191 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2012-07-17 | 1 | -619/+872 |
| | |||||
* | [l10n] Update Japanese translation | Jiro Matsuzawa | 2012-07-15 | 1 | -529/+877 |
| | |||||
* | Port persistent cookies to WebKit2 | Carlos Garcia Campos | 2012-07-13 | 2 | -14/+45 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679369 | ||||
* | ephy-web-view: Port security level to WebKit2 | Carlos Garcia Campos | 2012-07-13 | 1 | -15/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679371 | ||||
* | ephy-web-app-utils: Fix memory leak | Carlos Garcia Campos | 2012-07-12 | 1 | -0/+1 |
| | |||||
* | ephy-web-app-utils: Use soup_cookie_domain_matches to check the cookie domain | Carlos Garcia Campos | 2012-07-12 | 1 | -1/+1 |
| | | | | | | | This fixes the cases where sites like www.foo.com save cookies for domain .foo.com, so that when an app is created for www.foo.com, cookies in the current jar for the domain .foo.com are not copied to the app cookie jar. | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-07-11 | 1 | -296/+315 |
| | |||||
* | window-commands: Port WebKit version information in about dialog to WebKit2 | Carlos Garcia Campos | 2012-07-09 | 1 | -1/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679403 | ||||
* | ephy-embed-prefs: Remove TODO comment about page-cache setting | Carlos Garcia Campos | 2012-07-09 | 1 | -1/+0 |
| | | | | In WebKit2 page cache is enabled by default. | ||||
* | ephy-embed-prefs: Enable site specific quirks in WebKit2 | Carlos Garcia Campos | 2012-07-09 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679499 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-07-09 | 1 | -277/+285 |
| | |||||
* | Port cookies to WebKit2 | Carlos Garcia Campos | 2012-07-04 | 4 | -13/+178 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678626 | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2012-06-30 | 2 | -1006/+1772 |
| | |||||
* | ephy-web-view: unref objects in dispose, not finalize | Xan Lopez | 2012-06-28 | 1 | -5/+2 |
| | |||||
* | ephy-web-view: set_title can also be made private to its file | Xan Lopez | 2012-06-28 | 2 | -49/+40 |
| | |||||
* | ephy-web-view: get rid of redundant calls to set_title | Xan Lopez | 2012-06-28 | 1 | -11/+2 |
| | | | | | | | Just trust the title-updated signal for the most part. Seems to work just fine in WK1, and fixes missing updates to the title in WK2. https://bugzilla.gnome.org/show_bug.cgi?id=679046 | ||||
* | ephy-web-view: make set_address completely private | Xan Lopez | 2012-06-28 | 2 | -43/+37 |
| | | | | | It's not used outside its own class either, so we can make it private to the file. | ||||
* | ephy-web-view: move private methods to the private header | Xan Lopez | 2012-06-28 | 2 | -23/+21 |
| | |||||
* | ephy-web-view: ephy_web_view_location_changed is private to its class | Xan Lopez | 2012-06-28 | 3 | -54/+43 |
| | | | | Do not make it public. | ||||
* | Port fullscreen popup to WebKit2 | Claudio Saavedra | 2012-06-28 | 1 | -3/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678840 | ||||
* | window-commands: initialize string variables to NULL | Xan Lopez | 2012-06-28 | 1 | -1/+1 |
| | | | | | This makes the about dialog not crash in WebKit2, since they are not set to any value (yet) but are freed anyway. | ||||
* | ephy-web-view: fix think-o in ephy_web_view_location_changed | Xan Lopez | 2012-06-28 | 1 | -6/+3 |
| | | | | | | Do not re-set the address we already have, use the location we get as a parameter, which comes from the same place (WebKit layer) than ephy_web_view_get_location used to get it from. | ||||
* | ephy-web-view: get rid of 'ephy_web_view_get_location' | Xan Lopez | 2012-06-28 | 4 | -53/+14 |
| | | | | | | Nowhere in epiphany were we using the "get the non-toplevel location" feature (which was broken anyway), so I think we should be able to just use get_address everywhere. | ||||
* | ephy-web-view: and more type checks | Xan Lopez | 2012-06-28 | 1 | -0/+2 |
| | |||||
* | ephy-web-view: add type checks for the set_typed_address method parameters | Xan Lopez | 2012-06-28 | 1 | -1/+5 |
| | |||||
* | ephy-web-view: do not duplicate the setter code for typed-address | Xan Lopez | 2012-06-28 | 1 | -7/+2 |
| | |||||
* | ephy-web-view: try to simplify a bit the typed-address logic | Xan Lopez | 2012-06-28 | 1 | -23/+17 |
| | | | | | | | | | | I think we can do without the "expire_address_now" boolean, and just rely on whether typed-address itself is NULL or not. If it is not, we want to always show it in the location entry and never overwrite it, since it reflects what the user has typed. The only case when we want to go ahead and set it to NULL is when the load actually starts (ie, when the user wants to transform what he has typed into a new load). Try to document things better reflecting this logic. | ||||
* | ephy-web-view: remove useless forward declarations | Xan Lopez | 2012-06-28 | 1 | -3/+0 |
| | |||||
* | ephy-web-view: remove unneeded headers, and sort them | Xan Lopez | 2012-06-28 | 1 | -2/+1 |
| | |||||
* | Updated Indonesian translation | Andika Triwidada | 2012-06-28 | 1 | -1523/+1119 |
| | |||||
* | Updated German translation | Tobias Endrigkeit | 2012-06-28 | 1 | -566/+971 |
| | |||||
* | Port find to WebKit2 | Carlos Garcia Campos | 2012-06-27 | 1 | -9/+95 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678628 | ||||
* | Port downloads to WebKit2 | Carlos Garcia Campos | 2012-06-27 | 6 | -88/+320 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678612 | ||||
* | ephy-web-view: fix anchor links' URI update | Xan Lopez | 2012-06-27 | 1 | -4/+5 |
| | | | | | | Use again notify::uri, but do nothing if we receive it when the page is not loading (ie, before STARTED was reached). This fixes the difference in semantincs between WK1 and WK2. | ||||
* | ephy-web-view: move the file monitoring code to its own class, EphyFileMonitor. | Xan Lopez | 2012-06-27 | 4 | -183/+376 |
| | | | | | Since the vast majority of the code was really independent from EphyWebView. | ||||
* | Port resources to WebKit2 | Carlos Garcia Campos | 2012-06-27 | 1 | -12/+54 |
| | | | | http://bugzilla-attachments.gnome.org/attachment.cgi?id=217022 | ||||
* | ephy-web-view: stop using notify::uri in WebKit2 | Xan Lopez | 2012-06-27 | 1 | -0/+4 |
| | | | | | | In WebKit2 notify::uri will come with the requested URI even before/during the STARTED status, so we cannot use it in the same way as we were using it in WebKit1, where the semantincs were different. | ||||
* | ephy-web-view: small style and indentation fixes | Xan Lopez | 2012-06-27 | 1 | -17/+17 |
| | |||||
* | [release] 3.5.33.5.3 | Xan Lopez | 2012-06-26 | 2 | -1/+26 |
| | |||||
* | ephy-notebook: do not assume the type of the child widget in 'remove' | Xan Lopez | 2012-06-26 | 1 | -1/+2 |
| | | | | | | Since commit 325cf071d1 in GTK+ the 'remove' method will be called also with the tab label widget, so do not assert when the type is not EphyEmbed, just do nothing. | ||||
* | POTFILES.in: add missing file | Xan Lopez | 2012-06-26 | 1 | -0/+1 |
| | |||||
* | Port geolocation permission request to WebKit2 | Carlos Garcia Campos | 2012-06-26 | 1 | -7/+40 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678614 | ||||
* | Port plugins about handler to WebKit2 | Carlos Garcia Campos | 2012-06-26 | 3 | -11/+105 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678625 | ||||
* | Port about handlers to WebKit2 | Carlos Garcia Campos | 2012-06-26 | 1 | -0/+22 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678616 | ||||
* | embed: Move about handlers to a new file | Carlos Garcia Campos | 2012-06-26 | 9 | -164/+229 |
| | | | | | Leaving in ephy-request-about only the code specific to the soup feature implementation. | ||||
* | ephy-download-widget: add get_destination_basename_from_download() helper ↵ | Carlos Garcia Campos | 2012-06-26 | 1 | -11/+26 |
| | | | | function | ||||
* | ephy-download-widget: add ephy_download_widget_download_finished() | Carlos Garcia Campos | 2012-06-25 | 3 | -45/+35 |
| | | | | | It makes easier to check whether download finished, and it's compatible with WebKit2. | ||||
* | ephy-download: remove _ephy_download_new() internal function | Carlos Garcia Campos | 2012-06-25 | 1 | -33/+33 |
| | | | | | | | It makes the code a bit more complex. Since we always need a WebKitDownload we can just create a WebKitDownload in ephy_download_new_for_uri() can then use ephy_download_new_for_download() to create the EphyDownload. | ||||
* | ephy-download: Pass suggested filename to define_destination_uri() | Carlos Garcia Campos | 2012-06-25 | 1 | -9/+7 |
| | | | | | Instead of getting it from the download to make define_destination_uri() function compatible with WebKit2. | ||||
* | Por run javascript to WebKit2 | Carlos Garcia Campos | 2012-06-25 | 1 | -4/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678601 | ||||
* | Port printing to WebKit2 | Carlos Garcia Campos | 2012-06-25 | 1 | -3/+38 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678600 | ||||
* | ephy-web-view: add ephy_web_view_print_failed() | Carlos Garcia Campos | 2012-06-25 | 1 | -16/+22 |
| | | | | | Helper function to show an error messaage in the info bar when the print operation failed. | ||||
* | Port hovering over link to WebKit2 | Carlos Garcia Campos | 2012-06-25 | 2 | -7/+16 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678599 | ||||
* | ephy-navigation-history-action: Don't leak link-message | Carlos Garcia Campos | 2012-06-25 | 1 | -3/+2 |
| | |||||
* | ephy-web-view: status message should be const | Carlos Garcia Campos | 2012-06-25 | 4 | -5/+5 |
| | | | | | In both ephy_web_view_set_link_message() and ephy_embed_utils_link_message_parse(). | ||||
* | Port editing commands to WebKit2 | Carlos Garcia Campos | 2012-06-25 | 2 | -9/+84 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678596 | ||||
* | ephy-window: Add helper function to update action sensitivity | Carlos Garcia Campos | 2012-06-25 | 1 | -19/+15 |
| | |||||
* | Port history to WebKit2 | Carlos Garcia Campos | 2012-06-25 | 2 | -16/+53 |
| | | | | | | | In WebKit2 the back forward list is a read-only object, so the code were the back forward list is modified hasn't been ported. https://bugzilla.gnome.org/show_bug.cgi?id=678594 | ||||
* | ephy-navigation-history-action: Rename webkit_construct_history_list | Carlos Garcia Campos | 2012-06-25 | 1 | -4/+5 |
| | | | | | As construct_webkit_history_list since the webkit_ prefix makes the function look like WebKit API even if it's a private method. | ||||
* | Add support for new windows in WebKit2 | Carlos Garcia Campos | 2012-06-25 | 3 | -43/+124 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678593 | ||||
* | Port web settings to WebKit2 | Carlos Garcia Campos | 2012-06-25 | 1 | -33/+65 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678592 | ||||
* | Port policy client to WebKit2 | Carlos Garcia Campos | 2012-06-25 | 2 | -5/+209 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678591 | ||||
* | Updated Galician translations | Fran Diéguez | 2012-06-25 | 1 | -243/+251 |
| | |||||
* | Port web view loading progress and feedback to WebKit2 | Carlos Garcia Campos | 2012-06-24 | 5 | -23/+253 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678532 | ||||
* | ephy-web-view: Add ephy_web_view_load_failed() | Carlos Garcia Campos | 2012-06-24 | 3 | -0/+20 |
| | | | | To check whether the load operation in the web view failed. | ||||
* | popup-commands: use EPHY_DOWNLOAD_ACTION_DO_NOTHING | Diego Escalante Urrelo | 2012-06-23 | 1 | -0/+1 |
| | | | | | | Stop downloaded backgrounds from popping an image viewer instance. https://bugzilla.gnome.org/show_bug.cgi?id=676128 | ||||
* | ephy-download: add EPHY_DOWNLOAD_ACTION_DO_NOTHING | Diego Escalante Urrelo | 2012-06-23 | 2 | -3/+9 |
| | | | | | | | | | Add a new action instead of abusing NONE. NONE means nothing has been set, this will trigger AUTO when auto-downloads preference is TRUE. DO_NOTHING explicitely asks for no action to be taken. https://bugzilla.gnome.org/show_bug.cgi?id=676128 | ||||
* | Updated Greek translation | Ioannis Zampoukas | 2012-06-23 | 1 | -219/+221 |
| | |||||
* | docs: do not use g_thread_init in the doc scanner | Xan Lopez | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Initial WebKit2 port | Carlos Garcia Campos | 2012-06-21 | 35 | -24/+824 |
| | | | | It builds and basic functionality works. | ||||
* | ephy-web-view: Use webkit_web_view_load_uri() instead of webkit_web_view_open() | Carlos Garcia Campos | 2012-06-21 | 1 | -4/+4 |
| | | | | | webkit_web_view_open() is deprecated in WebKit1 and webkit_web_view_load_uri() is compatible with WebKit2. | ||||
* | Use WebKitWebView API to get/set the zoom level instead of g_object_get/set | Carlos Garcia Campos | 2012-06-21 | 2 | -15/+9 |
| | | | | | Also use always double instead of float so that it will be compatible with WebKit2 API. | ||||
* | Include libsoup header explicitly when required | Carlos Garcia Campos | 2012-06-21 | 7 | -3/+6 |
| | | | | Instead of relying on webkit header to include it. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-06-21 | 1 | -194/+203 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2012-06-21 | 1 | -1/+0 |
| | |||||
* | ephy-embed: show a message popup when entering fullscreen mode | Claudio Saavedra | 2012-06-20 | 4 | -0/+101 |
| | | | | | | | | The message is different depending on whether we are entering HTML5 fullscreen mode or application fullscreen, since the keys used to leave either mode are different. https://bugzilla.gnome.org/show_bug.cgi?id=671195 | ||||
* | ephy-window: hide all chrome when entering fullscreen mode | Claudio Saavedra | 2012-06-20 | 1 | -1/+5 |
| | | | | | | | | | | We keep track of the state of the chrome before entering fullscreen mode in order to restore it afterwards. Also, set tabs-allowed to FALSE in the EphyNotebook when in fullscreen mode. When leaving fullscreen mode, restore to the previous state. https://bugzilla.gnome.org/show_bug.cgi?id=671195 | ||||
* | ephy-window: keep track of whether the downloads box is shown | Claudio Saavedra | 2012-06-20 | 2 | -5/+15 |
| | | | | | | We add it to EphyWebViewChrome and track it there. https://bugzilla.gnome.org/show_bug.cgi?id=671195 | ||||
* | ephy-window: remove ephy-fullscreen-popup | Claudio Saavedra | 2012-06-20 | 5 | -551/+0 |
| | | | | | | We're no longer using it https://bugzilla.gnome.org/show_bug.cgi?id=671195 | ||||
* | ephy-notebook: fix the property enabling tabs visibility | Claudio Saavedra | 2012-06-20 | 3 | -17/+20 |
| | | | | | | | | Replace the redundant and unused "show-tabs" with "tabs-allowed", and allow its use to ultimately hide the tabs, regardless of the policy, whenever the application UI deems necessary. https://bugzilla.gnome.org/show_bug.cgi?id=678468 | ||||
* | ephy-location-controller: add missing get_property bits for "show-icon" | Claudio Saavedra | 2012-06-20 | 1 | -0/+3 |
| | |||||
* | ephy-window: add a method to toggle visibility of default actions | Claudio Saavedra | 2012-06-20 | 1 | -11/+19 |
| | | | | | | | Where default actions are the ones that should be disabled when we display a blank page or anything that is not a webpage. https://bugzilla.gnome.org/show_bug.cgi?id=678405 | ||||
* | ephy-location-controller: add a boolean "show-icon" property | Claudio Saavedra | 2012-06-20 | 1 | -0/+22 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678405 | ||||
* | ephy-location-entry: make it possible to hide the favicon | Claudio Saavedra | 2012-06-20 | 2 | -3/+42 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678405 | ||||
* | ephy-window: split ephy_window_set_active_tab() into smaller methods | Claudio Saavedra | 2012-06-20 | 1 | -165/+175 |
| | | | | | | Which we will also reuse later on. https://bugzilla.gnome.org/show_bug.cgi?id=678405 | ||||
* | ephy-window: add _ephy_window_set_navigation_flags() | Claudio Saavedra | 2012-06-20 | 1 | -10/+14 |
| | | | | | | We'll share this code later. https://bugzilla.gnome.org/show_bug.cgi?id=678405 | ||||
* | Updated Greek translation | Tom Tryfonidis | 2012-06-19 | 1 | -742/+788 |
| | |||||
* | ephy-shell: EPHY_EMBED_SHELL_MODE_TEST means no realize | Diego Escalante Urrelo | 2012-06-18 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=678134 | ||||
* | ephy-session-test: test recovering a multiple-window session | Xan Lopez | 2012-06-15 | 1 | -1/+50 |
| | |||||
* | ephy-shell: move variable to the only scope where it's used | Xan Lopez | 2012-06-15 | 1 | -3/+2 |
| | |||||
* | ephy-shell: initialize jump_to variable to FALSE | Xan Lopez | 2012-06-15 | 1 | -1/+1 |
| | | | | | | Otherwise commit ccf3836d601c makes us use that variable with a garbage value most of the time, since it won't be initialized unconditionally anymore. | ||||
* | popup-commands: use g_get_user_special_dir API | Diego Escalante Urrelo | 2012-06-15 | 1 | -1/+1 |
| | | | | | | | "Pictures" was hardcoded as the destination folder, use G_USER_DIRECTORY_PICTURES instead. https://bugzilla.gnome.org/show_bug.cgi?id=677240 | ||||
* | tests: add ephy-shell-test | Diego Escalante Urrelo | 2012-06-15 | 2 | -0/+368 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673683 | ||||
* | ephy-shell: document EphyNewTabFlags | Diego Escalante Urrelo | 2012-06-15 | 1 | -0/+27 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673683 | ||||
* | e-history-service: print db file when open fails | Diego Escalante Urrelo | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | tests: add ephy-web-app-utils-test | Diego Escalante Urrelo | 2012-06-15 | 2 | -0/+157 |
| | | | | | | | Tests create, exists, delete, list API. No network access required. https://bugzilla.gnome.org/show_bug.cgi?id=673271 | ||||
* | e-web-app-utils: warn when app dir already exists | Diego Escalante Urrelo | 2012-06-15 | 1 | -1/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673271 | ||||
* | ephy-shell: imitate other flag checks for jump_to | Diego Escalante Urrelo | 2012-06-15 | 1 | -2/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=676905 | ||||
* | ephy-shell: handy gboolean fullscreen_lockdown | Diego Escalante Urrelo | 2012-06-15 | 1 | -4/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=676905 | ||||
* | ephy-shell: fix braces | Diego Escalante Urrelo | 2012-06-15 | 1 | -5/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=676905 | ||||
* | ephy-web-view: remove unused EphyWebViewChrome elements | Diego Escalante Urrelo | 2012-06-15 | 3 | -14/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=676904 | ||||
* | Fix memory leak | Carlos Garcia Campos | 2012-06-15 | 1 | -3/+4 |
| | |||||
* | epiphany-sections: remove some dead stuff | Xan Lopez | 2012-06-14 | 1 | -8/+0 |
| | |||||
* | Also remove the po/ old ChangeLog | Xan Lopez | 2012-06-14 | 2 | -8271/+0 |
| | |||||
* | Makefile.am: the old ChangeLogs are gone | Xan Lopez | 2012-06-14 | 1 | -5/+0 |
| | |||||
* | windows-commands: remove dead code | Claudio Saavedra | 2012-06-14 | 1 | -15/+0 |
| | | | | The toolbar-editor is gone, so this code should be gone too. | ||||
* | ephy-download: Simplify decide_action_from_mime | Carlos Garcia Campos | 2012-06-14 | 1 | -29/+16 |
| | | | | | | Remove unused variables and fix memory leaks https://bugzilla.gnome.org/show_bug.cgi?id=676484 | ||||
* | e-file-helpers: Add ephy_file_create_data_uri_for_filename() | Carlos Garcia Campos | 2012-06-14 | 5 | -41/+62 |
| | | | | | | | It creates a data URI for the given filename. Use the new function when building error and applications pages. https://bugzilla.gnome.org/show_bug.cgi?id=677025 | ||||
* | Remove old ChangeLogs | Xan Lopez | 2012-06-14 | 5 | -38544/+0 |
| | | | | | These are huge and if anyone is really interested in the old history she can always use the git history to figure out things. | ||||
* | ephy-bookmarks-import: missing return after if | Xan Lopez | 2012-06-14 | 1 | -0/+1 |
| | | | | | This was making the file-check test never run unless we were in lock-down mode. | ||||
* | tests: add the beginnings of ephy-session unit testing | Xan Lopez | 2012-06-14 | 2 | -0/+104 |
| | | | | | | | | | For now a simple test that verifies that loading a session works. We need to link with the resource files, which is unfortunate, but I'm not sure there's a way around it since this test will actually spawn a full EphyWindow (ie, it's not only testing the session or shell code but the entire browser as a side effect). | ||||
* | Add a new mode for shell testing, EPHY_EMBED_SHELL_MODE_TEST | Xan Lopez | 2012-06-14 | 3 | -5/+10 |
| | | | | | | For now the only difference is that no top-level window will be shown in this mode, but in the future it can be extended to behave in a manner appropriate for testing. | ||||
* | ephy-session: add a method to load a session from a string | Xan Lopez | 2012-06-14 | 2 | -20/+77 |
| | | | | | And re-write the ephy_session_load method on top of it. We'll use this in our unit tests. | ||||
* | ephy-download-widget: Show bytes downloaded when the total size is unknown | Carlos Garcia Campos | 2012-06-14 | 1 | -20/+54 |
| | |||||
* | ephy-completion-model: use a cancellable with the history service | Claudio Saavedra | 2012-06-13 | 1 | -1/+14 |
| | | | | | | | | For two things: first, cancel pending operations if a new search term is given before this is complete and, second, to cancel any operation remaining during the model disposal. https://bugzilla.gnome.org/show_bug.cgi?id=672073 | ||||
* | ephy-history-window: cancel history operations during dispose | Claudio Saavedra | 2012-06-13 | 1 | -4/+12 |
| | | | | | | To avoid surprises if the history-window happens to be destroyed. https://bugzilla.gnome.org/show_bug.cgi?id=672073 | ||||
* | ephy-download-widget: Check the icon has changed before updating the image | Carlos Garcia Campos | 2012-06-13 | 1 | -3/+6 |
| | |||||
* | ephy-download-widget: Don't leak the GIcon | Carlos Garcia Campos | 2012-06-13 | 1 | -5/+17 |
| | |||||
* | ephy-session: fix memory leak in write_tab() | Pavel Vasin | 2012-06-12 | 1 | -2/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677720 | ||||
* | ephy-bookmarks-editor: fix GList leaks | Pavel Vasin | 2012-06-12 | 1 | -4/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677720 | ||||
* | ephy-bookmarks-editor: fix memory leak | Pavel Vasin | 2012-06-12 | 1 | -1/+14 |
| | | | | | | webkit_favicon_database_get_favicon_uri returns newly allocated string https://bugzilla.gnome.org/show_bug.cgi?id=677720 | ||||
* | ephy-completion-model: fix GList of EphyHistoryURL leak | Pavel Vasin | 2012-06-12 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677720 | ||||
* | ephy-web-view: fix GList leak | Pavel Vasin | 2012-06-12 | 1 | -3/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677720 | ||||
* | ephy-bookmarks: fix memory leaks | Pavel Vasin | 2012-06-12 | 1 | -2/+4 |
| | | | | | | webkit_favicon_database_get_favicon_uri returns newly allocated string https://bugzilla.gnome.org/show_bug.cgi?id=677720 | ||||
* | ephy-bookmark-action: fix memory leak | Pavel Vasin | 2012-06-12 | 1 | -0/+2 |
| | | | | | | webkit_favicon_database_get_favicon_uri returns newly allocated string https://bugzilla.gnome.org/show_bug.cgi?id=677720 | ||||
* | ephy-profile-utils: fix memory leak | Pavel Vasin | 2012-06-12 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677720 | ||||
* | ephy-web-view: fix use-after-free in get_file_content_as_base64() | Dan Williams | 2012-06-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | image_type is owned by file_info, so we can't free file_info until after we're done with image_type. Fixes crash when error page is displayed. Valgrind trace: ==1916== Invalid read of size 1 ==1916== at 0x38CBA7B328: _IO_default_xsputn (in /lib64/libc-2.14.90.so) ==1916== by 0x38CBA4B3A7: vfprintf (in /lib64/libc-2.14.90.so) ==1916== by 0x38CBB084B0: __vasprintf_chk (in /lib64/libc-2.14.90.so) ==1916== by 0x38CDA8A44A: g_vasprintf (stdio2.h:199) ==1916== by 0x38CDA69B0C: g_strdup_vprintf (gstrfuncs.c:509) ==1916== by 0x38CDA69BAB: g_strdup_printf (gstrfuncs.c:535) ==1916== by 0x47EA57: ephy_web_view_load_error_page (ephy-web-view.c:1978) ==1916== by 0x47F6B2: load_error_cb (ephy-web-view.c:2119) ==1916== by 0x38E8E7753F: webkit_marshal_BOOLEAN__OBJECT_STRING_POINTER (in /usr/lib64/libwebkitgtk-3.0.so.0.11.0) ==1916== by 0x38CEA11381: g_closure_invoke (gclosure.c:777) ==1916== by 0x38CEA23132: signal_emit_unlocked_R (gsignal.c:3547) ==1916== by 0x38CEA2AEE1: g_signal_emit_valist (gsignal.c:3306) ==1916== Address 0x4f02040 is 0 bytes inside a block of size 10 free'd ==1916== at 0x4A0662E: free (vg_replace_malloc.c:366) ==1916== by 0x38CDA5513E: g_free (gmem.c:252) ==1916== by 0x38D1255908: _g_file_attribute_value_clear (gfileattribute.c:245) ==1916== by 0x38D125A078: g_file_info_finalize (gfileinfo.c:324) ==1916== by 0x38CEA1670F: g_object_unref (gobject.c:3018) ==1916== by 0x47EA05: ephy_web_view_load_error_page (ephy-web-view.c:1974) ==1916== by 0x47F6B2: load_error_cb (ephy-web-view.c:2119) ==1916== by 0x38E8E7753F: webkit_marshal_BOOLEAN__OBJECT_STRING_POINTER (in /usr/lib64/libwebkitgtk-3.0.so.0.11.0) ==1916== by 0x38CEA11381: g_closure_invoke (gclosure.c:777) ==1916== by 0x38CEA23132: signal_emit_unlocked_R (gsignal.c:3547) ==1916== by 0x38CEA2AEE1: g_signal_emit_valist (gsignal.c:3306) ==1916== by 0x38CEA2BE83: g_signal_emit_by_name (gsignal.c:3389) https://bugzilla.gnome.org/show_bug.cgi?id=677736 | ||||
* | ephy-embed: fix a comment typo | Claudio Saavedra | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | ephy-window: simplify window_state_event() chain-up | Claudio Saavedra | 2012-06-11 | 1 | -4/+2 |
| | |||||
* | ephy-location-controller: add missing default case in set/get_property methods | Claudio Saavedra | 2012-06-05 | 1 | -4/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675804 | ||||
* | ephy-location-controller: use GBinding to sync properties with the entry | Claudio Saavedra | 2012-06-05 | 1 | -55/+15 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675804 | ||||
* | ephy-location-entry: make parameters actual properties | Claudio Saavedra | 2012-06-05 | 1 | -0/+112 |
| | | | | | | So that they are bindable. https://bugzilla.gnome.org/show_bug.cgi?id=675804 | ||||
* | ephy-web-view: chain up to the parent constructed virtual method | Carlos Garcia Campos | 2012-06-05 | 1 | -0/+3 |
| | | | | To make sure constructed is called in WebKitWebView if present. | ||||
* | Updated Galician translations | Fran Diéguez | 2012-06-03 | 1 | -47/+68 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-05-30 | 1 | -56/+73 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2012-05-29 | 1 | -517/+801 |
| | |||||
* | ephy-session: simplify code to handle session resume | Xan Lopez | 2012-05-28 | 1 | -5/+6 |
| | | | | | There's no need to tell the parse_embed method whether the window it gets is the resume window or not, it can figure it out by itself. | ||||
* | ephy-session: format comments a bit better | Xan Lopez | 2012-05-28 | 1 | -11/+8 |
| | |||||
* | ephy-session: missing space before '(' | Xan Lopez | 2012-05-28 | 1 | -1/+1 |
| | |||||
* | ephy-session: remove a couple of redundant includes | Xan Lopez | 2012-05-28 | 1 | -2/+0 |
| | |||||
* | ephy-shell: fix a comment typo | Diego Escalante Urrelo | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | e-web-app-utils: warn when cookies are unavailable | Diego Escalante Urrelo | 2012-05-27 | 1 | -0/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673270 | ||||
* | e-download: document get_content_type | Diego Escalante Urrelo | 2012-05-27 | 1 | -0/+10 |
| | |||||
* | update Simplified Chinese (zh_CN) translation | Wylmer Wang | 2012-05-25 | 1 | -388/+737 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-05-25 | 1 | -67/+99 |
| | |||||
* | popup-commands: committed this by mistake | Xan Lopez | 2012-05-25 | 1 | -1/+0 |
| | |||||
* | configure.ac: require GTK+ 3.5.2 for OSD style class | Xan Lopez | 2012-05-25 | 2 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=676784 | ||||
* | tests: include tests/data/ in dist | Diego Escalante Urrelo | 2012-05-24 | 3 | -0/+4 |
| | | | | Otherwise tests using its contents will fail on distcheck. | ||||
* | tests: add ephy-file-helpers-test | Diego Escalante Urrelo | 2012-05-24 | 3 | -0/+410 |
| | | | | | | | | | | Test API for file switch, tmp file creation, downloads, desktop directories. Take two of this test. Updated for ephy-file-helpers API changes. Previously reverted on 185ab751c20a825f832efd89a7cfbd75fa09e20c. https://bugzilla.gnome.org/show_bug.cgi?id=673337 | ||||
* | e-file-helpers: simplify ephy_file_get_downloads_dir | Diego Escalante Urrelo | 2012-05-24 | 1 | -7/+14 |
| | | | | | | | Better explain the logic of the function and reorder the conditions. This makes ~/Downloads the fallback instead of ~/Desktop. https://bugzilla.gnome.org/show_bug.cgi?id=673337 | ||||
* | embed: remove custom CSS styling for the overlay progressbar | Cosimo Cecchi | 2012-05-24 | 2 | -31/+2 |
| | | | | | | | Now that the overlay progressbar is styled by the theme, we can just set the OSD style class on the overlay to get the same effect. https://bugzilla.gnome.org/show_bug.cgi?id=676660 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-05-21 | 1 | -42/+62 |
| | |||||
* | Fix memory leak in ephy_web_view_set_popups_allowed | Lubomír Sedlář | 2012-05-21 | 1 | -3/+3 |
| | | | | | | | If ephy_embed_shell_get_embed_single () does not return a correct manager, a location string is leaked. https://bugzilla.gnome.org/show_bug.cgi?id=675888 | ||||
* | Always close bookmarks file | Lubomír Sedlář | 2012-05-21 | 1 | -7/+11 |
| | | | | | | | | During error handling it was possible to return from function without closing bookmarks file and freeing two string, causing memory and descriptor leaks. https://bugzilla.gnome.org/show_bug.cgi?id=675888 | ||||
* | Prevent use of unitialized memory | Lubomír Sedlář | 2012-05-21 | 1 | -1/+1 |
| | | | | | | | Initialize the variable to NULL, so that even without another assignment it is safe to read it. https://bugzilla.gnome.org/show_bug.cgi?id=675888 | ||||
* | Remove check for negative unsigned ints | Lubomír Sedlář | 2012-05-21 | 1 | -2/+0 |
| | | | | | | | Unsigned integer can not be negative, therefore it is redundant to check whether it is greater than or equal to zero. https://bugzilla.gnome.org/show_bug.cgi?id=675888 | ||||
* | preferences: fix 'Add language' dialog layout | Xan Lopez | 2012-05-19 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=676043 | ||||
* | prefs: expose the Do Not Track setting in the preferences UI | Xan Lopez | 2012-05-19 | 2 | -25/+57 |
| | |||||
* | Add support for 'Do Not Track' | Xan Lopez | 2012-05-19 | 3 | -0/+52 |
| | | | | | | | If the org.gnome.Epiphany.web.do-not-track setting is enabled, we'll send the DNT: 1 header with every outbound request we make. See http://donottrack.us/ for more details. | ||||
* | ephy-main: fix typo in message | Xan Lopez | 2012-05-19 | 1 | -1/+1 |
| | |||||
* | Change of the title for Installed plugins page. | Peteris Krisjanis | 2012-05-18 | 1 | -3029/+3260 |
| | |||||
* | ephy-profile-utils: use absolute path for build dir | Xan Lopez | 2012-05-16 | 2 | -7/+7 |
| | | | | That way we can run the tests from any directory in debug mode. | ||||
* | ephy-profile-utils: tweak migrator location code | Xan Lopez | 2012-05-16 | 1 | -7/+6 |
| | | | | | | The path to the just built migrator is known at compile time, so no need to create strings at runtime. Also, share the name of the binary itself to avoid silly bugs like last time. | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-05-15 | 1 | -23/+41 |
| | |||||
* | Updated Dutch translation by Rachid BM. Reviewed by Reinout van | Reinout van Schouwen | 2012-05-12 | 1 | -558/+922 |
| | | | | Schouwen. | ||||
* | Updated Galician translations | Fran Diéguez | 2012-05-11 | 1 | -4/+16 |
| | |||||
* | ephy-profile-utils: fix migrator binary name | Xan Lopez | 2012-05-10 | 1 | -1/+1 |
| | | | | Mistakenly changed it to use underscores. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-05-10 | 1 | -4/+17 |
| | |||||
* | Remove a few more egg leftovers | Xan Lopez | 2012-05-10 | 4 | -12/+0 |
| | |||||
* | tests: test that trying to run an invalid migration step fails | Xan Lopez | 2012-05-10 | 5 | -12/+46 |
| | |||||
* | ephy-profile-migrator: allow to run just one migration step | Xan Lopez | 2012-05-10 | 1 | -7/+53 |
| | | | | Use --do-step/-d and an index. | ||||
* | ephy-window: no need to cast the return value of g_object_new | Xan Lopez | 2012-05-10 | 1 | -8/+8 |
| | |||||
* | tests: start tests for the migration code | Xan Lopez | 2012-05-10 | 2 | -0/+66 |
| | | | | | Trivial first test, we just check the migration binary runs and does not catastrophically. | ||||
* | ephy-profile-utils: make ephy_profile_utils_do_migration more verbose on failure | Xan Lopez | 2012-05-09 | 2 | -5/+8 |
| | | | | So we can properly test it. | ||||
* | Remove ephy-marshal.list, we don't use it anymore | Xan Lopez | 2012-05-09 | 1 | -20/+0 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-05-09 | 1 | -24/+32 |
| | |||||
* | ephy-web-app-utils: remove unused variable | Xan Lopez | 2012-05-09 | 1 | -4/+0 |
| | |||||
* | lib/egg: type builtins are not used either | Xan Lopez | 2012-05-09 | 1 | -66/+1 |
| | |||||
* | lib/egg: remove some leftovers | Xan Lopez | 2012-05-09 | 3 | -71/+2 |
| | |||||
* | ephy-web-app-utils: remove dummy toolbar XML file | Xan Lopez | 2012-05-09 | 1 | -17/+0 |
| | | | | | We don't use XML files to create our toolbars anymore, so this is not needed. | ||||
* | ephy-profile-migrator: migrate Web Applications to new profile location | Xan Lopez | 2012-05-09 | 2 | -2/+87 |
| | | | | | | | | | | We need to update their desktop files (they had references to the profile directory) and the symlink of the .desktop file in the Shell applications directory. It would be much easier to just delete and re-add the applications, but unfortunately that would wipe out the existing profile data in the apps (like cookies). | ||||
* | ephy-web-app-utils: add the desktop file name to EphyWebApplication | Xan Lopez | 2012-05-09 | 2 | -0/+4 |
| | | | | | It's quite cumbersome to re-construct from its name and URL, so just add it here. We'll use it to migrate the profile data. | ||||
* | Move ephy-web-app-utils to lib/ | Xan Lopez | 2012-05-09 | 4 | -3/+3 |
| | | | | | | We are going to use it in the profile migrator, so it needs to be there. Besides, this code just deals with plain data in the profile and application dir, so it makes sense for it to be here. | ||||
* | ephy-profile-migrator: better safe than sorry in history migration | Xan Lopez | 2012-05-09 | 1 | -11/+9 |
| | | | | Do nothing if the destination history file already exists. | ||||
* | ephy-profile-migrator: migrate the profile dir location before anything else | Xan Lopez | 2012-05-09 | 1 | -4/+4 |
| | | | | | Otherwise we'll read the .migrated file *before* we move the old profile. Not OK, it will make us start from scratch all the migration | ||||
* | Ensure private profile dirs actually do exist. | Xan Lopez | 2012-05-08 | 3 | -3/+9 |
| | | | | | Perhaps PRIVATE_PROFILE should implicitly add ENSURE_EXISTS, seems logical. Do this for new. | ||||
* | ephy-history: remove spurious castings | Claudio Saavedra | 2012-05-08 | 3 | -3/+3 |
| | |||||
* | ephy-history-service: trim query strings to avoid reaching sqlite limit | Claudio Saavedra | 2012-05-08 | 6 | -3/+19 |
| | | | | | | | Sqlite limits the length of a LIKE pattern to 50000 bytes, therefore we need to make sure that longer strings are not used as queries. https://bugzilla.gnome.org/show_bug.cgi?id=674848 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-05-08 | 1 | -24/+32 |
| | |||||
* | Based on a patch by Jon McCann. | Xan Lopez | 2012-05-08 | 3 | -6/+65 |
| | | | | | | Migrate profile directory to XDG config dir https://bugzilla.gnome.org/show_bug.cgi?id=522810 | ||||
* | Allow for more fine-grained file helpers init | Xan Lopez | 2012-05-08 | 7 | -16/+33 |
| | | | | | | | | | | Since we are about to migrate our profile dir, allow file helpers init to not ensure the profile dir exists (it was hardcoded until now). For this we get rid of the ugly boolean parameters and add a flags parameter, which preserves the old behaviors and allows for this new option. We update all the callers in the tree. | ||||
* | ephy-profile-utils: split profile migration from EphyShell | Xan Lopez | 2012-05-08 | 4 | -20/+23 |
| | | | | | Call it directly from main, since we want it to happen before the file helpers initialization. | ||||
* | Drop the use of GTK accel maps | William Jon McCann | 2012-05-08 | 3 | -42/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674870 | ||||
* | Updated Greek translation | Tom Tryfonidis | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Updated Greek translation | Tom Tryfonidis | 2012-05-02 | 1 | -1463/+1392 |
| | |||||
* | [release] 3.5.13.5.1 | Xan Lopez | 2012-05-02 | 2 | -1/+28 |
| | |||||
* | Revert "tests: add ephy-file-helpers-test" | Xan Lopez | 2012-05-02 | 3 | -401/+0 |
| | | | | | | This reverts commit d1ba46b3f4a4e2afbffe5a0ab2543462caea0bbe. Does not pass distcheck and I need to release. | ||||
* | ephy-navigation-history-action: restore menus | Diego Escalante Urrelo | 2012-05-02 | 1 | -0/+396 |
| | | | | | | | | In ebbb1c48197f53b98575b0cb4f6d9fa1e4535abc back/forward drop-downs were removed. This commit brings them back, using the removed code with minor updates. https://bugzilla.gnome.org/show_bug.cgi?id=671609 | ||||
* | epiphany-bookmarks-html.xsl: prioritize smart link URIs over regular links | William Ting | 2012-05-02 | 1 | -4/+21 |
| | | | | | | | | When exporting bookmarks to HTML, certain smart link metadata is lost that would otherwise be preserved in RDF / XML format. Now smart link URIs are used in place of regular link URIs if they exist. https://bugzilla.gnome.org/show_bug.cgi?id=534565 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-04-30 | 1 | -5/+6 |
| | |||||
* | tests: add ephy-file-helpers-test | Diego Escalante Urrelo | 2012-04-30 | 3 | -0/+401 |
| | | | | | | | Test API for file switch, tmp file creation, downloads, desktop directories. https://bugzilla.gnome.org/show_bug.cgi?id=673337 |