aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minor style fixes in downloads code.Diego Escalante Urrelo2009-12-302-5/+7
| | | | Bug #594192
* ephy-embed: fix download button actionDiego Escalante Urrelo2009-12-301-0/+8
| | | | | | | | | Sometimes downloads can have a mime_description but a NULL helper_app in that case action is never changed so DOWNLOAD_ACTION_DOWNLOAD remains as action value. This is the same response value as Save as... button, which is wrong for the Download button. Bug #605091
* ephy-embed: minor style fixDiego Escalante Urrelo2009-12-291-2/+1
| | | | Bug #605091
* Enable mime type safety check in downloadsDiego Escalante Urrelo2009-12-291-0/+1
| | | | | | Honour our database of safe and unsafe mime types. Bug #605026
* Update the installation directory for .gir and .typelib filesIain Nicol2009-12-281-2/+2
| | | | Bug #605574
* Updated Arabic translationKhaled Hosny2009-12-271-260/+276
|
* Updating Estonian translationIvar Smolin2009-12-271-2/+10
|
* Use introspection.m4 file to detect introspection supportXan Lopez2009-12-263-40/+108
|
* Reimplement window.closeXan Lopez2009-12-263-13/+30
| | | | | | | | We consider all windows opened by the web page without user intervention as popups, and allow them to be closed in the same way if the page so requests. Bug #599009
* Replace unsupported %k with %-H in Italian translationLuca Ferretti2009-12-221-5/+5
|
* Copy WebKitWebHistoryItem objectsGustavo Noronha Silva2009-12-211-1/+2
| | | | | This is so that changes to the item objects do not affect other WebViews.
* ephy-embed-prefs: enable quirks mode by defaultXan Lopez2009-12-211-0/+1
| | | | Makes WebKit apply a series of workarounds for known broken sites.
* Restrict number of password infobars to oneGustavo Noronha Silva2009-12-201-0/+13
|
* Add sanity checks for places where we create SoupURIsGustavo Noronha Silva2009-12-201-0/+8
| | | | | SoupURI creation may fail for invalid URIs, and we would crash trying to work with the NULL pointers.
* Finish porting the favicon cache to WebKitDownloadGustavo Noronha Silva2009-12-201-5/+5
|
* ephy-bookmarks-editor: wrong castDiego Escalante Urrelo2009-12-201-1/+1
|
* Raise API versionGustavo Noronha Silva2009-12-201-1/+1
|
* Updated Spanish translationJorge González2009-12-191-269/+298
|
* ephy_gui_help: use gtk_show_uri to open helpDiego Escalante Urrelo2009-12-1910-76/+38
| | | | | | | We were doing some ugly path searching for this. The correct method is to use gtk_show_uri. Bug #604024
* Add custom user-agent supportVincent Untz2009-12-193-1/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We default to the WebKitGTK+ user agent with Epiphany and the version appended to it. This can be overriden/modified in two ways: - The gconf key /apps/epiphany/general/user_agent has the maximum priority, and if it's set it will be always used. - If the gconf key is not set, vendors can still customize the UA by placing a branding.conf file in the share data directory. One example would be: [User Agent] Vendor=SUSE VendorSub=11.2 VendorComment=2.29.94-1 And the result would be: Mozilla/5.0 (X11; U; Linux i686; fr-fr) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ SUSE/11.2 (2.29.94-1) Epiphany/2.29.94 Bug #580903 Signed-off-by: Xan Lopez <xan@gnome.org>
* Properly manage the list of languages for the "Accept-Language" headerMario Sanchez Prada2009-12-192-2/+57
| | | | | | | | New handler added to watch for changes in the GConf key with the list of languages for the "Accept-Language" HTTP header, and update the SoupSession's "accept-language" property (since libsoup 2.29.4). Bug #528893
* Make form code safe against unnamed password/username elementsBenjamin Otte2009-12-181-2/+7
|
* Restore download on shift-click functionalityGustavo Noronha Silva2009-12-184-27/+43
|
* Make Ctrl-rightclick always display the browser keyboardGustavo Noronha Silva2009-12-181-0/+11
|
* docs: ephy-web-viewDiego Escalante Urrelo2009-12-186-31/+244
|
* docs: ephy-dialogDiego Escalante Urrelo2009-12-186-18/+215
|
* docs: ephy-debugDiego Escalante Urrelo2009-12-184-1/+40
|
* docs: include NSS libs when appropiateDiego Escalante Urrelo2009-12-181-0/+5
| | | | | | This fixes the build when docs are enabled. Bug #604637
* ephy-web-view: add missing includeDiego Escalante Urrelo2009-12-181-0/+1
|
* ephy-web-view.c: use NULL-safe str compare functionXan Lopez2009-12-181-1/+1
| | | | Fixes crasher in pages with no rel elements.
* Updating Estonian translationIvar Smolin2009-12-171-33/+28
|
* Use the new top-widget infrastructure to ask whether to store passwordsGustavo Noronha Silva2009-12-172-20/+191
|
* Make it possible to add arbitrary widgets above the WebViewGustavo Noronha Silva2009-12-172-3/+93
|
* Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindowGustavo Noronha Silva2009-12-1718-73/+82
|
* Allow dialog buttons be the defaultBenjamin Otte2009-12-171-0/+1
| | | | | Fixes crashers when we actually make them the default shortly afterwards.
* Updated Arabic translationKhaled Hosny2009-12-171-710/+644
|
* Updated Slovenian translationMatej Urbančič2009-12-171-364/+371
|
* ephy-statusbar: fix GTK+ version check, it was reversedXan Lopez2009-12-161-2/+2
|
* ephy-web-view: do not auto-fill passwords when using a private profileXan Lopez2009-12-161-3/+3
|
* Emitting ge-feed-link signal for rss extensionEstêvão Samuel Procópio2009-12-161-0/+93
| | | | Signed-off-by: Xan Lopez <xan@gnome.org>
* Fix file placementKjartan Maraas2009-12-161-2/+2
|
* Updated Norwegian bokmål translation.Kjartan Maraas2009-12-161-77/+83
|
* Implement the actual form authentication saving and pre-fillingGustavo Noronha Silva2009-12-162-0/+517
| | | | | | | | | This is a "draft" quality implementation. There are some FIXMEs, and a bunch of caveats, like private profiles not being taken into consideration, and the user not being asked whether they want to save the passwords or not. Bug #582267
* Add a new utility function to query the keyring for the form passwordGustavo Noronha Silva2009-12-152-33/+97
| | | | | This is used to make all policy regarding what and how we save data be in one place.
* ephy-embed-single: add a function to update the form auth cache with a new entryXan Lopez2009-12-152-12/+47
|
* ephy-embed-single: add a function to get the form auth data for a URIXan Lopez2009-12-152-13/+45
|
* ephy-embed-single: cache form auth dataXan Lopez2009-12-153-3/+156
| | | | | Otherwise we need to query keyring all the time to figure out if we have to prefill forms.
* ephy-profile-migration: migrate form auth data from (copied) gecko profileXan Lopez2009-12-152-7/+125
| | | | | We store the login/password pairs used in forms in the keyring, like the HTTP auth data.
* Move profile migration tools from src/ to lib/Xan Lopez2009-12-156-15/+15
| | | | | We'll use them from embed/ for form password saving, and embed/ can't use code from src/
* Let web pages handle mouse clicks before doing our own handlingGustavo Noronha Silva2009-12-142-2/+10
| | | | | | | This allows applications to provide their own context menus, and perform their own handling for right-click events. Bug #603326
* ephy-web-view: url-decode javascript URIs before executing themXan Lopez2009-12-141-3/+7
| | | | | | Fixes Amazon Add to Wishlist bookmark. Bug #604489
* ephy-web-view: do not set favicon when we have no addressNguyen Thai Ngoc Duy2009-12-121-1/+1
| | | | | | | | | This shouldn't happen in theory, but the double check fixes a crasher opening URLs from gmail. Bug #604375 Signed-off-by: Xan Lopez <xan@gnome.org>
* ephy-web-view: get rid of 'icon-address' propertyXan Lopez2009-12-112-85/+48
| | | | Also redundant since we have the same thing in WebKitWebView now.
* ephy-web-view.h: remove old signal from class structXan Lopez2009-12-111-2/+0
|
* Remove the 'favicon' signal from EphyWebViewXan Lopez2009-12-113-29/+1
| | | | We already have WebKitWebView::icon-loaded, so it's redundant now.
* Make the favicon cache work on top of new WebKit API, and WebKitDownloadGustavo Noronha Silva2009-12-103-57/+54
| | | | | | | | This restores basic favicon functionality. In the future we will want to replace our favicon cache with the IconDatabase that is available in WebKit. Bug #601859
* ephy-navigation-action: reverse forward history listCarl van Toder2009-12-091-2/+2
| | | | | | | | Was reversed wrt epiphany/gecko Bug #601744 Signed-off-by: Xan Lopez <xan@gnome.org>
* Updating Estonian translationIvar Smolin2009-12-091-25/+9
|
* ephy-prefs: remove obsolete preferenceXan Lopez2009-12-091-3/+0
|
* Add gconf key to control the search engine used in auto-searchCarl van Tonder2009-12-093-2/+26
| | | | | | | | Defaults to Google, like it used to. Bug #604087 Signed-off-by: Xan Lopez <xan@gnome.org>
* Use new WebKit API to respect the Content-Disposition headerGustavo Noronha Silva2009-12-092-2/+30
| | | | | | | This allows us to perform downloads when the server tells us to do so, even for types WebKit supports. This fixes downloading GMail attachments. Bug #598605
* ephy-statusbar: avoid widget surgery hacks with newer GTK+sXan Lopez2009-12-081-1/+8
| | | | Bug #602130
* Get rid of 'ge-document-type' signalXan Lopez2009-12-082-88/+60
| | | | Connecting to notify::document-type is enough.
* ephy-encoding-dialog: fix compiler warning (and bug!)Xan Lopez2009-12-081-2/+1
|
* ephy-web-view: fix typoXan Lopez2009-12-081-1/+1
|
* ephy-embed: consider text/plain pages as document-type HTMLXan Lopez2009-12-081-2/+3
| | | | | | | WebKit still thinks of them as HTML documents, and otherwise things like the text-encoding menu are disabled for them. Bug #603927
* Revert "Don't use deprecated GtkButton API"Diego Escalante Urrelo2009-12-072-8/+8
| | | | | | Revert this commit since Xan is right about forgetting about deprecating API. Instead of hiding behind g_signal_emit() we should use modern API or file bugs to fill our need.
* Don't use deprecated GtkButton APIDiego Escalante Urrelo2009-12-062-8/+8
| | | | | | | | | | | | | | | In 82a5da33 we removed usage of gtk_button_pressed and gtk_button_released however replacing those for g_signal_emit calls of button-press-event and button-release-event. This however caused a crash on middle clicking of elements in the toolbar. To fix this we use g_signal_emit with pressed and released signals, these two are deprecated signals, though. There doesn't seem to be a way to trigger button pressed/released animation without the pressed/released *deprecated* signals or functions, so this is our best solution for now. Bug #603450
* Revert "Do not use deprecated GtkButton APIs"Xan Lopez2009-12-053-4/+4
| | | | | | | This reverts commit 167e60123c1024d539dc02f4a16f7de994bd1c29. I misread the documentation about this, the signals do not do the same than the old functions.
* Updated Norwegian bokmål translation.Kjartan Maraas2009-12-051-642/+330
|
* Remove redundant parameters in location-set APIDiego Escalante Urrelo2009-12-059-60/+34
| | | | | | | | | | | EphyLocationEntry, EphyLocationAction and EphyToolbar take an @adress and @typed_address parameter, while both are useful we only end up using one so we can easily decide which one to use in ephy-window.c instead of carrying both around until ephy-location-entry.c Bonus: make ephy_location_entry_set_location accept NULL as @address safely. Bug #603651
* docs: missing parameters in signalsDiego Escalante Urrelo2009-12-032-0/+5
| | | | Bug #503852
* docs: nitpick in ephy-web-viewDiego Escalante Urrelo2009-12-031-1/+1
| | | | Bug #503852
* docs: ephy-location-actionDiego Escalante Urrelo2009-12-036-15/+93
| | | | Bug #503852
* docs: ephy-toolbarDiego Escalante Urrelo2009-12-036-4/+144
| | | | Bug #503852
* docs: ephy-statusbarDiego Escalante Urrelo2009-12-035-2/+31
| | | | Bug #503852
* docs: ephy-windowDiego Escalante Urrelo2009-12-035-7/+30
| | | | | | | Also make _ephy_window_set_context_event and _ephy_window_unset_context_event static since noone was using those. Bug #503852
* docs: ephy-tree-model-nodeDiego Escalante Urrelo2009-12-035-4/+78
| | | | Bug #503852
* docs: ephy-tree-model-sortDiego Escalante Urrelo2009-12-036-260/+75
| | | | | | Also disable incomplete documentation. Bug #503852
* docs: ephy-web-view missing @view descriptionsDiego Escalante Urrelo2009-12-031-15/+15
| | | | Bug #503852
* ephy-web-view: formatting nitpickDiego Escalante Urrelo2009-12-031-8/+8
| | | | Bug #503852
* docs: ephy-node-viewDiego Escalante Urrelo2009-12-036-24/+230
| | | | Bug #503852
* docs: remove old nonexistant APIDiego Escalante Urrelo2009-12-032-91/+0
| | | | Bug #503852
* ephy-node-view: fix some really weird indentationDiego Escalante Urrelo2009-12-031-131/+131
|
* docs: ephy-zoom-actionDiego Escalante Urrelo2009-12-034-1/+43
|
* docs: update reference-howtoDiego Escalante Urrelo2009-12-031-23/+20
|
* docs: ephy-spinnerDiego Escalante Urrelo2009-12-032-2/+11
|
* docs: ephy-zoom-controlDiego Escalante Urrelo2009-12-031-2/+19
|
* docs: ephy-location-entryDiego Escalante Urrelo2009-12-032-1/+45
| | | | bonus nitpick in ephy-zoom (just a line break)
* docs: ephy-search-entryDiego Escalante Urrelo2009-12-032-1/+19
|
* docs: remove useless 'plan'Diego Escalante Urrelo2009-12-035-343/+0
|
* docs: remove generated templatesDiego Escalante Urrelo2009-12-0323-3346/+13
|
* ephy-embed: reimplent EphyEmbedSingle 'handle-content' signalXan Lopez2009-12-031-1/+13
| | | | This is used by external download managers like gwget.
* 2.29.32.29.3Xan Lopez2009-11-302-1/+20
|
* Do not use deprecated GtkButton APIsXan Lopez2009-11-303-4/+4
|
* ephy-web-view.c: fix auto-google search when using Ctrl-EnterXan Lopez2009-11-301-26/+34
| | | | Bug #603324
* Update Simplified Chinese translation.Tao Wei2009-11-241-2201/+1880
|
* prefs-dialog: restore Close and Help buttonsIain Nicol2009-11-231-478/+233
| | | | | | Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>
* Add GObject introspection annotations to more functionsIain Nicol2009-11-234-2/+22
| | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org>
* ephy-embed: only fetch the document type for a page from the main frameXan Lopez2009-11-191-16/+19
| | | | | | | Otherwise we will rewrite the right document type with the document type from other frames in the page. Bug #602400
* ephy-net-monitor: and use && instead of ||Xan Lopez2009-11-191-1/+1
|
* ephy-net-monitor: logic of the NULL checks was invertedXan Lopez2009-11-191-1/+1
|
* Disconnect dbus callbacks when disposing of the monitor.Tom Parker2009-11-181-4/+20
| | | | | | Fixes a crash in some situations, bug #572326 Signed-off-by: Xan Lopez <xan@gnome.org>
* Add GObject introspection annotations to many *_get_* functionsIain Nicol2009-11-1817-26/+212
| | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org>
* Updated Thai translation.Theppitak Karoonboonyanan2009-11-181-1379/+1325
|
* Updated Galician TranslationAntón Méixome2009-11-131-531/+215
|
* Set program name to match the desktop fileGustavo Noronha Silva2009-11-121-0/+3
|
* Shavian translationThomas Thurman2009-11-102-0/+2620
|
* Updated Slovenian translationMatej Urbančič2009-11-051-588/+223
|
* Added Tamil translationvasudeven2009-11-031-513/+447
|
* Depend on not yet released WebKitGTK+ 1.1.17Xan Lopez2009-11-031-1/+1
|
* Updating Estonian translationIvar Smolin2009-11-021-263/+270
|
* Updated Spanish translationJorge González2009-11-021-515/+441
|
* Enable gtk-doc & g-ir-scanner support for our introspection annotationsIain Nicol2009-10-302-2/+40
| | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org>
* Initialize ephy_web_view_get_security_level's output param "description"Iain Nicol2009-10-301-2/+6
| | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org>
* Provide the Inspect Element menu item againGustavo Noronha Silva2009-10-304-0/+41
| | | | | | | WebKit now provides API to start the web inspector, so we can restore the menu item. Bug #599473
* ephy-seed-loader: ref count extensions like ephy-shlib-loader doesIain Nicol2009-10-281-2/+1
| | | | | | Bug #599838 Signed-off-by: Xan Lopez <xan@gnome.org>
* ephy-seed-extension: don't assume the script returned an objectIain Nicol2009-10-271-1/+1
| | | | | | Bug #599714 Signed-off-by: Xan Lopez <xan@gnome.org>
* 2.29.12.29.1Xan Lopez2009-10-272-1/+29
|
* Makefile.am: add missing EXTRA_DISTXan Lopez2009-10-271-0/+2
|
* Correct "ReturnValue" to "Return value" in gtk-doc commentsIain Nicol2009-10-273-6/+6
| | | | Signed-off-by: Xan Lopez <xan@gnome.org>
* Reimplement content type checkingGustavo Noronha Silva2009-10-262-14/+20
| | | | | | | This brings back proper content type reporting, and the 'Open' button in the download dialog. Bug #598167
* ephy-seed-extension: don't crash when detaching multiple extensionsIain Nicol2009-10-241-0/+1
| | | | | | | | | Protect the seed object from being released by the garbage collector after the first extension is detached. Bug #599422 Signed-off-by: Xan Lopez <xan@gnome.org>
* Refactor EphyShell lifetime trackingXan Lopez2009-10-245-41/+55
| | | | | | | | | Stop having each EphyWindow ref the shell, and instead have the shell track all the newly created EphyWindows. When the last one is gone, quit the GTK+ mainloop. This is simpler and avoids potential reference cycles (see bug #573551). Bug #599348
* Allow popups when the user asks for them.Xan Lopez2009-10-231-0/+3
| | | | Bug #528799
* Unref EphyShell on EphyWindow's dispose methodXan Lopez2009-10-231-2/+10
| | | | | | This way we can break ref cycles that can happen when using Seed extensions. Bug #573551
* Pass mailto: URI to gtk_show_uri()Frédéric Péters2009-10-192-0/+9
| | | | | | (Part of) Bug #584537 Signed-off-by: Xan Lopez <xan@gnome.org>
* Execute "javascript:" URIs instead of browsing for them.Chris Lamb2009-10-192-1/+5
| | | | Signed-off-by: Xan Lopez <xan@gnome.org>
* Use the new syntax for seed importsIain Nicol2009-10-151-2/+2
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=598562 Signed-off-by: Xan Lopez <xan@gnome.org>
* Encode the typed URL before passing it as a query string for searchingGustavo Noronha Silva2009-10-071-3/+6
| | | | | | | This change makes sure that all characters that are typed make it to the search query. Thanks to Dan Winship for pointing out the solution. Bug #596717
* Improve localhost matchingGustavo Noronha Silva2009-10-041-1/+1
| | | | | | | Also consider localhost being used along with a port, with a path, and with a domain. Bug #595690
* Updated Catalan translationGil Forcada2009-10-021-431/+473
|
* Open/Save all ui files once with gladeBenjamin Otte2009-10-025-1654/+604
| | | | | | | | | Reduces file size and ensures files will continue working properly when edited. Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>
* Replace .glade files with .ui filesBenjamin Otte2009-10-0214-4624/+4331
| | | | | | | | | | | | Glade does support editing gtk-builder generated files by now so there is no need to keep the old Glade files around. Also, gtk-builder-convert is supposed to be a one-time conversion tool and not supposed to be run by a build system, see http://mail.gnome.org/archives/desktop-devel-list/2009-July/msg00102.html Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>
* Bump libtool to 2.2 and remove doltJavier Jardón2009-10-014-181/+2
| | | | | | Bug #596669 Signed-off-by: Xan Lopez <xan@gnome.org>
* src/Makefile.am: Fix parallel-build issue when introspection enabled.Priit Laes2009-09-271-1/+1
|
* ephy-window.c: workaround bug in WebKit progress notificationXan Lopez2009-09-241-4/+11
| | | | | | | LOAD_FINISHED is notified before progress 100% completed, which makes it very hard to rely on those signals to figure out if a page is still loading or not when syncing progress in a tab. Try to workaround this as best as possible.
* ephy-web-view.c: update comment of ephy_web_view_is_loadingXan Lopez2009-09-241-3/+4
|
* ephy-web-view.c: take into account FAILED status for is_loadingXan Lopez2009-09-241-8/+8
| | | | | | | When a page fails to load (for example, when the user cancels it) it won't go through the FINISHED state, which is the only one we are taking into account to decide if a page is still loading. Use the new WEBKIT_LOAD_FAILED status (WebKitGTK+ r48719) too.
* Updated Slovenian translationMatej Urbančič2009-09-241-1052/+1020
|
* Prevents PDM from getting keyring passwords in a private sessionJulian de Navascues2009-09-221-2/+15
| | | | | | | | | | SoupSession will remember HTTP passwords during the private session but as we dont allow to delete them it doesnt make sense to show them in the dialog. Bug #591395 Signed-off-by: Xan Lopez <xan@gnome.org>
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-2233-177/+252
| | | | | | | | | | | | | | | I've used all the GTK+ 2.17.11 api available, still missing: GTK_WIDGET_REALIZED (GTK_WIDGET ()) GTK_WIDGET_MAPPED (GTK_WIDGET ()) GTK_ENTRY->im_context GTK_STATUSBAR->frame GTK_STATUSBAR->label GTK_MESSAGE_DIALOG->label https://bugzilla.gnome.org/show_bug.cgi?id=595791 Signed-off-by: Xan Lopez <xan@gnome.org>
* Add back support for the "direction up" navigation (GNOME bug 595653)Frédéric Péters2009-09-222-4/+68
|
* Updated Czech help translation by Lucas LommerPetr Kovar2009-09-221-395/+405
|
* configure.ac: API version is still 2.28Xan Lopez2009-09-221-1/+1
|
* configure.ac: bump required WebKitGTK versionXan Lopez2009-09-211-1/+1
|
* Updated Czech translation by Lucas LommerPetr Kovar2009-09-211-534/+463
|
* Cleanup string freeze break for save asGustavo Noronha Silva2009-09-2150-94/+168
| | | | | | | | Use '%s Files', instead of '%s/%s Files' as the translatable string to avoid confusion, and reuse existing mozilla-era translations. Fix the languages that had already translated the new strings using old po files as reference. Also add a translator comment to the source file, for future reference.
* ephy-notebook.c: better yet, get rid of the test completelyXan Lopez2009-09-201-7/+2
| | | | | Since gtk_notebook_get_nth_page, used just after that, returns NULL for out-of-bounds pages.
* ephy-notebook.c: use public GtkNotebook API instead of accessing members of ↵Xan Lopez2009-09-201-3/+3
| | | | its struct
* Updated Italian translationFrancesco Marletta2009-09-201-4/+4
|
* Updated Italian translationFrancesco Marletta2009-09-201-480/+562
|
* Updated Bulgarian translationYavor Doganov2009-09-201-185/+207
|
* src/Makefile.am: add missing includeXan Lopez2009-09-201-0/+1
|
* ephy-embed-container.h: fix indentationXan Lopez2009-09-201-30/+23
|
* Bring back epiphany context menuXan Lopez2009-09-207-225/+269
| | | | | | | | | | | | | There's a few items (like email link) and actions (like bookmark link) missing or not working because of missing information in the WebKitHitTestResult object, but most of the stuff is working. For some reason the g-ir-scanner is not picking up the correct type name for WebKitHitTestResult (it uses WebKitHitTestResult instead of WebKit.HitTestResult), so the introspection support is broken unless that error is fixed manually. Looking into that ... Bug #562617
* ephy-window.c: do not leak hit test resultXan Lopez2009-09-201-0/+1
|
* Updated Portuguese translationDuarte Loreto2009-09-201-20/+22
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2009-09-192-1194/+673
|
* Updated Swedish translationDaniel Nylander2009-09-191-17/+22
|
* Updated Hungarian translationGabor Kelemen2009-09-191-16/+21
|
* configure.ac: bump version to 2.29.0Xan Lopez2009-09-191-3/+3
|
* ephy-window.c: reimplement middle-click clipboard to open linkXan Lopez2009-09-191-58/+26
| | | | Uses the new WebKitHitTestResult APIs landed in WebKitGTK+ r48505.
* maithili updateRajesh Ranjan2009-09-182-0/+3433
|
* Upadated Oriya TranslationManoj Kumar Giri2009-09-181-4/+12
|
* Upadated Oriya TranslationManoj Kumar Giri2009-09-181-305/+295
|
* Updated Telugu Translationkrishnababu k2009-09-171-204/+224
|
* Updated British English translationPhilip Withnall2009-09-171-19/+21
|
* Updated breton translationDenis ARNAUD2009-09-171-0/+3319
|
* added br in LINGUAS fileDenis ARNAUD2009-09-171-0/+1
|
* Updated Tamil Translationsifelix2009-09-171-234/+247
|
* Updated Basque languageInaki Larranaga Murgoitio2009-09-171-3/+100
|
* hindi update by Rajesh RanjanRajesh Ranjan2009-09-171-1934/+989
|
* Updated Lithuanian translationŽygimantas Beručka2009-09-171-1116/+1166
|
* Added Ukrainian translationMaxim V. Dziumanenko2009-09-161-325/+337
|
* Updated Galician TranslationFran Diéguez2009-09-161-211/+237
|
* Updated Basque languageInaki Larranaga Murgoitio2009-09-161-114/+22
|
* Update Norwegian bokmål translation.Kjartan Maraas2009-09-161-18/+23
|
* Updated Bengali India TranslationsRuna Bhattacharjee2009-09-161-211/+235
|
* Updated Hebrew translationYaron Shahrabani2009-09-161-901/+362
|
* Updated Malayalam TranslationsAni2009-09-161-20/+24
|
* Updated Marathi TranslationsSandeep Shedmake2009-09-151-23/+29
|
* Updating Estonian translationIvar Smolin2009-09-151-2/+6
|
* Updated Polish translationTomasz Dominikowski2009-09-151-213/+377
|
* Updated Finnish translationIlkka Tuohela2009-09-151-112/+83
|
* Updated German translationChristian Kirbach2009-09-151-16/+21
|
* Updated Hungarian translationGabor Kelemen2009-09-151-202/+215
|
* Updated Gujarati TranslationsSweta Kothari2009-09-151-21/+25
|
* Implement saving the page using the DataSource APIGustavo Noronha Silva2009-09-153-15/+275
| | | | Bug #562611
* Setup nspluginwrapper if availableBastien Nocera2009-09-151-0/+5
| | | | By calling mozilla-plugin-config on startup.
* Updated German translationChristian Kirbach2009-09-141-208/+224
|
* Updating Estonian translationIvar Smolin2009-09-141-6/+17
|
* Updated Brazilian Portuguese translationCarlos Jose Pereira2009-09-141-203/+219
|
* Updated Basque languageInaki Larranaga Murgoitio2009-09-141-5/+103
|
* Updated Basque languageInaki Larranaga Murgoitio2009-09-141-298/+214
|
* ephy-profile-migration.c: repeat password migration when neededXan Lopez2009-09-141-2/+14
| | | | | The previous version had some bugs in it, so run it again for users that had already migrated their profile.
* Updated Marathi TranslationsSandeep Shedmake2009-09-141-223/+229
|
* Update Norwegian bokmål translation.Kjartan Maraas2009-09-141-207/+224
|
* Make the g-ir-scanner rule depend only on the header filesXan Lopez2009-09-131-1/+1
| | | | | If we depend on the binary epiphany file we'll rebuild things much more than needed.
* Updated Danish translationAsk H. Larsen2009-09-131-210/+228
|
* Updated British English translationPhilip Withnall2009-09-131-1915/+1664
|
* Updated Polish translationTomasz Dominikowski2009-09-131-208/+216
|
* Updated Greek help translation.Kostas Papadimas2009-09-131-555/+1965
|
* Updated Finnish translationTommi Vainikainen2009-09-132-213/+232
|
* Updated Portuguese translationDuarte Loreto2009-09-121-210/+229
|
* Updated Arabic translationKhaled Hosny2009-09-121-201/+214
|
* Updated Spanish translationJorge González2009-09-121-205/+219
|
* * 2009-09-11 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2009-09-121-339/+355
| | | | - po/nl.po: Updated Dutch translation
* Updated Gujarati TranslationsSweta Kothari2009-09-111-205/+219
|
* Updated Kannada(kn) translationShankar Prasad2009-09-111-58/+59
|
* Updated Serbian translationMiloš Popović2009-09-112-476/+466
|
* Updated Malayalam TranslationsAni2009-09-111-237/+226
|
* Updated Malayalam TranslationsAni2009-09-111-1024/+944
|
* Updated French translationClaude Paroz2009-09-111-199/+213
|
* Updated Swedish translationDaniel Nylander2009-09-111-210/+218
|
* POTFILES.in: add ephy-nss-glue.cXan Lopez2009-09-111-0/+1
|
* ephy-nss-glue.c: ask for the NSS master password if neededXan Lopez2009-09-111-0/+46
| | | | | | | It was possible to set a master password for NSS through the certificate manager extension, so we have to support this. Bug #594694
* ephy-nss-glue.c: ignore padLength error in the NSS glue codeXan Lopez2009-09-111-1/+4
| | | | It seems to be harmless, and if we ignore it we can still decrypt some passwords.
* Remove a couple of references to EphyCommandManagerXan Lopez2009-09-112-116/+0
|
* ephy-web-view.c: also allow to expire addresses after a new PROVISIONAL statusXan Lopez2009-09-111-0/+2
| | | | | | | | | | | Otherwise the typed address would get stuck if you tried to load a page while another was already loading, ie: - Load URL. - While it's loading, Ctrl+L, type something else, Enter. - The new page will load, but the typed address won't be replaced with the full address as usual. This is particularly bad when you type a few letters and complete the URL in the dropdown.
* ephy-location-action.c: also disconnect the notebook signal on disconnect_proxyXan Lopez2009-09-101-1/+4
|
* Get rid of EphyCommandManagerXan Lopez2009-09-1010-284/+18
| | | | It was just another useless abstraction at this point.
* ephy-location-action.c: unblock address sync on switch-page tooXan Lopez2009-09-101-6/+46
| | | | | | | | | | | We need to unblock the address syncing for the location on switch-page too, since it's not guaranteed that we'll receive a focus-out or activate event before we are interested in resyncing the URL entry again. For example, if the focus is on the entry and we switch tabs with the keyboard shortcut the entry will go out of sync, keeping the URL of the previous tab. Bug #594346
* Updated Telugu Translationkrishnababu k2009-09-101-1160/+80
|
* ephy-profile-migration.c: fix crash when importing some profilesXan Lopez2009-09-101-2/+5
| | | | | | Be more careful about not going over the end of the lines array. Bug #594717
* Automatically append (n) to duplicated downloadsDiego Escalante Urrelo2009-09-101-4/+81
| | | | | Bug 585499 - [Webkit] Automatic downloading into ~/Downloads fails if file already exists
* Updated Turkish translation.Baris Cicek2009-09-101-1069/+1082
|
* Updated Greek translation.Kostas Papadimas2009-09-091-912/+574
|
* Updated Marathi TranslationsSandeep Shedmake2009-09-091-623/+722
|
* ephy-profile-migration: stript URIs from whitespace before validatingXan Lopez2009-09-091-0/+1
| | | | libsoup is unhappy with trailing whitespace in some situations.
* ephy-dialog.c: do not use bleeding edge GTK+ APIXan Lopez2009-09-091-3/+3
|
* Delay obtaining suggested filename for dialogsGustavo Noronha Silva2009-09-091-13/+33
| | | | | | | | Most downloads will only have proper suggested filenames after the request has been sent, and a reply was received, so delay getting the suggested filename to when that has happened. Bug #577797
* Fixing style issues I introducedGustavo Noronha Silva2009-09-081-5/+5
|
* Bug 594435: Bookmark properties topic improvementsEmilio Pozuelo Monfort2009-09-081-2/+3
| | | | | | | | | | | | If a bookmark has "foo" and "bar" topics, show "foo, bar, " instead of "fo, bar, o". While at it, remove the trailing comma, so we display "foo, bar" rather than "foo, bar, ". http://bugzilla.gnome.org/show_bug.cgi?id=594435 Signed-off-by: Xan Lopez <xan@gnome.org>
* Updated Gujarati TranslationsSweta Kothari2009-09-081-25/+30
|
* Updated Bulgarian translationAlexander Shopov2009-09-081-90/+94
|
* Updated French manual translationClaude Paroz2009-09-081-393/+393
|
* configure.ac: post release version bumpXan Lopez2009-09-081-2/+2
|
* configure.ac: require WebKitGTK+ 1.1.142.27.92Xan Lopez2009-09-081-1/+1
|
* NEWS: more updates for releaseXan Lopez2009-09-081-0/+2
|
* Re-adding basic ad blocking supportGustavo Noronha Silva2009-09-081-0/+25
| | | | Bug #562762
* ephy-location-action: g_strdup is NULL safeXan Lopez2009-09-071-1/+1
|
* ephy-embed-single: protect against SoupPasswordManager going awayXan Lopez2009-09-071-0/+4
| | | | It might go away for 2.30, so protect against that.
* Simplify EXPIRE logic in ephy_web_view_set_typed_addressXan Lopez2009-09-075-32/+16
| | | | | | The whole thing just had one functionality at this point as far as I can see: prevent the typed address from being wiped out when a page is loading. Simplify the code to do just that.
* window-commands: unref the stream when we are done with itXan Lopez2009-09-071-0/+1
| | | | Per the documentation of 'g_file_replace_finish'.
* window-commands: also ref the embed while the stream is processedXan Lopez2009-09-071-3/+4
| | | | Since it also could go away meanwhile otherwise.
* window-commands: better strdup the URI webkit gives usXan Lopez2009-09-071-3/+4
| | | | | Since it's owned by the view, which might be dead by the time we fallback to viewing the source in another tab.
* Updated Basque languageInaki Larranaga Murgoitio2009-09-071-3/+100
|
* ephy-embed-prefs.c: do not auto-shrink imagesXan Lopez2009-09-071-0/+4
| | | | That's what ephy/gecko used to do (and I don't like it).
* ephy-embed-prefs.c: use 'minimum-logical-font-size' for minimum font size ↵Xan Lopez2009-09-071-1/+1
| | | | | | | | | preference Almost the same than 'minimum-font-size', but broadly speaking WebKit won't enforce it when it considers it could break the layout of a site. Should avoid breakage in some sites when we have a minimum font setting too big.