aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add #ifdef for Avahi includes in ephy-bookmarks.c.Cosimo Cecchi2008-01-151-0/+3
| | | | | | Bug #509325. svn path=/trunk/; revision=7863
* sv.po: Swedish translation updatedDaniel Nylander2008-01-152-136/+153
| | | | svn path=/trunk/; revision=7862
* Updated Spanish translationJorge Gonzalez Gonzalez2008-01-142-247/+266
| | | | svn path=/trunk/; revision=7861
* add missing files updated Norwegian bokmål translation.Kjartan Maraas2008-01-143-133/+159
| | | | | | | | | 2008-01-14 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: add missing files * nb.po: updated Norwegian bokmål translation. svn path=/trunk/; revision=7860
* Missing files from last commit.Cosimo Cecchi2008-01-142-0/+691
| | | | svn path=/trunk/; revision=7859
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-1440-1172/+1174
| | | | | | | Also, optional Zeroconf support depends on Avahi >= 0.6.22. Bug #507152. svn path=/trunk/; revision=7858
* Updated Korean translation.Changwoo Ryu2008-01-132-357/+433
| | | | svn path=/trunk/; revision=7857
* Open externally opened link in current tab if it is blank.Cosimo Cecchi2008-01-115-14/+38
| | | | | | Fix bug #499613. svn path=/trunk/; revision=7856
* Don't use net-stop signal, it's gone. Switch to notify::load-statusXan Lopez2008-01-091-3/+6
| | | | svn path=/trunk/; revision=7855
* updated hebrew translationYair Hershkovitz2008-01-082-492/+643
| | | | svn path=/trunk/; revision=7854
* Updated Belarusian Latin translation.Ihar Hrachyshka2008-01-062-314/+399
| | | | svn path=/trunk/; revision=7851
* Update to new coding guidelines.Xan Lopez2008-01-051-18/+20
| | | | svn path=/trunk/; revision=7850
* Updated Kurdish translationErdal Ronahi2008-01-052-62/+56
| | | | svn path=/trunk/; revision=7849
* Updated Vietnamese translationClytie Siddall2008-01-042-955/+1091
| | | | svn path=/trunk/; revision=7848
* Updated Norwegian bokmål translation.Kjartan Maraas2008-01-042-260/+308
| | | | | | | | 2008-01-03 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=7847
* Updated Malayalam TranslationAni Peter2008-01-031-0/+3
| | | | svn path=/trunk/; revision=7846
* Updated Malayalam TranslationAni Peter2008-01-031-1483/+1585
| | | | svn path=/trunk/; revision=7845
* Updated Swedish translation.Daniel Nylander2008-01-032-260/+284
| | | | | | | * sv/sv.po: Updated Swedish translation. svn path=/trunk/; revision=7844
* Updated Occitan translationYannig MARCHEGAY2008-01-013-456/+599
| | | | svn path=/trunk/; revision=7842
* Updated Basque translation.Inaki Larranaga Murgoitio2007-12-312-669/+826
| | | | | | | | | 2007-12-31 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=7841
* Fix typo when building the back/forward history menuJan Michael C. Alonzo2007-12-311-1/+1
| | | | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=506563 modified: src/ephy-navigation-action.c svn path=/trunk/; revision=7840
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-12-312-380/+627
| | | | svn path=/trunk/; revision=7839
* sv.po: Swedish translation updatedDaniel Nylander2007-12-312-438/+561
| | | | svn path=/trunk/; revision=7838
* Stub new history interfaces in WebKit until the needed API landsXan Lopez2007-12-301-33/+34
| | | | | | on trunk. svn path=/trunk/; revision=7837
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-306-246/+19
| | | | | | Closes bug #506005 svn path=/trunk/; revision=7836
* Make MozillaHistoryItem create url and title on demand.Xan Lopez2007-12-307-51/+116
| | | | | | Adapt code to the API change. svn path=/trunk/; revision=7835
* Use the new interfaces for backward/forward menus.Xan Lopez2007-12-304-61/+41
| | | | | | | | | | | Store nth data in the HistoryItem itself. Try to use HISTORY_ITEM_DATA_KEY data from object in navigation action before falling back to URL_DATA_KEY. Bug #506005 svn path=/trunk/; revision=7834
* Mozilla implementation of the embed history interfaces.Xan Lopez2007-12-305-4/+219
| | | | svn path=/trunk/; revision=7833
* Add new embed history interfaces.Xan Lopez2007-12-305-81/+282
| | | | svn path=/trunk/; revision=7832
* Updated Dutch translationReinout van Schouwen2007-12-282-264/+362
| | | | | | | 2007-12-28 Reinout van Schouwen <reinouts@gnome.org> * nl.po: Updated Dutch translation svn path=/trunk/; revision=7831
* Translation updated by Ivar SmolinPriit Laes2007-12-282-64/+97
| | | | | | | | 2007-12-27 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=7830
* If is_blank is TRUE then set title to Blank page without checking whetherXan Lopez2007-12-271-2/+2
| | | | | | title was NULL or not. Fixes (again!) empty new tabs. svn path=/trunk/; revision=7829
* Catch bookmarks and history in EphyLocationActionPrivate, it's smarter.Diego Escalante Urrelo2007-12-273-12/+15
| | | | | | | Fixes bug #505777. svn path=/trunk/; revision=7828
* Have the completion func also check the bookmark URLs for matches as it doesDiego Escalante Urrelo2007-12-271-3/+14
| | | | | | | | with history items. Fixes bug #505683. svn path=/trunk/; revision=7827
* Avoid duplicated history and bookmark entries for the same url in the Diego Escalante Urrelo2007-12-271-0/+24
| | | | | | | | completion popup. Fixes bug #392979. svn path=/trunk/; revision=7826
* Make libnotify optional, completes the previous commit by chpe.Diego Escalante Urrelo2007-12-271-4/+38
| | | | svn path=/trunk/; revision=7825
* Whitespace fixes.Xan Lopez2007-12-271-2/+2
| | | | svn path=/trunk/; revision=7824
* Make libnotify dep optional.Christian Persch2007-12-271-1/+9
| | | | svn path=/trunk/; revision=7823
* Remove a trailing whitespace.Diego Escalante Urrelo2007-12-261-1/+1
| | | | svn path=/trunk/; revision=7822
* Moves the completion_func from lib/widgets/ephy-location-entry.c toDiego Escalante Urrelo2007-12-263-101/+121
| | | | | | | | | | | src/ephy-location-action.c. Adds a function to set the completion_func in lib/widgets/ephy-location-entry.c|h. Part of bug #392979. svn path=/trunk/; revision=7821
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-262-251/+281
| | | | svn path=/trunk/; revision=7820
* Implement "select all" for WebKit backend. (#505569)Xan Lopez2007-12-251-0/+2
| | | | | | Patch by Luca Bruno. svn path=/trunk/; revision=7819
* Display a single host entry in the History Window also when the same hostCosimo Cecchi2007-12-251-10/+21
| | | | | | | is visited with different protocols (http and https). Fix bug #313481. svn path=/trunk/; revision=7818
* Fix missing tab title on empty page.Cosimo Cecchi2007-12-251-5/+6
| | | | | | Bug #503854. svn path=/trunk/; revision=7817
* Add instructions on how to resize the text entry box of a smart bookmarkCosimo Cecchi2007-12-241-0/+14
| | | | | | on the toolbar. Bug #415473. svn path=/trunk/; revision=7816
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-242-64/+98
| | | | svn path=/trunk/; revision=7815
* Quick fix for a warning produced by my previous update to epiphany.defs,Diego Escalante Urrelo2007-12-241-1/+1
| | | | | | | ephy_embed_get_loading_title is actually const-char* not char*. svn path=/trunk/; revision=7814
* Add extra methods to EphyEmbed object:Diego Escalante Urrelo2007-12-241-27/+94
| | | | | | | | | | | | | | | | | | | | | get_go_up_list get_security_level get_zoom get_document_type get_load_percent get_load_status get_navigation_flags get_typed_address get_address get_status_message get_icon get_icon_address get_is_blank get_loading_title get_encoding svn path=/trunk/; revision=7813
* Enable multiple selection in download dialog, now you can cancel more than oneDiego Escalante Urrelo2007-12-241-19/+45
| | | | | | | | | download at a time. Note that this has no effect over the Pause button, only over Stop. Bug #327734. svn path=/trunk/; revision=7812
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-2/+8
| | | | svn path=/trunk/; revision=7811
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-8/+37
| | | | svn path=/trunk/; revision=7810
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-1/+1
| | | | svn path=/trunk/; revision=7809
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-3/+11
| | | | svn path=/trunk/; revision=7808
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-242-1/+9
| | | | svn path=/trunk/; revision=7807
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-3/+2
| | | | svn path=/trunk/; revision=7806
* Fixes for xr 1.9. Bug #503657.Christian Persch2007-12-241-1/+18
| | | | svn path=/trunk/; revision=7805
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-0/+3
| | | | svn path=/trunk/; revision=7804
* Add ifdefs for xr 1.9. Part of bug #503657.Christian Persch2007-12-242-7/+41
| | | | svn path=/trunk/; revision=7803
* download-dialog hidden state is now saved to gconf. New downloads started while Diego Escalante Urrelo2007-12-245-13/+114
| | | | | | | | | | the dialog is hidden pop-up a notification (as in libnotify). We now require libnotify to build. Fixes bug #311209. svn path=/trunk/; revision=7802
* Translation updated by Ivar SmolinPriit Laes2007-12-232-132/+177
| | | | | | | | 2007-12-23 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=7801
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-12-232-507/+342
| | | | svn path=/trunk/; revision=7800
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-232-187/+224
| | | | svn path=/trunk/; revision=7799
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-232-81/+103
| | | | svn path=/trunk/; revision=7798
* Also fix parent instance/class for MozillaEmbed.Xan Lopez2007-12-232-3/+3
| | | | svn path=/trunk/; revision=7797
* Fix parent class/instance types.Xan Lopez2007-12-221-2/+3
| | | | svn path=/trunk/; revision=7796
* Implement clipboard operations for WebKit.Xan Lopez2007-12-222-39/+65
| | | | svn path=/trunk/; revision=7795
* Adds a "Clear All" dialog to clear all the privacy information, and a helpCosimo Cecchi2007-12-215-332/+385
| | | | | | section explaining its usage. Close bug #148314. svn path=/trunk/; revision=7793
* Updated Slovenian translationMatej Urbančič2007-12-201-93/+99
| | | | svn path=/trunk/; revision=7792
* Middle click on entries in History Window and Bookmark Editor opens the pageCosimo Cecchi2007-12-202-0/+46
| | | | | | in a new tab. Close bug #385037. svn path=/trunk/; revision=7791
* Updated Norwegian bokmål translation.Kjartan Maraas2007-12-192-69/+88
| | | | | | | | 2007-12-19 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=7790
* Hide the Toolbar Editor, if active, when switching to Fullscreen mode.Cosimo Cecchi2007-12-191-0/+11
| | | | | | Bug #163762. svn path=/trunk/; revision=7789
* Updated Dutch translationReinout van Schouwen2007-12-192-107/+174
| | | | | | | | | 2007-12-18 Reinout van Schouwen <reinouts@gnome.org> * nl.po: Updated Dutch translation svn path=/trunk/; revision=7788
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-192-60/+70
| | | | svn path=/trunk/; revision=7787
* Readd "Add to Bookmark" entry to the document context menu.Cosimo Cecchi2007-12-192-0/+7
| | | | | | Bug #332968. svn path=/trunk/; revision=7786
* Indentation fix for previous commit.Cosimo Cecchi2007-12-191-2/+2
| | | | svn path=/trunk/; revision=7785
* Add middle-click-paste for smart bookmarks, as it is for new tab/windowCosimo Cecchi2007-12-191-0/+69
| | | | | | buttons. Close bug #378165. svn path=/trunk/; revision=7784
* Translation updated by Ivar Smolin.Priit Laes2007-12-182-30/+41
| | | | | | | | 2007-12-18 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=7783
* Track WebKit upstream API changes r28817, r28818Alp Toker2007-12-181-6/+16
| | | | | | This makes current location and page title updates work more consistently. svn path=/trunk/; revision=7782
* Constify char* parameter for ephy_base_embed_location_changed.Xan Lopez2007-12-182-2/+2
| | | | svn path=/trunk/; revision=7781
* "Backported" Italian translation from gnome-2-20Luca Ferretti2007-12-172-647/+889
| | | | | | | | | 2007-12-17 Luca Ferretti <elle.uca@libero.it> * it.po: "Backported" Italian translation from gnome-2-20 svn path=/trunk/; revision=7780
* Enable our filechooser by default, now the default builds will have nice imageDiego Escalante Urrelo2007-12-171-1/+1
| | | | | | | previews in the filechooser. Read: nice previews when uploading pictures. svn path=/trunk/; revision=7779
* Post release version bump.Christian Persch2007-12-161-1/+1
| | | | svn path=/trunk/; revision=7778
* Release 2.21.4.RELEASE_2_21_4Christian Persch2007-12-169-153/+344
| | | | svn path=/trunk/; revision=7776
* Add comment.Christian Persch2007-12-161-0/+1
| | | | svn path=/trunk/; revision=7775
* Don't store the tabs menu accels in the accel map file.Christian Persch2007-12-161-1/+3
| | | | svn path=/trunk/; revision=7774
* Fix comment.Christian Persch2007-12-161-1/+1
| | | | svn path=/trunk/; revision=7773
* Update NEWS for 2.21.4Reinout van Schouwen2007-12-161-6/+81
| | | | svn path=/trunk/; revision=7772
* Update NEWS.Xan Lopez2007-12-161-0/+54
| | | | svn path=/trunk/; revision=7771
* Updated Norwegian bokmål translation.Kjartan Maraas2007-12-152-33/+38
| | | | | | | | 2007-12-15 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=7770
* Do not call webkit_init() (it's going away soon) and onlyXan Lopez2007-12-152-5/+2
| | | | | | include <webkit.h>. svn path=/trunk/; revision=7769
* Translation of "status bar" fixed by Rodrigo Flores.Leonardo Ferreira Fontenelle2007-12-142-4/+9
| | | | | | | | 2007-12-13 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Translation of "status bar" fixed by Rodrigo Flores. svn path=/trunk/; revision=7768
* Updated Slovenian translationMatej Urbančič2007-12-102-148/+216
| | | | svn path=/trunk/; revision=7766
* Small cleanup in webkit-embed-persist.cXan Lopez2007-12-101-36/+21
| | | | svn path=/trunk/; revision=7765
* Rename cpp files to c in the WebKit backend; they are pure C.Xan Lopez2007-12-105-6/+8
| | | | | | Also fix a couple of compiler warnings. svn path=/trunk/; revision=7764
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-102-28/+40
| | | | svn path=/trunk/; revision=7763
* Add "node-middle-clicked" signal to EphyNodeView.Cosimo Cecchi2007-12-082-0/+38
| | | | | | Part of bug #385037. svn path=/trunk/; revision=7762
* Add secondary text in confirmation dialogs for "Remove All" items in the PDM.Cosimo Cecchi2007-12-081-6/+12
| | | | | | Fix bug #499074. svn path=/trunk/; revision=7761
* Remove a FIXME in ephy_file_delete_directory. The function is alreadyDiego Escalante Urrelo2007-12-081-1/+0
| | | | | | | implemented. svn path=/trunk/; revision=7760
* Updated Norwegian bokmål translation.Kjartan Maraas2007-12-072-571/+470
| | | | | | | | 2007-12-06 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=7759
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-062-6/+10
| | | | svn path=/trunk/; revision=7758
* Updated Russian translation.Vasiliy Faronov2007-12-062-20/+25
| | | | | | | | | 2007-12-06 Vasiliy Faronov <qvvx@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=7757
* Updated Russian translation.Vasiliy Faronov2007-12-062-1476/+1586
| | | | | | | | | 2007-12-06 Vasiliy Faronov <qvvx@yandex.ru> * ru/ru.po: Updated Russian translation. svn path=/trunk/; revision=7756
* Fixes in Brazilian Portugues translation. This version was imported fromLeonardo Ferreira Fontenelle2007-12-062-367/+729
| | | | | | | | | 2007-12-05 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Fixes in Brazilian Portugues translation. This version was imported from trunk gnome-2-20. svn path=/trunk/; revision=7755
* Updated Catalan translationGil Forcada Codinachs2007-12-052-881/+2190
| | | | svn path=/trunk/; revision=7753
* Translation updated by Priit Laes.Priit Laes2007-12-032-4/+8
| | | | | | | | 2007-12-03 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Priit Laes. svn path=/trunk/; revision=7752
* Translation updated by Ivar Smolin.Priit Laes2007-12-032-10/+71
| | | | | | | | 2007-12-03 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=7751
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-12-031-1/+1
| | | | svn path=/trunk/; revision=7750
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-12-032-529/+823
| | | | svn path=/trunk/; revision=7749
* configure.ac: remove leading Xs in conditionals (with 2 exceptions)Jan Michael C. Alonzo2007-12-031-18/+18
| | | | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=501108 modified: configure.ac svn path=/trunk/; revision=7748
* Fix configure summary output for both mozilla and webkitJan Michael C. Alonzo2007-12-031-13/+23
| | | | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=478196 modified: configure.ac svn path=/trunk/; revision=7747
* Update epiphany.schemas.in according to the changes in bug #380156.Cosimo Cecchi2007-12-031-2/+2
| | | | | | Fix bug #132808. svn path=/trunk/; revision=7746
* Updated Korean translation.Changwoo Ryu2007-12-022-700/+866
| | | | svn path=/trunk/; revision=7745
* Squashed commit of the following:Jan Michael C. Alonzo2007-12-022-0/+7
| | | | | | | | | | | | commit 8ee24f8e307d08d90a7caedf570831c1cab9f708 Author: Jan Michael Alonzo <jmalonzo@unpluggable.com> Date: Sun Dec 2 06:19:44 2007 +1100 wrap EphyEmbedContainer interface - http://bugzilla.gnome.org/show_bug.cgi?id=500729 svn path=/trunk/; revision=7744
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-012-7/+71
| | | | svn path=/trunk/; revision=7743
* Updated Belarusian Latin translation.Ihar Hrachyshka2007-12-012-135/+188
| | | | svn path=/trunk/; revision=7742
* Updated Galician Translation. Updated.Ignacio Casal Quinteiro2007-12-013-384/+471
| | | | | | | | | | 2007-12-01 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gl.po: Updated Galician Translation. * POTFILES.in: Updated. svn path=/trunk/; revision=7741
* Match WebKit/GTK+ API changes made in WebKit SVN r28273Alp Toker2007-12-012-34/+34
| | | | | | | | | http://bugs.webkit.org/show_bug.cgi?id=15691 [GTK] Public API does not follow GTK+ conventions This change is part of the current API stabilization effort. svn path=/trunk/; revision=7740
* Need to put the parent struct first.Christian Persch2007-11-291-0/+2
| | | | svn path=/trunk/; revision=7739
* Initialize the title property to "Blank page" in EphyBaseEmbed.Xan Lopez2007-11-271-0/+1
| | | | | | Bug #499803 svn path=/trunk/; revision=7732
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2007-11-262-400/+434
| | | | | | | | | 2007-11-26 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=7731
* Fix empty line on bookmark tooltip when bookmark has no title.Cosimo Cecchi2007-11-251-5/+21
| | | | | | Close bug #499226. svn path=/trunk/; revision=7730
* Translation updated by Ivar Smolin.Priit Laes2007-11-252-115/+123
| | | | | | | | 2007-11-25 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=7729
* Translation updatedGabor Kelemen2007-11-252-404/+438
| | | | | | | | | 2007-11-24 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated svn path=/trunk/; revision=7728
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-242-118/+123
| | | | svn path=/trunk/; revision=7727
* nl.po: UReinout van Schouwen2007-11-231-395/+444
| | | | svn path=/trunk/; revision=7726
* 2007-11-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-231-1/+1
| | | | | | | | | | * 2007-11-22 Reinout van Schouwen <reinouts@gnome.org> - bookmarks/ephy-bookmark-action.c: unbreak the build. Use g_strdup_printf. svn path=/trunk/; revision=7725
* 2007-11-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-231-1/+1
| | | | | | | | | | * 2007-11-22 Reinout van Schouwen <reinouts@gnome.org> - bookmarks/ephy-bookmark-action.c: reword tooltip. Followup to http://bugzilla.gnome.org/show_bug.cgi?id=492695 svn path=/trunk/; revision=7724
* Updated Occitan translationYannig MARCHEGAY2007-11-223-22/+24
| | | | svn path=/trunk/; revision=7723
* Updated German translation.Hendrik Richter2007-11-211-2/+2
| | | | | | | | 2007-11-21 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=7721
* Updated Occitan translationYannig MARCHEGAY2007-11-212-69/+60
| | | | svn path=/trunk/; revision=7720
* Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window andCosimo Cecchi2007-11-194-5/+17
| | | | | | | bookmarks editor views use it to display address and title columns. Fix bug #132808. svn path=/trunk/; revision=7719
* Fix a bug in EphyNodeView which caused weird problems when setting columnsCosimo Cecchi2007-11-193-5/+20
| | | | | | | | as resizable; thanks to Kristian Rietveld for finding out the cause. Make history window columns resizable and bookmarks editor columns resizable and sortable. Part of bug #132808. svn path=/trunk/; revision=7718
* Move EphyNotebook to G_DEFINE_TYPE.Xan Lopez2007-11-181-56/+19
| | | | svn path=/trunk/; revision=7717
* Use go_back and go_forward methods for navigation.Xan Lopez2007-11-181-5/+2
| | | | | | | Instead of jumping to -1 and +1 in the history. Less code, and it even works in WebKit :) svn path=/trunk/; revision=7716
* Remove unused variable in WebKitEmbed class_init.Xan Lopez2007-11-181-1/+0
| | | | svn path=/trunk/; revision=7715
* Fix vfunc for get_visibility in EphyEmbed interface.Xan Lopez2007-11-181-1/+1
| | | | svn path=/trunk/; revision=7714
* Move size-to code to the gecko backend.Xan Lopez2007-11-182-74/+138
| | | | | | Last part of bug #490672 svn path=/trunk/; revision=7713
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-186-1/+87
| | | | svn path=/trunk/; revision=7712
* Re-enable popup management code in EphyBaseEmbed.Xan Lopez2007-11-173-317/+312
| | | | | | | Plus a small bugfix in MozillaEmbed about GtkMozembed vs. EphyEmbed confusion. svn path=/trunk/; revision=7711
* Rename EphyEmbedContainer implementations in EphyWindow.Xan Lopez2007-11-171-35/+36
| | | | | | | Do not use the ephy_window prefix for them, it's confusing. Also, save the function call for get_active_child. svn path=/trunk/; revision=7710
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-176-65/+57
| | | | | | | | Also make it read-only and make the setter in EphyWindow semi-private for now (should be removed eventually, making the window be notified from the embed of the status). svn path=/trunk/; revision=7709
* Rename param to "set_active".Christian Persch2007-11-172-5/+7
| | | | svn path=/trunk/; revision=7708
* Yes, tabs.Xan Lopez2007-11-171-8/+8
| | | | svn path=/trunk/; revision=7707
* Add type checkings in the EmbedContainer interface, not in the implementations.Xan Lopez2007-11-172-30/+42
| | | | svn path=/trunk/; revision=7706
* Do not change session saving format ;)Xan Lopez2007-11-171-2/+2
| | | | svn path=/trunk/; revision=7705
* Return the new tab's position.Christian Persch2007-11-171-4/+2
| | | | svn path=/trunk/; revision=7704
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-175-17/+19
| | | | | | | Rename it to active-child and fix a bug in the set_property function in EphyWindow, where the wrong function was being called for this property. svn path=/trunk/; revision=7703
* Unbreak the build...Xan Lopez2007-11-171-4/+4
| | | | svn path=/trunk/; revision=7702
* Use right GtkPaned API to pack history window vbox.Cosimo Cecchi2007-11-171-2/+2
| | | | | | Fix bug #422947. svn path=/trunk/; revision=7701
* Make EphyEmbedContainer add_child method return the child's new position ↵Xan Lopez2007-11-173-5/+8
| | | | | | inside the container. svn path=/trunk/; revision=7700
* Rename ephy_embed_container_jump_to_child to ↵Xan Lopez2007-11-165-17/+17
| | | | | | ephy_embed_container_set_active_child. svn path=/trunk/; revision=7699
* Bump API versionChristian Persch2007-11-161-1/+1
| | | | svn path=/trunk/; revision=7698
* Do not expose {add,remove}_child methods from EphyEmbedContainer to bindings.Xan Lopez2007-11-161-20/+0
| | | | svn path=/trunk/; revision=7697
* Untabify ephy-embed-container.hXan Lopez2007-11-161-9/+9
| | | | svn path=/trunk/; revision=7696
* And port all the callers in src/Xan Lopez2007-11-1614-61/+113
| | | | svn path=/trunk/; revision=7695
* Change epiphany.defsXan Lopez2007-11-161-47/+53
| | | | svn path=/trunk/; revision=7694
* Port EphyWindow to the new interface.Xan Lopez2007-11-162-220/+193
| | | | svn path=/trunk/; revision=7693
* Add EphyEmbedContainer.Xan Lopez2007-11-163-0/+266
| | | | svn path=/trunk/; revision=7692
* Use G_DEFINE_TYPE for EphyWindow.Xan Lopez2007-11-161-54/+15
| | | | svn path=/trunk/; revision=7691
* Remove EphyTabChristian Persch2007-11-161-1/+0
| | | | svn path=/trunk/; revision=7690
* Translation updated by Ivar Smolin.Priit Laes2007-11-152-36/+15
| | | | | | | | 2007-11-15 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=7689
* embed/ephy-history.h: build fix, missing commaJan Michael C. Alonzo2007-11-141-1/+1
| | | | svn path=/trunk/; revision=7688
* Add icon-updated signal to EphyHistory.Xan Lopez2007-11-144-27/+50
| | | | | | Use it to update the bookmarks icon, as it was done in EphyTab before. svn path=/trunk/; revision=7687
* Uncomment icon update for history in EphyBaseEmbed, it works just fine.Xan Lopez2007-11-141-8/+5
| | | | svn path=/trunk/; revision=7686
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-132-11/+16
| | | | svn path=/trunk/; revision=7685
* Remove last remainings of EphyTab.Xan Lopez2007-11-132-426/+0
| | | | svn path=/trunk/; revision=7684
* Fix: http being appended to 'about' pages. (Bug #496136)Jan Michael C. Alonzo2007-11-131-3/+4
| | | | svn path=/trunk/; revision=7683
* Updated Belarusian Latin translation.Ihar Hrachyshka2007-11-132-157/+212
| | | | svn path=/trunk/; revision=7682
* Use load-status instead of net-stop in EphySession.Xan Lopez2007-11-131-23/+30
| | | | | | Also added a type check in ephy_session_save for the session object. svn path=/trunk/; revision=7680
* Don't connect to destroy-browser, we do nothing in the cb and it's ↵Xan Lopez2007-11-131-12/+0
| | | | | | GtkMozEmbed specific. svn path=/trunk/; revision=7679
* Fix backend name for WebKit and update docs in ↵Xan Lopez2007-11-132-2/+2
| | | | | | ephy_embed_single_get_backend_name. svn path=/trunk/; revision=7678
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-132-57/+66
| | | | svn path=/trunk/; revision=7677
* Translation updated by Ivar Smolin.Priit Laes2007-11-132-57/+71
| | | | | | | | 2007-11-12 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=7676
* Updated Slovenian translationMatej Urbančič2007-11-122-373/+380
| | | | svn path=/trunk/; revision=7675
* Call webkit_init in engine initialization to avoid crashes. (Bug #496114)Jan Michael C. Alonzo2007-11-122-2/+4
| | | | svn path=/trunk/; revision=7674
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-1/+1
| | | | | | | | | | * 2007-11-12 Reinout van Schouwen <reinouts@gnome.org> - mozilla/EphyAboutModule.cpp: move comment one line down so it shows up in the .po files svn path=/trunk/; revision=7673
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-1/+2
| | | | | | | | | | | * 2007-11-12 Reinout van Schouwen <reinouts@gnome.org> - mozilla/EphyAboutModule.cpp: s/Epiphany/the web browser and add translator comment to indicate that %s means LSB_DISTRIBUTOR svn path=/trunk/; revision=7671
* Sets page header and footer margins to a reasonable value when printing.Cosimo Cecchi2007-11-121-0/+7
| | | | | | Workaround for bug #346110. Patch by Dale Parquette. svn path=/trunk/; revision=7670
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-0/+39
| | | | | | | | | | * 2007-11-12 Reinout van Schouwen <reinouts@gnome.org> - glade/prefs-dialog.glade: add explanation label to "Only from sites you visit" radio button. Fixes bug 493422. svn path=/trunk/; revision=7669
* Implement grab_focus in EphyBaseEmbed.Xan Lopez2007-11-123-25/+26
| | | | | | | | We still need a custom implementation in MozillaEmbed because the child of the embed won't exist until the widget is realized, so there is no point in grabbing focus until then. svn path=/trunk/; revision=7668
* We don't inherit nothing from GtkMozEmbed anymore.Xan Lopez2007-11-121-14/+0
| | | | svn path=/trunk/; revision=7667
* Remove unused ge_content_changed.Xan Lopez2007-11-123-23/+0
| | | | svn path=/trunk/; revision=7666
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-124-48/+0
| | | | svn path=/trunk/; revision=7665
* Remove unused ge-location signal.Xan Lopez2007-11-123-24/+0
| | | | svn path=/trunk/; revision=7664
* Hide Back/Forward buttons when disable_history lockdown key is enabled. MakeCyril Brulebois2007-11-122-1/+7
| | | | | | | the call to gtk_widget_show() in editable toolbar's create_item_from_action() conditional. Fixes bug #394795. svn path=/trunk/; revision=7663
* sv.po: Updated Swedish translationDaniel Nylander2007-11-121-2/+2
| | | | svn path=/trunk/; revision=7662
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-112-29/+59
| | | | svn path=/trunk/; revision=7661
* sv.po: Updated Swedish translationDaniel Nylander2007-11-112-341/+375
| | | | svn path=/trunk/; revision=7660
* Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the lastCyril Brulebois2007-11-114-12/+10
| | | | | | | calls to gtk_entry_set_editable, gtk_menu_item_remove_submenu, and gtk_tool_item_set_tooltip to the appropriate replacements in Gtk 2.12. svn path=/trunk/; revision=7659
* Oops, readd missing variable.Xan Lopez2007-11-111-0/+1
| | | | svn path=/trunk/; revision=7658
* Don't use mozilla-like variable names for parameters.Xan Lopez2007-11-111-4/+4
| | | | svn path=/trunk/; revision=7657
* Implement close for WebKitEmbed (simply destroys the widget).Xan Lopez2007-11-111-1/+1
| | | | svn path=/trunk/; revision=7656
* Translation updated by Ivar Smolin.Priit Laes2007-11-112-256/+295
| | | | | | | | 2007-11-10 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=7655
* ge-search-key-press is in EphyEmbed, not GtkMozEmbed.Xan Lopez2007-11-101-1/+2
| | | | svn path=/trunk/; revision=7654
* Add a checkbox to enable case-sensitive search (disabled by default). No longerCyril Brulebois2007-11-101-8/+84
| | | | | | rely on the presence of uppercase characters to activate case-sensitive search. svn path=/trunk/; revision=7653
* Add a "Remove all" button to the Personal Data Manager for both the cookies andCyril Brulebois2007-11-092-2/+321
| | | | | | the passwords. A confirmation dialogue is used. Addresses bug #148314. svn path=/trunk/; revision=7652
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-082-4/+8
| | | | svn path=/trunk/; revision=7651
* Add a space to the reload page alertCyril Brulebois2007-11-081-1/+1
| | | | svn path=/trunk/; revision=7650
* Trigger the ChangeLog generation during "make dist".Cyril Brulebois2007-11-081-0/+2
| | | | svn path=/trunk/; revision=7649
* Ship epiphany.{defs,override} regardless of whether python is enabled. Fixes ↵Cyril Brulebois2007-11-081-11/+3
| | | | | | bug #310811 svn path=/trunk/; revision=7648
* Fix invalid cast and make the find toolbar work again after EphyBaseEmbedCosimo Cecchi2007-11-081-1/+1
| | | | | | transition. svn path=/trunk/; revision=7647
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-072-231/+221
| | | | svn path=/trunk/; revision=7645
* Adds a NULL check to avoid passing illegal values to strtol in ephy-session.Cosimo Cecchi2007-11-071-0/+2
| | | | | | Patch by Ed Catmur. Fix bug #493148. svn path=/trunk/; revision=7644
* Enable a --with-distributor-name configure option, defaulting to Epiphany.Cyril Brulebois2007-11-072-3/+22
| | | | | | | Use it on an error page to designate the distributors/developers to contact. Fixes bug #433796. svn path=/trunk/; revision=7643
* Make the password dialog use ephy-time-helpers instead of stock strftime.Cosimo Cecchi2007-11-071-5/+2
| | | | | | Fix bug #494158. svn path=/trunk/; revision=7642
* Adds a column in the history window showing the date and the time of theCosimo Cecchi2007-11-075-60/+455
| | | | | | | | visit, substitutes radiobuttons with checkboxes in the View menu of the window. Also, adds lib/ephy-time-helpers that contains a strftime() implementation. Fix bug #380156. svn path=/trunk/; revision=7641
* Fixed a bug in be@latin translation.Ihar Hrachyshka2007-11-071-7/+7
| | | | svn path=/trunk/; revision=7640
* Connect to "hovering-over-link" signal in WebKit to set link_message.Cosimo Cecchi2007-11-071-0/+11
| | | | svn path=/trunk/; revision=7638
* Added Belarusian Latin translation by Aleś Navicki.Ihar Hrachyshka2007-11-073-0/+4359
| | | | svn path=/trunk/; revision=7637
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-064-8/+14
| | | | svn path=/trunk/; revision=7636
* Fix webkit backend build, and modify indentation to match new style.Xan Lopez2007-11-064-128/+121
| | | | svn path=/trunk/; revision=7635
* Modify HACKING file to reflect changes in default indent style.Xan Lopez2007-11-061-1/+4
| | | | svn path=/trunk/; revision=7634
* Add uncrustify kr-gnome-indent.cfg file.Xan Lopez2007-11-061-0/+100
| | | | | | File used to convert source files with uncrustify to new indentation style. svn path=/trunk/; revision=7633
* Use ephy_embed_utils_address_has_web_scheme instead of our own copy.Xan Lopez2007-11-061-20/+2
| | | | svn path=/trunk/; revision=7632
* Use K&R (pseudo) indentation style for new files.Xan Lopez2007-11-062-462/+391
| | | | svn path=/trunk/; revision=7631
* Update the WebKit backend to use EphyBaseEmbed.Xan Lopez2007-11-063-431/+32
| | | | | | | The way both backends track progress seem to be very different, so I've exported the set_load_percent to get this going for now. svn path=/trunk/; revision=7630
* Put size_allocate hack in MozillaEmbed now.Xan Lopez2007-11-061-0/+23
| | | | svn path=/trunk/; revision=7629
* Move all common functionality from MozillaEmbed to EphyBaseEmbed.Xan Lopez2007-11-063-1537/+1460
| | | | svn path=/trunk/; revision=7628
* Put the properties in EphyBaseEmbed rather than in the interface.Xan Lopez2007-11-062-103/+159
| | | | | | Backends still override them completely at this point. svn path=/trunk/; revision=7627
* Create EphyBaseEmbed, make MozillaEmbed a subclass of it.Xan Lopez2007-11-066-50/+218
| | | | | | | | EphyBaseEmbed is an abstract class that will implement the generic bits common to any Epiphany backend. In this first commit it does nothing but serve as the parent class for the mozilla embedding widget. svn path=/trunk/; revision=7626
* Get rid of the AM_CHECK_PYMOD underquoted definition warningCyril Brulebois2007-11-061-1/+1
| | | | svn path=/trunk/; revision=7625
* Fixes to Catalan translationJordi Mas2007-11-051-6/+6
| | | | svn path=/trunk/; revision=7624
* Add remove_all_passwords method to EphyPasswordManager and implement itCosimo Cecchi2007-11-055-0/+81
| | | | | | | in Mozilla and XulRunner backends. Bug #476411. svn path=/trunk/; revision=7623
* Move "address_has_web_scheme" to ephy-embed-utils.Cosimo Cecchi2007-11-053-20/+20
| | | | svn path=/trunk/; revision=7622
* Moved dom_mouse_click from EphyTab to EphyWindow.Cosimo Cecchi2007-11-052-175/+205
| | | | | | This also makes Modifiers+Click shortcuts work again. svn path=/trunk/; revision=7621
* Translation updated by Priit Laes.Priit Laes2007-11-042-211/+220
| | | | | | | | 2007-11-04 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Priit Laes. svn path=/trunk/; revision=7620
* Update to latest EggToolbarEditor code.Felix Riemann2007-11-042-10/+62
| | | | | | | This supports changing the editor's model during runtime and tries to avoid some possibly leaking signal handlers. Fixes bug #493149. svn path=/trunk/; revision=7619
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-032-209/+218
| | | | svn path=/trunk/; revision=7618
* Updated Galician Translation.Ignacio Casal Quinteiro2007-11-032-314/+351
| | | | svn path=/trunk/; revision=7617
* Display "Javascript scriptlet" string as tooltip for bookmark action insteadCosimo Cecchi2007-11-031-13/+19
| | | | | | | of the whole javascript code when bookmarking a scriptlet. Fix bug #492695. svn path=/trunk/; revision=7616
* Store the engine in the .pc file.Cosimo Cecchi2007-11-021-0/+1
| | | | | | Bug #463956, patch by Cyril Brulebois. svn path=/trunk/; revision=7615
* Remove trailing whitespace, patch by Cyril Brulebois.Xan Lopez2007-11-011-29/+29
| | | | svn path=/trunk/; revision=7614
* These files shouldn't be in POTFILES.in yetChristian Persch2007-10-292-13/+14
| | | | svn path=/trunk/; revision=7613
* Add a whole bunch of new files. Updated Norwegian bokmål translation.Kjartan Maraas2007-10-293-62/+304
| | | | | | | | | 2007-10-29 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add a whole bunch of new files. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=7612
* Update title property on title-changed signal from webkit.Xan Lopez2007-10-291-0/+5
| | | | svn path=/trunk/; revision=7611
* Add dummy popup management properties to the webkit backend.Xan Lopez2007-10-291-36/+48
| | | | | | Also, untabify. svn path=/trunk/; revision=7610
* Use -1 as tab size hereChristian Persch2007-10-281-2/+2
| | | | svn path=/trunk/; revision=7609
* Can't use an interface type in signal registrationChristian Persch2007-10-281-1/+1
| | | | svn path=/trunk/; revision=7608
* Can't use an interface type in property registrationChristian Persch2007-10-281-1/+1
| | | | svn path=/trunk/; revision=7607
* Can't use an interface type in signal registrationChristian Persch2007-10-281-2/+2
| | | | svn path=/trunk/; revision=7606
* Remove EphyTabChristian Persch2007-10-282-85/+12
| | | | svn path=/trunk/; revision=7605
* Remove EphyTabChristian Persch2007-10-281-11/+10
| | | | svn path=/trunk/; revision=7604
* Remove EphyTabChristian Persch2007-10-281-34/+22
| | | | svn path=/trunk/; revision=7603
* Remove EphyTabChristian Persch2007-10-281-7/+7
| | | | svn path=/trunk/; revision=7602
* Remove EphyTabChristian Persch2007-10-281-4/+5
| | | | svn path=/trunk/; revision=7601
* Remove EphyTabChristian Persch2007-10-281-11/+11
| | | | svn path=/trunk/; revision=7600
* Remove EphyTabChristian Persch2007-10-281-20/+19
| | | | svn path=/trunk/; revision=7599
* Remove EPhyTab.Christian Persch2007-10-281-16/+8
| | | | svn path=/trunk/; revision=7598
* Remove EphyTab.Christian Persch2007-10-281-7/+3
| | | | svn path=/trunk/; revision=7597
* Remove EphyTab.Christian Persch2007-10-281-7/+6
| | | | svn path=/trunk/; revision=7596