Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | embed/ephy-embed.c: Fix mnemonic usage. | Priit Laes | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-08-05 | 1 | -330/+336 |
| | |||||
* | Ignore load status changes after LOAD_FINISHED is emitted | Carlos Garcia Campos | 2009-08-04 | 1 | -0/+16 |
| | | | | | | | This is a workaround for webkit bug https://bugs.webkit.org/show_bug.cgi?id=26409. FIRST_VISUALLY_NON_EMPTY_LAYOUT might be emitted after LOAD_FINISHED, so we just ignore any status change once LOAD_FINISHED has been set | ||||
* | Updated Swedish translation | Daniel Nylander | 2009-08-03 | 1 | -72/+77 |
| | |||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-08-03 | 1 | -80/+94 |
| | |||||
* | Use g_hash_table_remove_all() to remove all items | Benjamin Otte | 2009-07-31 | 1 | -7/+1 |
| | |||||
* | Code uses math.h so link to libm | Benjamin Otte | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-07-31 | 1 | -19/+24 |
| | |||||
* | Move default bookmarks to separate rdf file instead of hard-coded values | Vincent Untz | 2009-07-30 | 5 | -23/+40 |
| | | | | Bug #300190 | ||||
* | Comments "about:recover" functionality | Julian de Navascues | 2009-07-29 | 1 | -28/+8 |
| | | | | | | | | | | | | | Because "about:recover:" is not implemented yet, Epiphany cant recover tabs that were loading during a crash. So this patch avoids the attempts to recover these tabs and therefore blank tabs wont be opened. Tabs that were fully loaded are still opened and loaded succesfully. Bug #583953 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Fix Yoruba translation errors. | Priit Laes | 2009-07-29 | 1 | -67/+36 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Revert "Move Epiphany to solely use GnomeKeyring for password management." | Priit Laes | 2009-07-29 | 10 | -355/+560 |
| | | | | This reverts commit f453c807afecdc210410eeb9f389ca50d0764a7c. | ||||
* | Revert "Set password column initially as hidden." | Priit Laes | 2009-07-29 | 1 | -2/+1 |
| | | | | This reverts commit 4e351b7594260829fa6b38762b3c69927e7d2dc3. | ||||
* | Revert "Use correct column from store for deletion." | Priit Laes | 2009-07-29 | 1 | -1/+1 |
| | | | | This reverts commit f64c5a8275701a2d9d22d9b9e75288c7fb161700. | ||||
* | Revert "Make pdm_dialog_fill_passwords_list asynchronous." | Priit Laes | 2009-07-29 | 1 | -21/+15 |
| | | | | This reverts commit 745f33e3fac9dd57b1da6be26c82a9101adf59cd. | ||||
* | Revert "Make password loading/showing asynchronous." | Priit Laes | 2009-07-29 | 1 | -72/+37 |
| | | | | This reverts commit dfbf90543edbb12a4c467db02f60214de3d07d83. | ||||
* | Revert "Make clear all functionality asynchronous." | Priit Laes | 2009-07-29 | 1 | -54/+21 |
| | | | | This reverts commit a75e0d2fc04d9f599edccf572afe78f2e48e2e44. | ||||
* | Revert "Password removal is now async :)" | Priit Laes | 2009-07-29 | 1 | -62/+42 |
| | | | | This reverts commit 689820485d8060c85760cd54d8b370f4e108d6dd. | ||||
* | Revert "Password adding is fully async now." | Priit Laes | 2009-07-29 | 1 | -83/+62 |
| | | | | This reverts commit fbccb4712593d16d8bc06ed4cb3d6e27c1053dee. | ||||
* | Fix broken Belarusian translation file. | Priit Laes | 2009-07-29 | 1 | -7/+5 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Password adding is fully async now. | Priit Laes | 2009-07-29 | 1 | -62/+83 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Password removal is now async :) | Priit Laes | 2009-07-29 | 1 | -42/+62 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Make clear all functionality asynchronous. | Priit Laes | 2009-07-29 | 1 | -21/+54 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Make password loading/showing asynchronous. | Priit Laes | 2009-07-29 | 1 | -37/+72 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Make pdm_dialog_fill_passwords_list asynchronous. | Priit Laes | 2009-07-29 | 1 | -15/+21 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Use correct column from store for deletion. | Priit Laes | 2009-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Set password column initially as hidden. | Priit Laes | 2009-07-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | Move Epiphany to solely use GnomeKeyring for password management. | Priit Laes | 2009-07-29 | 10 | -560/+355 |
| | | | | | | Based on patch by Holger Freyther. Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | configure.ac: next release is 2.27.90, not 2.27.6 | Xan Lopez | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | configure.ac: post-release version bump | Xan Lopez | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | NEWS: update for release2.27.5 | Xan Lopez | 2009-07-28 | 1 | -0/+14 |
| | |||||
* | Updated German translation | Mario Blättermann | 2009-07-27 | 1 | -375/+410 |
| | |||||
* | ephy-embed-prefs.c: also set the sans-serif family | Xan Lopez | 2009-07-25 | 1 | -0/+3 |
| | |||||
* | ephy-embed-prefs: use the font families set in the GNOME preferences | Xan Lopez | 2009-07-25 | 2 | -4/+39 |
| | | | | We were using the defaults set in WebKitGTK+. | ||||
* | ephy-embed-prefs.h: remove duplicated define | Xan Lopez | 2009-07-25 | 3 | -4/+3 |
| | |||||
* | Updated Brazilian Portuguese translation. | Taylon Silmer | 2009-07-24 | 1 | -1025/+1031 |
| | | | | Translation by Taylon Silmer with improvements by me. | ||||
* | Update various outdated documents. | Priit Laes | 2009-07-22 | 4 | -45/+30 |
| | | | | | | ChangeLog.README, HACKING, README, TODO: Updates, spelling fixes, etc. Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | ephy-navigation-action.c: do not jump to new tab when middle-clicking on ↵ | Xan Lopez | 2009-07-22 | 1 | -2/+2 |
| | | | | back/forward | ||||
* | ephy-favicon-cache.c: recognize icons with mime type image/vnd.microsoft.icon | Peter Bui | 2009-07-21 | 1 | -0/+1 |
| | | | | | | Bug #578575 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | mime-types-permission.xml: add gEDA mime types as safe. | Sha Liu | 2009-07-21 | 1 | -0/+8 |
| | | | | Bug #565346 | ||||
* | ephy-navigation-action.c: add copyright | Xan Lopez | 2009-07-21 | 1 | -0/+1 |
| | |||||
* | ephy-navigation-action.c: sort includes | Xan Lopez | 2009-07-21 | 1 | -7/+7 |
| | |||||
* | ephy-navigation-action.c: fixup for bug #583440 | Xan Lopez | 2009-07-21 | 1 | -10/+26 |
| | | | | | | Need to handle properly the history copying either by using ephy_shell_new_tab or, in the case of forward history, by manually getting the forward URI. | ||||
* | Try again to fix bug #588143 | Xan Lopez | 2009-07-21 | 2 | -10/+5 |
| | | | | | | Simpler (and working) solution: take into account the loading status of the view when deciding if we should use it, if it's blank, to load new pages passed through the command line. | ||||
* | ephy-navigation-action.c: fix middle-click on back/forward | Xan Lopez | 2009-07-21 | 1 | -0/+2 |
| | | | | | We were getting a new embed but not its web view, which is what we use to load the page. (bug #583440) | ||||
* | mime-types-permissions.xml: add 7z to the known/safe types list. | Xan Lopez | 2009-07-21 | 1 | -0/+1 |
| | | | | Bug #582905 | ||||
* | ephy-embed.c: use 'address' if 'typed-address' is NULL when updating the address | Xan Lopez | 2009-07-21 | 1 | -0/+6 |
| | | | | | Fixes the updating of the current address before the load starts when loading pages from the command line (bug #588143) | ||||
* | Fix gcc warnings by using GINT_TO_POINTER/GPOINTER_TO_INT | Benjamin Otte | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2009-07-15 | 2 | -2372/+2123 |
| | |||||
* | configure.ac: post-release version bump. | Xan Lopez | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | configure.ac: depend on WebKitGTK+ 1.1.112.27.4 | Xan Lopez | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | NEWS: update for release. | Xan Lopez | 2009-07-13 | 1 | -0/+13 |
| | |||||
* | Performance: Set a fixed width on autosized cell renderer | Benjamin Otte | 2009-07-13 | 1 | -0/+10 |
| | | | | | | | | | | | | The text cell renderer in use by the url autocompletion is the only renderer that expands. As the width of the entry completion is known in advance (as big as the entry you are completing on), we can set a fixed width. Since the height of the cell renderer is hardcoded, too, the complete size of the cell renderer is known in advance and Gtk skips layouting the text to compute the size. This is a noticable performance improvement, expecially when the completion contains lots of visible entries. | ||||
* | Require x11 | Benjamin Otte | 2009-07-13 | 1 | -0/+1 |
| | | | | | Epiphany has hacky code that uses libX11 directly, so Epiphany needs to depend on it instead of relying on other libs to pull it in. | ||||
* | Require gthread-2.0 | Benjamin Otte | 2009-07-13 | 1 | -0/+1 |
| | | | | | | Applications calling g_thread_init() must require it explicitly. It is automatically pulled by Orbit via gconf, but Epiphany should not rely on that. | ||||
* | ephy-history-window.c: do not use deprecated function. | Xan Lopez | 2009-07-12 | 1 | -1/+1 |
| | |||||
* | configure.ac: use SILENT_AM_RULES from automake 1.11 if possible. | Xan Lopez | 2009-07-12 | 1 | -0/+3 |
| | |||||
* | dolt.m4: add support (just ignoring it) for --silent | Xan Lopez | 2009-07-12 | 1 | -0/+1 |
| | |||||
* | Updated Ukrainian translation | Maxim V. Dziumanenko | 2009-07-10 | 1 | -1037/+1056 |
| | |||||
* | don't free title string twice | Benjamin Otte | 2009-07-08 | 1 | -1/+1 |
| | | | | | When the url is NULL, the title was freed twice - once after giving to the GValue via ctext, once with g_free(). | ||||
* | style fixes for a464b7332c02f6b4e34c5a7a88b8b93198f3e9be | Benjamin Otte | 2009-07-08 | 1 | -5/+3 |
| | | | | | - indent correctly - remove leftover unused variable | ||||
* | remove unused references to history | Benjamin Otte | 2009-07-06 | 1 | -5/+0 |
| | |||||
* | compute base address with strchr and without regexps | Benjamin Otte | 2009-07-06 | 1 | -8/+25 |
| | | | | | | | This fixes two problems: 1) It improves performance a lot. 2) The regexp in use was not strict enough. It happily matched non-base addresses. (i.e. http://example.com/your-mom/ ) | ||||
* | Updated Dutch translation | Reinout van Schouwen | 2009-07-06 | 1 | -1060/+1083 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-06-27 | 1 | -4/+16 |
| | |||||
* | po/vi.po: updated Vietnamese translation | Nguyễn Thái Ngọc Duy | 2009-06-26 | 1 | -61/+50 |
| | |||||
* | po/vi.po: intltool-update | Nguyễn Thái Ngọc Duy | 2009-06-26 | 1 | -1105/+1108 |
| | |||||
* | ephy-embed.h: remove unneeded header. | Xan Lopez | 2009-06-21 | 1 | -1/+0 |
| | |||||
* | Add a function to get the EphyWebView inside an EphyEmbed. | Xan Lopez | 2009-06-21 | 2 | -1/+17 |
| | | | | For the benefit of bindings. | ||||
* | ephy-web-view.c: adapt to another API change in WebKitGTK+. | Xan Lopez | 2009-06-21 | 1 | -2/+2 |
| | | | | | The bf list now refs newly added items, mostly for the convenience of bindings. | ||||
* | ephy-web-view.c: do not try to get the EphyWebView inside an EphyWebView. | Xan Lopez | 2009-06-17 | 1 | -1/+1 |
| | | | | Not many chances it will work. | ||||
* | ephy-window.c: can't use pspec to figure out if we should sync progress. | Xan Lopez | 2009-06-17 | 1 | -6/+5 |
| | | | | | Since it breaks syncing when switching between loading tabs. Need to do this properly and wait for webkit bug #26409. | ||||
* | Simplify widget hierarchy. | Xan Lopez | 2009-06-16 | 3 | -54/+22 |
| | | | | Get rid of a dummy GtkBin layer. | ||||
* | ephy-notebook.c: connect to embed-title, not to title. | Xan Lopez | 2009-06-16 | 1 | -1/+1 |
| | | | | | embed-title is the poorly named wrapper over the WebKitWebView's title signal. | ||||
* | Move the get_title_composite function to EphyWebView. | Xan Lopez | 2009-06-16 | 6 | -40/+40 |
| | |||||
* | ephy-window.c: remove debug message. | Xan Lopez | 2009-06-16 | 1 | -1/+0 |
| | |||||
* | ephy-window.c: adapt to API change in WebKitGTK+. | Xan Lopez | 2009-06-16 | 1 | -1/+2 |
| | | | | Progress from the WebView goes from 0.0 to 1.0 now. | ||||
* | configure.ac: post-release version bump. | Xan Lopez | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | NEWS: update for 2.27.3 release. | Xan Lopez | 2009-06-15 | 1 | -0/+20 |
| | |||||
* | configure.ac: require WebKitGTK+ 1.1.10. | Xan Lopez | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | ephy-web-view.c: use 'load-status' property from WebKitWebView also internally. | Xan Lopez | 2009-06-14 | 1 | -36/+7 |
| | | | | | | Get rid of our 'load-status' property, and just keep the API semantics of the ephy_web_view_get_load_status function using the WebKitWebView's 'load-status' property. | ||||
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2009-06-14 | 1 | -393/+454 |
| | |||||
* | ephy-window.c: remove unused variable. | Xan Lopez | 2009-06-14 | 1 | -2/+0 |
| | |||||
* | Use WebKitWebView::load-status instead of our own solution. | Xan Lopez | 2009-06-14 | 2 | -109/+59 |
| | |||||
* | ephy-window.c: a different hack to not show progress when loading about:blank. | Xan Lopez | 2009-06-14 | 1 | -1/+11 |
| | |||||
* | Get rid of redundant 'load-progress' property in EphyWebView. | Xan Lopez | 2009-06-14 | 4 | -95/+5 |
| | | | | | | | | | We now use WebKitWebView's 'progress' property directly. The "opening about:blank blinks the entry" bug is back because for some reason a) webkit reports a 10% progress for that URL b) get_uri reports NULL until 100% is loaded for only that page, so blacklisting by URI is not possible either. | ||||
* | ephy-web-view.c: s/embed/view/ in a few places. | Xan Lopez | 2009-06-14 | 1 | -5/+5 |
| | |||||
* | Updated Hebrew translation | Mark Krapivner | 2009-06-12 | 1 | -360/+371 |
| | |||||
* | ephy-shell.c: do not set typed address when opening a new tab. | Xan Lopez | 2009-06-12 | 1 | -3/+0 |
| | | | | | Fixes missing URI before load-committed but gives weird problems with about:blank getting stuck, need to think this through. | ||||
* | ephy-shell.c: update for latest changes in WebKitNetworkRequest. | Xan Lopez | 2009-06-12 | 1 | -13/+7 |
| | | | | | | WebKitNetworkRequest objects won't fail to be constructed since WebKitGTK+ 1.1.9, worst case they'll have a bogus URI and trying to load them will fail. | ||||
* | Updating Estonian translation | Ivar Smolin | 2009-06-12 | 1 | -6/+9 |
| | |||||
* | ephy-shell.c: set typed address when opening a page in a new tab too. | Xan Lopez | 2009-06-11 | 1 | -2/+5 |
| | |||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-06-10 | 1 | -958/+815 |
| | |||||
* | Updating Estonian translation | Ivar Smolin | 2009-06-10 | 1 | -301/+200 |
| | |||||
* | Updated French translation | Claude Paroz | 2009-06-10 | 1 | -1059/+904 |
| | | | | Contributed by Yannick Tailliez and Claude Paroz | ||||
* | ephy-tabs-menu.c: pass correct parameter to sync_tab_title function. | Xan Lopez | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | ephy-tabs-menu.c: tab titles are not updated. | Xan Lopez | 2009-06-08 | 1 | -4/+4 |
| | | | | | | Code was not updated to reflect latest refactorings. Bug #585139 | ||||
* | epiphany.h.in: remove old includes. | Xan Lopez | 2009-06-06 | 1 | -2/+0 |
| | |||||
* | Remove EphyEmbedFactory from docs. | Xan Lopez | 2009-06-06 | 2 | -7/+0 |
| | |||||
* | downloader-view.c: fix warning. | Xan Lopez | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | ephy-embeds-single.c: style fix. | Xan Lopez | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | ephy-embed-single.*: re-indent and untabify. | Xan Lopez | 2009-06-06 | 2 | -156/+158 |
| | |||||
* | configure.ac: remove embed/webkit Makefile generation. | Xan Lopez | 2009-06-06 | 1 | -1/+0 |
| | |||||
* | POTFILES.in: add ephy-web-view.c | Xan Lopez | 2009-06-06 | 1 | -0/+1 |
| | |||||
* | POTFILES.in: remove leftovers. | Xan Lopez | 2009-06-06 | 1 | -2/+0 |
| | |||||
* | doc/reference/Makefile.am: remove leftovers. | Xan Lopez | 2009-06-06 | 1 | -3/+0 |
| | |||||
* | src/Makefile.am: remove webkit embed library, it does not exist anymore. | Xan Lopez | 2009-06-06 | 1 | -1/+0 |
| | |||||
* | Remove Python support. | Xan Lopez | 2009-06-06 | 17 | -5106/+0 |
| | | | | | The supported language for extensions other than C/C++ is now JavaScript through Seed. | ||||
* | Remove embedfactory library from Makefiles. | Xan Lopez | 2009-06-06 | 2 | -4/+0 |
| | |||||
* | ephy-window.c: silence warning. | Xan Lopez | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | Get rid of EphyEmbedFactory. | Xan Lopez | 2009-06-06 | 10 | -125/+10 |
| | | | | It's useless now, since there's only one backend. | ||||
* | Make EphyEmbedPersist a non-interface type. | Xan Lopez | 2009-06-06 | 6 | -165/+7 |
| | |||||
* | Make EphyEmbedSingle a non-interface type. | Xan Lopez | 2009-06-06 | 8 | -476/+268 |
| | |||||
* | Fold WebKitEmbedPrefs into EphyEmbedPrefs. | Xan Lopez | 2009-06-06 | 7 | -48/+46 |
| | |||||
* | Kill EphyBaseEmbed, move the small widget logic it had to EphyEmbed. | Xan Lopez | 2009-06-05 | 4 | -167/+48 |
| | |||||
* | Change EphyEmbed to not be an interface type. | Xan Lopez | 2009-06-05 | 10 | -119/+110 |
| | | | | Holds the code that used to be in WebKitEmbed, which is now dead. | ||||
* | Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ↵ | Xan Lopez | 2009-06-05 | 30 | -2857/+2473 |
| | | | | | | | EphyWebView. Those two embed classes are pretty much dummy leftovers, so it should be easier to remove them now. | ||||
* | ephy-location-action.c: strip whitespace from URLs before loading. | Holger Hans Peter Freyther | 2009-06-03 | 1 | -1/+1 |
| | | | | Bug #584466 | ||||
* | Updated Spanish translation | Jorge Gonzalez | 2009-06-03 | 1 | -17/+17 |
| | |||||
* | ephy-shell.c: check that the network request is not NULL before unrefing it. | Xan Lopez | 2009-06-03 | 1 | -1/+2 |
| | | | | It won't be created with, for example, about:blank. | ||||
* | Move load_url method to EphyWebView. | Xan Lopez | 2009-06-03 | 9 | -62/+31 |
| | |||||
* | Remove ephy_embed_load, it's obsoleted by ephy_web_view_load_request. | Xan Lopez | 2009-06-03 | 3 | -34/+0 |
| | |||||
* | ephy-web-view.c: use nil for false value in elisp, not 'f'. | Xan Lopez | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | Correctly handle the 'cancel' case in the download decision dialog | Gustavo Noronha Silva | 2009-06-02 | 1 | -1/+2 |
| | | | | | | | | | Bug #583855 The code that handled responses for the download decision dialog was getting the downloader view from the embed too early. This change confines the request for the downloader view to the condition block that actually uses it. | ||||
* | Changed mail addresses in German doc translation | Mario Blättermann | 2009-06-01 | 1 | -752/+1323 |
| |