aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated German translationMario Blättermann2009-09-041-100/+111
|
* ephy-link-action.c: plug memory leakXan Lopez2009-09-031-3/+8
| | | | Noticed by Dan Winship.
* ephy-embed.c: use the initial request to fill the URL entryXan Lopez2009-09-031-7/+13
| | | | | | | Avoids having a blank URL entry until the server responds to our request. Bug #591294
* Updated Basque languageInaki Larranaga Murgoitio2009-09-031-147/+53
|
* Updated Brazilian Portuguese translation.Fábio Nogueira2009-09-031-47/+51
|
* Updated Arabic translationKhaled Hosny2009-09-021-41/+45
|
* Removing unnecessary includeGustavo Noronha Silva2009-09-021-1/+0
|
* Use new DataSource API to provide view page sourceGustavo Noronha Silva2009-09-021-24/+105
| | | | | | | This change requires WebKitGTK+ at revision 47965, because it uses the new DataSource API. Bug #503968
* Fixs the warning if using NULL urlJulian de Navascues2009-09-011-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 Maraas2009-09-011-30/+33
|
* Updating Estonian translationIvar Smolin2009-09-011-2/+5
|
* Updated Swedish translationDaniel Nylander2009-09-011-370/+191
|
* Updated Spanish translationJorge González2009-09-011-27/+32
|
* Fix .desktop file (GNOME bug 588979)Javier Jardón2009-08-311-1/+2
| | | | Signed-off-by: Xan Lopez <xan@gnome.org>
* Updated Bengali India TranslationsRuna Bhattacharjee2009-08-311-846/+52
|
* Updated Irish translationSeán de Búrca2009-08-311-175/+136
|
* Updated Portuguese translationDuarte Loreto2009-08-311-1073/+1078
|
* Update Korean translationChangwoo Ryu2009-08-301-1921/+1656
|
* Updated French translationNicolas Repentin2009-08-301-174/+188
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2009-08-292-452/+703
|
* Reimplement "search keys" structure for the WebKit backendGustavo Noronha Silva2009-08-282-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 fixMiloš Popović2009-08-283-2213/+2245
|
* Updated Kannada(kn) translationShankar Prasad2009-08-281-1907/+960
|
* ephy-embed.c: workaround possibly bogus COMMITTED load-status from WebKitXan Lopez2009-08-271-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 secureXan Lopez2009-08-271-9/+3
| | | | Just return the status we set when loading.
* Make non-critical g_warning() into LOG()Benjamin Otte2009-08-271-3/+3
| | | | Failing to delete a favicon file should not cause the program to abort.
* Updated Gujarati TranslationsSweta Kothari2009-08-271-2818/+3073
|
* Updated Gujarati TranslationsSweta Kothari2009-08-271-3073/+2818
|
* Updating Estonian translationIvar Smolin2009-08-271-789/+8
|
* Updated Gujarati TranslationsSweta Kothari2009-08-271-817/+45
|
* Reintegrate translationsGustavo Noronha Silva2009-08-2720-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 barGustavo Noronha Silva2009-08-271-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 lossJulian de Navascues2009-08-261-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/redoXan Lopez2009-08-261-0/+8
| | | | | | Depends on WebKitGTK+ r47776 (will be in 1.1.14) Bug #591072
* Updated Gujarati TranslationsSweta Kothari2009-08-261-1885/+1676
|
* Updated Basque languageInaki Larranaga Murgoitio2009-08-261-66/+175
|
* Import passwords from the ephy/gecko profile on first run.Xan Lopez2009-08-266-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 translationJorge González2009-08-261-16/+5
|
* Updated Swedish translationDaniel Nylander2009-08-261-20/+27
|
* Updated Polish translationTomasz Dominikowski2009-08-251-329/+189
|
* Updated Tamil Translationsifelix2009-08-251-395/+414
|
* Rename ephy_web_view_get_load_status to ephy_web_view_is_loadingXan Lopez2009-08-257-14/+14
| | | | | Much more clear, and avoids confusions with the WebKitWebView function with similar name.
* ephy-session.c: whitespace fixesXan Lopez2009-08-251-56/+56
|
* Updated Bulgarian translationAlexander Shopov2009-08-251-2/+15
|
* configure.ac: post release version bumpXan Lopez2009-08-251-1/+1
|
* Updated Spanish translationJorge González2009-08-251-20/+32
|
* configure.ac: bump libsoup-gnome dependency2.27.91Xan Lopez2009-08-251-1/+1
|
* NEWS: update for releaseXan Lopez2009-08-251-0/+15
|
* configure.ac: require WebKitGTK+ 1.1.13Xan Lopez2009-08-251-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 Navascues2009-08-241-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 instanceXan Lopez2009-08-241-2/+3
|
* Updated Hebrew translationYaron Shahrabani2009-08-241-157/+162
|
* Updated German translationMario Blättermann2009-08-231-1890/+475
|
* Updated German doc translationMario Blättermann2009-08-231-443/+410
|
* epiphany.xml: fix typoXan Lopez2009-08-231-1/+1
| | | | Bug #592669
* Updated Bulgarian translationAlexander Shopov2009-08-221-4/+4
|
* Updated Spanish translationJorge González2009-08-221-397/+411
|
* Updated Finnish translation of the manualTommi Vainikainen2009-08-221-517/+934
|
* Fixes to manual. Closes #591770.Tommi Vainikainen2009-08-221-7/+8
|
* Updated Norwegian bokmål translation.Kjartan Maraas2009-08-211-139/+141
|
* Updated Irish translationSeán de Búrca2009-08-211-303/+282
|
* Updated Bulgarian translationAlexander Shopov2009-08-211-1677/+883
|
* ephy-seed-extension: force a GC cycle after detachs.Xan Lopez2009-08-212-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 #anchorsXan Lopez2009-08-211-0/+21
| | | | Bug #584506
* Updated Arabic translationKhaled Hosny2009-08-211-132/+131
|
* Add ICE explicitly to the list of dependenciesGustavo Noronha Silva2009-08-191-0/+1
|
* Updated Galician TranslationAntón Méixome2009-08-191-93/+94
|
* Updated Brazilian Portuguese translation.Og B. Maciel2009-08-191-124/+124
|
* Updated Polish translationPiotr Drąg2009-08-181-2243/+1106
|
* ephy-bookmark-action.c: always show images in bookmarks menu itemsXan Lopez2009-08-171-0/+2
| | | | | Makes images re-appear after the changes that set icons off by default in menus for 2.28. Bug #588563
* Updated Danish translationKenneth Nielsen2009-08-171-451/+442
|
* configure.ac: a few more portability tests suggested by 'autoscan'Xan Lopez2009-08-161-2/+6
|
* configure.ac: use LT_INIT instead of deprecated AC_PROG_LIBTOOLXan Lopez2009-08-161-1/+1
|
* Make the location action responsible of the modelXan Lopez2009-08-152-1/+1
| | | | | It does not make sense for the location entry to unref the model it gets as parameter.
* ephy-location-action.c: whitespace changesXan Lopez2009-08-151-32/+32
|
* Updated Finnish translationTommi Vainikainen2009-08-156-2427/+3005
|
* Update the currently selected item after a case sensitivity changeBenjamin Otte2009-08-151-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 Otte2009-08-151-3/+3
| | | | Renaming to accurately reflect, what the function does.
* Don't pass the string to find to all functionsBenjamin Otte2009-08-151-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 Otte2009-08-151-11/+4
| | | | | The function did the same thing as ephy_find_toolbar_set_properties(), so use that function always.
* Updated Telugu Translationskrishnababu k2009-08-141-2209/+2281
|
* Updated Spanish translationJorge González2009-08-131-125/+125
|
* Updated Swedish translationDaniel Nylander2009-08-131-125/+125
|
* ephy-embed-single.c: use new keyring support in libsoup to store passwordsXan Lopez2009-08-131-0/+7
| | | | | We depend on WebKitGTK+ trunk (r47129) and libsoup master (f81520bfd3a97) now.
* Updating Estonian translationIvar Smolin2009-08-121-31/+4
|
* Remove unused stuff and clean old references to Mozilla.Xan Lopez2009-08-125-37/+3
|
* ephy-file-helpers: add ephy_has_private_profileXan Lopez2009-08-122-58/+46
| | | | | To know whether or not we are using a private profile different from the default one.
* Modified Oriya TranslationManoj Kumar Giri2009-08-121-8/+9
|
* Updated Oriya TranslationManoj Kumar Giri2009-08-121-2308/+1717
|
* Merged Translations for Bengali IndiaRuna Bhattacharjee2009-08-121-1067/+1130
|
* pdm-dialog.c: do not remove rows twice...Xan Lopez2009-08-121-1/+0
|
* Remove ephy-glib-compat.h, since we depend on a newer glib nowXan Lopez2009-08-128-46/+0
|
* ephy-session.c: sort headersXan Lopez2009-08-121-11/+10
|
* ephy-session: move header from .h to .cXan Lopez2009-08-122-2/+1
|
* Updated Brazilian Portuguese translation.André Gondim2009-08-121-78/+82
|
* Updated Basque languageInaki Larranaga Murgoitio2009-08-121-513/+484
|
* ephy-history-window: use new_with_mnemonic instead of new_with_label + ↵Xan Lopez2009-08-111-2/+1
| | | | set_use_underline
* ephy-embed.c: add FIXMEXan Lopez2009-08-111-0/+5
|
* ephy-web-view: style fixXan Lopez2009-08-111-2/+2
|
* Mark an underline as mnemonicMatthias Clasen2009-08-111-0/+1
| | | | | This prevents a Cl_ear button to show up in the history window. Patch found in Ubuntu package...
* And a few moreXan Lopez2009-08-111-2/+2
|
* Prefix noisy commands with AM_V_GENXan Lopez2009-08-115-16/+16
|
* configure.ac: post-release version bumpXan Lopez2009-08-111-1/+1
|
* NEWS: update for release2.27.90Xan Lopez2009-08-111-0/+21
|
* Updated Galician translationAntón Méixome2009-08-101-1255/+467
|
* ephy-web-view: whitespace fixesXan Lopez2009-08-101-169/+169
|
* Move address normalization to the EphyWebView functions.Xan Lopez2009-08-102-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 functionXan Lopez2009-08-103-18/+23
|
* Remove ephy-password-manager leftoversXan Lopez2009-08-103-4/+0
|
* downloader-view.c: hide the tray icon before unrefDiego Escalante Urrelo2009-08-101-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 Lopez2009-08-106-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) translationCarles Ferrando2009-08-092-0/+4276
|
* Forgot to add ephy-password-info.[ch] in previous commitXan Lopez2009-08-092-0/+113
|
* Updated Irish translationSeán de Búrca2009-08-091-98/+104
|
* ephy-embed.c: sort headersXan Lopez2009-08-091-11/+10
|
* Re-implement PDM's password viewer.Xan Lopez2009-08-097-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 translationKhaled Hosny2009-08-081-1129/+1126
|
* Updated Irish translationSeán de Búrca2009-08-081-2096/+2055
|
* Add NULL-check as the returned item can be NULLBenjamin Otte2009-08-081-1/+2
|
* ephy-notebook: remove old FIXMEDiego Escalante Urrelo2009-08-071-5/+0
|
* embed/ephy-embed.c: Fix mnemonic usage.Priit Laes2009-08-051-1/+1
|
* Updated Spanish translationJorge González2009-08-051-330/+336
|
* Ignore load status changes after LOAD_FINISHED is emittedCarlos Garcia Campos2009-08-041-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 translationDaniel Nylander2009-08-031-72/+77
|
* Updated Norwegian bokmål translation.Kjartan Maraas2009-08-031-80/+94
|
* Use g_hash_table_remove_all() to remove all itemsBenjamin Otte2009-07-311-7/+1
|
* Code uses math.h so link to libmBenjamin Otte2009-07-311-1/+1
|
* Updating Estonian translationIvar Smolin2009-07-311-19/+24
|
* Move default bookmarks to separate rdf file instead of hard-coded valuesVincent Untz2009-07-305-23/+40
| | | | Bug #300190
* Comments "about:recover" functionalityJulian de Navascues2009-07-291-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 Laes2009-07-291-67/+36
| | | | Signed-off-by: Priit Laes <plaes@plaes.org>
* Revert "Move Epiphany to solely use GnomeKeyring for password management."Priit Laes2009-07-2910-355/+560
| | | | This reverts commit f453c807afecdc210410eeb9f389ca50d0764a7c.
* Revert "Set password column initially as hidden."Priit Laes2009-07-291-2/+1
| | | | This reverts commit 4e351b7594260829fa6b38762b3c69927e7d2dc3.
* Revert "Use correct column from store for deletion."Priit Laes2009-07-291-1/+1
| | | | This reverts commit f64c5a8275701a2d9d22d9b9e75288c7fb161700.
* Revert "Make pdm_dialog_fill_passwords_list asynchronous."Priit Laes2009-07-291-21/+15
| | | | This reverts commit 745f33e3fac9dd57b1da6be26c82a9101adf59cd.
* Revert "Make password loading/showing asynchronous."Priit Laes2009-07-291-72/+37
| | | | This reverts commit dfbf90543edbb12a4c467db02f60214de3d07d83.
* Revert "Make clear all functionality asynchronous."Priit Laes2009-07-291-54/+21
| | | | This reverts commit a75e0d2fc04d9f599edccf572afe78f2e48e2e44.
* Revert "Password removal is now async :)"Priit Laes2009-07-291-62/+42
| | | | This reverts commit 689820485d8060c85760cd54d8b370f4e108d6dd.
* Revert "Password adding is fully async now."Priit Laes2009-07-291-83/+62
| | | | This reverts commit fbccb4712593d16d8bc06ed4cb3d6e27c1053dee.
* Fix broken Belarusian translation file.Priit Laes2009-07-291-7/+5
| | | | Signed-off-by: Priit Laes <plaes@plaes.org>
* Password adding is fully async now.Priit Laes2009-07-291-62/+83
| | | | Signed-off-by: Priit Laes <plaes@plaes.org>
* Password removal is now async :)Priit Laes2009-07-291-42/+62
| | | | Signed-off-by: Priit Laes <plaes@plaes.org>
* Make clear all functionality asynchronous.Priit Laes2009-07-291-21/+54
| | | | Signed-off-by: Priit Laes <plaes@plaes.org>
* Make password loading/showing asynchronous.Priit Laes2009-07-291-37/+72
| | | | Signed-off-by: Priit Laes <plaes@plaes.org>
* Make pdm_dialog_fill_passwords_list asynchronous.Priit Laes2009-07-291-15/+21
| | | | Signed-off-by: Priit Laes <plaes@plaes.org>
* Use correct column from store for deletion.Priit Laes2009-07-291-1/+1
| | | | Signed-off-by: Priit Laes <plaes@plaes.org>
* Set password column initially as hidden.Priit Laes2009-07-291-1/+2
| | | | Signed-off-by: Priit Laes <plaes@plaes.org>
* Move Epiphany to solely use GnomeKeyring for password management.Priit Laes2009-07-2910-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.6Xan Lopez2009-07-281-1/+1
|
* configure.ac: post-release version bumpXan Lopez2009-07-281-1/+1
|
* NEWS: update for release2.27.5Xan Lopez2009-07-281-0/+14
|
* Updated German translationMario Blättermann2009-07-271-375/+410
|
* ephy-embed-prefs.c: also set the sans-serif familyXan Lopez2009-07-251-0/+3
|
* ephy-embed-prefs: use the font families set in the GNOME preferencesXan Lopez2009-07-252-4/+39
| | | | We were using the defaults set in WebKitGTK+.
* ephy-embed-prefs.h: remove duplicated defineXan Lopez2009-07-253-4/+3
|
* Updated Brazilian Portuguese translation.Taylon Silmer2009-07-241-1025/+1031
| | | | Translation by Taylon Silmer with improvements by me.
* Update various outdated documents.Priit Laes2009-07-224-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 Lopez2009-07-221-2/+2
| | | | back/forward
* ephy-favicon-cache.c: recognize icons with mime type image/vnd.microsoft.iconPeter Bui2009-07-211-0/+1
| | | | | | Bug #578575 Signed-off-by: Xan Lopez <xan@gnome.org>
* mime-types-permission.xml: add gEDA mime types as safe.Sha Liu2009-07-211-0/+8
| | | | Bug #565346
* ephy-navigation-action.c: add copyrightXan Lopez2009-07-211-0/+1
|
* ephy-navigation-action.c: sort includesXan Lopez2009-07-211-7/+7
|
* ephy-navigation-action.c: fixup for bug #583440Xan Lopez2009-07-211-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 #588143Xan Lopez2009-07-212-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/forwardXan Lopez2009-07-211-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 Lopez2009-07-211-0/+1
| | | | Bug #582905
* ephy-embed.c: use 'address' if 'typed-address' is NULL when updating the addressXan Lopez2009-07-211-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_INTBenjamin Otte2009-07-201-2/+2
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2009-07-152-2372/+2123
|
* configure.ac: post-release version bump.Xan Lopez2009-07-131-1/+1
|
* configure.ac: depend on WebKitGTK+ 1.1.112.27.4Xan Lopez2009-07-131-1/+1
|
* NEWS: update for release.Xan Lopez2009-07-131-0/+13
|
* Performance: Set a fixed width on autosized cell rendererBenjamin Otte2009-07-131-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 x11Benjamin Otte2009-07-131-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.0Benjamin Otte2009-07-131-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 Lopez2009-07-121-1/+1
|
* configure.ac: use SILENT_AM_RULES from automake 1.11 if possible.Xan Lopez2009-07-121-0/+3
|
* dolt.m4: add support (just ignoring it) for --silentXan Lopez2009-07-121-0/+1
|
* Updated Ukrainian translationMaxim V. Dziumanenko2009-07-101-1037/+1056
|
* don't free title string twiceBenjamin Otte2009-07-081-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 a464b7332c02f6b4e34c5a7a88b8b93198f3e9beBenjamin Otte2009-07-081-5/+3
| | | | | - indent correctly - remove leftover unused variable
* remove unused references to historyBenjamin Otte2009-07-061-5/+0
|
* compute base address with strchr and without regexpsBenjamin Otte2009-07-061-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 translationReinout van Schouwen2009-07-061-1060/+1083
|
* Updating Estonian translationIvar Smolin2009-06-271-4/+16
|
* po/vi.po: updated Vietnamese translationNguyễn Thái Ngọc Duy2009-06-261-61/+50
|
* po/vi.po: intltool-updateNguyễn Thái Ngọc Duy2009-06-261-1105/+1108
|
* ephy-embed.h: remove unneeded header.Xan Lopez2009-06-211-1/+0
|
* Add a function to get the EphyWebView inside an EphyEmbed.Xan Lopez2009-06-212-1/+17
| | | | For the benefit of bindings.
* ephy-web-view.c: adapt to another API change in WebKitGTK+.Xan Lopez2009-06-211-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 Lopez2009-06-171-1/+1
| | | | Not many chances it will work.
* ephy-window.c: can't use pspec to figure out if we should sync progress.Xan Lopez2009-06-171-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 Lopez2009-06-163-54/+22
| | | | Get rid of a dummy GtkBin layer.
* ephy-notebook.c: connect to embed-title, not to title.Xan Lopez2009-06-161-1/+1
| | | | | embed-title is the poorly named wrapper over the WebKitWebView's title signal.
* Move the get_title_composite function to EphyWebView.Xan Lopez2009-06-166-40/+40
|
* ephy-window.c: remove debug message.Xan Lopez2009-06-161-1/+0
|
* ephy-window.c: adapt to API change in WebKitGTK+.Xan Lopez2009-06-161-1/+2
| | | | Progress from the WebView goes from 0.0 to 1.0 now.
* configure.ac: post-release version bump.Xan Lopez2009-06-161-1/+1
|
* NEWS: update for 2.27.3 release.Xan Lopez2009-06-151-0/+20
|
* configure.ac: require WebKitGTK+ 1.1.10.Xan Lopez2009-06-151-1/+1
|
* ephy-web-view.c: use 'load-status' property from WebKitWebView also internally.Xan Lopez2009-06-141-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 Nylander2009-06-141-393/+454
|
* ephy-window.c: remove unused variable.Xan Lopez2009-06-141-2/+0
|
* Use WebKitWebView::load-status instead of our own solution.Xan Lopez2009-06-142-109/+59
|
* ephy-window.c: a different hack to not show progress when loading about:blank.Xan Lopez2009-06-141-1/+11
|
* Get rid of redundant 'load-progress' property in EphyWebView.Xan Lopez2009-06-144-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 Lopez2009-06-141-5/+5
|
* Updated Hebrew translationMark Krapivner2009-06-121-360/+371
|
* ephy-shell.c: do not set typed address when opening a new tab.Xan Lopez2009-06-121-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 Lopez2009-06-121-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 translationIvar Smolin2009-06-121-6/+9
|
* ephy-shell.c: set typed address when opening a page in a new tab too.Xan Lopez2009-06-111-2/+5
|
* Updated Norwegian bokmål translation.Kjartan Maraas2009-06-101-958/+815
|
* Updating Estonian translationIvar Smolin2009-06-101-301/+200
|
* Updated French translationClaude Paroz2009-06-101-1059/+904
| | | | Contributed by Yannick Tailliez and Claude Paroz
* ephy-tabs-menu.c: pass correct parameter to sync_tab_title function.Xan Lopez2009-06-091-1/+1
|
* ephy-tabs-menu.c: tab titles are not updated.Xan Lopez2009-06-081-4/+4
| | | | | | Code was not updated to reflect latest refactorings. Bug #585139
* epiphany.h.in: remove old includes.Xan Lopez2009-06-061-2/+0
|
* Remove EphyEmbedFactory from docs.Xan Lopez2009-06-062-7/+0
|
* downloader-view.c: fix warning.Xan Lopez2009-06-061-1/+1
|
* ephy-embeds-single.c: style fix.Xan Lopez2009-06-061-1/+1
|
* ephy-embed-single.*: re-indent and untabify.Xan Lopez2009-06-062-156/+158
|
* configure.ac: remove embed/webkit Makefile generation.Xan Lopez2009-06-061-1/+0
|
* POTFILES.in: add ephy-web-view.cXan Lopez2009-06-061-0/+1
|
* POTFILES.in: remove leftovers.Xan Lopez2009-06-061-2/+0
|
* doc/reference/Makefile.am: remove leftovers.Xan Lopez2009-06-061-3/+0
|
* src/Makefile.am: remove webkit embed library, it does not exist anymore.Xan Lopez2009-06-061-1/+0
|
* Remove Python support.Xan Lopez2009-06-0617-5106/+0
| | | | | The supported language for extensions other than C/C++ is now JavaScript through Seed.
* Remove embedfactory library from Makefiles.Xan Lopez2009-06-062-4/+0
|
* ephy-window.c: silence warning.Xan Lopez2009-06-061-1/+1
|
* Get rid of EphyEmbedFactory.Xan Lopez2009-06-0610-125/+10
| | | | It's useless now, since there's only one backend.
* Make EphyEmbedPersist a non-interface type.Xan Lopez2009-06-066-165/+7
|
* Make EphyEmbedSingle a non-interface type.Xan Lopez2009-06-068-476/+268
|
* Fold WebKitEmbedPrefs into EphyEmbedPrefs.Xan Lopez2009-06-067-48/+46
|
* Kill EphyBaseEmbed, move the small widget logic it had to EphyEmbed.Xan Lopez2009-06-054-167/+48
|
* Change EphyEmbed to not be an interface type.Xan Lopez2009-06-0510-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 Lopez2009-06-0530-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 Freyther2009-06-031-1/+1
| | | | Bug #584466
* Updated Spanish translationJorge Gonzalez2009-06-031-17/+17
|
* ephy-shell.c: check that the network request is not NULL before unrefing it.Xan Lopez2009-06-031-1/+2
| | | | It won't be created with, for example, about:blank.
* Move load_url method to EphyWebView.Xan Lopez2009-06-039-62/+31
|
* Remove ephy_embed_load, it's obsoleted by ephy_web_view_load_request.Xan Lopez2009-06-033-34/+0
|
* ephy-web-view.c: use nil for false value in elisp, not 'f'.Xan Lopez2009-06-031-1/+1
|
* Correctly handle the 'cancel' case in the download decision dialogGustavo Noronha Silva2009-06-021-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 translationMario Blättermann2009-06-011-752/+1323
|
* webkit-embed.c: we still do need to update loading_uri here.Xan Lopez2009-05-311-0/+3
| | | | | Fell through the cracks when moving the normalization higher on the stack.
* ephy-shell.c: do not crash when loading about:blank ...Xan Lopez2009-05-311-4/+7
|
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-3111-136/+56
| | | | Just part of the gradual progress to get rid of the Embed interface.
* Updated Danish translationAsk H. Larsen2009-05-301-1027/+1035
|
* Include WebKit-1.0 in .gir creationDiego Escalante Urrelo2009-05-301-0/+1
|