aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove LoadFlagsGustavo Noronha Silva2009-05-305-34/+2
| | | | | | They were used, it seems, to decide whether to allow Gecko to "fix" the URL. WebKit has no such facility, and we are already doing our own handling of URI normalization.
* Move URL normalization out of embed, to a higher levelGustavo Noronha Silva2009-05-302-14/+19
| | | | | We need this because not all code that loads URLs goes through embed now.
* Fix missing HTTP information when opening links in new tabsGustavo Noronha Silva2009-05-305-23/+33
| | | | | | | | | | Bug #120341 This changeset reworks ephy_shell_new_tab_full (and its callers) to use a WebKitNetworkRequest instead of an URL when handling openning links in new tabs. This gains us the advantage of feeding the new WebView with the same WebKitNetworkRequest WebKit would use to navigate to the new address.
* Provide API to loading using WebKitNetworkRequestGustavo Noronha Silva2009-05-302-0/+22
| | | | | | As the first API adition to out WebKitWebView subclass, we allow Epiphany code to use a WebKitNetworkRequest to load pages. This way we can use the full request information, not just the URI.
* Adding a new EphyWebView objectGustavo Noronha Silva2009-05-305-3/+131
| | | | | This is an object inheriting from WebKitWebView, and will be used to house most of the functionality we move from EphyEmbed.
* Updated Tamil translationdrtvasudevan2009-05-291-24/+90
|
* webkit-embed.c: do not reinvent ephy-embed-utils functions.Xan Lopez2009-05-291-10/+2
|
* webkit-embed: use C gettext macro for translation context.Xan Lopez2009-05-281-3/+1
| | | | Patch by Claude Paroz, bug #583893
* Preserve back/forward history when opening links in new tabs/windows.Xan Lopez2009-05-283-5/+36
| | | | Bug #583459.
* Fixed Greek translation for documentation.Simos Xenitellis2009-05-271-1/+1
|
* Fixed Greek translation for documentation.Simos Xenitellis2009-05-271-1/+1
|
* Fix ne.po validity (Bug #521461)Claude Paroz2009-05-261-2/+2
|
* configure.ac: post-release version bump.Xan Lopez2009-05-251-1/+1
|
* NEWS: update for 2.27.2 release.Xan Lopez2009-05-251-0/+14
|
* Updated Tamil translationdrtvasudevan2009-05-241-22/+22
|
* configure.ac: bump required WebKitGTK+ version to 1.1.7Xan Lopez2009-05-241-1/+1
|
* Updated Spanish translationJorge Gonzalez2009-05-241-25/+93
|
* Fix variable declaration mixed with the code.Gustavo Noronha Silva2009-05-231-1/+2
|
* Reimplement the original download logic and dialog.Gustavo Noronha Silva2009-05-233-3/+229
| | | | | We are still missing some of the MIME logic, pending on a WebKit feature landing.
* ephy-embed: remove scroll methods from embedXan Lopez2009-05-221-17/+0
| | | | The way to scroll now is through the adjustments bound to the view.
* Updated Tamil translationdrtvasudevan2009-05-201-1885/+803
|
* Updated German translation.Nathan-J. Hirschauer2009-05-201-1957/+1655
|
* updated Greek documentation translationΓιάννης Κατσαμπίρης2009-05-171-534/+635
|
* Rectified Greek translationSimos Xenitellis2009-05-141-3223/+1389
|
* Updating Estonian translationIvar Smolin2009-05-121-842/+5
|
* Update Seed extension wrapper to Seed API changesTim Horton2009-05-111-1/+2
|
* Fixed keyboard accelerator in Catalan translationGil Forcada2009-05-101-840/+819
|
* Updated Spanish translationJorge Gonzalez2009-05-041-5/+5
|
* Updated Spanish translationJorge Gonzalez2009-05-031-16/+16
|
* Updated Spanish translationJorge Gonzalez2009-05-021-53/+49
|
* Updated Hebrew translationYaron Shahrabani2009-05-011-2325/+1465
|
* Implement caret browsing mode (bug #562621)Xan Lopez2009-04-282-1/+5
|
* egg-editable-toolbar: sync to latest upstream version (bug #580557)Xan Lopez2009-04-281-2/+18
|
* ephy-embed: Mark favicon cache as dirty after deletion (bug #120826)Priit Laes2009-04-251-0/+1
|
* webkit-embed: don use deprecated 'title-changed' signal, connect to ↵Xan Lopez2009-04-241-11/+14
| | | | notify::title instead.
* ephy-window: declare variables only if needed.Xan Lopez2009-04-241-8/+7
|
* ephy-window: ignore chrome flags when opening new page in a tab.Xan Lopez2009-04-241-24/+33
| | | | | If we are forcing the creating of the new page in a tab ignore whatever chrome flags the new window would try to set.
* doap: Add desktop categoryOlav Vitters2009-04-241-0/+1
|
* Use GNOME settings for default font sizes.Xan Lopez2009-04-222-4/+40
| | | | We were using WebKitGTK+ defaults now.
* ephy-find-toolbar: fix backwards search, forward search was hardcoded.Xan Lopez2009-04-171-2/+2
|
* Add epiphany.doapXan Lopez2009-04-171-0/+20
| | | | For the git web interface benefit.
* Updated Spanish translationJorge Gonzalez Gonzalez2009-04-121-127/+142
| | | | svn path=/trunk/; revision=8958
* Add the diff to smclient upstream also as a separate file, so people other ↵Christian Persch2009-04-091-0/+198
| | | | | | than me can update from libegg svn path=/trunk/; revision=8953
* Update smclient from libegg masterChristian Persch2009-04-092-3/+25
| | | | svn path=/trunk/; revision=8952
* Updated Greek translation by Marios ZindilisSimos Xenitellis2009-04-041-1/+1
| | | | svn path=/trunk/; revision=8949
* Undoing commit 8947Simos Xenitellis2009-04-041-2800/+5421
| | | | svn path=/trunk/; revision=8948
* Updated Greek translation (Marios Zindilis), fixes #577531Simos Xenitellis2009-04-041-1/+1
| | | | svn path=/trunk/; revision=8947
* Updated Greek translation (Marios Zindilis), fixes #577531Simos Xenitellis2009-04-041-3336/+3205
| | | | svn path=/trunk/; revision=8946
* Remove unnecessary passing around of WebKitEmbed, and fix some styleGustavo Noronha Silva2009-03-271-13/+6
| | | | | | issues. svn path=/trunk/; revision=8945
* ephy-location-entry: remove useless definesDiego Escalante Urrelo2009-03-271-4/+0
| | | | svn path=/trunk/; revision=8944
* Adding myself to the header as copyright holder, for earlierGustavo Noronha Silva2009-03-271-0/+1
| | | | | | contributions. svn path=/trunk/; revision=8943
* Implementing auto-download, and respecting download lock-down.Gustavo Noronha Silva2009-03-271-30/+88
| | | | svn path=/trunk/; revision=8942
* Check for NULL uri in ephy_file_delete_uri.Gustavo Noronha Silva2009-03-261-0/+2
| | | | svn path=/trunk/; revision=8941
* Remove downloading files when cancelling the download.Gustavo Noronha Silva2009-03-264-1/+33
| | | | svn path=/trunk/; revision=8940
* Use Epiphany's profile directory to store the downloaded fileGustavo Noronha Silva2009-03-261-7/+8
| | | | | | temporarily, instead of XDG's cache directory. svn path=/trunk/; revision=8939
* ephy-window: use new-window-policy-decision-requested signal.Xan Lopez2009-03-251-10/+29
| | | | | | | | | | | | | Patch by Alejandro G. Castro. Allows to open links with target=_blank in a new tab by clicking with the middle button. Requires WebKitGTK+ r41969. Fixes #573357. svn path=/trunk/; revision=8938
* Update from libegg.Christian Persch2009-03-252-16/+13
| | | | svn path=/trunk/; revision=8934
* updated kn.poShankar Prasad2009-03-242-4/+16
| | | | svn path=/trunk/; revision=8932
* HACKING: add a couple more rules.Xan Lopez2009-03-231-0/+2
| | | | svn path=/trunk/; revision=8931
* webkit-embed: 'foo ? foo : NULL' == 'foo'Xan Lopez2009-03-221-1/+1
| | | | svn path=/trunk/; revision=8930
* Removing unused variableGustavo Noronha Silva2009-03-211-1/+0
| | | | svn path=/trunk/; revision=8929
* Do not use gtk_dialog_run() for the file chooser dialog whenGustavo Noronha Silva2009-03-212-26/+68
| | | | | | | | downloading. Start downloading early to a temporary location, and change the target URI after the user has decided where to put the file on. svn path=/trunk/; revision=8928
* ephy-topic-action: call gtk_activatable_get_related_action on the right widget.Xan Lopez2009-03-211-1/+4
| | | | | | | We set the action on the tool item, so fetch the action from there and not its child button. Fixes bug #571178. svn path=/trunk/; revision=8926
* ephy-window: try with a bigger z-index...Xan Lopez2009-03-191-1/+1
| | | | svn path=/trunk/; revision=8922
* ephy-window: nasty hack to try to get the link-message on top of everything.Xan Lopez2009-03-191-0/+1
| | | | | | Mmm, maybe I should use an actual GTK+ window after all :) svn path=/trunk/; revision=8921
* ephy-window: implement translucent link-message statusbar.Xan Lopez2009-03-191-3/+100
| | | | | | | | 'Inspired' from Chrome, will show the link-message in a translucent floating div on the bottom left corner of the web view if the normal statusbar is hidden. svn path=/trunk/; revision=8920
* Updated Galician Translation by Suso Baleato.Ignacio Casal Quinteiro2009-03-191-1277/+1269
| | | | svn path=/trunk/; revision=8918
* configure.ac: remove duplicated bit.Xan Lopez2009-03-181-3/+0
| | | | svn path=/trunk/; revision=8917
* ephy-base-embed: remove note about using force reload when available.Xan Lopez2009-03-181-4/+0
| | | | | | Turns out it's better not to, see bug #568108. svn path=/trunk/; revision=8916
* HandoverChristian Persch2009-03-181-5/+0
| | | | svn path=/trunk/; revision=8914
* Updated Czech translation by Lucas Lommer.Petr Kovar2009-03-171-969/+953
| | | | | | | | 2009-03-17 Petr Kovar <pknbe@volny.cz> * cs.po: Updated Czech translation by Lucas Lommer. svn path=/trunk/; revision=8913
* configure.ac: post release version bump.Xan Lopez2009-03-171-1/+1
| | | | svn path=/trunk/; revision=8912
* NEWS: fix indentation.Xan Lopez2009-03-171-1/+2
| | | | svn path=/trunk/; revision=8911
* NEWS: update.Xan Lopez2009-03-171-0/+9
| | | | svn path=/trunk/; revision=8910
* configure.ac: update libsoup requirement to 2.26.0.Xan Lopez2009-03-171-1/+1
| | | | | | | Among other things it has a SoupCookieJarSQLite that can create one jar from scratch. svn path=/trunk/; revision=8909
* webkit-embed: re-add support for click-to-download.Xan Lopez2009-03-161-0/+8
| | | | svn path=/trunk/; revision=8908
* configure.ac: update glib requirement to minimum required by gtk+ 2.16.0.Xan Lopez2009-03-161-1/+1
| | | | svn path=/trunk/; revision=8907
* configure.ac: post-release version bump.Xan Lopez2009-03-161-1/+1
| | | | svn path=/trunk/; revision=8906
* Require WebKitGTK+ 1.1.3, since 1.1.2 had a bad soname.Gustavo Noronha Silva2009-03-161-1/+1
| | | | svn path=/trunk/; revision=8904
* Updated French translation.Claude Paroz2009-03-161-541/+566
| | | | svn path=/trunk/; revision=8903
* configure.ac: update WebKitGTK+ requirement to 1.1.2.Xan Lopez2009-03-161-1/+1
| | | | svn path=/trunk/; revision=8901
* NEWS: forgot one word :)Xan Lopez2009-03-151-1/+1
| | | | svn path=/trunk/; revision=8900
* NEWS: update for release.Xan Lopez2009-03-151-0/+17
| | | | svn path=/trunk/; revision=8899
* Updated British English translation by Bruce Cowan Philip Withnall2009-03-151-525/+526
| | | | | | <bcowan@fastmail.co.uk>. svn path=/trunk/; revision=8890
* configure.ac: require GTK+ 2.16.0 so we get a change of having proper ↵Xan Lopez2009-03-141-1/+1
| | | | | | theming in entry. svn path=/trunk/; revision=8888
* webkit-embed-single: couple of cleanups.Xan Lopez2009-03-141-8/+0
| | | | svn path=/trunk/; revision=8886
* ephy-profile-migration: and another.Xan Lopez2009-03-141-0/+1
| | | | svn path=/trunk/; revision=8885
* ephy-profile-migration: plug leak.Xan Lopez2009-03-141-0/+1
| | | | svn path=/trunk/; revision=8884
* Add profile migration.Xan Lopez2009-03-135-2/+169
| | | | | | | Migrate cookies from Mozilla, both sqlite and txt formats (sqlite has priority in case both exist). svn path=/trunk/; revision=8880
* Duarte Loreto <happyguy_pt@hotmail.com> Fixed an error on the Portuguese ↵Duarte Loreto2009-03-131-5/+5
| | | | | | translation svn path=/trunk/; revision=8878
* Adapt WebKitDownload-related code to the changes done today inGustavo Noronha Silva2009-03-131-28/+36
| | | | | | WebKitGTK+. svn path=/trunk/; revision=8877
* configure.ac: drop redundant AC_SUBST.Xan Lopez2009-03-121-9/+0
| | | | | | | PKG_CHECK_MODULES already does AC_SUBST on LIBS and CFLAGS for us, so don't do it again. Thanks to Company for the tip. svn path=/trunk/; revision=8876
* detect NetworkManager using pkg-configBenjamin Otte2009-03-123-3/+4
| | | | svn path=/trunk/; revision=8873
* POTFILES.in: remove deleted files.Xan Lopez2009-03-121-2/+0
| | | | svn path=/trunk/; revision=8872
* configure.ac: require avahi-client explictly.Xan Lopez2009-03-121-1/+4
| | | | | | | avahi-client is in the private requiremenets of avahi-gobject, so we need to ask for it to get the right libs at link time. svn path=/trunk/; revision=8871
* Add SEED_LIBS when seed extensions are enabled.Xan Lopez2009-03-111-0/+5
| | | | svn path=/trunk/; revision=8870
* Remove ephy-download leftovers.Xan Lopez2009-03-113-4/+0
| | | | svn path=/trunk/; revision=8869
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-102-33/+37
| | | | svn path=/trunk/; revision=8867
* ephy-location-entry: #if 0 the favicon column in completion.Xan Lopez2009-03-091-10/+10
| | | | | | | It makes the text in the completion jump like crazy, so disable until we figure out what's going on. svn path=/trunk/; revision=8866
* ephy-location-entry: use g_object_connect for mass signal connection.Xan Lopez2009-03-091-17/+12
| | | | svn path=/trunk/; revision=8865
* Updated Italian translation by Francesco Marlettamiloc2009-03-091-1681/+768
| | | | svn path=/trunk/; revision=8860
* ephy-stock-icons: remove unneeded includes.Xan Lopez2009-03-081-4/+0
| | | | svn path=/trunk/; revision=8857
* ephy-net-monitor: remove unneeded includes, fix compiler warning.Xan Lopez2009-03-071-6/+5
| | | | svn path=/trunk/; revision=8855
* Update ephy-completion-model with some 2-26 thingsDiego Escalante Urrelo2009-03-061-47/+16
| | | | svn path=/trunk/; revision=8853
* webkit-embed.c: set security information.Xan Lopez2009-03-061-1/+24
| | | | | | | | | | | | | Patch by Mario Sánchez Prada. Libsoup lacks the needed security API to do this properly, so for now just set SECURITY_HIGH when a site with 'https' protocol reaches load-committed. This at least means we are actually using SSL, otherwise libosup would have failed to load. Bug #551106 svn path=/trunk/; revision=8852
* Fix a few compiler warnings and coding style.Xan Lopez2009-03-052-11/+14
| | | | svn path=/trunk/; revision=8851
* Updated Kannada(kn.po) translationsShankar Prasad2009-03-052-1073/+956
| | | | svn path=/trunk/; revision=8849
* Basic download functionality for ephy/webkit. This update also removesGustavo Noronha Silva2009-03-056-400/+173
| | | | | | | | | the EphyDownload wrapper, which should be no longer needed with the advent of WebKitDownload. http://bugzilla.gnome.org/show_bug.cgi?id=570735 svn path=/trunk/; revision=8848
* webkit-embed: increase default size of inspector window.Xan Lopez2009-03-041-1/+1
| | | | svn path=/trunk/; revision=8843
* Removing references to the now extint EphyCookieManager from the gtk-docGustavo Noronha Silva2009-03-032-3/+0
| | | | | | files. svn path=/trunk/; revision=8842
* Fix the RDF bookmark importer (bug #129852).Vincent Untz2009-03-031-45/+77
| | | | | | | Correctly handle translations (for title, but also for localized URL). Correctly handle bookmark topics. svn path=/trunk/; revision=8840
* Updated German translation.Hendrik Richter2009-03-031-4/+3
| | | | svn path=/trunk/; revision=8837
* typo fixes from #564485Timo Jyrinki2009-03-031-3/+3
| | | | svn path=/trunk/; revision=8836
* Updated Spanish translationJorge Gonzalez Gonzalez2009-03-022-114/+115
| | | | svn path=/trunk/; revision=8835
* Remove ephy_embed_has_automatic_encoding, it's unused now.Xan Lopez2009-03-026-45/+0
| | | | svn path=/trunk/; revision=8833
* Use new get_encoding API to properly figure out automatic vs override encoding.Xan Lopez2009-03-022-8/+14
| | | | svn path=/trunk/; revision=8832
* configure.ac: require WebKitGTK+ 1.1.1Xan Lopez2009-03-021-1/+1
| | | | svn path=/trunk/; revision=8831
* ephy-file-chooser: cast parent_class properly.Xan Lopez2009-03-011-2/+2
| | | | svn path=/trunk/; revision=8829
* ephy-file-chooser: use G_DEFINE_TYPE.Xan Lopez2009-03-011-34/+4
| | | | svn path=/trunk/; revision=8828
* ephy-module: use G_DEFINE_TYPE.Xan Lopez2009-03-011-32/+2
| | | | svn path=/trunk/; revision=8827
* Remove CXX/C++ stuff from configure/Makefiles.Xan Lopez2009-03-012-16/+2
| | | | | | We are just C now, so it should be OK. svn path=/trunk/; revision=8826
* Remove get_backend function, there's only one possibility now.Xan Lopez2009-02-285-40/+1
| | | | svn path=/trunk/; revision=8825
* Remove gecko-only desktop-file plugin.Xan Lopez2009-02-286-640/+0
| | | | svn path=/trunk/; revision=8824
* webkit-embed-prefs: use utils macro to get WebView from embed.Xan Lopez2009-02-281-1/+2
| | | | svn path=/trunk/; revision=8823
* MAINTAINERS: add myself, as agreed with Christian.Xan Lopez2009-02-281-0/+5
| | | | svn path=/trunk/; revision=8821
* Remove the {_get,_set}_encoding functions from the python bindings definition,Cosimo Cecchi2009-02-271-15/+0
| | | | | | so that we can compile cleanly with --enable-maintainer-mode. svn path=/trunk/; revision=8820
* webkit-embed-prefs: support user style sheets.Xan Lopez2009-02-271-1/+36
| | | | | | Bug #562628 svn path=/trunk/; revision=8819
* Add FIXME about encodings.Xan Lopez2009-02-271-0/+1
| | | | svn path=/trunk/; revision=8818
* Remove embedding APIs for set/get encoding.Xan Lopez2009-02-275-69/+23
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8817
* webkit-embed: remove extra ';'.Xan Lopez2009-02-271-1/+1
| | | | svn path=/trunk/; revision=8816
* Implement get/set encoding for the embed.Xan Lopez2009-02-275-11/+10
| | | | | | Bug #525265 svn path=/trunk/; revision=8815
* webkit-embed-single: use SoupProxyResolverGNOME to use GNOME proxy settings.Xan Lopez2009-02-261-1/+6
| | | | svn path=/trunk/; revision=8814
* webkit-embed-single: unref cookie jar once it's added to the session.Xan Lopez2009-02-261-0/+1
| | | | svn path=/trunk/; revision=8813
* Use libsoup, getting the session from webkit, to handle cookies.Xan Lopez2009-02-2312-717/+108
| | | | | | | Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on 2.25.91, although we actually need trunk to get working code. svn path=/trunk/; revision=8811
* Use – (en dash , U+2013) in copyright years. Also fixup surrounding ↵Wouter Bolsterlee2009-02-231-10/+10
| | | | | | whitespace. svn path=/trunk/; revision=8810
* ephy-zoom-control: release references in dispose, not finalize.Xan Lopez2009-02-231-5/+9
| | | | svn path=/trunk/; revision=8809
* ephy-zoom-control: use G_DEFINE_TYPE, remove unneeded includes.Xan Lopez2009-02-231-37/+4
| | | | svn path=/trunk/; revision=8808
* ephy-zoom-action: use G_DEFINE_TYPE, remove unneeded includes.Xan Lopez2009-02-231-37/+5
| | | | svn path=/trunk/; revision=8807
* ephy-search-entry: remove unneeded/redundant includes.Xan Lopez2009-02-231-2/+0
| | | | svn path=/trunk/; revision=8806
* Update yearChristian Persch2009-02-231-1/+1
| | | | svn path=/trunk/; revision=8805
* ephy-password-dialog: remove, it's unused.Xan Lopez2009-02-233-835/+0
| | | | svn path=/trunk/; revision=8803
* ephy-location-entry: fix security icon visibility.Xan Lopez2009-02-231-3/+8
| | | | | | | | | GtkEntry has no distinction between the visibility of the icons and the icon to be used, meaning that the way to make them invisible is to unset them. Keep a private boolean with the visibility status so we can update our icon type without altering its visibility. svn path=/trunk/; revision=8802
* ephy-window: do not make code conditional on Gecko version.Xan Lopez2009-02-231-8/+4
| | | | svn path=/trunk/; revision=8801
* Updated Czech translation of manual by Lucas Lommer.Petr Kovář2009-02-221-19/+12
| | | | svn path=/trunk/; revision=8800
* ephy-bookmarks: guard zeroconf dependent function declaration.Xan Lopez2009-02-211-0/+2
| | | | svn path=/trunk/; revision=8797
* downloader-view: use undeprecated gtk_status_icon_set_tooltip_text.Xan Lopez2009-02-211-2/+2
| | | | svn path=/trunk/; revision=8796
* sv.po: Updated Swedish translationDaniel Nylander2009-02-201-65/+73
| | | | svn path=/trunk/; revision=8794
* ephy-window: do not show progress for pages that load very quickly (eg, ↵Xan Lopez2009-02-191-1/+9
| | | | | | about:blank). svn path=/trunk/; revision=8792
* Fix finding extensions in system dir.Xan Lopez2009-02-181-5/+7
| | | | | | | | | | Also use g_build_filename to build paths and plug a leak. Based on a patch by Diego Escalante Urrelo. Bug #571379 svn path=/trunk/; revision=8791
* Updated translation in gujaratiSweta Kothari2009-02-161-14/+12
| | | | svn path=/trunk/; revision=8784
* Add option to open new windows in tabs.Xan Lopez2009-02-163-3/+32
| | | | | | | | | | | Only available as a gconf key for now, /apps/epiphany/general/open_new_windows_in_tab. Patch by Alejandro G. Castro. Bug #571593 svn path=/trunk/; revision=8783
* Updated Spanish translation, fixes bug #569457Jorge Gonzalez Gonzalez2009-02-142-907/+881
| | | | svn path=/trunk/; revision=8781
* Updated translation for gujaratiSweta Kothari2009-02-121-524/+525
| | | | svn path=/trunk/; revision=8780
* Updated sv translation (Daniel Nylander)Daniel Nylander2009-02-111-2574/+928
| | | | svn path=/trunk/; revision=8779
* Don't recurse into proxy item construction. Bug #570984Christian Persch2009-02-101-2/+0
| | | | svn path=/trunk/; revision=8778
* And some more style fixes, should now follow the new code guidelines.Xan Lopez2009-02-084-61/+58
| | | | svn path=/trunk/; revision=8777
* ephy-seed-extension: untabify, delete-trailing-whitespace, ...Xan Lopez2009-02-081-39/+40
| | | | svn path=/trunk/; revision=8776
* ephy-seed-extension: free this here.Xan Lopez2009-02-081-3/+3
| | | | svn path=/trunk/; revision=8775
* ephy-seed-extension: do not return const pointer as char*.Xan Lopez2009-02-081-1/+1
| | | | svn path=/trunk/; revision=8774
* ephy-seed-extension: add trailing NULL to g_strconcat.Xan Lopez2009-02-081-1/+1
| | | | svn path=/trunk/; revision=8773
* ephy-seed-extensions: fix coding style.Xan Lopez2009-02-081-34/+34
| | | | svn path=/trunk/; revision=8772
* Use gtk_activatable_get_related_action instead of the deprecated ↵Xan Lopez2009-02-084-10/+10
| | | | | | gtk_widget_get_action. svn path=/trunk/; revision=8771
* Update from libegg trunk.Xan Lopez2009-02-081-1/+1
| | | | svn path=/trunk/; revision=8770
* Prepend /data to PKG_CONFIG_PATH so g-ir-scanner can find our ↵Christian Persch2009-02-081-0/+1
| | | | | | not-yet-installed pkg-config file svn path=/trunk/; revision=8769
* config.h must be the first includeChristian Persch2009-02-081-2/+2
| | | | svn path=/trunk/; revision=8768
* Simply use g_irepository_get_option_group()Christian Persch2009-02-081-17/+4
| | | | svn path=/trunk/; revision=8767
* Add needed -I flags to build the Epiphany gir file.Xan Lopez2009-02-081-0/+6
| | | | svn path=/trunk/; revision=8762
* Use epiphany_LDADD for Seed libraries.Xan Lopez2009-02-071-1/+4
| | | | svn path=/trunk/; revision=8761
* Fix python/seed exclusivity checkChristian Persch2009-02-071-1/+1
| | | | svn path=/trunk/; revision=8760
* Add closing ] in the right placeChristian Persch2009-02-071-2/+2
| | | | svn path=/trunk/; revision=8759
* configure.ac: add missing ']'Xan Lopez2009-02-071-1/+1
| | | | svn path=/trunk/; revision=8758
* Fail if given --enable-seed without --enable-introspection.Christian Persch2009-02-071-0/+4
| | | | svn path=/trunk/; revision=8757
* Add seed support; use --enable-seed to check it out. Patch by Robert Carr.Christian Persch2009-02-077-2/+563
| | | | svn path=/trunk/; revision=8756
* Add gobject introspection support; use --enable-introspection.Christian Persch2009-02-073-3/+133
| | | | svn path=/trunk/; revision=8755
* Remove two unused get_type functions from public header filesRobert Carr2009-02-072-4/+0
| | | | svn path=/trunk/; revision=8754
* Make help buttons ids unique in glade file, so that the generatedGustavo Noronha Silva2009-02-061-2/+2
| | | | | | GtkBuilder file doesn't cause problems when loading svn path=/trunk/; revision=8753
* Corrected gconf entries wrt bug: 569564Runa Bhattacharjee2009-02-041-1910/+1856
| | | | svn path=/trunk/; revision=8752
* Respect the API version set aboveChristian Persch2009-02-041-1/+1
| | | | svn path=/trunk/; revision=8751
* Version updateChristian Persch2009-02-041-2/+2
| | | | svn path=/trunk/; revision=8750
* Only show the fixed toolbar when the leave-fullscreen button is to be shown. ↵Christian Persch2009-02-041-0/+3
| | | | | | Shoudl fix bug #570349 svn path=/trunk/; revision=8749
* Set page title for history on title-changedGustavo Noronha Silva2009-02-031-9/+8
| | | | svn path=/trunk/; revision=8747
* webkit-embed: add titles for history items when we know them.Xan Lopez2009-01-311-2/+13
| | | | svn path=/trunk/; revision=8746
* ephy-session: plug memory leak.Xan Lopez2009-01-301-2/+4
| | | | svn path=/trunk/; revision=8745
* Fixed Bug 569546 and Updated Basque translation.Inaki Larranaga Murgoitio2009-01-292-945/+746
| | | | | | | | | 2009-01-29 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Fixed Bug 569546 and Updated Basque translation. svn path=/trunk/; revision=8744
* Updated latvian translation Bug 569558Raivis Dejus2009-01-292-40/+42
| | | | | | | | | 2009-01-29 Raivis Dejus <orvils@gmail.com> * lv.po: Updated latvian translation Bug 569558 svn path=/trunk/; revision=8742
* tamil translation updatedFelix I2009-01-292-85/+87
| | | | svn path=/trunk/; revision=8741
* Bug fix for #569559Sandeep Shedmake2009-01-292-413/+162
| | | | svn path=/trunk/; revision=8740
* updating for Punjabi by A S Alam: Bug: 569547 FixedAmanpreet Singh Alam2009-01-291-868/+1177
| | | | svn path=/trunk/; revision=8739
* ephy-find-toolbar: remove unused variable.Xan Lopez2009-01-281-2/+0
| | | | svn path=/trunk/; revision=8737
* ephy-find-toolbar: do not search for the empty string or NULL.Xan Lopez2009-01-281-0/+3
| | | | | | Spews critical warnings on console and it's obviously useless. svn path=/trunk/; revision=8736
* Remove unused auto encoding stuff.Xan Lopez2009-01-261-15/+0
| | | | | | Silences a few warnings when opening the prefs dialog. svn path=/trunk/; revision=8735
* Remove unused function.Xan Lopez2009-01-261-13/+0
| | | | svn path=/trunk/; revision=8734
* Added Pashto translation on behalf of Zabeeh KhanGil Forcada Codinachs2009-01-262-0/+3354
| | | | svn path=/trunk/; revision=8733
* Remove unused fonts languages and autodetectors stuff. Bug #558407.Christian Persch2009-01-2610-528/+85
| | | | svn path=/trunk/; revision=8731
* Updated Marathi translations (767 translated messages)Sandeep Shedmake2009-01-242-3/+97
| | | | svn path=/trunk/; revision=8728
* Updated Marathi translations for bugid 521462, passes msgfmt checkSandeep Shedmake2009-01-242-1721/+794
| | | | svn path=/trunk/; revision=8727
* Update EggEditableToolbar from trunk.Xan Lopez2009-01-241-11/+6
| | | | svn path=/trunk/; revision=8726
* Do not use 'gtk-action' object data to get the associated GtkAction for a ↵Xan Lopez2009-01-243-9/+9
| | | | | | | | widget. It's an implementation detail and will go away soon. Use documented APIs instead. svn path=/trunk/; revision=8723
* Updated Korean translationChangwoo Ryu2009-01-241-653/+661
| | | | svn path=/trunk/; revision=8722
* ephy-find-toolbar: make indentation homogenenous.Xan Lopez2009-01-231-37/+36
| | | | svn path=/trunk/; revision=8721
* Implement scrolling in EphyFindToolbar.Xan Lopez2009-01-234-114/+23
| | | | svn path=/trunk/; revision=8720
* Add dolt support.Xan Lopez2009-01-223-0/+180
| | | | | | Patch by Priit Laes, bug #542501 svn path=/trunk/; revision=8719
* Update POTFILES.{skip,in}.Xan Lopez2009-01-222-32/+9
| | | | svn path=/trunk/; revision=8718
* It's CLEANFILES, not CLEAN_FILES.Xan Lopez2009-01-221-1/+1
| | | | svn path=/trunk/; revision=8717
* Add the original files to EXTRA_DIST, not the generated ones.Xan Lopez2009-01-221-1/+1
| | | | svn path=/trunk/; revision=8716
* Remove EphyIconEntry leftovers.Xan Lopez2009-01-225-77/+0
| | | | svn path=/trunk/; revision=8715
* ephy-window: do not set load progress on already loaded pages.Xan Lopez2009-01-211-2/+8
| | | | | | Avoids setting the load progress to 100% when switching tabs. svn path=/trunk/; revision=8712
* Avoid adding problematic search terms with spacesGustavo Noronha Silva2009-01-201-4/+9
| | | | | | | Adding spaces to the end of the location bar was adding bad search terms. This fixes it. svn path=/trunk/; revision=8709
* Handle end of line correctly on location bar searchGustavo Noronha Silva2009-01-201-2/+12
| | | | | | | This change fixes the last character of the last search term being cut off by special casing the end of the line. svn path=/trunk/; revision=8708
* Implement multiple keyword-based AND-search for the location barGustavo Noronha Silva2009-01-203-39/+142
| | | | | | Bug #568101 svn path=/trunk/; revision=8706
* Use C_() instead of Q_() with context for translatable strings.Philip Withnall2009-01-205-46/+20
| | | | | | | | Note this bumps the GLib dependency to 2.18.0. (Helps: #558407) svn path=/trunk/; revision=8705
* Remove useless LocationEntryAction structDiego Escalante Urrelo2009-01-191-23/+3
| | | | svn path=/trunk/; revision=8700
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2009-01-191-8/+5
| | | | | | | | 2009-01-18 Åsmund Skjæveland <aasmunds@ulrik.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=8699
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2009-01-191-1666/+1394
| | | | | | | | 2009-01-18 Åsmund Skjæveland <aasmunds@ulrik.uio.no> * nn.po: Updated Norwegian Nynorsk translation. svn path=/trunk/; revision=8698
* Added Igbo and YorubaThomas James Alexander Thurman2009-01-184-0/+8725
| | | | svn path=/trunk/; revision=8696
* Remove $Id$ marker from source files.Xan Lopez2009-01-16204-204/+0
| | | | svn path=/trunk/; revision=8695
* Fix indentation of previous commits.Xan Lopez2009-01-161-20/+20
| | | | svn path=/trunk/; revision=8694
* Include a bookmark indication in the woohoo barDiego Escalante Urrelo2009-01-163-8/+46
| | | | | | | If the result shown in the row is a bookmark, the epiphany bookmark icon will be drawn to the right of it. svn path=/trunk/; revision=8693
* Turn the location bar into the woohoo barDiego Escalante Urrelo2009-01-162-49/+79
| | | | | | | | Enhance the completion popup by showing a two line cell containing the favicon, the title of the page and the url. On top of this, there's a bookmark indication patch. svn path=/trunk/; revision=8692
* Updated Catalan translationGil Forcada Codinachs2009-01-141-276/+283
| | | | svn path=/trunk/; revision=8688
* We no longer need a separate pkg-config check for WEBKIT.Gustavo Noronha Silva2009-01-145-13/+0
| | | | | | Bug #567601 svn path=/trunk/; revision=8682
* Port to use GtkBuilder.Xan Lopez2009-01-127-18/+38
| | | | | | | | | | Bug #567490 We keep the old glade files as master source and convert them to GtkBuilder format at compile-time because glade-3 is not ready yet for day-to-day edition of GtkBuilder files. svn path=/trunk/; revision=8678
* Updated Norwegian bokmål translation.Kjartan Maraas2009-01-121-612/+575
| | | | svn path=/trunk/; revision=8677
* configure.ac: bump required webkit version to 1.1.0.Xan Lopez2009-01-121-4/+3
| | | | | | Plus small cleanups to the file. svn path=/trunk/; revision=8675
* Allow to reload bypassing cache.Xan Lopez2009-01-081-9/+6
| | | | | | Bug #540781 svn path=/trunk/; revision=8674
* added uzbek translations by nuraliNurali Abdurahmonov2009-01-084-0/+7078
| | | | svn path=/trunk/; revision=8673
* Updated Greek translation by Marios ZindilisSimos Xenitellis2009-01-061-1601/+590
| | | | svn path=/trunk/; revision=8672
* Updated translationGabor Keleman2009-01-051-1388/+462
| | | | svn path=/trunk/; revision=8671