aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated Galician translationFran Diéguez2010-05-051-125/+123
|
* Updated Spanish translationJorge González2010-05-051-20/+22
|
* Do not consider dots in directory names when looking for the extension of a ↵Sergio Villar Senin2010-05-051-1/+3
| | | | file name
* Handle the WEBKIT_NETWORK_ERROR_CANCELLED failAlejandro G. Castro2010-05-041-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 statusAlejandro G. Castro2010-05-041-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 stateAlejandro G. Castro2010-05-041-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 EphyHistoryXan Lopez2010-05-041-0/+2
|
* ephy-session: fix thinko when restoring a multiple-window sessionXan Lopez2010-05-041-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 warningXan Lopez2010-05-041-1/+1
|
* Updated Spanish translationJorge González2010-05-041-100/+96
|
* Remove obsolete get_type function from headerXan Lopez2010-05-031-1/+0
|
* configure.ac: bump version to 2.31Xan Lopez2010-05-031-3/+3
|
* ephy-session: use an infobar to inform the user about session restorationXan Lopez2010-05-032-93/+196
| | | | Much nicer than a modal dialog that blocks the browser initialization.
* Emit a signal when loading the homepageXan Lopez2010-05-031-12/+29
|
* Move homepage loading code to EphyWebViewXan Lopez2010-05-033-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.cXan Lopez2010-05-033-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 EphyWebViewXan Lopez2010-05-032-10/+10
|
* Move URI handling to EphyWebViewXan Lopez2010-05-032-21/+21
|
* Move title update to EphyWebViewXan Lopez2010-05-032-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.cAlejandro G. Castro2010-05-033-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 enumAlejandro G. Castro2010-05-023-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 Krisjanis2010-04-271-2220/+2395
|
* Estonian translation updatedMattias Põldaru2010-04-261-4/+5
|
* docs: missing comment in ephy-favicon-cacheDiego Escalante Urrelo2010-04-241-2/+2
|
* Updated Catalan (Valencian) translationCarles Ferrando2010-04-231-817/+1540
|
* Open URIs on new tab when middle-clicking on an history itemMario Sanchez Prada2010-04-221-9/+100
| | | | | | | | | Open the history element on a new tab while keeping the right context for the selected item with regard to the back and forward lists. Bug #611400 Signed-off-by: Xan Lopez <xan@gnome.org>
* Allow not copying history when creating a new embedMario Sanchez Prada2010-04-222-3/+6
| | | | | | | | Just added a new flag and check it before copying the history Bug #611400 Signed-off-by: Xan Lopez <xan@gnome.org>
* ephy-location-entry: reenable favicons in completionDiego Escalante Urrelo2010-04-211-7/+0
| | | | | | | | | | | | | | | Favicons in the completion popup were hidden because of an ugly flashing. It turns out it is caused by gtk_entry_set_icon_from_* functions. They queue a resize if the GtkEntry is visible, hence we see this ugly flash which is actually the completion obeying to the resize. The side effect is that when you start typying a new address in the location entry, the favicon of the current location will still be displayed. The previous behaviour was to set a 'text/html' icon when the user edited the location entry. Note that such icon will disappear as soon as you activate the location entry. Bug #616345
* Change sensitiveness for history buttons when clearing the historyMario Sanchez Prada2010-04-203-5/+20
| | | | | | | | Connect to the 'cleared' signal and change the sensitivity flags Bug #539716 Signed-off-by: Xan Lopez <xan@gnome.org>
* Split EphyNavigationAction in one abstract class and two subclassesMario Sanchez Prada2010-04-208-437/+825
| | | | | | | | | | | | | | To ease understanding and further modification of the two different usages for the EphyNavigationAction class (Back/Forward and Up buttons), all the code there was split so the common one is kept in the superclass, delegating the more specific parts in the implementations of the subclasses: History (back/forward) and Up buttons. Also updated usage of this class in EphyToolbar. Bug #539716 Signed-off-by: Xan Lopez <xan@gnome.org>
* Make sure WebKitWebHistory is cleared when cleared EphyHistoryMario Sanchez Prada2010-04-203-26/+72
| | | | | | | | | | Added new function in EphyWebView to clear the history from WebKitWebView, and connect to the 'cleared' signal in EphyEmbed to call to such a function when needed. Bug #539716 Signed-off-by: Xan Lopez <xan@gnome.org>
* Fix doap fileOlav Vitters2010-04-181-1/+1
|
* Send 'Referer' on headers sent for context menu HTTP downloadsMario Sanchez Prada2010-04-172-1/+31
| | | | | | | | | | Make sure the EphyEmbedPersist object is created specifying the EphyEmbed object, and create the network request inside of it using the URL from the associated web view as 'Referer' Bug #136292 Signed-off-by: Xan Lopez <xan@gnome.org>
* ephy-toolbar: fix leave-fullscreen item visibilityDiego Escalante Urrelo2010-04-141-0/+1
| | | | | | | | We were explicitely setting the separator and toolbar visibility but not the exit_button item. This meant the fixed_toolbar was shown but the exit_button remained hidden. Bug #611445
* Update Romanian translationAdi Roiban2010-04-111-425/+275
|
* 2.30.22.30.2Xan Lopez2010-04-082-1/+9
|
* Also change EXTENSIONS_DIR hereXan Lopez2010-04-081-1/+1
|
* 2.30.12.30.1Xan Lopez2010-04-082-1/+14
|
* Version the extensions dir with EPIPHANY_API_VERSIONXan Lopez2010-04-082-2/+2
| | | | | We were using our normal release version, which is not where they are installed.
* Duplicate strings to be used as url in the Up dropdown menuMario Sanchez Prada2010-04-071-1/+1
| | | | | | Bug #599156 Signed-off-by: Xan Lopez <xan@gnome.org>
* Check if URL is NULL before setting its history titleJose Millan Soto2010-04-071-0/+1
| | | | | | Bug #582629 Signed-off-by: Xan Lopez <xan@gnome.org>
* Ignore case of URL schemesJose Millan Soto2010-04-071-9/+14
| | | | | | | | We only accept lowercase schemes right now, for no good reason. Bug #605089 Signed-off-by: Xan Lopez <xan@gnome.org>
* Improve page print implementationJose Millan Soto2010-04-073-14/+35
| | | | | | | | | Use the already existing functions we have for print preview also for printing; fixes a bunch of usability issues. Bug #609756 Signed-off-by: Xan Lopez <xan@gnome.org>
* Updated Malay translation for epiphanyAhmed Noor Kader Mustajir Md Eusoff2010-04-071-2461/+1585
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-04-061-286/+304
|
* Use only GTK+ single includesJavier Jardón2010-04-061-1/+1
|
* Updated Greek translationNikos Charonitakis2010-04-031-7/+7
|
* Updated Japanese translation.Hideki Yamane (Debian-JP)2010-03-301-1122/+1109
|
* 2.302.30Xan Lopez2010-03-302-3/+14
|
* Updated Greek translation for epiphanySimos Xenitellis2010-03-291-40/+32
|
* Fix Czech translation by Lucas LommerPetr Kovar2010-03-291-86/+84
|
* Update Czech help translation by Lucas LommerPetr Kovar2010-03-291-18/+17
|
* Updated Greek translationMarios Zindilis2010-03-281-1222/+856
|
* Updated Lithuanian translationŽygimantas Beručka2010-03-281-550/+589
|
* Updated Bengali translationJamil Ahmed2010-03-281-108/+90
|
* Updated Danish translationKenneth Nielsen2010-03-281-516/+573
|
* complete Translation for Punjabi by A S AlamA S Alam2010-03-281-2210/+1997
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-271-1/+1
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-271-6/+6
|
* Updated Bengali translationJamil Ahmed2010-03-271-685/+867
|
* Updated Spanish translationJorge González2010-03-271-36/+36
|
* Updated Ukrainian translationMaxim V. Dziumanenko2010-03-261-1334/+601
|
* Only offer to open files with safe mime typesOlivier Tilloy2010-03-261-0/+1
| | | | | | | Changed the "Open" button to "Download" when the mime type of the file is not considered safe for opening. Bug #361559
* Updated Basque languageInaki Larranaga Murgoitio2010-03-261-43/+37
|
* Updated Greek translationΜάριος Ζηντίλης2010-03-251-466/+423
|
* Remove path when normalizing urls for keyring queryDiego Escalante Urrelo2010-03-251-0/+2
| | | | | | | | This means we store/retrieve "http://www.gnome.org/" instead of "http://www.gnome.org/login/". User+passwords are site-wide as long as the form elements match. This also makes migrated gecko passwords work. Bug #613065
* Updated Spanish translationJorge González2010-03-231-12/+9
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-231-6/+6
|
* Updated Dutch translation.Reinout van Schouwen2010-03-221-536/+593
|
* Updated asturian languageXandru Armesto Fernandez2010-03-211-1227/+1311
|
* 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
|