Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | e-file-helpers: unset EPHY_UUID_ENVVAR on shutdown | Diego Escalante Urrelo | 2012-04-30 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673337 | ||||
* | Replace "system" with system languages when setting spelling dictionaries | Martin Robinson | 2012-04-27 | 1 | -0/+19 |
| | | | | | | | The string "system" is used as a placeholder for the default system languages in the preference listing of spelling dictionaries. Before sending this to WebKit to set the spelling dictionaries, we should fill in the actual default system languages. | ||||
* | [l10n] Update Japanese translation | Takayuki KUSANO | 2012-04-25 | 1 | -383/+282 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2012-04-22 | 1 | -278/+282 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-04-22 | 1 | -497/+642 |
| | |||||
* | e-file-helpers: improve ephy_file_tmp_filename comment | Diego Escalante Urrelo | 2012-04-22 | 1 | -5/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673337 | ||||
* | e-web-app-utils: use LOG and g_warning instead of g_print | Diego Escalante Urrelo | 2012-04-22 | 1 | -3/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673348 | ||||
* | ephy-shell: EPHY_NEW_TAB_DONT_SHOW_WINDOW means no realize | Diego Escalante Urrelo | 2012-04-22 | 1 | -1/+1 |
| | | | | | | | | | If the user passed EPHY_NEW_TAB_DONT_SHOW_WINDOW do not call gtk_widget_realize and gtk_widget_grab_focus on the returned EphyEmbed since this is most likely against the intentions of EPHY_NEW_TAB_DONT_SHOW_WINDOW. https://bugzilla.gnome.org/show_bug.cgi?id=673683 | ||||
* | Also consider email inputs when looking for user/password forms | Gustavo Noronha Silva | 2012-04-21 | 1 | -1/+1 |
| | | | | | | | | Some sites use email addresses for login purposes, and already adopted the email input type for the login forms. This means we should also consider email inputs as a possible username entry. https://bugzilla.gnome.org/show_bug.cgi?id=666326 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-04-20 | 1 | -2/+2 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-04-20 | 1 | -648/+814 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-04-19 | 1 | -472/+718 |
| | |||||
* | ephy-window: remove additional spacing in the downloads bar | Sebastian Keller | 2012-04-17 | 1 | -2/+0 |
| | | | | | It was added to accomodate the window resize grip, which does not exist anymore in Adwaita. | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-04-16 | 1 | -357/+386 |
| | |||||
* | ephy-notebook: disconnect settings signal handler on finalize | Xan Lopez | 2012-04-16 | 1 | -0/+3 |
| | | | | Otherwise we'll try to update dead notebooks if the setting changes. | ||||
* | Add an option to never show the tabs bar | Xan Lopez | 2012-04-16 | 3 | -8/+9 |
| | | | | We'll use this when we land the Overview. | ||||
* | window-commands: switch pages using the EphyNotebook API | Xan Lopez | 2012-04-16 | 3 | -9/+73 |
| | | | | | | The signal we were using does not work when the tabs bar is hidden, and we'll want the shortcuts to work in that state. Add new EphyNotebooks methods that do the right thing and use them. | ||||
* | Create a new 'tabs-bar-visibility-policy' setting | Xan Lopez | 2012-04-16 | 5 | -12/+43 |
| | | | | | | We need this to be an enum, since we'll a third option in the future for the Overview (to never show the tabs bar). For now just add the two values we have now and migrate the code and the user data. | ||||
* | Move resources to its own directory inside src/ | Xan Lopez | 2012-04-16 | 9 | -12/+12 |
| | |||||
* | ephy-embed-single: introspection fixes | Xan Lopez | 2012-04-14 | 2 | -3/+3 |
| | |||||
* | ephy-embed-event: introspection fixes | Xan Lopez | 2012-04-14 | 1 | -2/+2 |
| | |||||
* | ephy-permission-manager: introspection fixes | Xan Lopez | 2012-04-14 | 1 | -5/+5 |
| | |||||
* | ephy-embed-event: fix introspection warning | Xan Lopez | 2012-04-14 | 1 | -0/+6 |
| | |||||
* | Move a few EphyShell methods to ephy-private.h | Xan Lopez | 2012-04-14 | 8 | -19/+28 |
| | | | | These are clearly not meant to be used outside of Epiphany. | ||||
* | ephy-web-view: fix a few gtk-doc warnings | Xan Lopez | 2012-04-14 | 1 | -8/+6 |
| | |||||
* | Remove Help buttons | Xan Lopez | 2012-04-13 | 4 | -33/+37 |
| | | | | Since there's no Help for now. | ||||
* | Remove Epiphany manual | Xan Lopez | 2012-04-13 | 83 | -62867/+1 |
| | | | | | | | | | The current manual is quite obsolete and uses and outdated technology, so it really just needs a full rewrite at this point. Hopefully this will motivate someone to do it, meanwhile we stop shipping misguiding documentation. https://bugzilla.gnome.org/show_bug.cgi?id=674047 | ||||
* | Updated Aragonese translation | Daniel Martinez Cucalon | 2012-04-13 | 1 | -1362/+1174 |
| | |||||
* | Add a 'crashed' option to the session restore policy | Xan Lopez | 2012-04-12 | 2 | -2/+3 |
| | | | | | | | | | With this policy the session will only be restored if the application has exited unexpectedly, but not if the user manually closes it. There are no code changes needed for this to work, having a (valid) different value than always/never in the setting makes things just work. | ||||
* | ephy-prefs: use new coding style | Xan Lopez | 2012-04-12 | 1 | -77/+78 |
| | |||||
* | Add a setting to control whether the session is automatically restored | Xan Lopez | 2012-04-12 | 4 | -52/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We add a new gsettings key, 'restore-session-policy', with two valid values: 'always' and 'never'. A brief explanation of our session state mechanism follows. There are three ways to exit Epiphany: 1) Activate 'Quit' in the application menu 2) Close the last application window 3) Kill the process manually, SIGSEGV, or other similar unexpected event. For 1) and 2), we'll now do the same thing: a) Call ephy_session_close b) Exit the application manually ephy_session_close will check the new restore-session-policy setting, and only save the session state if it's set to 'always'. Before it used to manually destroy all present windows. We now let EphyShell or EphyWindow do this, EphySession only manages the session state saving. For 3), the process will die with the state saved up to that point, there's nothing we can do. For that reason, on startup also check the new setting; if it's set to 'never' ignore the session state, open a window in the homepage, and delete the old state file. https://bugzilla.gnome.org/show_bug.cgi?id=673453 | ||||
* | ephy-session: remove unused variable | Xan Lopez | 2012-04-12 | 1 | -2/+0 |
| | |||||
* | e-file-helpers: catch GErrors in switch_temp_file | Diego Escalante Urrelo | 2012-04-11 | 1 | -12/+41 |
| | | | | | | | The GFile API provides useful error messages, print them when any operation fails to aid debugging. https://bugzilla.gnome.org/show_bug.cgi?id=673666 | ||||
* | e-file-helpers: remove old dirs from ephy_file | Diego Escalante Urrelo | 2012-04-11 | 1 | -6/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673665 | ||||
* | tests: use EPHY_EMBED_SHELL_MODE_PRIVATE not FALSE | Diego Escalante Urrelo | 2012-04-11 | 3 | -3/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673684 | ||||
* | web-apps: s/StartupNotification/StartupNotify/ in desktop files | Xan Lopez | 2012-04-11 | 1 | -1/+1 |
| | | | | | | That's the correct name for the entry. https://bugzilla.gnome.org/show_bug.cgi?id=673865 | ||||
* | ephy-shell: respect the lockdown quit setting | Rudolfs | 2012-04-11 | 1 | -2/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673649 | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2012-04-11 | 2 | -964/+928 |
| | |||||
* | [l10n]Updated Catalan (Valencian) translation | Carles Ferrando | 2012-04-11 | 1 | -1581/+1511 |
| | |||||
* | [l10n] Fixes on Catalan translation | Jordi Serratosa | 2012-04-11 | 1 | -214/+208 |
| | |||||
* | ephy-embed-single-test: unref the created EphyShell | Diego Escalante Urrelo | 2012-04-11 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673273 | ||||
* | ephy-embed-single: do not handle ephy-embed-prefs | Diego Escalante Urrelo | 2012-04-11 | 2 | -4/+3 |
| | | | | | | | | | ephy-embed-prefs acts like a singleton. Instead of calling init and shutdown in EphyEmbedSingle instances handle it in ephy-main as a true init/shutdown API like ephy-file-helpers. https://bugzilla.gnome.org/show_bug.cgi?id=673273 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-04-08 | 1 | -73/+73 |
| | |||||
* | e-file-helpers: prevent invalid enumerator and return value | Diego Escalante Urrelo | 2012-04-07 | 1 | -2/+2 |
| | | | | | | | | | | Invalid enumerators can be returned even when no GError is set. Check if the enumerator is non-NULL before proceeding, and adjust the default return value so it is not TRUE when g_file_enumerate_children fails. https://bugzilla.gnome.org/show_bug.cgi?id=673337 | ||||
* | e-file-helpers: remove ephy_file_add_recent_item | Diego Escalante Urrelo | 2012-04-07 | 2 | -20/+0 |
| | | | | | | It's a two-line save, and there are no users of this API. https://bugzilla.gnome.org/show_bug.cgi?id=673337 | ||||
* | Updated Spanish translation | Daniel Mustieles | 2012-04-04 | 1 | -676/+814 |
| | |||||
* | ephy-completion-model: normalize NULL strings to "" in ↵ | Xan Lopez | 2012-04-03 | 1 | -4/+4 |
| | | | | | | | | | | should_add_bookmark_to_model Otherwise we can get false positives in the regexp, since the previous attempt at normalization would not properly take NULL strings into account. https://bugzilla.gnome.org/show_bug.cgi?id=673301 | ||||
* | ephy-download-test: correctly use fixture objects | Diego Escalante Urrelo | 2012-04-02 | 1 | -17/+2 |
| | | | | | | | | Do not use adhoc EphyDownload objects that have no proper destination set, or your current user's downloads directory will be filled with test files. https://bugzilla.gnome.org/show_bug.cgi?id=673274 | ||||
* | HACKING: update with comment about casts | Xan Lopez | 2012-04-02 | 1 | -0/+5 |
| | |||||
* | ephy-shell: fix whitespace | Xan Lopez | 2012-04-02 | 1 | -3/+3 |
| | |||||
* | Revert "e-web-app-utils: whitespace nitpicks in casts" | Xan Lopez | 2012-04-02 | 1 | -5/+5 |
| | | | | | | | This reverts commit 0b05e95f4aea0ab11ab11828e0bcc0b920d6230e. Our codebase is not completely consistent here, but as a rule we don't do whitespaces in casts. | ||||
* | e-file-helpers: fix weird spacing | Diego Escalante Urrelo | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | e-file-helpers: missing Returns: in comment | Diego Escalante Urrelo | 2012-04-02 | 1 | -0/+2 |
| | |||||
* | Updated Russian translation | Yuri Kozlov | 2012-04-01 | 1 | -801/+1021 |
| | |||||
* | ephy-shell: whitespace nitpick in cast | Diego Escalante Urrelo | 2012-04-01 | 1 | -2/+2 |
| | |||||
* | e-web-app-utils: whitespace nitpicks in casts | Diego Escalante Urrelo | 2012-04-01 | 1 | -5/+5 |
| | |||||
* | e-web-app-utils: update and fix gtk-doc comments | Diego Escalante Urrelo | 2012-03-31 | 1 | -3/+17 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673022 | ||||
* | e-web-app-utils: sync var names in API | Diego Escalante Urrelo | 2012-03-31 | 2 | -10/+10 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673021 | ||||
* | e-web-app-utils: remove ephy-web-view include | Diego Escalante Urrelo | 2012-03-31 | 2 | -3/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=673019 | ||||
* | e-web-app-utils: add ephy_web_application_exists | Alexandre Mazari | 2012-03-31 | 3 | -8/+22 |
| | | | | | | Signed-off-by: Diego Escalante Urrelo <diegoe@igalia.com> https://bugzilla.gnome.org/show_bug.cgi?id=658925 | ||||
* | window-commands: get app name only once | Alexandre Mazari | 2012-03-31 | 1 | -7/+8 |
| | | | | | | | | Avoid multiple calls to gtk_entry_get_text. Signed-off-by: Diego Escalante Urrelo <diegoe@igalia.com> https://bugzilla.gnome.org/show_bug.cgi?id=658925 | ||||
* | ephy-toolbar: fix stop/reload button alignment | Diego Escalante Urrelo | 2012-03-31 | 1 | -0/+10 |
| | | | | | | | | Add location entry and stop/reload button to a vertical GtkSizeGroup. This ensures that they have the same height, regardless of things like fonts. https://bugzilla.gnome.org/show_bug.cgi?id=668135 | ||||
* | e-location-entry: make aligment pixel-perfect | Diego Escalante Urrelo | 2012-03-31 | 1 | -0/+59 |
| | | | | | | | | | | | Align the elements of the GtkEntryCompletion popup with those in the location entry. The code comes with a detailed comment and a scheme of how the aligment is done now. Because of the unhandled pixels of GtkEntryCompletion, this code might need an update if anything in GTK+ or Adwaita changes. https://bugzilla.gnome.org/show_bug.cgi?id=672927 | ||||
* | e-location-entry: dim URL in completion rows | Diego Escalante Urrelo | 2012-03-31 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672927 | ||||
* | e-location-entry: redundant ellipsize-set | Diego Escalante Urrelo | 2012-03-31 | 1 | -4/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672927 | ||||
* | e-location-entry: make bookmark icon follow-state | Diego Escalante Urrelo | 2012-03-31 | 1 | -0/+1 |
| | | | | | | | Makes the symbolic-icon of the completion rows change its color accordingly to the selection state. With Adwaita: black -> white. https://bugzilla.gnome.org/show_bug.cgi?id=672927 | ||||
* | ephy-encodings: reorder includes | Xan Lopez | 2012-03-31 | 1 | -3/+3 |
| | |||||
* | Makefile: silence epiphany resources generation | Xan Lopez | 2012-03-31 | 1 | -2/+2 |
| | |||||
* | ephy-encoding-dialog: reorder includes | Xan Lopez | 2012-03-31 | 1 | -9/+8 |
| | |||||
* | Updated Esperanto translation | Kristjan SCHMIDT | 2012-03-31 | 1 | -1426/+1119 |
| | |||||
* | ephy-window: listen to org.gnome.Epiphany.ui.show-toolbars | Xan Lopez | 2012-03-30 | 1 | -0/+30 |
| | | | | We were not properly changing the UI if the key was changing at runtime. | ||||
* | Remove the 'disable-menubar' option | Xan Lopez | 2012-03-30 | 3 | -5/+0 |
| | | | | Since we don't have one anymore. | ||||
* | Remove 'show-boomkarks-bar' option | Xan Lopez | 2012-03-30 | 3 | -6/+0 |
| | | | | Since we don't have one anymore. | ||||
* | ephy-session: use g_slice_new for SessionCommand structure | Xan Lopez | 2012-03-30 | 1 | -3/+2 |
| | |||||
* | ephy-window: save the session when the last window is closed manually | Xan Lopez | 2012-03-30 | 1 | -1/+16 |
| | | | | | | | | If the user closes the last window manually (pressing the [x] button in the window) she probably wants to save the session contents too, so do that. This is consistent with the behavior of Firefox and Chrome. https://bugzilla.gnome.org/show_bug.cgi?id=673122 | ||||
* | Fix compilation warning | Claudio Saavedra | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | configure.ac: this Makefile does not exist anymore | Xan Lopez | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | history-service: remove unnecessary type cast | Claudio Saavedra | 2012-03-29 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672926 | ||||
* | history-service: remove unused variables | Claudio Saavedra | 2012-03-29 | 2 | -3/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672926 | ||||
* | Updated POTFILES.in | Piotr Drąg | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | build: intltool 0.50 add proper support for gsettings schemas | Javier Jardón | 2012-03-29 | 3 | -7/+4 |
| | | | | | | Its not needed to use the .in hack anymore Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672932 | ||||
* | ephy-web-app-utils: do not use the webview in the web app creation method | Alexandre Mazari | 2012-03-29 | 3 | -13/+11 |
| | | | | | | | It's not really needed, will allow to reuse this code during profile migration. https://bugzilla.gnome.org/show_bug.cgi?id=658925 | ||||
* | ephy-shell: save the session state on Quit | Xan Lopez | 2012-03-29 | 1 | -0/+1 |
| | | | | It will be automatically restored on startup. | ||||
* | ephy-session: remove unused variable | Xan Lopez | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | ephy-session: rename session_crashed.xml to session_state.xml | Xan Lopez | 2012-03-29 | 1 | -13/+13 |
| | | | | We are going to use his all the time now, not only for crashes. | ||||
* | ephy-session: it's not really possible to close while restoring anymore | Xan Lopez | 2012-03-29 | 1 | -11/+0 |
| | |||||
* | ephy-session: always auto-resume session on crash | Xan Lopez | 2012-03-29 | 1 | -178/+7 |
| | | | | Don't ask, just do it. | ||||
* | ephy-session: fix gtk-doc syntax | Xan Lopez | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Updated POTFILES.in | Piotr Drąg | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | Rip out the EggSMClient code | Xan Lopez | 2012-03-28 | 8 | -2647/+0 |
| | | | | The brave new world is to use the session support in GtkApplication. | ||||
* | resources: strip blanks from all XML files | Xan Lopez | 2012-03-28 | 1 | -6/+6 |
| | | | | Saves about 20K in the generated files. | ||||
* | Make the resources depend on the actual UI files | Xan Lopez | 2012-03-28 | 11 | -21/+19 |
| | | | | | | Otherwise we won't update them if the UI files change. To do this we need to move them from data/ui/ to src/, which is not great. Things would be easier with non-recursive Makefiles. | ||||
* | Use glib resources to bundle our UI files | Xan Lopez | 2012-03-28 | 12 | -49/+95 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672907 | ||||
* | ephy-hosts-store: listen to favicon changes in the wk database | Claudio Saavedra | 2012-03-27 | 1 | -2/+66 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672525 | ||||
* | Review translation | Khaled Hosny | 2012-03-27 | 1 | -73/+72 |
| | |||||
* | epiphany.h.in: remove ephy-history mention | Diego Escalante Urrelo | 2012-03-27 | 1 | -1/+0 |
| | | | | It breaks ephy-extensions build. | ||||
* | download-widget: use the "linked" style class | Cosimo Cecchi | 2012-03-27 | 1 | -0/+4 |
| | | | | | | | Link the glow and the menu buttons together by using a "linked" style class on the box containing them. https://bugzilla.gnome.org/show_bug.cgi?id=672712 | ||||
* | configure.ac: bump version to 3.5.0 | Xan Lopez | 2012-03-27 | 1 | -4/+4 |
| | | | | Let the 3.6.0 race begin! | ||||
* | update Punjabi Translation | A S Alam | 2012-03-26 | 1 | -1382/+1192 |
| | |||||
* | ui: remove unused file | Xan Lopez | 2012-03-25 | 2 | -5/+0 |
| | |||||
* | Added Telugu help Translations | Sasi Bhushan | 2012-03-25 | 2 | -1/+2631 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-03-25 | 1 | -214/+208 |
| | |||||
* | update Malayalam translation | Praveen Arimbrathodiyil | 2012-03-24 | 1 | -178/+198 |
| | |||||
* | small correction | Praveen Arimbrathodiyil | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | Malayalam translation updated | Praveen Arimbrathodiyil | 2012-03-24 | 1 | -2121/+1540 |
| | |||||
* | Updated Arabic translation | Abderrahim Kitouni | 2012-03-24 | 1 | -1323/+1135 |
| | |||||
* | [l10n]Updated Turkish translation | Muhammet Kara | 2012-03-24 | 1 | -117/+112 |
| | |||||
* | Updated Telugu Translation | Praveen Illa | 2012-03-24 | 1 | -482/+413 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2012-03-22 | 1 | -405/+404 |
| | |||||
* | Updated Czech translation | Lucas Lommer | 2012-03-22 | 1 | -1354/+598 |
| | |||||
* | Updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2012-03-22 | 1 | -41/+24 |
| | |||||
* | po/vi: import from Damned Lies | Nguyễn Thái Ngọc Duy | 2012-03-22 | 1 | -1361/+1175 |
| | |||||
* | Updated Russian translation | Yuri Myasoedov | 2012-03-22 | 1 | -160/+142 |
| | |||||
* | Updated Finnish translation by Jiri Grönroos | Timo Jyrinki | 2012-03-22 | 1 | -283/+389 |
| | |||||
* | profile-migrator: do not freak out if the history is empty | Xan Lopez | 2012-03-21 | 1 | -4/+6 |
| | | | | | | | If the old history file exists but has no actual visits we'll enter into an infinite loop. https://bugzilla.gnome.org/show_bug.cgi?id=672547 | ||||
* | [release] 3.3.923.3.92 | Xan Lopez | 2012-03-21 | 2 | -1/+19 |
| | |||||
* | ephy-hosts-store: -1 is not a valid insertion position | Claudio Saavedra | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | ephy-history-window: add back the favicons | Claudio Saavedra | 2012-03-21 | 3 | -5/+74 |
| | | | | | | | | Use the new webkit favicon database for favicons here. This might not work perfectly, but that's a webkitgtk issue, see https://bugs.webkit.org/show_bug.cgi?id=81665 https://bugzilla.gnome.org/show_bug.cgi?id=672480 | ||||
* | ephy-completion-model: minor cleanup | Claudio Saavedra | 2012-03-21 | 1 | -1/+1 |
| | | | | | | | No need to invoke twice webkit_get_favicon_databas() in the same method, there's a variable pointing to the database already. https://bugzilla.gnome.org/show_bug.cgi?id=672483 | ||||
* | ephy-completion-model: fix a few leaks | Claudio Saavedra | 2012-03-21 | 1 | -2/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=672481 | ||||
* | Update Simplified Chinese translation. | Automatic Mirroring | 2012-03-21 | 1 | -245/+235 |
| | |||||
* | ephy-history-window: fix callback for new signal signature | Xan Lopez | 2012-03-20 | 1 | -0/+1 |
| | |||||
* | POTFILES.in: remove ephy-history.h | Xan Lopez | 2012-03-20 | 1 | -1/+0 |
| | |||||
* | configure.ac: we require WebKitGTK+ 1.7.92 now | Xan Lopez | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | doc: remove references to removed files | Xan Lopez | 2012-03-20 | 1 | -2/+0 |
| | |||||
* | Remove EphyHistory from the repository. It's unused now. | Xan Lopez | 2012-03-20 | 9 | -1236/+1 |
| | |||||
* | bookmarks: use the new favicon database | Xan Lopez | 2012-03-20 | 1 | -12/+13 |
| | |||||
* | Replace EphyFaviconCache by WebKit's icon database cache | Sergio Villar Senin | 2012-03-20 | 16 | -1077/+130 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=648653 | ||||
* | Updated Lithuanian translation | Aurimas Černius | 2012-03-20 | 1 | -1393/+632 |
| | |||||
* | Translations Updated with FUEL | Krishnababu Krothapalli | 2012-03-19 | 1 | -3/+3 |
| | |||||
* | Updated Telugu Translations | Krishnababu Krothapalli | 2012-03-19 | 1 | -127/+127 |
| | |||||
* | Uploaded Ukranian | Daniel Korostil | 2012-03-18 | 1 | -206/+202 |
| | |||||
* | [l10n] Update Japanese translation | Jiro Matsuzawa | 2012-03-18 | 1 | -25/+25 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2012-03-18 | 1 | -1362/+1193 |
| | |||||
* | Updated French translation | Bruno Brouard | 2012-03-17 | 1 | -1320/+602 |
| | |||||
* | [l10n]Updated Turkish translation | Muhammet Kara | 2012-03-17 | 1 | -281/+270 |
| | |||||
* | Updated Dutch translation | Wouter Bolsterlee | 2012-03-17 | 1 | -431/+447 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2012-03-16 | 1 | -196/+200 |
| | |||||
* | Fix bookmarklet's titles when they are created | Xan Lopez | 2012-03-16 | 3 | -45/+59 |
| | | | | | | | | This was pretty much broken since the Gecko days. On top of that, catch the case where the bookmarklet title is in the child node of the anchor element, which we never got right before. https://bugzilla.gnome.org/show_bug.cgi?id=672194 | ||||
* | [l10n] Updated Italian translation | Gianvito Cavasoli | 2012-03-16 | 1 | -1263/+555 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2012-03-15 | 1 | -168/+164 |
| | |||||
* | ephy-web-view: return an actual visit type instead of just '0' | Xan Lopez | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | The security certificate code is a no-op, remove it | Xan Lopez | 2012-03-15 | 4 | -28/+0 |
| | |||||
* | ephy-web-view: remove gtk-doc snippet for a private method | Xan Lopez | 2012-03-15 | 1 | -7/+0 |
| | |||||
* | ephy-web-view: use plain g_signal_connect always | Xan Lopez | 2012-03-15 | 1 | -9/+9 |
| | | | | I'm pretty sure there's no point in using the _object variant here. | ||||
* | ephy-web-view: connect to WebView signals in just one place | Xan Lopez | 2012-03-15 | 1 | -8/+12 |
| |