Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace .glade files with .ui files | Benjamin Otte | 2009-10-02 | 14 | -4624/+4331 |
| | | | | | | | | | | | | Glade does support editing gtk-builder generated files by now so there is no need to keep the old Glade files around. Also, gtk-builder-convert is supposed to be a one-time conversion tool and not supposed to be run by a build system, see http://mail.gnome.org/archives/desktop-devel-list/2009-July/msg00102.html Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Bump libtool to 2.2 and remove dolt | Javier Jardón | 2009-10-01 | 4 | -181/+2 |
| | | | | | | Bug #596669 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | src/Makefile.am: Fix parallel-build issue when introspection enabled. | Priit Laes | 2009-09-27 | 1 | -1/+1 |
| | |||||
* | ephy-window.c: workaround bug in WebKit progress notification | Xan Lopez | 2009-09-24 | 1 | -4/+11 |
| | | | | | | | LOAD_FINISHED is notified before progress 100% completed, which makes it very hard to rely on those signals to figure out if a page is still loading or not when syncing progress in a tab. Try to workaround this as best as possible. | ||||
* | ephy-web-view.c: update comment of ephy_web_view_is_loading | Xan Lopez | 2009-09-24 | 1 | -3/+4 |
| | |||||
* | ephy-web-view.c: take into account FAILED status for is_loading | Xan Lopez | 2009-09-24 | 1 | -8/+8 |
| | | | | | | | When a page fails to load (for example, when the user cancels it) it won't go through the FINISHED state, which is the only one we are taking into account to decide if a page is still loading. Use the new WEBKIT_LOAD_FAILED status (WebKitGTK+ r48719) too. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2009-09-24 | 1 | -1052/+1020 |
| | |||||
* | Prevents PDM from getting keyring passwords in a private session | Julian de Navascues | 2009-09-22 | 1 | -2/+15 |
| | | | | | | | | | | SoupSession will remember HTTP passwords during the private session but as we dont allow to delete them it doesnt make sense to show them in the dialog. Bug #591395 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | GTK+ 2.17.11 is now the required version | Javier Jardón | 2009-09-22 | 33 | -177/+252 |
| | | | | | | | | | | | | | | | I've used all the GTK+ 2.17.11 api available, still missing: GTK_WIDGET_REALIZED (GTK_WIDGET ()) GTK_WIDGET_MAPPED (GTK_WIDGET ()) GTK_ENTRY->im_context GTK_STATUSBAR->frame GTK_STATUSBAR->label GTK_MESSAGE_DIALOG->label https://bugzilla.gnome.org/show_bug.cgi?id=595791 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Add back support for the "direction up" navigation (GNOME bug 595653) | Frédéric Péters | 2009-09-22 | 2 | -4/+68 |
| | |||||
* | Updated Czech help translation by Lucas Lommer | Petr Kovar | 2009-09-22 | 1 | -395/+405 |
| | |||||
* | configure.ac: API version is still 2.28 | Xan Lopez | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | configure.ac: bump required WebKitGTK version | Xan Lopez | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Updated Czech translation by Lucas Lommer | Petr Kovar | 2009-09-21 | 1 | -534/+463 |
| | |||||
* | Cleanup string freeze break for save as | Gustavo Noronha Silva | 2009-09-21 | 50 | -94/+168 |
| | | | | | | | | Use '%s Files', instead of '%s/%s Files' as the translatable string to avoid confusion, and reuse existing mozilla-era translations. Fix the languages that had already translated the new strings using old po files as reference. Also add a translator comment to the source file, for future reference. | ||||
* | ephy-notebook.c: better yet, get rid of the test completely | Xan Lopez | 2009-09-20 | 1 | -7/+2 |
| | | | | | Since gtk_notebook_get_nth_page, used just after that, returns NULL for out-of-bounds pages. | ||||
* | ephy-notebook.c: use public GtkNotebook API instead of accessing members of ↵ | Xan Lopez | 2009-09-20 | 1 | -3/+3 |
| | | | | its struct | ||||
* | Updated Italian translation | Francesco Marletta | 2009-09-20 | 1 | -4/+4 |
| | |||||
* | Updated Italian translation | Francesco Marletta | 2009-09-20 | 1 | -480/+562 |
| | |||||
* | Updated Bulgarian translation | Yavor Doganov | 2009-09-20 | 1 | -185/+207 |
| | |||||
* | src/Makefile.am: add missing include | Xan Lopez | 2009-09-20 | 1 | -0/+1 |
| | |||||
* | ephy-embed-container.h: fix indentation | Xan Lopez | 2009-09-20 | 1 | -30/+23 |
| | |||||
* | Bring back epiphany context menu | Xan Lopez | 2009-09-20 | 7 | -225/+269 |
| | | | | | | | | | | | | | There's a few items (like email link) and actions (like bookmark link) missing or not working because of missing information in the WebKitHitTestResult object, but most of the stuff is working. For some reason the g-ir-scanner is not picking up the correct type name for WebKitHitTestResult (it uses WebKitHitTestResult instead of WebKit.HitTestResult), so the introspection support is broken unless that error is fixed manually. Looking into that ... Bug #562617 | ||||
* | ephy-window.c: do not leak hit test result | Xan Lopez | 2009-09-20 | 1 | -0/+1 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2009-09-20 | 1 | -20/+22 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2009-09-19 | 2 | -1194/+673 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2009-09-19 | 1 | -17/+22 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2009-09-19 | 1 | -16/+21 |
| | |||||
* | configure.ac: bump version to 2.29.0 | Xan Lopez | 2009-09-19 | 1 | -3/+3 |
| | |||||
* | ephy-window.c: reimplement middle-click clipboard to open link | Xan Lopez | 2009-09-19 | 1 | -58/+26 |
| | | | | Uses the new WebKitHitTestResult APIs landed in WebKitGTK+ r48505. | ||||
* | maithili update | Rajesh Ranjan | 2009-09-18 | 2 | -0/+3433 |
| | |||||
* | Upadated Oriya Translation | Manoj Kumar Giri | 2009-09-18 | 1 | -4/+12 |
| | |||||
* | Upadated Oriya Translation | Manoj Kumar Giri | 2009-09-18 | 1 | -305/+295 |
| | |||||
* | Updated Telugu Translation | krishnababu k | 2009-09-17 | 1 | -204/+224 |
| | |||||
* | Updated British English translation | Philip Withnall | 2009-09-17 | 1 | -19/+21 |
| | |||||
* | Updated breton translation | Denis ARNAUD | 2009-09-17 | 1 | -0/+3319 |
| | |||||
* | added br in LINGUAS file | Denis ARNAUD | 2009-09-17 | 1 | -0/+1 |
| | |||||
* | Updated Tamil Translations | ifelix | 2009-09-17 | 1 | -234/+247 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2009-09-17 | 1 | -3/+100 |
| | |||||
* | hindi update by Rajesh Ranjan | Rajesh Ranjan | 2009-09-17 | 1 | -1934/+989 |
| | |||||
* | Updated Lithuanian translation | Žygimantas Beručka | 2009-09-17 | 1 | -1116/+1166 |
| | |||||
* | Added Ukrainian translation | Maxim V. Dziumanenko | 2009-09-16 | 1 | -325/+337 |
| | |||||
* | Updated Galician Translation | Fran Diéguez | 2009-09-16 | 1 | -211/+237 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2009-09-16 | 1 | -114/+22 |
| | |||||
* | Update Norwegian bokmål translation. | Kjartan Maraas | 2009-09-16 | 1 | -18/+23 |
| | |||||
* | Updated Bengali India Translations | Runa Bhattacharjee | 2009-09-16 | 1 | -211/+235 |
| | |||||
* | Updated Hebrew translation | Yaron Shahrabani | 2009-09-16 | 1 | -901/+362 |
| | |||||
* | Updated Malayalam Translations | Ani | 2009-09-16 | 1 | -20/+24 |
| | |||||
* | Updated Marathi Translations | Sandeep Shedmake | 2009-09-15 | 1 | -23/+29 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-09-15 | 1 | -2/+6 |
| | |||||
* | Updated Polish translation | Tomasz Dominikowski | 2009-09-15 | 1 | -213/+377 |
| | |||||
* | Updated Finnish translation | Ilkka Tuohela | 2009-09-15 | 1 | -112/+83 |
| | |||||
* | Updated German translation | Christian Kirbach | 2009-09-15 | 1 | -16/+21 |
| | |||||
* | Updated Hungarian translation | Gabor Kelemen | 2009-09-15 | 1 | -202/+215 |
| | |||||
* | Updated Gujarati Translations | Sweta Kothari | 2009-09-15 | 1 | -21/+25 |
| | |||||
* | Implement saving the page using the DataSource API | Gustavo Noronha Silva | 2009-09-15 | 3 | -15/+275 |
| | | | | Bug #562611 | ||||
* | Setup nspluginwrapper if available | Bastien Nocera | 2009-09-15 | 1 | -0/+5 |
| | | | | By calling mozilla-plugin-config on startup. | ||||
* | Updated German translation | Christian Kirbach | 2009-09-14 | 1 | -208/+224 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-09-14 | 1 | -6/+17 |
| | |||||
* | Updated Brazilian Portuguese translation | Carlos Jose Pereira | 2009-09-14 | 1 | -203/+219 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2009-09-14 | 1 | -5/+103 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2009-09-14 | 1 | -298/+214 |
| | |||||
* | ephy-profile-migration.c: repeat password migration when needed | Xan Lopez | 2009-09-14 | 1 | -2/+14 |
| | | | | | The previous version had some bugs in it, so run it again for users that had already migrated their profile. | ||||
* | Updated Marathi Translations | Sandeep Shedmake | 2009-09-14 | 1 | -223/+229 |
| | |||||
* | Update Norwegian bokmål translation. | Kjartan Maraas | 2009-09-14 | 1 | -207/+224 |
| | |||||
* | Make the g-ir-scanner rule depend only on the header files | Xan Lopez | 2009-09-13 | 1 | -1/+1 |
| | | | | | If we depend on the binary epiphany file we'll rebuild things much more than needed. | ||||
* | Updated Danish translation | Ask H. Larsen | 2009-09-13 | 1 | -210/+228 |
| | |||||
* | Updated British English translation | Philip Withnall | 2009-09-13 | 1 | -1915/+1664 |
| | |||||
* | Updated Polish translation | Tomasz Dominikowski | 2009-09-13 | 1 | -208/+216 |
| | |||||
* | Updated Greek help translation. | Kostas Papadimas | 2009-09-13 | 1 | -555/+1965 |
| | |||||
* | Updated Finnish translation | Tommi Vainikainen | 2009-09-13 | 2 | -213/+232 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2009-09-12 | 1 | -210/+229 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2009-09-12 | 1 | -201/+214 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-09-12 | 1 | -205/+219 |
| | |||||
* | * 2009-09-11 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2009-09-12 | 1 | -339/+355 |
| | | | | - po/nl.po: Updated Dutch translation | ||||
* | Updated Gujarati Translations | Sweta Kothari | 2009-09-11 | 1 | -205/+219 |
| | |||||
* | Updated Kannada(kn) translation | Shankar Prasad | 2009-09-11 | 1 | -58/+59 |
| | |||||
* | Updated Serbian translation | Miloš Popović | 2009-09-11 | 2 | -476/+466 |
| | |||||
* | Updated Malayalam Translations | Ani | 2009-09-11 | 1 | -237/+226 |
| | |||||
* | Updated Malayalam Translations | Ani | 2009-09-11 | 1 | -1024/+944 |
| | |||||
* | Updated French translation | Claude Paroz | 2009-09-11 | 1 | -199/+213 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2009-09-11 | 1 | -210/+218 |
| | |||||
* | POTFILES.in: add ephy-nss-glue.c | Xan Lopez | 2009-09-11 | 1 | -0/+1 |
| | |||||
* | ephy-nss-glue.c: ask for the NSS master password if needed | Xan Lopez | 2009-09-11 | 1 | -0/+46 |
| | | | | | | | It was possible to set a master password for NSS through the certificate manager extension, so we have to support this. Bug #594694 | ||||
* | ephy-nss-glue.c: ignore padLength error in the NSS glue code | Xan Lopez | 2009-09-11 | 1 | -1/+4 |
| | | | | It seems to be harmless, and if we ignore it we can still decrypt some passwords. | ||||
* | Remove a couple of references to EphyCommandManager | Xan Lopez | 2009-09-11 | 2 | -116/+0 |
| | |||||
* | ephy-web-view.c: also allow to expire addresses after a new PROVISIONAL status | Xan Lopez | 2009-09-11 | 1 | -0/+2 |
| | | | | | | | | | | | Otherwise the typed address would get stuck if you tried to load a page while another was already loading, ie: - Load URL. - While it's loading, Ctrl+L, type something else, Enter. - The new page will load, but the typed address won't be replaced with the full address as usual. This is particularly bad when you type a few letters and complete the URL in the dropdown. | ||||
* | ephy-location-action.c: also disconnect the notebook signal on disconnect_proxy | Xan Lopez | 2009-09-10 | 1 | -1/+4 |
| | |||||
* | Get rid of EphyCommandManager | Xan Lopez | 2009-09-10 | 10 | -284/+18 |
| | | | | It was just another useless abstraction at this point. | ||||
* | ephy-location-action.c: unblock address sync on switch-page too | Xan Lopez | 2009-09-10 | 1 | -6/+46 |
| | | | | | | | | | | | We need to unblock the address syncing for the location on switch-page too, since it's not guaranteed that we'll receive a focus-out or activate event before we are interested in resyncing the URL entry again. For example, if the focus is on the entry and we switch tabs with the keyboard shortcut the entry will go out of sync, keeping the URL of the previous tab. Bug #594346 | ||||
* | Updated Telugu Translation | krishnababu k | 2009-09-10 | 1 | -1160/+80 |
| | |||||
* | ephy-profile-migration.c: fix crash when importing some profiles | Xan Lopez | 2009-09-10 | 1 | -2/+5 |
| | | | | | | Be more careful about not going over the end of the lines array. Bug #594717 | ||||
* | Automatically append (n) to duplicated downloads | Diego Escalante Urrelo | 2009-09-10 | 1 | -4/+81 |
| | | | | | Bug 585499 - [Webkit] Automatic downloading into ~/Downloads fails if file already exists | ||||
* | Updated Turkish translation. | Baris Cicek | 2009-09-10 | 1 | -1069/+1082 |
| | |||||
* | Updated Greek translation. | Kostas Papadimas | 2009-09-09 | 1 | -912/+574 |
| | |||||
* | Updated Marathi Translations | Sandeep Shedmake | 2009-09-09 | 1 | -623/+722 |
| | |||||
* | ephy-profile-migration: stript URIs from whitespace before validating | Xan Lopez | 2009-09-09 | 1 | -0/+1 |
| | | | | libsoup is unhappy with trailing whitespace in some situations. | ||||
* | ephy-dialog.c: do not use bleeding edge GTK+ API | Xan Lopez | 2009-09-09 | 1 | -3/+3 |
| | |||||
* | Delay obtaining suggested filename for dialogs | Gustavo Noronha Silva | 2009-09-09 | 1 | -13/+33 |
| | | | | | | | | Most downloads will only have proper suggested filenames after the request has been sent, and a reply was received, so delay getting the suggested filename to when that has happened. Bug #577797 | ||||
* | Fixing style issues I introduced | Gustavo Noronha Silva | 2009-09-08 | 1 | -5/+5 |
| | |||||
* | Bug 594435: Bookmark properties topic improvements | Emilio Pozuelo Monfort | 2009-09-08 | 1 | -2/+3 |
| | | | | | | | | | | | | If a bookmark has "foo" and "bar" topics, show "foo, bar, " instead of "fo, bar, o". While at it, remove the trailing comma, so we display "foo, bar" rather than "foo, bar, ". http://bugzilla.gnome.org/show_bug.cgi?id=594435 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Updated Gujarati Translations | Sweta Kothari | 2009-09-08 | 1 | -25/+30 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2009-09-08 | 1 | -90/+94 |
| | |||||
* | Updated French manual translation | Claude Paroz | 2009-09-08 | 1 | -393/+393 |
| | |||||
* | configure.ac: post release version bump | Xan Lopez | 2009-09-08 | 1 | -2/+2 |
| | |||||
* | configure.ac: require WebKitGTK+ 1.1.142.27.92 | Xan Lopez | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | NEWS: more updates for release | Xan Lopez | 2009-09-08 | 1 | -0/+2 |
| | |||||
* | Re-adding basic ad blocking support | Gustavo Noronha Silva | 2009-09-08 | 1 | -0/+25 |
| | | | | Bug #562762 | ||||
* | ephy-location-action: g_strdup is NULL safe | Xan Lopez | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | ephy-embed-single: protect against SoupPasswordManager going away | Xan Lopez | 2009-09-07 | 1 | -0/+4 |
| | | | | It might go away for 2.30, so protect against that. | ||||
* | Simplify EXPIRE logic in ephy_web_view_set_typed_address | Xan Lopez | 2009-09-07 | 5 | -32/+16 |
| | | | | | | The whole thing just had one functionality at this point as far as I can see: prevent the typed address from being wiped out when a page is loading. Simplify the code to do just that. | ||||
* | window-commands: unref the stream when we are done with it | Xan Lopez | 2009-09-07 | 1 | -0/+1 |
| | | | | Per the documentation of 'g_file_replace_finish'. | ||||
* | window-commands: also ref the embed while the stream is processed | Xan Lopez | 2009-09-07 | 1 | -3/+4 |
| | | | | Since it also could go away meanwhile otherwise. | ||||
* | window-commands: better strdup the URI webkit gives us | Xan Lopez | 2009-09-07 | 1 | -3/+4 |
| | | | | | Since it's owned by the view, which might be dead by the time we fallback to viewing the source in another tab. | ||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2009-09-07 | 1 | -3/+100 |
| | |||||
* | ephy-embed-prefs.c: do not auto-shrink images | Xan Lopez | 2009-09-07 | 1 | -0/+4 |
| | | | | That's what ephy/gecko used to do (and I don't like it). | ||||
* | ephy-embed-prefs.c: use 'minimum-logical-font-size' for minimum font size ↵ | Xan Lopez | 2009-09-07 | 1 | -1/+1 |
| | | | | | | | | | preference Almost the same than 'minimum-font-size', but broadly speaking WebKit won't enforce it when it considers it could break the layout of a site. Should avoid breakage in some sites when we have a minimum font setting too big. | ||||
* | window-commands.c: fallback to view source inside the browser when launching ↵ | Xan Lopez | 2009-09-07 | 1 | -6/+37 |
| | | | | | | an external app fails Bug #594322 | ||||
* | NEWS: update for release | Xan Lopez | 2009-09-07 | 1 | -0/+23 |
| | |||||
* | Updated Polish translation | Tomasz Dominikowski | 2009-09-06 | 1 | -383/+234 |
| | |||||
* | ephy-dialog: set_sensitivity ignores .ui defaults | Diego Escalante Urrelo | 2009-09-06 | 1 | -0/+3 |
| | | | | Bug 587470 - Smooth scrolling preference doesn't work | ||||
* | prefs-dialog: disable smoothscroll button | Diego Escalante Urrelo | 2009-09-06 | 1 | -0/+1 |
| | | | | | It is useless right now since we need WebKit support for this. Bug 587470 - Smooth scrolling preference doesn't work | ||||
* | Hungarian translation updated | Gabor Kelemen | 2009-09-06 | 1 | -993/+896 |
| | |||||
* | ephy-window: make <ctrl>KP_0 an alias to <ctrl>0 | Diego Escalante Urrelo | 2009-09-05 | 1 | -0/+1 |
| | | | | Bug 573624 - Reset font size with ctrl+0 from num block | ||||
* | ephy-embed: remove some whitespace | Diego Escalante Urrelo | 2009-09-05 | 1 | -1/+1 |
| | |||||
* | Updated French translation | Claude Paroz | 2009-09-05 | 1 | -696/+44 |
| | |||||
* | Making gcc shut up, by initializing loading_uri | Gustavo Noronha Silva | 2009-09-05 | 1 | -1/+1 |
| | |||||
* | When the DataSource is empty, display empty file instead of crashing | Gustavo Noronha Silva | 2009-09-05 | 1 | -1/+4 |
| | | | | | This is so that we don't crash when trying to view source for about:blank, and friends. | ||||
* | ephy-session.c: fix opening an empty new epiphany window from command line | Xan Lopez | 2009-09-04 | 1 | -3/+4 |
| | | | | By not asking ephy to do silly things. | ||||
* | ephy-web-view.c: remove some unused variables | Xan Lopez | 2009-09-04 | 1 | -5/+0 |
| | |||||
* | Updated German translation | Mario Blättermann | 2009-09-04 | 1 | -100/+111 |
| | |||||
* | ephy-link-action.c: plug memory leak | Xan Lopez | 2009-09-03 | 1 | -3/+8 |
| | | | | Noticed by Dan Winship. | ||||
* | ephy-embed.c: use the initial request to fill the URL entry | Xan Lopez | 2009-09-03 | 1 | -7/+13 |
| | | | | | | | Avoids having a blank URL entry until the server responds to our request. Bug #591294 | ||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2009-09-03 | 1 | -147/+53 |
| | |||||
* | Updated Brazilian Portuguese translation. | Fábio Nogueira | 2009-09-03 | 1 | -47/+51 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2009-09-02 | 1 | -41/+45 |
| | |||||
* | Removing unnecessary include | Gustavo Noronha Silva | 2009-09-02 | 1 | -1/+0 |
| | |||||
* | Use new DataSource API to provide view page source | Gustavo Noronha Silva | 2009-09-02 | 1 | -24/+105 |
| | | | | | | | This change requires WebKitGTK+ at revision 47965, because it uses the new DataSource API. Bug #503968 | ||||
* | Fixs the warning if using NULL url | Julian de Navascues | 2009-09-01 | 1 | -2/+8 |
| | | | | | | | | | | | | If ephy_shell_new_tab receives a NULL url it passes it to ephy_shell_new_tab_full instead of always building a request with the url Also, in ephy_shell_new_tab_full checks that if OPEN_PAGE flag is enabled, request must be non NULL. Bug #593701 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Update Norwegian bokmål translation. | Kjartan Maraas | 2009-09-01 | 1 | -30/+33 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-09-01 | 1 | -2/+5 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2009-09-01 | 1 | -370/+191 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-09-01 | 1 | -27/+32 |
| | |||||
* | Fix .desktop file (GNOME bug 588979) | Javier Jardón | 2009-08-31 | 1 | -1/+2 |
| | | | | Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Updated Bengali India Translations | Runa Bhattacharjee | 2009-08-31 | 1 | -846/+52 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2009-08-31 | 1 | -175/+136 |
| | |||||
* | Updated Portuguese translation | Duarte Loreto | 2009-08-31 | 1 | -1073/+1078 |
| | |||||
* | Update Korean translation | Changwoo Ryu | 2009-08-30 | 1 | -1921/+1656 |
| | |||||
* | Updated French translation | Nicolas Repentin | 2009-08-30 | 1 | -174/+188 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2009-08-29 | 2 | -452/+703 |
| | |||||
* | Reimplement "search keys" structure for the WebKit backend | Gustavo Noronha Silva | 2009-08-28 | 2 | -12/+26 |
| | | | | | This allows Epiphany itself, and extensions to treat keys that are not handled by the WebView for in-page search purposes. | ||||
* | Updated Serbian translation, msgfmt fix | Miloš Popović | 2009-08-28 | 3 | -2213/+2245 |
| | |||||
* | Updated Kannada(kn) translation | Shankar Prasad | 2009-08-28 | 1 | -1907/+960 |
| | |||||
* | ephy-embed.c: workaround possibly bogus COMMITTED load-status from WebKit | Xan Lopez | 2009-08-27 | 1 | -2/+41 |
| | | | | | | | | | | | | When WebKitGTK+ fails to load a URI and is allowed to load the default error page it will emit a COMMITTED load-status with the original URI we failed to load. This was confusing epiphany, since in theory COMMITTED should be only emitted with URIs known to be good. As a workaround flag pages that fail to load in the callback for 'load-error' and avoid doing anything with them when they arrive in COMMITTED. Bug #593200 | ||||
* | ephy-web-view.c: do not duplicate the logic to figure out if a page is secure | Xan Lopez | 2009-08-27 | 1 | -9/+3 |
| | | | | Just return the status we set when loading. | ||||
* | Make non-critical g_warning() into LOG() | Benjamin Otte | 2009-08-27 | 1 | -3/+3 |
| | | | | Failing to delete a favicon file should not cause the program to abort. | ||||
* | Updated Gujarati Translations | Sweta Kothari | 2009-08-27 | 1 | -2818/+3073 |
| | |||||
* | Updated Gujarati Translations | Sweta Kothari | 2009-08-27 | 1 | -3073/+2818 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-08-27 | 1 | -789/+8 |
| | |||||
* | Updated Gujarati Translations | Sweta Kothari | 2009-08-27 | 1 | -817/+45 |
| | |||||
* | Reintegrate translations | Gustavo Noronha Silva | 2009-08-27 | 20 | -1362/+3185 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Restore translations for web search and session recovery, which were lost because of the feature flux. The following languages are affected: Arabic Bulgarian Bengali Danish German Spanish Estonian Basque Finish Irish Galician Hebrew Norwegian Bokmal Oriya Polish Brazilian Portuguese Swedish Tamil Telugu | ||||
* | Reimplement search on the location bar | Gustavo Noronha Silva | 2009-08-27 | 1 | -1/+43 |
| | | | | | | | Use a regular expression and SoupURI to figure out if we should search the string that was typed, or load it as an URI. Bug #583795 | ||||
* | ephy-session.c: save session more often to avoid data loss | Julian de Navascues | 2009-08-26 | 1 | -1/+7 |
| | | | | | | | | | | Session was being saved only when the web was fully loaded (WEBKIT_LOAD_FINISHED status reached), so there was no info (URLs) to restore webs that were loading when crashed. Bug #593149 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | ephy-embed.c: enable undo/redo | Xan Lopez | 2009-08-26 | 1 | -0/+8 |
| | | | | | | Depends on WebKitGTK+ r47776 (will be in 1.1.14) Bug #591072 | ||||
* | Updated Gujarati Translations | Sweta Kothari | 2009-08-26 | 1 | -1885/+1676 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2009-08-26 | 1 | -66/+175 |
| | |||||
* | Import passwords from the ephy/gecko profile on first run. | Xan Lopez | 2009-08-26 | 6 | -3/+611 |
| | | | | | | This feature requires NSS, so NSS is added as an optional dependency, enabled by default. Can be disabled with --disable-nss, but then passwords won't be imported. | ||||
* | Updated Spanish translation | Jorge González | 2009-08-26 | 1 | -16/+5 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2009-08-26 | 1 | -20/+27 |
| | |||||
* | Updated Polish translation | Tomasz Dominikowski | 2009-08-25 | 1 | -329/+189 |
| | |||||
* | Updated Tamil Translations | ifelix | 2009-08-25 | 1 | -395/+414 |
| | |||||
* | Rename ephy_web_view_get_load_status to ephy_web_view_is_loading | Xan Lopez | 2009-08-25 | 7 | -14/+14 |
| | | | | | Much more clear, and avoids confusions with the WebKitWebView function with similar name. | ||||
* | ephy-session.c: whitespace fixes | Xan Lopez | 2009-08-25 | 1 | -56/+56 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2009-08-25 | 1 | -2/+15 |
| | |||||
* | configure.ac: post release version bump | Xan Lopez | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-08-25 | 1 | -20/+32 |
| | |||||
* | configure.ac: bump libsoup-gnome dependency2.27.91 | Xan Lopez | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | NEWS: update for release | Xan Lopez | 2009-08-25 | 1 | -0/+15 |
| | |||||
* | configure.ac: require WebKitGTK+ 1.1.13 | Xan Lopez | 2009-08-25 | 1 | -1/+1 |
| | | | | | Just a sanity check so that we don't end up with two keyring support features in our session accidentally. | ||||
* | ephy-session.c: ask users before recovering page that was loading when ↵ | Julian de Navascues | 2009-08-24 | 1 | -4/+100 |
| | | | | | | | | session crashed Bug #583953 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | ephy-main.c: do not import gecko profile when running a private instance | Xan Lopez | 2009-08-24 | 1 | -2/+3 |
| | |||||
* | Updated Hebrew translation | Yaron Shahrabani | 2009-08-24 | 1 | -157/+162 |
| | |||||
* | Updated German translation | Mario Blättermann | 2009-08-23 | 1 | -1890/+475 |
| | |||||
* | Updated German doc translation | Mario Blättermann | 2009-08-23 | 1 | -443/+410 |
| | |||||
* | epiphany.xml: fix typo | Xan Lopez | 2009-08-23 | 1 | -1/+1 |
| | | | | Bug #592669 | ||||
* | Updated Bulgarian translation | Alexander Shopov | 2009-08-22 | 1 | -4/+4 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-08-22 | 1 | -397/+411 |
| | |||||
* | Updated Finnish translation of the manual | Tommi Vainikainen | 2009-08-22 | 1 | -517/+934 |
| | |||||
* | Fixes to manual. Closes #591770. | Tommi Vainikainen | 2009-08-22 | 1 | -7/+8 |
| | |||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-08-21 | 1 | -139/+141 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2009-08-21 | 1 | -303/+282 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2009-08-21 | 1 | -1677/+883 |
| | |||||
* | ephy-seed-extension: force a GC cycle after detachs. | Xan Lopez | 2009-08-21 | 2 | -1/+3 |
| | | | | | This should help with memory management/lifecycle woes, although it does not seem to fix bug #573551 | ||||
* | ephy-embed.c: update URL in location when clicking on #anchors | Xan Lopez | 2009-08-21 | 1 | -0/+21 |
| | | | | Bug #584506 | ||||
* | Updated Arabic translation | Khaled Hosny | 2009-08-21 | 1 | -132/+131 |
| | |||||
* | Add ICE explicitly to the list of dependencies | Gustavo Noronha Silva | 2009-08-19 | 1 | -0/+1 |
| | |||||
* | Updated Galician Translation | Antón Méixome | 2009-08-19 | 1 | -93/+94 |
| | |||||
* | Updated Brazilian Portuguese translation. | Og B. Maciel | 2009-08-19 | 1 | -124/+124 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2009-08-18 | 1 | -2243/+1106 |
| | |||||
* | ephy-bookmark-action.c: always show images in bookmarks menu items | Xan Lopez | 2009-08-17 | 1 | -0/+2 |
| | | | | | Makes images re-appear after the changes that set icons off by default in menus for 2.28. Bug #588563 | ||||
* | Updated Danish translation | Kenneth Nielsen | 2009-08-17 | 1 | -451/+442 |
| | |||||
* | configure.ac: a few more portability tests suggested by 'autoscan' | Xan Lopez | 2009-08-16 | 1 | -2/+6 |
| | |||||
* | configure.ac: use LT_INIT instead of deprecated AC_PROG_LIBTOOL | Xan Lopez | 2009-08-16 | 1 | -1/+1 |
| | |||||
* | Make the location action responsible of the model | Xan Lopez | 2009-08-15 | 2 | -1/+1 |
| | | | | | It does not make sense for the location entry to unref the model it gets as parameter. | ||||
* | ephy-location-action.c: whitespace changes | Xan Lopez | 2009-08-15 | 1 | -32/+32 |
| | |||||
* | Updated Finnish translation | Tommi Vainikainen | 2009-08-15 | 6 | -2427/+3005 |
| | |||||
* | Update the currently selected item after a case sensitivity change | Benjamin Otte | 2009-08-15 | 1 | -0/+18 |
| | | | | | Try to keep the currently selected item selected, but if it doesn't match case, find the next match. | ||||
* | ephy_find_toolbar_set_properties() => ephy_find_toolbar_mark_matches() | Benjamin Otte | 2009-08-15 | 1 | -3/+3 |
| | | | | Renaming to accurately reflect, what the function does. | ||||
* | Don't pass the string to find to all functions | Benjamin Otte | 2009-08-15 | 1 | -31/+12 |
| | | | | | | | | The string to find is set in the private structure, so when it needs to be changed, change it there. Removes lots of unnecessary code, in particular when entering text, the marking code (that took lots of CPU) wasn't run twice. | ||||
* | Remove function set_string_and_highlight() | Benjamin Otte | 2009-08-15 | 1 | -11/+4 |
| | | | | | The function did the same thing as ephy_find_toolbar_set_properties(), so use that function always. | ||||
* | Updated Telugu Translations | krishnababu k | 2009-08-14 | 1 | -2209/+2281 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-08-13 | 1 | -125/+125 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2009-08-13 | 1 | -125/+125 |
| | |||||
* | ephy-embed-single.c: use new keyring support in libsoup to store passwords | Xan Lopez | 2009-08-13 | 1 | -0/+7 |
| | | | | | We depend on WebKitGTK+ trunk (r47129) and libsoup master (f81520bfd3a97) now. | ||||
* | Updating Estonian translation | Ivar Smolin | 2009-08-12 | 1 | -31/+4 |
| | |||||
* | Remove unused stuff and clean old references to Mozilla. | Xan Lopez | 2009-08-12 | 5 | -37/+3 |
| | |||||
* | ephy-file-helpers: add ephy_has_private_profile | Xan Lopez | 2009-08-12 | 2 | -58/+46 |
| | | | | | To know whether or not we are using a private profile different from the default one. | ||||
* | Modified Oriya Translation | Manoj Kumar Giri | 2009-08-12 | 1 | -8/+9 |
| | |||||
* | Updated Oriya Translation | Manoj Kumar Giri | 2009-08-12 | 1 | -2308/+1717 |
| | |||||
* | Merged Translations for Bengali India | Runa Bhattacharjee | 2009-08-12 | 1 | -1067/+1130 |
| | |||||
* | pdm-dialog.c: do not remove rows twice... | Xan Lopez | 2009-08-12 | 1 | -1/+0 |
| | |||||
* | Remove ephy-glib-compat.h, since we depend on a newer glib now | Xan Lopez | 2009-08-12 | 8 | -46/+0 |
| | |||||
* | ephy-session.c: sort headers | Xan Lopez | 2009-08-12 | 1 | -11/+10 |
| | |||||
* | ephy-session: move header from .h to .c | Xan Lopez | 2009-08-12 | 2 | -2/+1 |
| | |||||
* | Updated Brazilian Portuguese translation. | André Gondim | 2009-08-12 | 1 | -78/+82 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2009-08-12 | 1 | -513/+484 |
| | |||||
* | ephy-history-window: use new_with_mnemonic instead of new_with_label + ↵ | Xan Lopez | 2009-08-11 | 1 | -2/+1 |
| | | | | set_use_underline | ||||
* | ephy-embed.c: add FIXME | Xan Lopez | 2009-08-11 | 1 | -0/+5 |
| | |||||
* | ephy-web-view: style fix | Xan Lopez | 2009-08-11 | 1 | -2/+2 |
| | |||||
* | Mark an underline as mnemonic | Matthias Clasen | 2009-08-11 | 1 | -0/+1 |
| | | | | | This prevents a Cl_ear button to show up in the history window. Patch found in Ubuntu package... | ||||
* | And a few more | Xan Lopez | 2009-08-11 | 1 | -2/+2 |
| | |||||
* | Prefix noisy commands with AM_V_GEN | Xan Lopez | 2009-08-11 | 5 | -16/+16 |
| | |||||
* | configure.ac: post-release version bump | Xan Lopez | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | NEWS: update for release2.27.90 | Xan Lopez | 2009-08-11 | 1 | -0/+21 |
| | |||||
* | Updated Galician translation | Antón Méixome | 2009-08-10 | 1 | -1255/+467 |
| | |||||
* | ephy-web-view: whitespace fixes | Xan Lopez | 2009-08-10 | 1 | -169/+169 |
| | |||||
* | Move address normalization to the EphyWebView functions. | Xan Lopez | 2009-08-10 | 2 | -10/+16 |
| | | | | | | | | EphyLink is called repeatedly when opening URLs, so normalizing the address there all the time is pointless. Also, we don't go through here in all cases, so we need to add the normalization in the ephy_web_view_load_request function too; this fixes opening URLs like "foo.com" from the command line, for example. | ||||
* | Move URL normalization into a utility function | Xan Lopez | 2009-08-10 | 3 | -18/+23 |
| | |||||
* | Remove ephy-password-manager leftovers | Xan Lopez | 2009-08-10 | 3 | -4/+0 |
| | |||||
* | downloader-view.c: hide the tray icon before unref | Diego Escalante Urrelo | 2009-08-10 | 1 | -0/+5 |
| | | | | | | | | Apparently due to a GTK+/gnome-panel bug (bug #340110), the status icon space is not freed in the notification area. The best work-around is to hide the icon before unrefing it. Bug #591189 | ||||
* | Add again the spinner. | Xan Lopez | 2009-08-10 | 6 | -4/+239 |
| | | | | | | | | | We need some indication in the UI of network activity when there are no tabs opened and the progress bar hasn't appeared yet in the URL entry. Re-add the spinner for now, we'll think of a better solution later. Bug #585035 | ||||
* | Added Catalan (Valencian) translation | Carles Ferrando | 2009-08-09 | 2 | -0/+4276 |
| | |||||
* | Forgot to add ephy-password-info.[ch] in previous commit | Xan Lopez | 2009-08-09 | 2 | -0/+113 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2009-08-09 | 1 | -98/+104 |
| | |||||
* | ephy-embed.c: sort headers | Xan Lopez | 2009-08-09 | 1 | -11/+10 |
| | |||||
* | Re-implement PDM's password viewer. | Xan Lopez | 2009-08-09 | 7 | -491/+265 |
| | | | | | | | | | Patch by Holger Freyther, Prit Laes, with fixes from Xan López. Fetches the data from the GNOME keyring, which is where WebKit stores it (when compiled with keyring support). Bug #579217 | ||||
* | Updated Arabic translation | Khaled Hosny | 2009-08-08 | 1 | -1129/+1126 |
| | |||||
* | Updated Irish translation | Seán de Búrca | 2009-08-08 | 1 | -2096/+2055 |
| | |||||
* | Add NULL-check as the returned item can be NULL | Benjamin Otte | 2009-08-08 | 1 | -1/+2 |
| | |||||
* | ephy-notebook: remove old FIXME | Diego Escalante Urrelo | 2009-08-07 | 1 | -5/+0 |
| |