Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.30.52.30.5 | Diego Escalante Urrelo | 2010-08-31 | 2 | -1/+8 |
| | |||||
* | Revert "Do not access im_context GtkEntry element directly" | Diego Escalante Urrelo | 2010-08-31 | 1 | -4/+0 |
| | | | | This reverts commit 1ff88115568b3905e94a985a022f16f4f3175a07. | ||||
* | Revert "configure.ac: enable GSEAL in maintainer mode" | Diego Escalante Urrelo | 2010-08-31 | 1 | -1/+1 |
| | | | | This reverts commit 063704268eb1cae7a40b3bc58e44c72333b46028. | ||||
* | Revert "Use accessor functions when possible" | Diego Escalante Urrelo | 2010-08-31 | 2 | -5/+5 |
| | | | | This reverts commit ca325b4415d057a75ebdce5bb77b4d64b485eeb6. | ||||
* | Revert "pdm-dialog: nasty hack to compile with GSEAL enabled" | Diego Escalante Urrelo | 2010-08-31 | 1 | -20/+2 |
| | | | | This reverts commit 197e75e719b3be263be7a4d3c8764c4fb15ada19. | ||||
* | Revert "pdm-dialog: plug leak" | Diego Escalante Urrelo | 2010-08-31 | 1 | -4/+2 |
| | | | | This reverts commit 7af882d9bb8e04ee2e451ccfff3a14d91a849704. | ||||
* | Revert "configure.ac: update required GTK+ version" | Diego Escalante Urrelo | 2010-08-31 | 1 | -1/+1 |
| | | | | This reverts commit 5eee40749fb1738bcd2ada840f039ff4bd3bc8ab. | ||||
* | Revert "lib/egg: update to libegg master" | Diego Escalante Urrelo | 2010-08-31 | 4 | -186/+242 |
| | | | | This reverts commit 7eee8821583e67a4be06387e9a6bc9d8cb822207. | ||||
* | 2.30.42.30.4 | Diego Escalante Urrelo | 2010-08-31 | 2 | -1/+27 |
| | |||||
* | lib/egg: update to libegg master | Diego Escalante Urrelo | 2010-08-31 | 4 | -242/+186 |
| | | | | Bug #580557 | ||||
* | lib/egg: update scripts | Diego Escalante Urrelo | 2010-08-31 | 2 | -35/+8 |
| | | | | Bug #580557 | ||||
* | ephy-favicon-cache: remove failed download files | Diego Escalante Urrelo | 2010-08-31 | 1 | -1/+7 |
| | | | | Bug #618627 | ||||
* | ephy-favicon-cache: don't store invalid icon types | Diego Escalante Urrelo | 2010-08-31 | 1 | -11/+48 |
| | | | | | | | Refuse to store in the cache any invalid icon type, this prevents us from storing 404 html pages as favicons. Bug #618627 | ||||
* | ephy-favicon-cache: remove invalid files on get | Diego Escalante Urrelo | 2010-08-31 | 1 | -2/+2 |
| | | | | | | | When calling ephy_favicon_cache_get we might hit an invalid file type that we didn't catch previously, delete it. Bug #618627 | ||||
* | ephy-favicon-cache: remove legacy EPHY_NODE_FAVICON_PROP_CHECKOLD | Diego Escalante Urrelo | 2010-08-31 | 1 | -5/+0 |
| | | | | Bug #618627 | ||||
* | downloader-view.c: do not overwrite timeout ID | Xan Lopez | 2010-08-31 | 1 | -1/+2 |
| | | | | | | We just use it to update the buttons 100ms later, so having one is enough. If we overwrite it we might crash down the road when we run the timeout on a disposed DV. | ||||
* | about.ini: reality check | Xan Lopez | 2010-08-31 | 1 | -3/+3 |
| | |||||
* | lib/widgets: use cairo_fill() instead of cairo_paint() | Carlos Garcia Campos | 2010-08-31 | 1 | -1/+1 |
| | |||||
* | Make the inspector window bigger | Gustavo Noronha Silva | 2010-08-31 | 1 | -1/+1 |
| | | | | | | | Its current size is not very helpful, and causes a small part of the inspector to be cut off horizontally. Bug #626625 | ||||
* | Bring inspector window to front when the inspector requests a show | Gustavo Noronha Silva | 2010-08-31 | 1 | -1/+1 |
| | | | | Bug #626493 | ||||
* | Only show/hide the inspector window when it is detached | Gustavo Noronha Silva | 2010-08-31 | 1 | -9/+17 |
| | | | | Bug #626489 | ||||
* | lib/widgets: use cairo for drawing widgets | Diego Escalante Urrelo | 2010-08-31 | 2 | -55/+45 |
| | | | | | | Drop deprecated gdk_* drawing functions. Bug #627450 | ||||
* | Set Accept-Language header correctly | Josselin Mouette | 2010-08-31 | 1 | -4/+48 |
| | | | | | | | | | | | | This makes language autodetection, as implemented by some websites, to work. Most of the code stolen from libsoup. Original patch from Mario Sánchez Prada. Updated to work with non-English locales. Approved by Gustavo Noronha. Bug 602547 | ||||
* | Allow attaching/detaching the inspector in Epiphany's window | Gustavo Noronha Silva | 2010-08-31 | 1 | -8/+114 |
| | | | | Bug #625640 | ||||
* | ephy-gui: remove ephy_gui_connect_checkbutton_to_gconf | Diego Escalante Urrelo | 2010-08-31 | 1 | -18/+0 |
| | | | | | | | It's functionality can be replaced by GSettings API, plus it's not being used anywhere. Bug #625921 | ||||
* | Defaults to ALL FILES on save_as dialogs | Jorge Kalmbach | 2010-08-31 | 2 | -2/+2 |
| | | | | Bug #601312 | ||||
* | popup-commands: remove unneeded include | Xan Lopez | 2010-08-31 | 1 | -1/+0 |
| | |||||
* | configure.ac: update required GTK+ version | Xan Lopez | 2010-08-31 | 1 | -1/+1 |
| | |||||
* | pdm-dialog: plug leak | Xan Lopez | 2010-08-31 | 1 | -2/+4 |
| | |||||
* | pdm-dialog: nasty hack to compile with GSEAL enabled | Xan Lopez | 2010-08-31 | 1 | -2/+20 |
| | |||||
* | Use accessor functions when possible | Xan Lopez | 2010-08-31 | 2 | -5/+5 |
| | |||||
* | ephy-gui: remove unused method | Xan Lopez | 2010-08-31 | 2 | -28/+0 |
| | |||||
* | configure.ac: enable GSEAL in maintainer mode | Xan Lopez | 2010-08-31 | 1 | -1/+1 |
| | |||||
* | ephy-embed: don't create Save As button manually | Diego Escalante Urrelo | 2010-08-31 | 1 | -10/+3 |
| | | | | Bug #621050 | ||||
* | ephy-embed: clean up confirm_action_from_mime | Diego Escalante Urrelo | 2010-08-31 | 1 | -35/+36 |
| | | | | | | Avoid duplication of code. Bug #621050 | ||||
* | Fixed detected feed URL for relative URIs | Frédéric Péters | 2010-08-31 | 1 | -1/+14 |
| | | | | Bug #609817 | ||||
* | tests: fix wrong variable name in Makefile | Diego Escalante Urrelo | 2010-08-31 | 1 | -5/+5 |
| | |||||
* | ephy-file-helpers: use g_mkstemp instead of mkstemp | Diego Escalante Urrelo | 2010-08-31 | 1 | -1/+1 |
| | | | | | | This allows the "XXXXXX" token to be anywhere in the tmpl string. Bug #302986 | ||||
* | Do not access im_context GtkEntry element directly | Javier Jardón | 2010-08-31 | 1 | -0/+4 |
| | | | | | | Use gtk_entry_reset_im_context() instead. https://bugzilla.gnome.org/show_bug.cgi?id=595791 | ||||
* | ephy-location-action: don't request EXTRA_COL | Diego Escalante Urrelo | 2010-08-31 | 1 | -2/+0 |
| | | | | | | EXTRA_COL is never used in the match_func. Bug #616345 | ||||
* | ephy-web-view: remove dom-content-loaded signal | Xan Lopez | 2010-08-31 | 2 | -20/+0 |
| | | | | | Would duplicate the functionality of the WebKit DOM signals, if it worked at all... | ||||
* | Update copyright string | Xan Lopez | 2010-08-31 | 1 | -1/+1 |
| | |||||
* | ephy-find-toolbar: highlight matches on find_again | Diego Escalante Urrelo | 2010-08-31 | 1 | -1/+10 |
| | | | | | | | | Find next and Find previous where not highlighting matches when the find toolbar had been closed. We now trigger a highlight when the toolbar was hidden when the user requested to find again. Bug #611499 | ||||
* | ephy-find-toolbar: remove ephy_find_toolbar_find_again | Diego Escalante Urrelo | 2010-08-31 | 1 | -12/+1 |
| | | | | | | It's used only in one place. Bug #611499 | ||||
* | ephy-find-toolbar: rename EphyEmbedFindResult to EphyFindResult | Diego Escalante Urrelo | 2010-08-31 | 1 | -18/+18 |
| | | | | Bug #611499 | ||||
* | ephy-find-toolbar: simplify find next/prev functions | Diego Escalante Urrelo | 2010-08-31 | 1 | -35/+31 |
| | | | | | | | Add EphyFindDirection enum and consolidate the code of ephy_find_toolbar_find_next() and ephy_find_toolbar_find_previous(). Bug #611499 | ||||
* | ephy-find-toolbar: remove useless ephy_find_toolbar_set_selection | Diego Escalante Urrelo | 2010-08-31 | 1 | -10/+2 |
| | | | | Bug #611499 | ||||
* | Install introspection files in our own prefix, not g-i's | Dan Winship | 2010-08-31 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=618935 | ||||
* | ephy-embed-single: remove add_sidebar signal | Diego Escalante Urrelo | 2010-08-31 | 3 | -65/+0 |
| | | | | We removed the sidebar extension for 2.30. | ||||
* | Do not consider dots in directory names when looking for the extension of a ↵ | Sergio Villar Senin | 2010-08-31 | 1 | -1/+3 |
| | | | | file name | ||||
* | 2.30.32.30.3 | Xan Lopez | 2010-08-17 | 1 | -2/+2 |
| | |||||
* | Adapt to GtkNotebook signal signature changes | Diego Escalante Urrelo | 2010-08-17 | 4 | -5/+5 |
| | | | | Bug #624421 | ||||
* | Updated Georgian translation | Vladimer Sichinava | 2010-05-26 | 1 | -2176/+2358 |
| | |||||
* | Minor fix to Catalan translation | Gil Forcada | 2010-05-23 | 1 | -85/+85 |
| | |||||
* | Fix crash when trying to load URIs with no path | Gustavo Noronha Silva | 2010-05-17 | 1 | -1/+1 |
| | | | | | Trying to load file:, for instance, will crash Epiphany. This commit fixes this. See http://bugs.debian.org/554595. | ||||
* | Estonian translation updated | Mattias Põldaru | 2010-05-09 | 1 | -3/+4 |
| | |||||
* | Updated Latvian translation. | Peteris Krisjanis | 2010-04-27 | 1 | -2220/+2395 |
| | |||||
* | Estonian translation updated | Mattias Põldaru | 2010-04-26 | 1 | -4/+5 |
| | |||||
* | docs: missing comment in ephy-favicon-cache | Diego Escalante Urrelo | 2010-04-24 | 1 | -2/+2 |
| | |||||
* | Updated Catalan (Valencian) translation | Carles Ferrando | 2010-04-23 | 1 | -817/+1540 |
| | |||||
* | Open URIs on new tab when middle-clicking on an history item | Mario Sanchez Prada | 2010-04-22 | 1 | -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 embed | Mario Sanchez Prada | 2010-04-22 | 2 | -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 completion | Diego Escalante Urrelo | 2010-04-21 | 1 | -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 history | Mario Sanchez Prada | 2010-04-20 | 3 | -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 subclasses | Mario Sanchez Prada | 2010-04-20 | 8 | -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 EphyHistory | Mario Sanchez Prada | 2010-04-20 | 3 | -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 file | Olav Vitters | 2010-04-18 | 1 | -1/+1 |
| | |||||
* | Send 'Referer' on headers sent for context menu HTTP downloads | Mario Sanchez Prada | 2010-04-17 | 2 | -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 visibility | Diego Escalante Urrelo | 2010-04-14 | 1 | -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 translation | Adi Roiban | 2010-04-11 | 1 | -425/+275 |
| | |||||
* | 2.30.22.30.2 | Xan Lopez | 2010-04-08 | 2 | -1/+9 |
| | |||||
* | Also change EXTENSIONS_DIR here | Xan Lopez | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | 2.30.12.30.1 | Xan Lopez | 2010-04-08 | 2 | -1/+14 |
| | |||||
* | Version the extensions dir with EPIPHANY_API_VERSION | Xan Lopez | 2010-04-08 | 2 | -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 menu | Mario Sanchez Prada | 2010-04-07 | 1 | -1/+1 |
| | | | | | | Bug #599156 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Check if URL is NULL before setting its history title | Jose Millan Soto | 2010-04-07 | 1 | -0/+1 |
| | | | | | | Bug #582629 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Ignore case of URL schemes | Jose Millan Soto | 2010-04-07 | 1 | -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 implementation | Jose Millan Soto | 2010-04-07 | 3 | -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 epiphany | Ahmed Noor Kader Mustajir Md Eusoff | 2010-04-07 | 1 | -2461/+1585 |
| | |||||
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-04-06 | 1 | -286/+304 |
| | |||||
* | Use only GTK+ single includes | Javier Jardón | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Updated Greek translation | Nikos Charonitakis | 2010-04-03 | 1 | -7/+7 |
| | |||||
* | Updated Japanese translation. | Hideki Yamane (Debian-JP) | 2010-03-30 | 1 | -1122/+1109 |
| | |||||
* | 2.302.30 | Xan Lopez | 2010-03-30 | 2 | -3/+14 |
| | |||||
* | Updated Greek translation for epiphany | Simos Xenitellis | 2010-03-29 | 1 | -40/+32 |
| | |||||
* | Fix Czech translation by Lucas Lommer | Petr Kovar | 2010-03-29 | 1 | -86/+84 |
| | |||||
* | Update Czech help translation by Lucas Lommer | Petr Kovar | 2010-03-29 | 1 | -18/+17 |
| | |||||
* | Updated Greek translation | Marios Zindilis | 2010-03-28 | 1 | -1222/+856 |
| | |||||
* | Updated Lithuanian translation | Žygimantas Beručka | 2010-03-28 | 1 | -550/+589 |
| | |||||
* | Updated Bengali translation | Jamil Ahmed | 2010-03-28 | 1 | -108/+90 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2010-03-28 | 1 | -516/+573 |
| | |||||
* | complete Translation for Punjabi by A S Alam | A S Alam | 2010-03-28 | 1 | -2210/+1997 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-27 | 1 | -1/+1 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-27 | 1 | -6/+6 |
| | |||||
* | Updated Bengali translation | Jamil Ahmed | 2010-03-27 | 1 | -685/+867 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-03-27 | 1 | -36/+36 |
| | |||||
* | Updated Ukrainian translation | Maxim V. Dziumanenko | 2010-03-26 | 1 | -1334/+601 |
| | |||||
* | Only offer to open files with safe mime types | Olivier Tilloy | 2010-03-26 | 1 | -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 language | Inaki Larranaga Murgoitio | 2010-03-26 | 1 | -43/+37 |
| | |||||
* | Updated Greek translation | Μάριος Ζηντίλης | 2010-03-25 | 1 | -466/+423 |
| | |||||
* | Remove path when normalizing urls for keyring query | Diego Escalante Urrelo | 2010-03-25 | 1 | -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 translation | Jorge González | 2010-03-23 | 1 | -12/+9 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-23 | 1 | -6/+6 |
| | |||||
* | Updated Dutch translation. | Reinout van Schouwen | 2010-03-22 | 1 | -536/+593 |
| | |||||
* | Updated asturian language | Xandru Armesto Fernandez | 2010-03-21 | 1 | -1227/+1311 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2010-03-21 | 1 | -101/+101 |
| | |||||
* | Updated LowGerman translation | Nils-Christoph Fiedler | 2010-03-19 | 1 | -274/+277 |
| | |||||
* | Estonian translation updated | Ivar Smolin | 2010-03-16 | 1 | -90/+307 |
| | |||||
* | migration: be more strict with checks when storing | Diego Escalante Urrelo | 2010-03-16 | 1 | -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 gone | Diego Escalante Urrelo | 2010-03-16 | 1 | -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 logic | Diego Escalante Urrelo | 2010-03-16 | 1 | -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 add | Diego Escalante Urrelo | 2010-03-16 | 1 | -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 finishes | Diego Escalante Urrelo | 2010-03-16 | 1 | -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_property | Diego Escalante Urrelo | 2010-03-16 | 1 | -6/+3 |
| | | | | | | A minor simplification. Bug #611779 | ||||
* | downloader-view: properly disconnect signals | Diego Escalante Urrelo | 2010-03-16 | 1 | -4/+21 |
| | | | | | | The previous code wasn't disconnecting signals at all. Bug #611779 | ||||
* | downloader-view: fix controls sensitivity | Diego Escalante Urrelo | 2010-03-16 | 1 | -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 show | Diego Escalante Urrelo | 2010-03-16 | 1 | -0/+2 |
| | | | | Bug #611779 | ||||
* | Updated Italian translation | Francesco Marletta | 2010-03-16 | 1 | -527/+553 |
| | |||||
* | Updated Finnish translation | Tommi Vainikainen | 2010-03-15 | 1 | -687/+738 |
| | |||||
* | Updated Korean translation | Changwoo Ryu | 2010-03-14 | 1 | -511/+580 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-03-11 | 1 | -46/+54 |
| | |||||
* | Updated Catalan translation | Gil Forcada | 2010-03-10 | 1 | -579/+628 |
| | |||||
* | migration: fix leading * in password field name | Diego Escalante Urrelo | 2010-03-10 | 1 | -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 value | Diego Escalante Urrelo | 2010-03-10 | 2 | -10/+8 |
| | | | | _ephy_profile_query_form_auth_data is async, doesn't return anything. | ||||
* | migration: don't store a trailing ) in realm | Diego Escalante Urrelo | 2010-03-10 | 1 | -1/+1 |
| | | | | | | Realms where exported as "realm)" because of a missing -1. Bug #608687 | ||||
* | Handle EPHY_EMBED_PERSIST_NO_VIEW flag | Diego Escalante Urrelo | 2010-03-09 | 2 | -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 notification | Diego Escalante Urrelo | 2010-03-09 | 1 | -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 action | Diego Escalante Urrelo | 2010-03-09 | 1 | -0/+2 |
| | | | | | | Otherwise we will hit an assert. Bug #611635 | ||||
* | Inspect type property when hooking to login forms | Diego Escalante Urrelo | 2010-03-09 | 1 | -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_property | Diego Escalante Urrelo | 2010-03-09 | 1 | -0/+15 |
| | | | | | | | This retrieves a property from a JS object, just like "element.property" in plain javascript. Bug #608740 | ||||
* | Add screenshots | Marek Černocký | 2010-03-09 | 4 | -0/+0 |
| | |||||
* | 2.29.922.29.92 | Xan Lopez | 2010-03-09 | 1 | -0/+9 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2010-03-07 | 1 | -29/+39 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Kevin_Wei_2 | 2010-03-06 | 2 | -58/+86 |
| | |||||
* | Updated Galician translation | Fran Diéguez | 2010-03-06 | 1 | -8/+9 |
| | |||||
* | Updated French translation | Claude Paroz | 2010-03-06 | 1 | -514/+537 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2010-03-05 | 1 | -517/+538 |
| | |||||
* | Updated British English translation | Philip Withnall | 2010-03-05 | 1 | -17/+25 |
| | |||||
* | Update Galician translation | Fran Diéguez | 2010-03-05 | 1 | -64/+42 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-05 | 1 | -6/+105 |
| | |||||
* | Updated Brazilian Portuguese translation | Gilfran Ribeiro | 2010-03-05 | 1 | -134/+117 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2010-03-04 | 1 | -29/+39 |
| | |||||
* | updated Russian translation by Den V. Kaftaev | Leonid Kanter | 2010-03-04 | 1 | -15/+23 |
| | |||||
* | updated Tamil translation | vasudeven | 2010-03-04 | 1 | -29/+39 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-03-03 | 1 | -27/+37 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-03 | 1 | -608/+529 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2010-03-02 | 1 | -3/+2 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2010-03-02 | 1 | -522/+577 |
| | |||||
* | Update Czech translation by Lucas Lommer & Petr Kovar | Petr Kovar | 2010-03-02 | 1 | -515/+533 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2010-03-02 | 1 | -2/+2 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2010-03-02 | 1 | -30/+41 |
| | |||||
* | Updated German translation | Mario Blättermann | 2010-03-01 | 1 | -29/+39 |
| | |||||
* | Updated Serbian translations | Miloš Popović | 2010-03-01 | 2 | -994/+1178 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-03-01 | 1 | -29/+39 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-03-01 | 1 | -28/+36 |
| | |||||
* | POTFILES.in: add missing file | Xan Lopez | 2010-03-01 | 1 | -0/+1 |
| | |||||
* | configure.ac: bump version to 2.29.92 | Xan Lopez | 2010-02-27 | 1 | -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 EphyEmbedPersist | Diego Escalante Urrelo | 2010-02-26 | 2 | -0/+318 |
| | | | | Bug #600987 | ||||
* | ephy-window: fix button-press callback return value | Diego Escalante Urrelo | 2010-02-26 | 1 | -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-window | Diego Escalante Urrelo | 2010-02-26 | 2 | -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 translation | Nils-Christoph Fiedler | 2010-02-26 | 1 | -0/+3345 |
| | |||||
* | Added LowGerman translation | Nils-Christoph Fiedler | 2010-02-26 | 1 | -0/+1 |
| | |||||
* | Update Russian translation by Yuri Kozlov <yuray@komyakino.ru> | Leonid Kanter | 2010-02-25 | 1 | -9/+11 |
| | |||||
* | Updated British English translation | Bruce Cowan | 2010-02-25 | 1 | -522/+570 |
| | |||||
* | Always use i18n'd Desktop and Downloads dir names | Diego Escalante Urrelo | 2010-02-24 | 2 | -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 Kanter | 2010-02-23 | 1 | -1700/+934 |
| | |||||
* | Estonian translation updated | Priit Laes | 2010-02-23 | 1 | -50/+33 |
| | |||||
* | Fix last patch to account for changes in soup API, and bump required version2.29.91 | Gustavo Noronha Silva | 2010-02-23 | 2 | -2/+2 |
| | |||||
* | NEWS: update for release | Xan Lopez | 2010-02-23 | 1 | -0/+16 |
| | |||||
* | Report broken certs through the padlock icon | Gustavo Noronha Silva | 2010-02-23 | 3 | -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 translation | Matej Urbančič | 2010-02-22 | 1 | -31/+36 |
| | |||||
* | updated Tamil translation | vasudeven | 2010-02-22 | 1 | -18/+24 |
| | |||||
* | Updated Romanian translation | Dumitru Mișu Moldovan | 2010-02-22 | 1 | -2460/+1271 |
| | |||||
* | Updated Bulgarian translation | Ivaylo Valkov | 2010-02-22 | 1 | -30/+30 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-02-22 | 1 | -427/+578 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2010-02-21 | 1 | -555/+564 |
| | |||||
* | Updated German translation | Mario Blättermann | 2010-02-20 | 1 | -256/+233 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2010-02-20 | 1 | -31/+37 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-20 | 1 | -239/+233 |
| | |||||
* | Change 'Enable Java' setting to 'Enable Plugins' | Xan Lopez | 2010-02-20 | 5 | -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 Fagundes | 2010-02-20 | 1 | -1352/+634 |
| | |||||
* | ephy-tabs-menu: show favicons instead of radiobuttons in the tabs menu. | Olivier Tilloy | 2010-02-19 | 1 | -46/+29 |
| | | | | | | Bug #405505 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Make sure the strings are initialized to NULL | Gustavo Noronha Silva | 2010-02-19 | 1 | -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_object | Diego Escalante Urrelo | 2010-02-18 | 1 | -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 translation | vasudeven | 2010-02-18 | 1 | -475/+554 |
| | |||||
* | Open links in new windows with control+shift+click | Diego Escalante Urrelo | 2010-02-17 | 1 | -6/+24 |
| | | | | | | This should restore the old behaviour of modifiers completely. Bug #604950 | ||||
* | ephy-web-view: be precise in what modifiers to catch | Diego Escalante Urrelo | 2010-02-17 | 1 | -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 fixes | Diego Escalante Urrelo | 2010-02-17 | 3 | -20/+22 |
| | | | | Too wide comments, some indentation. | ||||
* | Enable window auto resize/move. | Xan Lopez | 2010-02-16 | 2 | -1/+2 |
| | | | | Bug #604991 | ||||
* | Estonian translation updated | Rene Pärts | 2010-02-16 | 1 | -10/+10 |
| | |||||
* | Updated Galician Translation | Fran Diéguez | 2010-02-15 | 1 | -126/+89 |
| | |||||
* | Remove legacy ALLOW_FIXUP flags | Diego Escalante Urrelo | 2010-02-15 | 6 | -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 Liao | 2010-02-15 | 2 | -1201/+1836 |
| | |||||
* | Use correct UTF8 length when converting JSStrings | Diego Escalante Urrelo | 2010-02-15 | 1 | -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 translation | Ivaylo Valkov | 2010-02-12 | 1 | -244/+533 |
| | |||||
* | downloader-view: current-size is guint64 not gint64 | Diego Escalante Urrelo | 2010-02-12 | 1 | -1/+1 |
| | |||||
* | Updated Galician Translation | Fran Diéguez | 2010-02-12 | 1 | -450/+843 |
| | |||||
* | Use accessor functions instead direct access | Javier Jardón | 2010-02-11 | 5 | -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 translation | Matej Urbančič | 2010-02-11 | 1 | -271/+545 |
| | |||||
* | shift+control+click is not shift+click | Diego Escalante Urrelo | 2010-02-11 | 1 | -13/+18 |
| | | | | Bug #604950 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-02-11 | 1 | -259/+546 |
| | |||||
* | Use SoupURI to get host name in ephy-string | Diego Escalante Urrelo | 2010-02-11 | 1 | -38/+10 |
| | | | | Bug #582035 | ||||
* | Estonian translation updated | Rene Pärts | 2010-02-11 | 1 | -398/+132 |
| | |||||
* | ephy-web-view: fix password storage | Xan Lopez | 2010-02-10 | 1 | -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 translation | Khaled Hosny | 2010-02-10 | 1 | -220/+210 |
| | |||||
* | Estonian translation updated | Ivar Smolin | 2010-02-09 | 1 | -48/+338 |
| | |||||
* | ephy-embed-prefs: reenable page cache by default | Xan Lopez | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | 2.29.902.29.90 | Xan Lopez | 2010-02-09 | 1 | -2/+2 |
| | |||||
* | NEWS: update for release | Xan Lopez | 2010-02-09 | 1 | -0/+13 |
| | |||||
* | Implemented print preview | Jose Millan Soto | 2010-02-09 | 11 | -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 now | Xan Lopez | 2010-02-09 | 1 | -1/+1 |
| | | | | | There's a couple of issues with it we need to figure out, so disable it for the release. | ||||
* | Updated Spanish translation | Jorge González | 2010-02-08 | 1 | -3/+3 |
| | |||||
* | Check for null/empty username and password before saving to gnome-keyring | Estêvão Samuel Procópio | 2010-02-07 | 1 | -12/+17 |
| | | | | Bug #608517 | ||||
* | Using webkit_web_view_get_uri instead of js_get_domain_and_path | Estêvão Samuel Procópio | 2010-02-07 | 1 | -88/+24 |
| | |||||
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-02-07 | 1 | -632/+745 |
| | |||||
* | Default to one toolbar with less buttons | Gustavo Noronha Silva | 2010-02-06 | 1 | -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 translation | Mario Blättermann | 2010-02-05 | 1 | -214/+413 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-05 | 1 | -264/+352 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2010-02-05 | 1 | -306/+392 |
| | |||||
* | Add missing file | Khaled Hosny | 2010-02-05 | 1 | -0/+1 |
| | |||||
* | Explicitely set type for .ui files | Khaled Hosny | 2010-02-05 | 1 | -5/+5 |
| | | | | | Otherwise intltool-update will fail to extract any strings from .ui files. | ||||
* | Updated Arabic translation | Khaled Hosny | 2010-02-05 | 1 | -33/+37 |
| | |||||
* | Make SoupCookieJarAcceptPolicy match our cookie policies | Xan Lopez | 2010-02-05 | 5 | -6/+71 |
| | | | | Bug #607484 | ||||
* | Updated Spanish translation | Jorge González | 2010-02-04 | 1 | -49/+51 |
| | |||||
* | Clean uneeded EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED | Diego Escalante Urrelo | 2010-02-02 | 4 | -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 typo | Diego Escalante Urrelo | 2010-02-02 | 1 | -1/+1 |
| | | | | Bug #608749 | ||||
* | ephy-file-helpers: some cleanup | Diego Escalante Urrelo | 2010-02-02 | 2 | -25/+31 |
| | | | | | | Sort variable names a bit in ephy_file_switch_temp_file. Bug #608749 | ||||
* | ephy-file-helpers: use localized folder names | Diego Escalante Urrelo | 2010-02-02 | 1 | -2/+2 |
| | | | | Bug #608749 | ||||
* | Updated German translation | Mario Blättermann | 2010-02-01 | 1 | -1090/+601 |
| | |||||
* | Implement EphyEmbedPersist using WebKitDownload | Diego Escalante Urrelo | 2010-01-30 | 1 | -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 unref | Diego Escalante Urrelo | 2010-01-30 | 1 | -0/+1 |
| | | | | Bug #600987 | ||||
* | Updating Estonian translation | Ivar Smolin | 2010-01-28 | 1 | -217/+17 |
| | |||||
* | ephy-bookmarks-import: check for possible NULL deref | Xan Lopez | 2010-01-28 | 1 | -1/+1 |
| | | | | Spotted by Holger Freyther. | ||||
* | Updated Bengali translation | Jamil Ahmed | 2010-01-27 | 1 | -2373/+2362 |
| | |||||
* | Updated Serbian translations | Miloš Popović | 2010-01-27 | 2 | -1422/+1350 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-01-27 | 1 | -62/+72 |
| | |||||
* | ephy-dialog: check if we get a valid EphyDialog | Diego Escalante Urrelo | 2010-01-26 | 1 | -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 support | Diego Escalante Urrelo | 2010-01-26 | 3 | -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 dirent | Diego Escalante Urrelo | 2010-01-26 | 1 | -9/+16 |
| | | | | Bug #607881 | ||||
* | ephy-web-view.c: allow all windows to be closed by JSactual-2.29.6 | Xan Lopez | 2010-01-26 | 1 | -1/+8 |
| | | | | Since we are not marking windows as popups for now. | ||||
* | 2.29.62.29.6 | Xan Lopez | 2010-01-26 | 2 | -1/+13 |
| | |||||
* | ephy-location-entry: disable favicons in entry for release | Xan Lopez | 2010-01-25 | 1 | -0/+5 |
| | |||||
* | ephy-window: assume windows are not popups by default | Xan Lopez | 2010-01-25 | 1 | -1/+1 |
| | | | | | We need to refine our code to identify popups, meanwhile it's better to err on the benevolent side. | ||||
* | Updated Bulgarian translation | Alexander Shopov | 2010-01-25 | 1 | -722/+445 |
| | |||||
* | Suggest Filename based on the mimetype and URI of the WebKitWebResource | Jorge Kalmbach | 2010-01-23 | 1 | -1/+30 |
| | | | | Bug #605479 | ||||
* | tests: simplify Makefile.am | Diego Escalante Urrelo | 2010-01-22 | 1 | -15/+25 |
| | | | | Don't cherry pick internal libraries for tests. | ||||
* | tests: apply style fixes suggested by Xan | Diego Escalante Urrelo | 2010-01-22 | 3 | -39/+26 |
| | |||||
* | docs: ephy-file-helpers | Diego Escalante Urrelo | 2010-01-22 | 6 | -15/+231 |
| | |||||
* | docs: delete deprecated templates | Diego Escalante Urrelo | 2010-01-22 | 22 | -2738/+53 |
| | |||||
* | Enable page cache for real, now. | Gustavo Noronha Silva | 2010-01-22 | 1 | -0/+1 |
| | | | | | All critical bugs have been fixed, we already depend on a new enough version of WebKit, and this feature needs testing. |