aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Bulgarian translationAlexander Shopov2010-03-211-101/+101
|
* Updated LowGerman translationNils-Christoph Fiedler2010-03-191-274/+277
|
* Estonian translation updatedIvar Smolin2010-03-161-90/+307
|
* migration: be more strict with checks when storingDiego Escalante Urrelo2010-03-161-2/+7
| | | | | | | Make sure we don't confuse form passwords with HTTP auth passwords. And also check that username is not empty (at least that). Sometimes decryption fails (not even nss tools work) and we get empty usernames. As you can see, we are assuming here that usernames are always mandatory but passwords might not be.
* downloader-view: stay alive until notifications are goneDiego Escalante Urrelo2010-03-161-65/+69
| | | | | | | | | | | | When using notifications for downloads we usually hit the ugly case where the notification pops but there is no GtkStatusIcon for it so it will pop in the default location (usually bottom right). This is inconsistent with the behavior when the GtkStatusIcon is present, which is to show it attached to it. To fix this we hold a reference to the DownloaderView when showing the notification and release it when such notification has been closed. Bug #611779
* downloader-view: change lifetime logicDiego Escalante Urrelo2010-03-161-5/+11
| | | | | | | | | | | The DV follows the same goal as before (being alive while there are downloads). Now every download holds a reference to the DV and releases it when the download is removed (finished, cancelled, etc). The DV clears its own reference once and only once when a download is removed and there are no more downloads in queue. Bug #611779
* downloader-view: use update_download_row correctly on addDiego Escalante Urrelo2010-03-161-2/+8
| | | | | | | | | | When adding a download we should call update_download_row() *after* connecting the signal handlers or they will never be disconnected. Also, in update_download_row() we should consider that the case where it is called with a download that has already been removed as a non fatal case (i.e. just return;). This is because in downloader_view_add_download() we can have the signal handlers remove the download from the view before the manual call (it was happening vice versa before this).
* downloader-view: hide the view when last download finishesDiego Escalante Urrelo2010-03-161-0/+11
| | | | | | | | When there are no more downloads in queue, hide the view. Also if a download is added but finishes before showing the window, don't show the window nor the notification. Bug #611779
* downloader-view: use g_object_get not get_propertyDiego Escalante Urrelo2010-03-161-6/+3
| | | | | | A minor simplification. Bug #611779
* downloader-view: properly disconnect signalsDiego Escalante Urrelo2010-03-161-4/+21
| | | | | | The previous code wasn't disconnecting signals at all. Bug #611779
* downloader-view: fix controls sensitivityDiego Escalante Urrelo2010-03-161-1/+2
| | | | | | | When there are no downloads left, the Pause/Cancel buttons should not be sensitive. Bug #611779
* downloader-view: make status icon visible on showDiego Escalante Urrelo2010-03-161-0/+2
| | | | Bug #611779
* Updated Italian translationFrancesco Marletta2010-03-161-527/+553
|
* Updated Finnish translationTommi Vainikainen2010-03-151-687/+738
|
* Updated Korean translationChangwoo Ryu2010-03-141-511/+580
|
* Updated Swedish translationDaniel Nylander2010-03-111-46/+54
|
* Updated Catalan translationGil Forcada2010-03-101-579/+628
|
* migration: fix leading * in password field nameDiego Escalante Urrelo2010-03-101-2/+3
| | | | | | | | Password form fields are marked with a *, but this * was not removed when storing the field name so this led to all the passwords field names to be migrated with the leading *. Bug #608687
* ephy-profile-migration: remove useless return valueDiego Escalante Urrelo2010-03-102-10/+8
| | | | _ephy_profile_query_form_auth_data is async, doesn't return anything.
* migration: don't store a trailing ) in realmDiego Escalante Urrelo2010-03-101-1/+1
| | | | | | Realms where exported as "realm)" because of a missing -1. Bug #608687
* Handle EPHY_EMBED_PERSIST_NO_VIEW flagDiego Escalante Urrelo2010-03-092-0/+20
| | | | | | | This flag determines if a download should not appear in the DownloaderView window. The default is to appear, like in gecko times. Bug #611635
* Remove download only after showing its notificationDiego Escalante Urrelo2010-03-091-1/+1
| | | | | | | Otherwise we can hit a case where the DownloaderView no longer exists (and hence the notification widget) because the removed download was the last one. Bug #611635
* downloader-view: handle DOWNLOAD_ACTION_DOWNLOAD actionDiego Escalante Urrelo2010-03-091-0/+2
| | | | | | Otherwise we will hit an assert. Bug #611635
* Inspect type property when hooking to login formsDiego Escalante Urrelo2010-03-091-1/+2
| | | | | | | | | | Some sites don't use a sane type attribute in their input tags. So for example you get input tags without a type, or with multiple types. Offenders are bugzillas and ohloh.net. Luckily, WebKit inferres correctly what the input should be so instead of relying on what the HTML says we rely on what WebKit thinks. Bug #608740
* ephy-web-view: add js_get_element_propertyDiego Escalante Urrelo2010-03-091-0/+15
| | | | | | | This retrieves a property from a JS object, just like "element.property" in plain javascript. Bug #608740
* Add screenshotsMarek Černocký2010-03-094-0/+0
|
* 2.29.922.29.92Xan Lopez2010-03-091-0/+9
|
* Updated Bulgarian translationAlexander Shopov2010-03-071-29/+39
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Kevin_Wei_22010-03-062-58/+86
|
* Updated Galician translationFran Diéguez2010-03-061-8/+9
|
* Updated French translationClaude Paroz2010-03-061-514/+537
|
* Updated Hungarian translationGabor Kelemen2010-03-051-517/+538
|
* Updated British English translationPhilip Withnall2010-03-051-17/+25
|
* Update Galician translationFran Diéguez2010-03-051-64/+42
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-051-6/+105
|
* Updated Brazilian Portuguese translationGilfran Ribeiro2010-03-051-134/+117
|
* Updated Arabic translationKhaled Hosny2010-03-041-29/+39
|
* updated Russian translation by Den V. KaftaevLeonid Kanter2010-03-041-15/+23
|
* updated Tamil translationvasudeven2010-03-041-29/+39
|
* Updated Norwegian bokmål translationKjartan Maraas2010-03-031-27/+37
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-031-608/+529
|
* Updated Portuguese translationDuarte Loreto2010-03-021-3/+2
|
* Updated Portuguese translationDuarte Loreto2010-03-021-522/+577
|
* Update Czech translation by Lucas Lommer & Petr KovarPetr Kovar2010-03-021-515/+533
|
* Updated Polish translationPiotr Drąg2010-03-021-2/+2
|
* Updated Polish translationPiotr Drąg2010-03-021-30/+41
|
* Updated German translationMario Blättermann2010-03-011-29/+39
|
* Updated Serbian translationsMiloš Popović2010-03-012-994/+1178
|
* Updated Spanish translationJorge González2010-03-011-29/+39
|
* Updated Slovenian translationMatej Urbančič2010-03-011-28/+36
|
* POTFILES.in: add missing fileXan Lopez2010-03-011-0/+1
|
* configure.ac: bump version to 2.29.92Xan Lopez2010-02-271-1/+1
| | | | | Somehow the commit bumping version to 2.29.91 was lost... so 2.29.91 was released as 2.29.90.
* tests: add test for EphyEmbedPersistDiego Escalante Urrelo2010-02-262-0/+318
| | | | Bug #600987
* ephy-window: fix button-press callback return valueDiego Escalante Urrelo2010-02-261-8/+4
| | | | | | | | Don't always return FALSE when is_middle_clickable or is_middle_click or middle_click_opens are FALSE. This can overwrite left_click + shift cases that are handled and hence should be TRUE. Bug #610844
* Correctly handle shit+click only in ephy-windowDiego Escalante Urrelo2010-02-262-4/+9
| | | | | | | | | | | If we handle shift+click in EphyWebView default handler then we will be preventing WebKit from getting *any* shift+click event, this breaks shift+click for extending selection. Removing that however makes shift+click browse to links just as click would do. The solution is to prevent policy_decision_required_cb to browse to the clicked link when it includes the shift modifier. Bug #610844
* Added LowGerman translationNils-Christoph Fiedler2010-02-261-0/+3345
|
* Added LowGerman translationNils-Christoph Fiedler2010-02-261-0/+1
|
* Update Russian translation by Yuri Kozlov <yuray@komyakino.ru>Leonid Kanter2010-02-251-9/+11
|
* Updated British English translationBruce Cowan2010-02-251-522/+570
|
* Always use i18n'd Desktop and Downloads dir namesDiego Escalante Urrelo2010-02-242-3/+7
| | | | | | | | | | Otherwise preferences gets confused and also some other parts of our code put files where they shouldn't be. This was causing the default downloads destination to reset everytime the preferences dialog was opened and also causing some downloads (when "Open" is selected) to end up where they shouldn't. Bug #610721
* Update Russian translation by Yuri Kozlov <yuray@komyakino.ru>Leonid Kanter2010-02-231-1700/+934
|
* Estonian translation updatedPriit Laes2010-02-231-50/+33
|
* Fix last patch to account for changes in soup API, and bump required version2.29.91Gustavo Noronha Silva2010-02-232-2/+2
|
* NEWS: update for releaseXan Lopez2010-02-231-0/+16
|
* Report broken certs through the padlock iconGustavo Noronha Silva2010-02-233-9/+71
| | | | | | | | This uses a new feature in libsoup that reports through a SoupMessageFlag whether the message is talking to a server that has a trusted server. Bug #600663
* Updated Slovenian translationMatej Urbančič2010-02-221-31/+36
|
* updated Tamil translationvasudeven2010-02-221-18/+24
|
* Updated Romanian translationDumitru Mișu Moldovan2010-02-221-2460/+1271
|
* Updated Bulgarian translationIvaylo Valkov2010-02-221-30/+30
|
* Updated Swedish translationDaniel Nylander2010-02-221-427/+578
|
* Updated Polish translationPiotr Drąg2010-02-211-555/+564
|
* Updated German translationMario Blättermann2010-02-201-256/+233
|
* Updated Arabic translationKhaled Hosny2010-02-201-31/+37
|
* Updated Spanish translationJorge González2010-02-201-239/+233
|
* Change 'Enable Java' setting to 'Enable Plugins'Xan Lopez2010-02-205-8/+11
| | | | | There's really no way to completely disable Java support alone, and I think enabling/disabling plugins in general is much more useful.
* Updated Brazilian Portuguese translation.Djavan Fagundes2010-02-201-1352/+634
|
* ephy-tabs-menu: show favicons instead of radiobuttons in the tabs menu.Olivier Tilloy2010-02-191-46/+29
| | | | | | Bug #405505 Signed-off-by: Xan Lopez <xan@gnome.org>
* Make sure the strings are initialized to NULLGustavo Noronha Silva2010-02-191-4/+4
| | | | | | | This fixes a crash reported ad-hoc in https://bugzilla.gnome.org/show_bug.cgi?id=609753. This is needed because we may bail out early, and try to free these strings without having properly initialized them.
* ephy-embed: don't use g_signal_connect_objectDiego Escalante Urrelo2010-02-181-14/+24
| | | | | | | | It doesn't do what we expect it to do to keep the download object alive, a simple g_signal_connect does the right thing instead. This fixes the downloads not moving to final destination problem. Bug #609263
* updated Tamil translationvasudeven2010-02-181-475/+554
|
* Open links in new windows with control+shift+clickDiego Escalante Urrelo2010-02-171-6/+24
| | | | | | This should restore the old behaviour of modifiers completely. Bug #604950
* ephy-web-view: be precise in what modifiers to catchDiego Escalante Urrelo2010-02-171-4/+8
| | | | | | | | In ephy_web_view_button_press_event we are being too liberal with "&" when checking for modifiers, we want == so we don't prevent handling elsewhere. Also explain the function a bit more. Bug #604950
* Random formatting fixesDiego Escalante Urrelo2010-02-173-20/+22
| | | | Too wide comments, some indentation.
* Enable window auto resize/move.Xan Lopez2010-02-162-1/+2
| | | | Bug #604991
* Estonian translation updatedRene Pärts2010-02-161-10/+10
|
* Updated Galician TranslationFran Diéguez2010-02-151-126/+89
|
* Remove legacy ALLOW_FIXUP flagsDiego Escalante Urrelo2010-02-156-14/+8
| | | | | | This were used by the gecko backend and nowadays are not used at all. Bug #608749
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-02-152-1201/+1836
|
* Use correct UTF8 length when converting JSStringsDiego Escalante Urrelo2010-02-151-1/+1
| | | | | | | | | JSStringGetLength returns the number of UTF8 chars in the string, using this value results in trimmed strings when they contain UTF8 chars. The correct function is JSStringGetMaximumUTF8CStringSize that reports the number of bytes the string requires to be allocated, including null-byte. Bug #609936
* Updated Bulgarian translationIvaylo Valkov2010-02-121-244/+533
|
* downloader-view: current-size is guint64 not gint64Diego Escalante Urrelo2010-02-121-1/+1
|
* Updated Galician TranslationFran Diéguez2010-02-121-450/+843
|
* Use accessor functions instead direct accessJavier Jardón2010-02-115-6/+6
| | | | | | | Substitute GTK_WIDGET_MAPPED() and GTK_WIDGET_REALIZED() GTK+ required version bumped to 2.19.5 https://bugzilla.gnome.org/show_bug.cgi?id=595791
* Updated Slovenian translationMatej Urbančič2010-02-111-271/+545
|
* shift+control+click is not shift+clickDiego Escalante Urrelo2010-02-111-13/+18
| | | | Bug #604950
* Updated Norwegian bokmål translationKjartan Maraas2010-02-111-259/+546
|
* Use SoupURI to get host name in ephy-stringDiego Escalante Urrelo2010-02-111-38/+10
| | | | Bug #582035
* Estonian translation updatedRene Pärts2010-02-111-398/+132
|
* ephy-web-view: fix password storageXan Lopez2010-02-101-4/+4
| | | | | | A previous patch to fix it from crashing on NULL strings changed how the strings are managed in general, so we were using variables containing garbage in some cases.
* Updated Arabic translationKhaled Hosny2010-02-101-220/+210
|
* Estonian translation updatedIvar Smolin2010-02-091-48/+338
|
* ephy-embed-prefs: reenable page cache by defaultXan Lopez2010-02-091-1/+1
|
* 2.29.902.29.90Xan Lopez2010-02-091-2/+2
|
* NEWS: update for releaseXan Lopez2010-02-091-0/+13
|
* Implemented print previewJose Millan Soto2010-02-0911-616/+49
| | | | | | | | | | | | | | Created function ephy_web_view_show_print_preview, which replaces the old implementation of print preview, which was not working now. Preview is displayed in an external viewer, so print preview mode does no longer exist. All functions of the old implementation of print preview have been removed, PPViewToolbar was removed also. Also, as EphyWebView has no more a print preview mode, all functions which checked if a view was in print preview mode were modified. Bug #609021
* ephy-embed-prefs: disable the cache page for nowXan Lopez2010-02-091-1/+1
| | | | | There's a couple of issues with it we need to figure out, so disable it for the release.
* Updated Spanish translationJorge González2010-02-081-3/+3
|
* Check for null/empty username and password before saving to gnome-keyringEstêvão Samuel Procópio2010-02-071-12/+17
| | | | Bug #608517
* Using webkit_web_view_get_uri instead of js_get_domain_and_pathEstêvão Samuel Procópio2010-02-071-88/+24
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-02-071-632/+745
|
* Default to one toolbar with less buttonsGustavo Noronha Silva2010-02-061-9/+1
| | | | | | | | | | | | | | This change follows from the GNOME decision to default to "Text besides icons", which makes the first toolbar smaller horizontally. With the woohoo bar the need for history and bookmark buttons is also diminished, given that you can easily search them using the location bar itself. Zoom buttons are kept, but moved to the other side of the toolbar, after the location bar, to clearly distinguish them from navigation operations. Bug #412385
* Updated German translationMario Blättermann2010-02-051-214/+413
|
* Updated Spanish translationJorge González2010-02-051-264/+352
|
* Updated Arabic translationKhaled Hosny2010-02-051-306/+392
|
* Add missing fileKhaled Hosny2010-02-051-0/+1
|
* Explicitely set type for .ui filesKhaled Hosny2010-02-051-5/+5
| | | | | Otherwise intltool-update will fail to extract any strings from .ui files.
* Updated Arabic translationKhaled Hosny2010-02-051-33/+37
|
* Make SoupCookieJarAcceptPolicy match our cookie policiesXan Lopez2010-02-055-6/+71
| | | | Bug #607484
* Updated Spanish translationJorge González2010-02-041-49/+51
|
* Clean uneeded EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBEDDiego Escalante Urrelo2010-02-024-6/+9
| | | | | | | We now have ephy_embed_get_web_view, EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED plus EPHY_WEB_VIEW casts are useless. Bug #608749
* ephy-embed: comment typoDiego Escalante Urrelo2010-02-021-1/+1
| | | | Bug #608749
* ephy-file-helpers: some cleanupDiego Escalante Urrelo2010-02-022-25/+31
| | | | | | Sort variable names a bit in ephy_file_switch_temp_file. Bug #608749
* ephy-file-helpers: use localized folder namesDiego Escalante Urrelo2010-02-021-2/+2
| | | | Bug #608749
* Updated German translationMario Blättermann2010-02-011-1090/+601
|
* Implement EphyEmbedPersist using WebKitDownloadDiego Escalante Urrelo2010-01-301-4/+188
| | | | | | | | EphyEmbedPersist is the object in charge of most context menu options. It handles "Save target as", "Open Image", "Save image as", among other actions. This reimplements it using WebKitDownload. Bug #600987
* popup-commands: missing unrefDiego Escalante Urrelo2010-01-301-0/+1
| | | | Bug #600987
* Updating Estonian translationIvar Smolin2010-01-281-217/+17
|
* ephy-bookmarks-import: check for possible NULL derefXan Lopez2010-01-281-1/+1
| | | | Spotted by Holger Freyther.
* Updated Bengali translationJamil Ahmed2010-01-271-2373/+2362
|
* Updated Serbian translationsMiloš Popović2010-01-272-1422/+1350
|
* Updated Slovenian translationMatej Urbančič2010-01-271-62/+72
|
* ephy-dialog: check if we get a valid EphyDialogDiego Escalante Urrelo2010-01-261-2/+27
| | | | | | | This API is public but we are not really good checking we get valid EphyDialog objects when called, add some checks. Bug #607802
* extensions-manager: remove legacy XML format supportDiego Escalante Urrelo2010-01-263-187/+3
| | | | | | | This has been long gone and anything still using it probably doesn't work with the API changes in the last year anyway. Bug #607881
* extensions-manager: use GDir instead of direntDiego Escalante Urrelo2010-01-261-9/+16
| | | | Bug #607881
* ephy-web-view.c: allow all windows to be closed by JSactual-2.29.6Xan Lopez2010-01-261-1/+8
| | | | Since we are not marking windows as popups for now.
* 2.29.62.29.6Xan Lopez2010-01-262-1/+13
|
* ephy-location-entry: disable favicons in entry for releaseXan Lopez2010-01-251-0/+5
|
* ephy-window: assume windows are not popups by defaultXan Lopez2010-01-251-1/+1
| | | | | We need to refine our code to identify popups, meanwhile it's better to err on the benevolent side.
* Updated Bulgarian translationAlexander Shopov2010-01-251-722/+445
|
* Suggest Filename based on the mimetype and URI of the WebKitWebResourceJorge Kalmbach2010-01-231-1/+30
| | | | Bug #605479
* tests: simplify Makefile.amDiego Escalante Urrelo2010-01-221-15/+25
| | | | Don't cherry pick internal libraries for tests.
* tests: apply style fixes suggested by XanDiego Escalante Urrelo2010-01-223-39/+26
|
* docs: ephy-file-helpersDiego Escalante Urrelo2010-01-226-15/+231
|
* docs: delete deprecated templatesDiego Escalante Urrelo2010-01-2222-2738/+53
|
* Enable page cache for real, now.Gustavo Noronha Silva2010-01-221-0/+1
| | | | | All critical bugs have been fixed, we already depend on a new enough version of WebKit, and this feature needs testing.
* window-commands: remove an empty line from f007602Diego Escalante Urrelo2010-01-211-1/+1
| | | | Just a nitpick in Jorge's patch.
* Escape the name of resources before saving themDiego Escalante Urrelo2010-01-211-4/+6
| | | | | | | | | | Some resources might be of the style "page.php?orig=/place/other", this would make Epiphany crash while saving them because of the invalid characters for the filename. To solve this we escape the name of the resources before using it as the name of the destination file. Bug #606876
* Rename a variable to make its relation obviousDiego Escalante Urrelo2010-01-211-15/+15
| | | | | | | | | | In ephy_web_view_save_sub_resources the destination_uri var is passed down to the GAsyncReadyCallbacks and is freed after all the operations are finished, however it is named sub_destination_uri in this callbacks. To make it more obvious that it is the same data we renamed all the ocurrences to destination_uri. Bug #606876
* ephy-web-view: plug leaks in ephy_web_view_saveDiego Escalante Urrelo2010-01-211-8/+11
| | | | Bug #606876
* Ask for confirmation when replacing files, in save asJorge Kalmbach2010-01-212-4/+8
| | | | Bug #605480
* updated Tamil translationvasudeven2010-01-201-351/+382
|
* Updated Arabic translationKhaled Hosny2010-01-161-63/+71
|
* Updated Swedish translationDaniel Nylander2010-01-161-38/+46
|
* Disable page cache - I committed it by mistakeGustavo Noronha Silva2010-01-161-1/+0
|
* Make text search faster by delaying the actual searchGustavo Noronha Silva2010-01-161-4/+31
| | | | | | | This makes sure that we do not search for 1-2 characters when the user starts typing, making the search for longer words faster. Bug #598322
* Remove error handling work-aroundsGustavo Noronha Silva2010-01-163-32/+23
| | | | | | | WebKit will stop emitting load signals when it loads the error page, which makes life easier for us. Bug #377012
* Show again favicon column in URL completion dropdownXan Lopez2010-01-151-2/+0
|
* Make EphyLocationEntry store a copy of the lock-stock-idXan Lopez2010-01-151-1/+2
| | | | | | | Otherwise we rely on the ordering of the property notifications to get a proper id instead of garbage (!). Bug #606995
* Fix docs build with gtk-doc 1.13Sebastian Dröge2010-01-151-1/+1
| | | | gtkdoc-fixxref now needs the module to work correctly.
* Use g_mkdir_with_parents instead of just mkdirDiego Escalante Urrelo2010-01-141-1/+1
| | | | | | | This ensures that if .gnome2/ doesn't exist, we don't fail instead of just creating the dir. Bug #605860
* Updated Norwegian bokmål translationKjartan Maraas2010-01-141-21/+32
|
* Remove legacy fields in EphyEmbedPersistDiego Escalante Urrelo2010-01-141-7/+0
|
* Use © symbol and include glib.h in tests.Diego Escalante Urrelo2010-01-143-3/+6
|
* Fix syntax error in the GConf schemaSebastian Dröge2010-01-131-1/+1
|
* Updated Spanish translationJorge González2010-01-131-106/+115
|
* 2.29.52.29.5Xan Lopez2010-01-121-1/+1
|
* Update NEWS for releaseXan Lopez2010-01-121-0/+28
|
* Improve infobar text a bitDiego Escalante Urrelo2010-01-121-3/+12
| | | | | | Include a mention to the username being saved and the domain where the form is. Bug #605022
* Miscellaneous nitpick fixesDiego Escalante Urrelo2010-01-123-22/+21
|
* Avoid blank items in back/forward menusDiego Escalante Urrelo2010-01-121-3/+10
| | | | | | Use the url of the page as its menu label if there's no title set. Bug #604491
* Update Ukrainian translationMaxim V. Dziumanenko2010-01-101-640/+792
|
* Updated Swedish translationDaniel Nylander2010-01-091-719/+590
|
* Remove uneeded default handlers for about dialogDiego Escalante Urrelo2010-01-091-39/+0
| | | | | | | Since 2.18 url and email hooks are not necessary, GTK+ includes default handlers. Bug #509207
* Rename EphyWebView::ge-new-window to EphyWebView::new-windowXan Lopez2010-01-092-9/+9
|
* Emit again EphyWebView::ge-new-window when requiredXan Lopez2010-01-091-8/+8
|
* Updated Norwegian bokmål translation.Kjartan Maraas2010-01-061-277/+297
|
* Do not dist .gir filesXan Lopez2010-01-062-2/+0
| | | | | | Since the g-i scanner and compiler are shipped together (and will be in the future), there's little to gain in shipping the .gir file in our tarball, and we save a few build-time headaches.
* Update Ukrainian translationMaxim V. Dziumanenko2010-01-051-715/+665
|
* NSS is not relevant as a feature for extensionsXan Lopez2010-01-021-1/+0
|
* No need to AC_SUBST EPIPHANY_FEATURES several timesXan Lopez2010-01-021-4/+1
|
* Updated Slovenian translationMatej Urbančič2010-01-011-302/+320
|
* Remove ChangeLog generation from SVNXan Lopez2009-12-313-310/+1
| | | | It's not useful anymore, only leave the git bits.
* Disable introspection for distcheckXan Lopez2009-12-311-0/+1
| | | | | | | | | | | | There's a (apparently) nasty circular dependency issue when doing distcheck with introspection enabled. The .gir file needs the epiphany binary to be built, so basically when doing the dist part of check copying the files to the temp directory we trigger a full build. This would be already bad, but on top of that it does not work, since we use BUILT_SOURCES for some generated files, which does not work during 'make dist'. So disable it while we figure this out.
* Enable threads for gtk-doc scannerXan Lopez2009-12-311-0/+3
|
* Revert "docs: remove generated templates"Xan Lopez2009-12-3123-13/+3346
| | | | | | This reverts commit 3deb6e06fd3cccaf26bca8c81bf1f83ef7993dd6. This broke distcheck.
* Don't omit notifications for downloadsDiego Escalante Urrelo2009-12-301-24/+11
| | | | | | | | | | If a download is finished while the GtkStatusIcon for DownloadView is not embedded the finished notification for such download is missed and user is left wondering what happened with his/her download. This makes notifications show whether there is or not a GtkStatusIcon to attach to. Bug #604599
* Implement replace action for downloadsDiego Escalante Urrelo2009-12-302-20/+81
| | | | | | | Always download to a temporary location, only move the file to the final destination after it has been downloaded completely. Bug #594192
* downloader-view: fix wrong return typeDiego Escalante Urrelo2009-12-301-1/+3
| | | | Bug #594192
* 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