Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introspection: fix wrong and missing annotations | Diego Escalante Urrelo | 2010-12-09 | 11 | -35/+104 |
| | | | | Bug #636790 | ||||
* | EphyLocationAction: fix potential leak | Jonathon Jongsma | 2010-12-09 | 1 | -0/+1 |
| | | | | | | Free the lock_stock_id before setting a new one. https://bugzilla.gnome.org/show_bug.cgi?id=636742 | ||||
* | prefs-dialog: new custom font selection UI | Diego Escalante Urrelo | 2010-12-08 | 5 | -12/+240 |
| | | | | | | | | Allow users to set custom sans, serif and monospace fonts if they don't want the defaults, which are the desktop wide settings in the org.gnome.desktop.interface schema. Bug #636761 | ||||
* | ephy-embed-prefs: use minimum-font-size instead of minimum-logical-font-size | Diego Escalante Urrelo | 2010-12-08 | 1 | -1/+1 |
| | | | | | | minimum-logical-font-size doesn't works as expected by the UI. Bug #636761 | ||||
* | .gitignore: add this | Dan Winship | 2010-12-08 | 1 | -0/+69 |
| | |||||
* | ephy-file-helpers: prioritize uninstalled files | Diego Escalante Urrelo | 2010-12-08 | 1 | -4/+6 |
| | | | | | This patch prioritizes uninstalled files so modified files in your epiphany checkout are used, avoiding the need to install them to see your changes. | ||||
* | data/glade: update orientation property of GtkBox widgets | Diego Escalante Urrelo | 2010-12-08 | 5 | -5/+57 |
| | |||||
* | ephy-embed-single: don't use macros when not needed | Diego Escalante Urrelo | 2010-12-08 | 1 | -1/+1 |
| | | | | We can use the arguments of the function safely. | ||||
* | ephy-embed-prefs: initialize prefs from settings | Diego Escalante Urrelo | 2010-12-07 | 1 | -11/+15 |
| | | | | Settings kept in sync with g_signal_connect were missing an initialization. | ||||
* | ephy-profile-utils: fix crasher when .migrated is unreadable | Diego Escalante Urrelo | 2010-12-07 | 1 | -3/+5 |
| | | | | | When .gnome2/epiphany/.migrated file is unreadable we can hit a crasher due to sscanf. We now check for NULL before feeding sscanf. | ||||
* | ephy-profile-migration: separate migration code into another binary | Diego Escalante Urrelo | 2010-12-07 | 11 | -245/+340 |
| | | | | | | | | | | | The migration code is now in the ephy-profile-migrator binary, this means: - epiphany is not linking to NSS anymore - lib/ephy-profile-migration.c was split into: + lib/ephy-profile-migrator.c: the new ephy-profile-migrator binary + lib/ephy-profile-utils.c: convenience _ephy_profile_*_form_auth_data functions. - testing for migration is done without running ephy-profile-migrator Bug #636685 | ||||
* | Added UG translation | Sahran | 2010-12-07 | 1 | -475/+539 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-12-07 | 1 | -160/+135 |
| | |||||
* | ephy-embed: clean up embed widget skeleton | Diego Escalante Urrelo | 2010-12-06 | 2 | -65/+37 |
| | | | | | | | | The inspector embedding breaks some assumptions about the internal embed widgetry, mainly breaking EPHY_GET_EMBED_FROM_EPHY_WEB_VIEW macro. The embed now has the main EphyWebView in a GtkPaned permanently. Bug #628459 | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-12-06 | 1 | -938/+853 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | window-commands: hackfest mooded epiphany | Diego Escalante Urrelo | 2010-12-06 | 1 | -4/+4 |
| | | | | Party-approved-by: Comrade Xan | ||||
* | window-commands: fix GtkAboutDialog property name | Diego Escalante Urrelo | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | Revert "Updated Russian translation from Yuri Myasoedov" | Diego Escalante Urrelo | 2010-12-06 | 1 | -2947/+2979 |
| | | | | | | This reverts commit 4289565b836e12d67449228ef6af4e6e031c54e8. This translation file is for Empathy, not Epiphany! | ||||
* | Handle all the different kind of errors in the load_error_cb callback | Alejandro G. Castro | 2010-12-01 | 1 | -16/+57 |
| | | | | | | and control they are caused by the main frame. Bug #623012 | ||||
* | [release] 2.91.32.91.3 | Xan Lopez | 2010-11-30 | 2 | -3/+13 |
| | |||||
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-11-23 | 1 | -973/+897 |
| | |||||
* | ephy-web-view: manually unref DOM objects when needed | Xan Lopez | 2010-11-22 | 1 | -0/+8 |
| | | | | | | Some DOM objects are not garbage collected by WebKit (since they are not in the DOM tree), manually unref them when they are not needed anymore. | ||||
* | Added UG translation | Gheyret T.Kenji | 2010-11-20 | 1 | -16/+16 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2010-11-20 | 1 | -948/+873 |
| | |||||
* | WebKitSoupCache expects a max cache size in bytes | Sergio Villar Senin | 2010-11-18 | 1 | -1/+1 |
| | | | | Bug #635066 | ||||
* | Added UG translation | Gheyret T.Kenji | 2010-11-14 | 1 | -0/+1 |
| | |||||
* | Added UG translation | Gheyret T.Kenji | 2010-11-14 | 1 | -0/+2890 |
| | |||||
* | [release] 2.91.2.1 | Xan Lopez | 2010-11-09 | 1 | -2/+2 |
| | | | | Do not depend on unreleased GTK+ (!). | ||||
* | Use gtk_paned_new() instead gtk_[h|v]paned_new() | Javier Jardón | 2010-11-09 | 3 | -3/+3 |
| | |||||
* | [release] 2.91.22.91.2 | Xan Lopez | 2010-11-09 | 2 | -2/+14 |
| | |||||
* | ephy-web-view: use full content zoom by default | Xan Lopez | 2010-11-08 | 1 | -0/+7 |
| | | | | | | | As a FIXME we could support both (at the same time) somewhat easily, we just need to add the needed APIs in WebKitGTK+. Bug #615362 | ||||
* | ephy-web-view: remove ge-dom-mouse signals | Xan Lopez | 2010-11-06 | 2 | -37/+0 |
| | | | | They are not even emitted anymore, and are unused. | ||||
* | ephy-main: remove libnotify leftover | Xan Lopez | 2010-11-06 | 1 | -4/+0 |
| | |||||
* | Updated Japanese translation | Takayuki KUSANO | 2010-11-03 | 1 | -5/+5 |
| | |||||
* | tests: DBUS_LIBS is needed for libephymain.la | Diego Escalante Urrelo | 2010-11-01 | 1 | -0/+1 |
| | |||||
* | Drop usage of deprecated size-request signal | Matthias Classen | 2010-10-30 | 1 | -4/+21 |
| | | | | Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Remove libnotify dependency | Xan Lopez | 2010-10-29 | 3 | -103/+0 |
| | | | | | We are going to revamp the downloads UI to fit better in the Shell design, but for now we can just get rid of this. | ||||
* | popup-commands: use the image name on Open image | Diego Escalante Urrelo | 2010-10-25 | 1 | -13/+16 |
| | | | | | | Name the temp file "<original_name>.XXXXXX" instead of "viewimageXXXXXX.tmp". Bug #302986 | ||||
* | Always enable Web Inspector | Xan Lopez | 2010-10-24 | 7 | -74/+1 |
| | | | | | I don't think it makes any sense to make this optional, much less to have a UI preference for it. | ||||
* | Spinner changes | Xan Lopez | 2010-10-24 | 17 | -1691/+3 |
| | | | | | | | | | | | | | | We get rid of the spinner in the toolbar, since load information is already given by the floating status indicator inside the WebView. The only remaining spinner is the one in the tabs, which has been ported to use GtkSpinner. Get rid of EphySpinner. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=524809 (again) https://bugzilla.gnome.org/show_bug.cgi?id=598442 | ||||
* | ephy-web-view: don't use set-scroll-adjustments signal | Xan Lopez | 2010-10-24 | 1 | -7/+19 |
| | | | | Instead rely on notify::{h,v}adjustment | ||||
* | ephy-node-view: use new GtkScrollable APIs | Xan Lopez | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | Updated Catalan (Valencian) translation | Carles Ferrando | 2010-10-23 | 1 | -124/+124 |
| | |||||
* | Use the new GtkComboText APIs | Matthias Classen | 2010-10-21 | 4 | -15/+15 |
| | | | | Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | configure.ac: post-release version bump | Xan Lopez | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | configure.ac: remove .1 from paper-bag release | Xan Lopez | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | [release] 2.91.1.12.91.1.1 | Xan Lopez | 2010-10-20 | 1 | -2/+2 |
| | | | | | Do not depend on gsettings-desktop-schemas 0.0.2, which is not released yet. | ||||
* | Updated Spanish translation | Jorge González | 2010-10-20 | 1 | -44/+44 |
| | |||||
* | [release] 2.91.12.91.1 | Xan Lopez | 2010-10-19 | 2 | -2/+14 |
| | |||||
* | Added sl for Slovenian translation | Matej Urbančič | 2010-10-17 | 1 | -1/+1 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-10-17 | 1 | -0/+2033 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-10-16 | 1 | -925/+448 |
| | |||||
* | Added soup cache | Sergio Villar Senin | 2010-10-15 | 1 | -0/+44 |
| | |||||
* | Plug g_file_new_for_path leaks | Xan Lopez | 2010-10-13 | 2 | -3/+8 |
| | |||||
* | ephy-node-db: make the db unref all remaining nodes on destruction | Xan Lopez | 2010-10-12 | 1 | -1/+8 |
| | |||||
* | ephy-bookmarks: plug leak | Xan Lopez | 2010-10-12 | 1 | -0/+1 |
| | |||||
* | epiphany.desktop: declare ability to handle http and https | Diego Escalante Urrelo | 2010-10-11 | 1 | -1/+1 |
| | | | | Bug #631450 | ||||
* | ephy-extensions-manager: improve toggle load code | Diego Escalante Urrelo | 2010-10-11 | 1 | -10/+9 |
| | | | | | | | g_variant_builder_end is not needed after using the builder with g_settings_set. Bug #631839 | ||||
* | ephy-extensions-manager: remove an always-true check | Diego Escalante Urrelo | 2010-10-11 | 1 | -2/+1 |
| | | | | It's not really a needed check anyway. | ||||
* | [i18n] Updated German translation | Mario Blättermann | 2010-10-11 | 1 | -958/+488 |
| | |||||
* | ephy-session: plug memory leaks | Xan Lopez | 2010-10-10 | 1 | -0/+3 |
| | |||||
* | Revert "Port to GtkSpinner" | Xan Lopez | 2010-10-10 | 6 | -34/+1078 |
| | | | | | | This reverts commit 98811918bc8c5065eb4b21feb35c9f4def67341f. Accidentally committed. | ||||
* | ephy-extensions-manager: plug memory leak | Xan Lopez | 2010-10-10 | 1 | -0/+3 |
| | |||||
* | Port to GtkSpinner | Xan Lopez | 2010-10-09 | 6 | -1078/+34 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=598442 | ||||
* | ephy-spinner: fix spinner drawing | Xan Lopez | 2010-10-09 | 1 | -8/+1 |
| | | | | Was using a no longer calculated rect for the drawing coordinates. | ||||
* | Update Czech translation by Lucas Lommer | Petr Kovar | 2010-10-09 | 1 | -1123/+1059 |
| | |||||
* | Use odd middle number for the release. | Xan Lopez | 2010-10-08 | 1 | -1/+1 |
| | |||||
* | gsettings: port epiphany to gsettings | Diego Escalante Urrelo | 2010-10-08 | 50 | -4150/+1564 |
| | | | | | | Adds our own schemas, a migration file and removes old gconf API and files. Bug #624485 | ||||
* | Require GTK+ 2.91.1 | Xan Lopez | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Use gtk_widget_get_preferred_size instead of gtk_widget_size_request | Xan Lopez | 2010-10-05 | 2 | -7/+7 |
| | |||||
* | Adapt to latest changes in the GTK+ drawing model | Xan Lopez | 2010-10-05 | 3 | -47/+33 |
| | | | | | Mostly moving from ::expose-event to ::draw, and adapting to the changes in the paint functions. | ||||
* | ephy-embed: add _ prefix to instance/class structs | Xan Lopez | 2010-10-04 | 2 | -6/+6 |
| | |||||
* | Use gobject-introspection 0.9.5 syntax | Xan Lopez | 2010-10-04 | 2 | -5/+7 |
| | |||||
* | ephy-notebook: use set_group_name instead of set_group | Xan Lopez | 2010-10-04 | 1 | -2/+2 |
| | | | | The latter was removed. | ||||
* | Updated Bulgarian translation | Ivaylo Valkov | 2010-09-26 | 1 | -148/+156 |
| | |||||
* | [l10n] Updated Italian translation | Francesco Marletta | 2010-09-22 | 1 | -481/+431 |
| | |||||
* | Updated Japanese translation | Takayuki KUSANO | 2010-09-20 | 1 | -292/+255 |
| | |||||
* | Do not default to --enable-maintainer-mode in configure | Vincent Untz | 2010-09-15 | 1 | -3/+0 |
| | | | | | | Note that gnome-autogen.sh (called by autogen.sh) will call --enable-maintainer-mode. The current setup just means we have --enable-maintainer-mode by default in tarballs, which is wrong. | ||||
* | Update for latest GTK+ 3.x release. | Xan Lopez | 2010-09-11 | 10 | -63/+63 |
| | |||||
* | Added Aragonese translation on behalf of Daniel Martinez Cucalon | Andre Klapper | 2010-09-07 | 2 | -0/+3379 |
| | |||||
* | pdm-dialog: do not crash when clearing the passwords from prefs dialog | Xan Lopez | 2010-09-05 | 1 | -44/+41 |
| | | | | | | | The code (wrongly) assumed we could only be called from withing the PDM dialog. Do some refactoring to make it more generic. Bug #606933 | ||||
* | GtkDialog separators are gone in GTK+ 3.x | Xan Lopez | 2010-09-05 | 8 | -12/+1 |
| | |||||
* | [l10n] Updated Estonian translation | Mattias Põldaru | 2010-09-03 | 1 | -33/+33 |
| | |||||
* | ephy-dialog: remove useless modal property | Diego Escalante Urrelo | 2010-09-03 | 2 | -42/+0 |
| | | | | Bug #624485 | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-09-02 | 1 | -39/+39 |
| | |||||
* | Makefile: pass ACLOCAL_FLAGS to aclocal | Xan Lopez | 2010-09-02 | 1 | -1/+1 |
| | | | | | That way it can pick up m4 files in weird places if set-up properly, like by jhbuild. | ||||
* | pdm-dialog: use gtk_message_dialog_get_message_area instead of home-grown hack | Xan Lopez | 2010-09-01 | 1 | -18/+1 |
| | | | | Yay. | ||||
* | Update British English translation | Philip Withnall | 2010-09-01 | 1 | -493/+499 |
| | |||||
* | l10n: Updated Greek translation for epiphany | Michael Kotsarinis | 2010-09-01 | 1 | -436/+452 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-31 | 1 | -27/+27 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-08-31 | 1 | -17/+17 |
| | |||||
* | Updated Serbian translation | Милош Поповић | 2010-08-31 | 2 | -54/+70 |
| | |||||
* | lib/egg: update to libegg master | Diego Escalante Urrelo | 2010-08-31 | 4 | -242/+186 |
| | | | | Bug #580557 | ||||
* | lib/egg: update scripts | Diego Escalante Urrelo | 2010-08-31 | 2 | -35/+8 |
| | | | | Bug #580557 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-31 | 1 | -11/+11 |
| | |||||
* | ephy-favicon-cache: remove failed download files | Diego Escalante Urrelo | 2010-08-31 | 1 | -1/+7 |
| | | | | Bug #618627 | ||||
* | ephy-favicon-cache: don't store invalid icon types | Diego Escalante Urrelo | 2010-08-31 | 1 | -11/+48 |
| | | | | | | | Refuse to store in the cache any invalid icon type, this prevents us from storing 404 html pages as favicons. Bug #618627 | ||||
* | ephy-favicon-cache: remove invalid files on get | Diego Escalante Urrelo | 2010-08-31 | 1 | -2/+2 |
| | | | | | | | When calling ephy_favicon_cache_get we might hit an invalid file type that we didn't catch previously, delete it. Bug #618627 | ||||
* | ephy-favicon-cache: remove legacy EPHY_NODE_FAVICON_PROP_CHECKOLD | Diego Escalante Urrelo | 2010-08-31 | 1 | -5/+0 |
| | | | | Bug #618627 | ||||
* | downloader-view.c: do not overwrite timeout ID | Xan Lopez | 2010-08-30 | 1 | -1/+2 |
| | | | | | | We just use it to update the buttons 100ms later, so having one is enough. If we overwrite it we might crash down the road when we run the timeout on a disposed DV. | ||||
* | Updated Galician translations | Fran Diéguez | 2010-08-30 | 1 | -3/+3 |
| | |||||
* | about.ini: reality check | Xan Lopez | 2010-08-30 | 1 | -3/+3 |
| | |||||
* | Bump version to 2.90.0 | Xan Lopez | 2010-08-30 | 1 | -2/+2 |
| | | | | We won't release from master for 2.32, so skip that cycle. | ||||
* | prefs-dialog.ui: fix capitalization of "Enable Plugins" | Xan Lopez | 2010-08-30 | 1 | -1/+1 |
| | | | | Bug #627496 | ||||
* | [i18n] Updated Manx translation | Reuben Potts | 2010-08-29 | 1 | -633/+824 |
| | |||||
* | [l10n] Updated Estonian translation | Ivar Smolin | 2010-08-27 | 1 | -69/+22 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-08-27 | 1 | -137/+146 |
| | |||||
* | Updated French translation | Bruno Brouard | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Updated French translation | Bruno Brouard | 2010-08-27 | 1 | -440/+396 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-08-26 | 1 | -4/+6 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-08-26 | 1 | -437/+392 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-08-26 | 1 | -19/+35 |
| | |||||
* | update translation for Punjabi | A S Alam | 2010-08-25 | 1 | -471/+453 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-25 | 1 | -94/+108 |
| | |||||
* | lib/widgets: use cairo_fill() instead of cairo_paint() | Carlos Garcia Campos | 2010-08-25 | 1 | -1/+1 |
| | |||||
* | Update Galician translations | Fran Diéguez | 2010-08-25 | 1 | -95/+110 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-25 | 1 | -18/+35 |
| | |||||
* | Brow paper bag commit fixing bracer style. | Gustavo Noronha Silva | 2010-08-25 | 1 | -2/+1 |
| | |||||
* | Use the Geolocation support in WebKitGTK+ | Gustavo Noronha Silva | 2010-08-25 | 1 | -0/+84 |
| | | | | | | | | | Using the infrastructure for info bars, present policy requests to the user so they can allow/deny them based on the URI of the frame that is requesting. Moving forward, it would be a good idea to offer to save the decision, and store it in the history entry for that site. Bug #626687 | ||||
* | Make the inspector window bigger | Gustavo Noronha Silva | 2010-08-25 | 1 | -1/+1 |
| | | | | | | | Its current size is not very helpful, and causes a small part of the inspector to be cut off horizontally. Bug #626625 | ||||
* | Bring inspector window to front when the inspector requests a show | Gustavo Noronha Silva | 2010-08-25 | 1 | -1/+1 |
| | | | | Bug #626493 | ||||
* | Only show/hide the inspector window when it is detached | Gustavo Noronha Silva | 2010-08-25 | 1 | -9/+17 |
| | | | | Bug #626489 | ||||
* | lib/widgets: use cairo for drawing widgets | Diego Escalante Urrelo | 2010-08-22 | 2 | -55/+45 |
| | | | | | | Drop deprecated gdk_* drawing functions. Bug #627450 | ||||
* | Updated Brazilian Portuguese Translation | Jonh Wendell | 2010-08-20 | 1 | -445/+442 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2010-08-20 | 1 | -454/+448 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-18 | 1 | -128/+126 |
| | |||||
* | Updated Serbian translation | Милош Поповић | 2010-08-17 | 1 | -30/+8 |
| | |||||
* | Updated Serbian translation | Милош Поповић | 2010-08-17 | 1 | -30/+8 |
| | |||||
* | Updated Serbian translation | Милош Поповић | 2010-08-17 | 2 | -976/+976 |
| | |||||
* | Set Accept-Language header correctly | Josselin Mouette | 2010-08-17 | 1 | -4/+48 |
| | | | | | | | | | | | | This makes language autodetection, as implemented by some websites, to work. Most of the code stolen from libsoup. Original patch from Mario Sánchez Prada. Updated to work with non-English locales. Approved by Gustavo Noronha. Bug 602547 | ||||
* | Updated Russian translation from Yuri Myasoedov | Leonid Kanter | 2010-08-16 | 1 | -2979/+2947 |
| | |||||
* | ephy-embed-prefs.h: remove old unused defines | Diego Escalante Urrelo | 2010-08-10 | 1 | -12/+0 |
| | | | | Bug #626454 | ||||
* | Updated Swedish translation | Daniel Nylander | 2010-08-06 | 1 | -447/+425 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-05 | 1 | -132/+126 |
| | |||||
* | Allow attaching/detaching the inspector in Epiphany's window | Gustavo Noronha Silva | 2010-08-03 | 1 | -8/+114 |
| | | | | Bug #625640 | ||||
* | schemas: remove old and unused font preferences | Diego Escalante Urrelo | 2010-08-03 | 1 | -12/+0 |
| | | | | Bug #625922 | ||||
* | ephy-embed-prefs: remove old font defines | Diego Escalante Urrelo | 2010-08-03 | 1 | -6/+0 |
| | | | | Bug #625922 | ||||
* | ephy-gui: remove ephy_gui_connect_checkbutton_to_gconf | Diego Escalante Urrelo | 2010-08-03 | 1 | -18/+0 |
| | | | | | | | It's functionality can be replaced by GSettings API, plus it's not being used anywhere. Bug #625921 | ||||
* | ephy-web-view: use GObject DOM for ge-feed-link | Diego Escalante Urrelo | 2010-08-02 | 1 | -137/+28 |
| | | | | Bug #625808 | ||||
* | ephy-web-view: use GObject DOM for form fill/save | Diego Escalante Urrelo | 2010-08-02 | 1 | -289/+121 |
| | | | | Bug #625404 | ||||
* | Add zh_CN to DOC_LINGUAS | Aron Xu | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | Add Simplified Chinese help translation. | Teliute | 2010-07-27 | 1 | -0/+3032 |
| | |||||
* | Updated Bulgarian translation | Ivaylo Valkov | 2010-07-25 | 1 | -379/+329 |
| | |||||
* | Updated Tamil translation | drtv | 2010-07-25 | 1 | -374/+371 |
| | |||||
* | Fixed headers in galician translation file | Fran Diéguez | 2010-07-19 | 1 | -82/+85 |
| | |||||
* | Adapt to GtkNotebook signal signature changes | Diego Escalante Urrelo | 2010-07-15 | 4 | -5/+5 |
| | | | | Bug #624421 | ||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2010-07-14 | 2 | -744/+734 |
| | |||||
* | 2.31.52.31.5 | Xan Lopez | 2010-07-14 | 2 | -1/+12 |
| | |||||
* | Complete Simplified Chinese translation. | Aron Xu | 2010-07-14 | 1 | -744/+878 |
| | |||||
* | Defaults to ALL FILES on save_as dialogs | Jorge Kalmbach | 2010-07-09 | 2 | -2/+2 |
| | | | | Bug #601312 | ||||
* | Added Manx translation | Reuben Potts | 2010-07-07 | 2 | -0/+3413 |
| | |||||
* | Bump libnotify dependency to 0.5.1 | Carlos Garcia Campos | 2010-07-07 | 1 | -1/+1 |
| | | | | To avoid symbols conflict, since old libnotify linked to gtk+-2.0 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2010-07-06 | 1 | -382/+322 |
| | |||||
* | epiphany.pc.in: use 3.0 not 2.0 versions | Diego Escalante Urrelo | 2010-07-02 | 1 | -1/+1 |
| | |||||
* | The new pc file for webkit is webkitgtk-X.0.pc2.31.4 | Xan Lopez | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | 2.31.4 | Xan Lopez | 2010-06-29 | 2 | -2/+11 |
| | |||||
* | Bump GTK+ dependency to GTK+ 3.x branch | Xan Lopez | 2010-06-27 | 2 | -6/+6 |
| | | | | | We require at least 2.90.4 to build, there is no support for the old 2.x versions anymore. | ||||
* | popup-commands: remove unneeded include | Xan Lopez | 2010-06-27 | 1 | -1/+0 |
| | |||||
* | [i18n] Updated German translation | Mario Blättermann | 2010-06-21 | 1 | -350/+345 |
| | |||||
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-06-20 | 1 | -6/+6 |
| | |||||
* | configure.ac: update required GTK+ version | Xan Lopez | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | pdm-dialog: plug leak | Xan Lopez | 2010-06-13 | 1 | -2/+4 |
| | |||||
* | pdm-dialog: nasty hack to compile with GSEAL enabled | Xan Lopez | 2010-06-13 | 1 | -2/+20 |
| | |||||
* | Use accessor functions when possible | Xan Lopez | 2010-06-13 | 2 | -5/+5 |
| | |||||
* | ephy-gui: remove unused method | Xan Lopez | 2010-06-13 | 2 | -28/+0 |
| | |||||
* | configure.ac: enable GSEAL in maintainer mode | Xan Lopez | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | 2.31.3 | Xan Lopez | 2010-06-13 | 2 | -1/+11 |
| | |||||
* | ephy-embed: don't create Save As button manually | Diego Escalante Urrelo | 2010-06-12 | 1 | -10/+3 |
| | | | | Bug #621050 | ||||
* | ephy-embed: clean up confirm_action_from_mime | Diego Escalante Urrelo | 2010-06-12 | 1 | -35/+36 |
| | | | | | | Avoid duplication of code. Bug #621050 | ||||
* | Add Esperanto translation | Kristjan Schmidt | 2010-06-11 | 2 | -1/+2 |
| | |||||
* | Add Esperanto translation | Kristjan Schmidt | 2010-06-11 | 1 | -0/+3799 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2010-06-09 | 1 | -637/+607 |
| | |||||
* | Fixed detected feed URL for relative URIs | Frédéric Péters | 2010-06-08 | 1 | -1/+14 |
| | | | | Bug #609817 | ||||
* | Updated Thai translation. | Sira Nokyoongtong | 2010-06-04 | 1 | -861/+860 |
| | |||||
* | tests: fix wrong variable name in Makefile | Diego Escalante Urrelo | 2010-06-04 | 1 | -5/+5 |
| | |||||
* | ephy-file-helpers: use g_mkstemp instead of mkstemp | Diego Escalante Urrelo | 2010-06-04 | 1 | -1/+1 |
| | | | | | | This allows the "XXXXXX" token to be anywhere in the tmpl string. Bug #302986 | ||||
* | Estonian translation updated | Mattias Põldaru | 2010-06-03 | 1 | -2/+2 |
| | |||||
* | Do not change the address if we are still loading the previous page | Alejandro G. Castro | 2010-06-02 | 1 | -4/+8 |
| | | | | | | | | | We were replacing the address with the old one even in the case the user cancelled the load because he added a new web page before the previous one finished the loading process. This patch adds a check to control if we can expire the address. Bug #620129 | ||||
* | Do not access im_context GtkEntry element directly | Javier Jardón | 2010-06-02 | 1 | -0/+4 |
| | | | | | | Use gtk_entry_reset_im_context() instead. https://bugzilla.gnome.org/show_bug.cgi?id=595791 | ||||
* | Estonian translation updated | Mattias Põldaru | 2010-06-02 | 1 | -4/+4 |
| | |||||
* | Estonian translation updated | Ivar Smolin | 2010-05-31 | 1 | -4/+3 |
| | |||||
* | Updated Galician translationsus | Fran Diéguez | 2010-05-30 | 1 | -194/+189 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-05-30 | 1 | -17/+16 |
| | |||||
* | Estonian translation updated | Ivar Smolin | 2010-05-30 | 1 | -98/+112 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-05-30 | 1 | -26/+16 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-05-29 | 1 | -195/+190 |
| | |||||
* | ephy-location-action: don't request EXTRA_COL | Diego Escalante Urrelo | 2010-05-29 | 1 | -2/+0 |
| | | | | | | EXTRA_COL is never used in the match_func. Bug #616345 | ||||
* | Removed encoding breaking translation of … strings | Diego Escalante Urrelo | 2010-05-29 | 2 | -2/+2 |
| | | | | | | | | Glade caused the … character to be escaped in ui files, bug #596205. This makes messages including such character to not be caught by translations in the UI so you get untranslated labels. Bug #613119 | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-05-28 | 1 | -699/+1318 |
| | |||||
* | configure.ac: bump WebKitGTK+ requirement to 1.3.1 | Xan Lopez | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | Updated Georgian translation | Vladimer Sichinava | 2010-05-26 | 1 | -4/+4 |
| | |||||
* | Updated Georgian translation | Vladimer Sichinava | 2010-05-26 | 1 | -2174/+2356 |
| | |||||
* | 2.31.22.31.2 | Xan Lopez | 2010-05-25 | 2 | -1/+25 |
| | |||||
* | ephy-web-view: remove dom-content-loaded signal | Xan Lopez | 2010-05-25 | 2 | -20/+0 |
| | | | | | Would duplicate the functionality of the WebKit DOM signals, if it worked at all... | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-05-24 | 1 | -339/+293 |
| | |||||
* | ephy-web-view: factor statusbar drawing code out of expose handler | Xan Lopez | 2010-05-23 | 1 | -39/+47 |
| | |||||
* | ephy-web-view: add a bit of padding to the statusbar | Xan Lopez | 2010-05-23 | 1 | -12/+17 |
| | |||||
* | Minor fix to Catalan translation and updated POTFILES.in | Gil Forcada | 2010-05-23 | 2 | -342/+339 |
| | |||||
* | Remove obsolete include | Xan Lopez | 2010-05-19 | 1 | -1/+0 |
| | |||||
* | Update copyright string | Xan Lopez | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | ephy-find-toolbar: highlight matches on find_again | Diego Escalante Urrelo | 2010-05-19 | 1 | -1/+10 |
| | | | | | | | | Find next and Find previous where not highlighting matches when the find toolbar had been closed. We now trigger a highlight when the toolbar was hidden when the user requested to find again. Bug #611499 | ||||
* | ephy-find-toolbar: remove ephy_find_toolbar_find_again | Diego Escalante Urrelo | 2010-05-19 | 1 | -12/+1 |
| | | | | | | It's used only in one place. Bug #611499 | ||||
* | ephy-find-toolbar: rename EphyEmbedFindResult to EphyFindResult | Diego Escalante Urrelo | 2010-05-19 | 1 | -18/+18 |
| | | | | Bug #611499 | ||||
* | ephy-find-toolbar: simplify find next/prev functions | Diego Escalante Urrelo | 2010-05-19 | 1 | -35/+31 |
| | | | | | | | Add EphyFindDirection enum and consolidate the code of ephy_find_toolbar_find_next() and ephy_find_toolbar_find_previous(). Bug #611499 | ||||
* | ephy-find-toolbar: remove useless ephy_find_toolbar_set_selection | Diego Escalante Urrelo | 2010-05-19 | 1 | -10/+2 |
| | | | | Bug #611499 | ||||
* | Update the status message from within the EphyWebView | Xan Lopez | 2010-05-19 | 2 | -24/+24 |
| | | | | | There's no need anymore for the EphyWindow to do this, we can get rid of one extra roundtrip. | ||||
* | Do not hardcode the statusbar context descriptions | Xan Lopez | 2010-05-19 | 2 | -2/+5 |
| | | | | | Define them in the EphyWebView header, since we'll need to create the context ids from multiple files. | ||||
* | Avoid ending up with stuck URL-entry statusbar messages | Xan Lopez | 2010-05-19 | 1 | -1/+7 |
| | | | | | | | Turns out we can get two enter messages in a row followed by just one leave message, which will make the statusbar get stuck with a message forever. As a solution do not allow two enter messages to be processed unless we have gone through the corresponding leave message. | ||||
* | Use a chromium-like status bar by default | Xan Lopez | 2010-05-19 | 13 | -542/+358 |
| | | | | | | | | | | Get rid of our statusbar for good and switch to something like what Chromium uses, since it takes less vertical space. The only regression is that we lose the resize grip, but that should be re-added to GtkWindow soon. Bug #609713 | ||||
* | Do not create statusbar messages for navigation actions | Xan Lopez | 2010-05-19 | 3 | -107/+1 |
| | | | | They are not very useful and add clutter to the UI. | ||||
* | Install introspection files in our own prefix, not g-i's | Dan Winship | 2010-05-18 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=618935 | ||||
* | Fix crash when trying to load URIs with no path | Gustavo Noronha Silva | 2010-05-17 | 1 | -1/+1 |
| | | | | | Trying to load file:, for instance, will crash Epiphany. This commit fixes this. See http://bugs.debian.org/554595. | ||||
* | Updated Shavian translation | Thomas Thurman | 2010-05-17 | 1 | -316/+159 |
| | |||||
* | ephy-embed-single: remove add_sidebar signal | Diego Escalante Urrelo | 2010-05-14 | 3 | -65/+0 |
| | | | | We removed the sidebar extension for 2.30. | ||||
* | Updated Galician translations | Fran Diéguez | 2010-05-14 | 1 | -47/+58 |
| | |||||
* | tests: add test for ephy-embed-single | Diego Escalante Urrelo | 2010-05-14 | 2 | -1/+130 |
| | |||||
* | tests: silence testephylocationentry.c debugging | Diego Escalante Urrelo | 2010-05-14 | 1 | -0/+2 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-05-14 | 1 | -59/+69 |
| | |||||
* | Remove popup state from the statusbar | Xan Lopez | 2010-05-13 | 4 | -117/+1 |
| | | | | | The whole feature is kind of broken anyway. When we fix we'll figure out how to show it in the UI. | ||||
* | ephy-statusbar: remove caret browsing indicator | Xan Lopez | 2010-05-13 | 4 | -46/+0 |
| | | | | | We now show a dialog before enabling the preference, which should be warning enough. | ||||
* | Show a dialog when the user wants to enable caret browsing | Xan Lopez | 2010-05-13 | 1 | -0/+37 |
| | | | | | | | Otherwise it's really simple to enable it by mistake and never notice you did, which can be very confusing. Bug #501666 | ||||
* | ephy-statusbar: remove lock-clicked signal | Xan Lopez | 2010-05-13 | 3 | -23/+0 |
| | | | | It's unused now. | ||||
* | Updated Shavian transliteration | Thomas Thurman | 2010-05-13 | 1 | -481/+1480 |
| | |||||
* | Do not show the security status in the statusbar | Xan Lopez | 2010-05-12 | 4 | -56/+0 |
| | | | | | It's already shown in the URL entry, so it's redundant. First step towards getting rid of the statusbar for good... | ||||
* | Remove smooth scrolling pref from the UI | Xan Lopez | 2010-05-12 | 2 | -18/+0 |
| | | | | | We'll add it back whenever we manage to add support for it in WebKitGTK+. | ||||
* | Updated Galician translation | Fran Diéguez | 2010-05-05 | 1 | -125/+123 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-05-05 | 1 | -20/+22 |
| | |||||
* | Do not consider dots in directory names when looking for the extension of a ↵ | Sergio Villar Senin | 2010-05-05 | 1 | -1/+3 |
| | | | | file name | ||||
* | Handle the WEBKIT_NETWORK_ERROR_CANCELLED fail | Alejandro G. Castro | 2010-05-04 | 1 | -1/+9 |
| | | | | | | In this case the user cancelled the load, we set the address of the current page loaded in the webview again in order to avoid showing an URL that was not committed. | ||||
* | Handle LOAD_FAILED status | Alejandro G. Castro | 2010-05-04 | 1 | -0/+36 |
| | | | | | | | Modified the state of the webivew in case the load failed to avoid keeping the old title or icon in that situation. Bug #593743 | ||||
* | Fix title modification in provisional state | Alejandro G. Castro | 2010-05-04 | 1 | -3/+5 |
| | | | | | | | | Avoid setting the provisional uri as the title if there is already a typed address, and set the loading_title before using it in the status message. Bug #593743 | ||||
* | ephy-embed: add FIXME about redirects and EphyHistory | Xan Lopez | 2010-05-04 | 1 | -0/+2 |
| | |||||
* | ephy-session: fix thinko when restoring a multiple-window session | Xan Lopez | 2010-05-04 | 1 | -7/+9 |
| | | | | | | We were trying to reuse the first EphyEmbed in each window, but only the first one will actually have one. Refactor the code to only attempt this on the first window. | ||||
* | ephy-web-view: fix compiler warning | Xan Lopez | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-05-04 | 1 | -100/+96 |
| | |||||
* | Remove obsolete get_type function from header | Xan Lopez | 2010-05-03 | 1 | -1/+0 |
| | |||||
* | configure.ac: bump version to 2.31 | Xan Lopez | 2010-05-03 | 1 | -3/+3 |
| | |||||
* | ephy-session: use an infobar to inform the user about session restoration | Xan Lopez | 2010-05-03 | 2 | -93/+196 |
| | | | | Much nicer than a modal dialog that blocks the browser initialization. | ||||
* | Emit a signal when loading the homepage | Xan Lopez | 2010-05-03 | 1 | -12/+29 |
| | |||||
* | Move homepage loading code to EphyWebView | Xan Lopez | 2010-05-03 | 3 | -25/+36 |
| | | | | | | Create a method to make the EphyWebView load the homepage set by the user. This is in preparation for creating a signal for this action, which other code in Epiphany will need. | ||||
* | Move helper function into ephy-embed-utils.c | Xan Lopez | 2010-05-03 | 3 | -16/+18 |
| | | | | | | Make url_is_empty a helper function in embed/, since we'll be moving code from EphyShell into EphyEmbed that uses it and we don't want to duplicate it. | ||||
* | Move link message updating to EphyWebView | Xan Lopez | 2010-05-03 | 2 | -10/+10 |
| | |||||
* | Move URI handling to EphyWebView | Xan Lopez | 2010-05-03 | 2 | -21/+21 |
| | |||||
* | Move title update to EphyWebView | Xan Lopez | 2010-05-03 | 2 | -24/+35 |
| | | | | | | Does not really make sense for the EphyEmbed container to connect to its child signal and then update its title, let the child itself handle it. | ||||
* | Refactored the load status callback of ephy-web-view.c | Alejandro G. Castro | 2010-05-03 | 3 | -201/+113 |
| | | | | | | | | This patch uses the ephy-embed.c callback code and refactors it in just one method in the ephy-web-view that handles all the status changes for this object. Bug #593743 | ||||
* | Removed the EphyWebViewNetState enum | Alejandro G. Castro | 2010-05-02 | 3 | -52/+12 |
| | | | | | | | We can use the webkit load status (WebKitLoadStatus) and avoid defining our own enum to check the net states. Bug #593743 | ||||
* | Updated Latvian translation. | Peteris Krisjanis | 2010-04-27 | 1 | -2220/+2395 |
| | |||||
* | Estonian translation updated | Mattias Põldaru | 2010-04-26 | 1 | -4/+5 |
| | |||||
* | docs: missing comment in ephy-favicon-cache | Diego Escalante Urrelo | 2010-04-24 | 1 | -2/+2 |
| |