aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove leftover search_entry_clear_cb functionDiego Escalante Urrelo2009-01-051-19/+0
| | | | svn path=/trunk/; revision=8670
* Fix bookmark import of ff3 filesDiego Escalante Urrelo2009-01-051-3/+4
| | | | | | | | ff3 now has some extra stuff in their .html files, so the importer is not always working, the regexp has been improved to fix this. Patch by Wouter Bolsterlee. Fixes bug #552997. svn path=/trunk/; revision=8668
* 2009-01-04 Leonardo Ferreira Fontenelle leonardof@gnome.orgLeonardo Ferreira Fontenelle2009-01-051-155/+163
| | | | | | | * pt_BR.po: Updated Brazilian Portuguese translation. Contributed by César Veiga. svn path=/trunk/; revision=8667
* ephy-window: remove entry clear timeout without chaining finalize.Xan Lopez2009-01-051-3/+3
| | | | svn path=/trunk/; revision=8666
* ephy-window: g_object_get takes a gpointer as first argument.Xan Lopez2009-01-041-7/+6
| | | | svn path=/trunk/; revision=8665
* ephy-window: also open in new tab for ctrl+click.Xan Lopez2009-01-041-1/+5
| | | | svn path=/trunk/; revision=8664
* webkit-embed: do not prefix callbacks with 'webkit_embed', they are static ↵Xan Lopez2009-01-041-33/+33
| | | | | | functions. svn path=/trunk/; revision=8663
* Emit ge-document-type when the mime type of a page is known.Xan Lopez2009-01-041-0/+33
| | | | svn path=/trunk/; revision=8662
* Translation updated by Ivar SmolinPriit Laes2009-01-031-423/+422
| | | | | | | | 2009-01-03 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=8661
* Adapt to the modified GTK+ API.Cosimo Cecchi2009-01-022-2/+2
| | | | svn path=/trunk/; revision=8659
* Use connect_after when connecting to drag-begin so we can override theXan Lopez2009-01-011-2/+2
| | | | | | pixmap that GtkEntry sets in DnD. svn path=/trunk/; revision=8658
* - po/nl.po: Updated Dutch translationReinout van Schouwen2008-12-311-1608/+1336
| | | | | | | | | 2008-12-30 Reinout van Schouwen <reinouts@gnome.org> - po/nl.po: Updated Dutch translation svn path=/trunk/; revision=8657
* Require GTK+ 2.15.0Xan Lopez2008-12-311-1/+1
| | | | svn path=/trunk/; revision=8656
* Delete EphyIconEntry, it's unused.Xan Lopez2008-12-315-583/+0
| | | | svn path=/trunk/; revision=8655
* Update EphySearchEntry test.Xan Lopez2008-12-311-8/+4
| | | | | | There's no 'internal entry' now. svn path=/trunk/; revision=8654
* Port EphySearchEntry to use GtkEntry.Xan Lopez2008-12-314-75/+46
| | | | | | | Also fold into the widget the 'clear' icon instead of creating it twice outside. svn path=/trunk/; revision=8653
* ephy-search-entry: use G_DEFINE_TYPE.Xan Lopez2008-12-311-32/+1
| | | | svn path=/trunk/; revision=8652
* Remove progress from statusbar now that we show it in the location entry.Xan Lopez2008-12-314-65/+0
| | | | svn path=/trunk/; revision=8651
* ephy-window: draw progress inside the location entry.Xan Lopez2008-12-311-0/+42
| | | | svn path=/trunk/; revision=8650
* ephy-location-entry: port to use GtkEntry instead of EphyIconEntry.Xan Lopez2008-12-311-151/+153
| | | | svn path=/trunk/; revision=8649
* ephy-location-entry: remove $Id$ marker.Xan Lopez2008-12-311-1/+0
| | | | svn path=/trunk/; revision=8648
* ephy-location-entry: use G_DEFINE_TYPEXan Lopez2008-12-311-34/+4
| | | | svn path=/trunk/; revision=8647
* Renamed the web inspector checkbutton widget's ID, so that it will beGustavo Noronha Silva2008-12-241-1/+1
| | | | | | | | found by the preferences dialog code. Bug #562446 is related svn path=/trunk/; revision=8642
* Web Inspector property missing from preferences enum.Gustavo Noronha Silva2008-12-241-0/+1
| | | | | | Bug #565485 svn path=/trunk/; revision=8641
* Check text_table for nullity before unrefing it in resolver_found_cb.Gustavo Noronha Silva2008-12-241-1/+4
| | | | | | Bug #565452 svn path=/trunk/; revision=8640
* Open links in new tab with middle click.Xan Lopez2008-12-211-0/+42
| | | | | | Bug #518338 svn path=/trunk/; revision=8639
* Updated Slovenian translationMatej Urbančič2008-12-181-650/+628
| | | | svn path=/trunk/; revision=8638
* Updated Spanish translationJorge Gonzalez Gonzalez2008-12-161-431/+436
| | | | svn path=/trunk/; revision=8637
* Updated Kurdish translationErdal Ronahi2008-12-131-525/+527
| | | | svn path=/trunk/; revision=8636
* And re-add ephy-cookie-manager too.Xan Lopez2008-12-122-0/+363
| | | | svn path=/trunk/; revision=8635
* Enable Web Inspector.Xan Lopez2008-12-126-7/+171
| | | | | | Bug #562446 svn path=/trunk/; revision=8634
* Revert cookies stuff, didn't want to commit that.Xan Lopez2008-12-128-94/+232
| | | | svn path=/trunk/; revision=8633
* Port ephy to use libsoup for cookies.Xan Lopez2008-12-1210-595/+94
| | | | svn path=/trunk/; revision=8632
* window-commands: fix Send Link by Email for URLs with '&'Xan Lopez2008-12-121-20/+26
| | | | | | Bug #549357, patch by Susana Pereira with small modifications. svn path=/trunk/; revision=8631
* webkit-embed: lose not needed casts to GObject.Xan Lopez2008-12-061-6/+6
| | | | svn path=/trunk/; revision=8630
* Implement chrome visibility control in popupsDiego Escalante Urrelo2008-12-031-4/+32
| | | | | | | | Fixes bug #562714. Fullscreen, scrollbar and location bar left out for security/usability. Location bar might be enabled later with something ala-firefox. svn path=/trunk/; revision=8629
* ephy-window: connect web view to web-view-ready signal when it's created.Xan Lopez2008-12-011-7/+7
| | | | | | | | Otherwise we rely on the view to be in the active tab in order for us to be listening to the signal. That's the case right now, but could change if we implement "always open in new tab" functionality. svn path=/trunk/; revision=8628
* Minor fix to Catalan translation thanks to Sílvia MirandaGil Forcada Codinachs2008-11-301-2/+2
| | | | svn path=/trunk/; revision=8627
* Add --enable-tests to configureDiego Escalante Urrelo2008-11-302-2/+17
| | | | | | tests/ will be build by default. svn path=/trunk/; revision=8625
* Enable docs for ephy-spinnerDiego Escalante Urrelo2008-11-306-4/+71
| | | | svn path=/trunk/; revision=8624
* Update documentation for lib/widgets/ephy-spinner.cDiego Escalante Urrelo2008-11-301-83/+86
| | | | svn path=/trunk/; revision=8623
* Document lib/widgets/ephy-zoom-control.cDiego Escalante Urrelo2008-11-306-4/+82
| | | | svn path=/trunk/; revision=8622
* Add testephyzoomcontrol.cDiego Escalante Urrelo2008-11-302-1/+89
| | | | svn path=/trunk/; revision=8621
* ephy-window: use new webkit API to create windows on request.Xan Lopez2008-11-301-0/+52
| | | | svn path=/trunk/; revision=8620
* window: zoom in/out with ctrl+scroll-{up,down}Xan Lopez2008-11-301-0/+30
| | | | | | | | | We connect to the scroll-event of the view directly because GtkScrolledWindow eats all the GdkEventScroll it gets without checking the modifier keys mask, making it impossible to set-up our own handler for scroll-event. svn path=/trunk/; revision=8619
* ephy-toolbar: remove useless realize/unrealize methods.Xan Lopez2008-11-301-16/+0
| | | | svn path=/trunk/; revision=8618
* Remove legacy ephy-history-item from epiphany.hDiego Escalante Urrelo2008-11-271-1/+0
| | | | | | It was breaking the build of things including epiphany.h svn path=/trunk/; revision=8617
* Don't do single includes in lib/egg/egg-toolbarsDiego Escalante Urrelo2008-11-272-3/+2
| | | | svn path=/trunk/; revision=8616
* Correct versionChristian Persch2008-11-171-1/+1
| | | | svn path=/trunk/; revision=8610
* Add translator comment for ISO-8859-1 default value (bug #351163).Claude Paroz2008-11-161-1/+1
| | | | svn path=/trunk/; revision=8609
* Remove libpython check that fails with libtool 2Christian Persch2008-11-111-25/+0
| | | | svn path=/trunk/; revision=8608
* Fix multi-dnd with gtk 2.14Christian Persch2008-11-051-1/+8
| | | | svn path=/trunk/; revision=8607
* Maxim Dziumanenko <dziumanenko@gmail.com>Maxim V. Dziumanenko2008-10-301-1463/+1189
| | | | | | | * Update Ukrainian translation svn path=/trunk/; revision=8604
* Updated Brazilian Portuguese translation.Og B. Maciel2008-10-272-60/+67
| | | | svn path=/trunk/; revision=8602
* sv.po: Updated Swedish translationDaniel Nylander2008-10-271-1457/+1674
| | | | svn path=/trunk/; revision=8600
* ephy-home-action: plug leak.Xan Lopez2008-10-271-2/+2
| | | | | | | Use gtk_action_get_name instead of g_object_get to get the action name so the string isn't duped. svn path=/trunk/; revision=8599
* Added Asturian translation on behalf of Mikel GonzálezGil Forcada Codinachs2008-10-232-0/+4284
| | | | svn path=/trunk/; revision=8597
* Updated Catalan documentationGil Forcada Codinachs2008-10-201-517/+708
| | | | svn path=/trunk/; revision=8593
* Updated Catalan translation by Sílvia MirandaGil Forcada Codinachs2008-10-191-1529/+1253
| | | | svn path=/trunk/; revision=8585
* Update from libeggChristian Persch2008-10-184-108/+232
| | | | svn path=/trunk/; revision=8584
* Use the correct return type for ephy_embed_get_link_message andDiego Escalante Urrelo2008-10-161-2/+2
| | | | | | ephy_embed_get_title svn path=/trunk/; revision=8583
* tests: fix compilation when builddir != srcdirXan Lopez2008-10-141-2/+2
| | | | svn path=/trunk/; revision=8581
* Fix conflicting mnemonics in Clear All Personal DataDiego Escalante Urrelo2008-10-131-3/+12
| | | | | | Reuse existing strings, closes: bug #549892. Patch by Juan Percy Rojas Cruz. svn path=/trunk/; revision=8579
* Updated Spanish translationJorge Gonzalez Gonzalez2008-10-132-529/+620
| | | | svn path=/trunk/; revision=8577
* Updated it translation (Francesco Marletta).Luca Ferretti2008-10-061-364/+361
| | | | svn path=/trunk/; revision=8575
* Fixed Czech UI & manual translation by Lucas Lommer (bug #554110).Petr Kovář2008-09-292-894/+950
| | | | svn path=/trunk/; revision=8571
* Add missing config.hDiego Escalante Urrelo2008-09-291-0/+1
| | | | svn path=/trunk/; revision=8569
* Regenerate docs templates, after new docs addedDiego Escalante Urrelo2008-09-292-113/+149
| | | | svn path=/trunk/; revision=8568
* Correctly title Ephy*Entry widgets in docsDiego Escalante Urrelo2008-09-295-4/+76
| | | | svn path=/trunk/; revision=8567
* Enable ephy-search-entry docs buildDiego Escalante Urrelo2008-09-297-12/+49
| | | | | | Also, create a new Widgets section. svn path=/trunk/; revision=8566
* Minor nitpick in the .h filesDiego Escalante Urrelo2008-09-292-9/+9
| | | | svn path=/trunk/; revision=8565
* Enable ephy-icon-entry docs buildDiego Escalante Urrelo2008-09-296-46/+56
| | | | svn path=/trunk/; revision=8564
* Correctly mark doc comments for parsingDiego Escalante Urrelo2008-09-291-4/+4
| | | | svn path=/trunk/; revision=8563
* Include missing Returns: in commentsDiego Escalante Urrelo2008-09-291-2/+8
| | | | svn path=/trunk/; revision=8562
* Sync comment parameters with actual parametersDiego Escalante Urrelo2008-09-292-6/+6
| | | | svn path=/trunk/; revision=8561
* Avoid the parsing of non doc commentsDiego Escalante Urrelo2008-09-295-7/+7
| | | | svn path=/trunk/; revision=8560
* Update docs for ephy-icon-entryDiego Escalante Urrelo2008-09-291-4/+12
| | | | svn path=/trunk/; revision=8559
* Enable documentation build for ephy-location-entryDiego Escalante Urrelo2008-09-297-63/+341
| | | | | | | | | | | Conflicts: doc/reference/epiphany-sections.txt doc/reference/tmpl/EphySingle.sgml doc/reference/tmpl/ephy-embed.sgml doc/reference/tmpl/epiphany-unused.sgml svn path=/trunk/; revision=8558
* Sync argument names in ephy-location-entry and update docsDiego Escalante Urrelo2008-09-292-27/+56
| | | | | | | | | There were inconsistencies between the .h file and the .c file. Now all the arguments are named 'entry'. Also add documentation for ephy_location_entry_set_match_func and ephy_location_entry_set_completion. svn path=/trunk/; revision=8557
* Document lib/widgets/ephy-location-entry.cDiego Escalante Urrelo2008-09-291-0/+133
| | | | svn path=/trunk/; revision=8556
* Document lib/widgets/ephy-icon-entry.cDiego Escalante Urrelo2008-09-292-0/+33
| | | | | | | | | Functions ephy_icon_entry_pack_widget and ephy_icon_entry_get_entry. Not sure how to extract that to proper gtk-docs and stuff. Document lib/widgets/ephy-search-entry.c svn path=/trunk/; revision=8555
* tephylocationentry.c: can_undo and can_redo testsDiego Escalante Urrelo2008-09-291-0/+41
| | | | svn path=/trunk/; revision=8554
* Reindent to 2 spaces and improve the existing testsDiego Escalante Urrelo2008-09-293-114/+161
| | | | | | Add vim modelines to the files. svn path=/trunk/; revision=8553
* Add testephylocationentry.cDiego Escalante Urrelo2008-09-293-13/+166
| | | | | | See the FIXME about the mystery crasher, it's probably some kind of leak. svn path=/trunk/; revision=8552
* Revert "Makefile fixes."Diego Escalante Urrelo2008-09-291-27/+13
| | | | | | This reverts commit 58afaf81fbf64dfcb779ef2e7531afb4c11693e1. svn path=/trunk/; revision=8551
* Remove useless ephy-node #includeDiego Escalante Urrelo2008-09-291-2/+0
| | | | svn path=/trunk/; revision=8550
* Norayr Chilingaryan <norik@freenet.am>Norayr Chilingaryan2008-09-281-1/+1
| | | | | | 2008-09-28 fixed bug svn path=/trunk/; revision=8549
* Added epiphany armenian translationNorayr Chilingaryan2008-09-282-0/+3420
| | | | svn path=/trunk/; revision=8548
* Print version to stdout, not stderr.Christian Persch2008-09-271-1/+1
| | | | svn path=/trunk/; revision=8547
* Readd --version which was lost when removing libgnome usage.Christian Persch2008-09-271-1/+15
| | | | svn path=/trunk/; revision=8546
* Updated Brazilian Portuguese translation.Og B. Maciel2008-09-261-1616/+1353
| | | | svn path=/trunk/; revision=8545
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of ↵Christian Persch2008-09-2526-170/+3934
| | | | | | GnomeClient. svn path=/trunk/; revision=8541
* Remove thisChristian Persch2008-09-241-3/+0
| | | | svn path=/trunk/; revision=8540
* C/epiphany.xml: Port 2.24 documentation fixes to trunkReinout van Schouwen2008-09-241-6/+22
| | | | | | | | | 2008-09-24 Reinout van Schouwen <reinouts@gnome.org> C/epiphany.xml: Port 2.24 documentation fixes to trunk svn path=/trunk/; revision=8533
* Updated Danish translation, fixes by Ask H. LarsenKenneth Nielsen2008-09-241-4/+4
| | | | svn path=/trunk/; revision=8532
* 2008-09-23 I. Felix <ifelix@redhat.com> ta translation error correctedFelix I2008-09-231-1134/+1316
| | | | svn path=/trunk/; revision=8528
* Fix for GTK+ adjustment policy enforcement:Vincent Untz2008-09-221-2/+2
| | | | | | | | | | 2008-09-22 Vincent Untz <vuntz@gnome.org> * data/glade/prefs-dialog.glade: Fix for GTK+ adjustment policy enforcement: http://mail.gnome.org/archives/desktop-devel-list/2008-September/msg00148.html svn path=/trunk/; revision=8525
* Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>Mugurel Tudor2008-09-221-1424/+2028
| | | | | | | | | 2008-09-22 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro> svn path=/trunk/; revision=8518
* Updated Russian translation.Nickolay V. Shmyrev2008-09-221-1431/+1157
| | | | | | | | | 2008-09-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=8516
* Translation updatedGabor Keleman2008-09-211-2/+2
| | | | svn path=/trunk/; revision=8515
* Remove po/ChangeLog, and depend on intltool 0.40.4 in svn builds.Christian Persch2008-09-211-1/+3
| | | | svn path=/trunk/; revision=8513
* Updated Danish translation by Kenneth NielsenKenneth Nielsen2008-09-211-1433/+1165
| | | | svn path=/trunk/; revision=8511
* Updated Czech translation by Lucas Lommer. Added Czech translation of manual ↵Petr Kovář2008-09-214-134/+3300
| | | | | | by Lucas Lommer. svn path=/trunk/; revision=8508
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2008-09-201-2/+2
| | | | | | | | | 2008-09-19 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=8505
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2008-09-202-1454/+1179
| | | | | | | | | 2008-09-19 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=8504
* Updated zh_CN translation.Funda Wang2008-09-192-502/+506
| | | | svn path=/trunk/; revision=8500
* Updated Thai translation (merge from gnome-2-24 branch).Theppitak Karoonboonyanan2008-09-171-85/+81
| | | | | | | | | 2008-09-17 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation (merge from gnome-2-24 branch). svn path=/trunk/; revision=8494
* Small updateGabor Keleman2008-09-171-1/+1
| | | | svn path=/trunk/; revision=8491
* Small updateGabor Keleman2008-09-161-4/+3
| | | | svn path=/trunk/; revision=8490
* Hungarian translation updatedGabor Keleman2008-09-141-4/+4
| | | | svn path=/trunk/; revision=8484
* Hungarian translation updatedGabor Keleman2008-09-141-510/+502
| | | | svn path=/trunk/; revision=8483
* Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian translationArangel Angov2008-09-141-0/+4
| | | | svn path=/trunk/; revision=8480
* Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian translationArangel Angov2008-09-141-630/+628
| | | | svn path=/trunk/; revision=8479
* Updated Turkish TranslationBaris Cicek2008-09-132-1461/+1194
| | | | svn path=/trunk/; revision=8477
* Fixed Portuguese terminology (Duarte Loreto <happyguy_pt@hotmail.com>)Duarte Loreto2008-09-121-30/+26
| | | | svn path=/trunk/; revision=8474
* hindi update by Rajesh RanjanRajesh Ranjan2008-09-092-830/+713
| | | | svn path=/trunk/; revision=8468
* Update: Croatian LanguageRobert Sedak2008-09-091-0/+8
| | | | svn path=/trunk/; revision=8467
* Malayalm translation updatedPraveen Arimbrathodiyil2008-09-081-1451/+749
| | | | svn path=/trunk/; revision=8465
* Update: Croatian LanguageRobert Sedak2008-09-081-2092/+2546
| | | | svn path=/trunk/; revision=8464
* Updated French translation (synched with gnome-2-24).Claude Paroz2008-09-081-573/+671
| | | | svn path=/trunk/; revision=8463
* Remove eel-app-launch-context.c from POTFILES.inCosimo Cecchi2008-09-071-1/+0
| | | | svn path=/trunk/; revision=8460
* Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext.Cosimo Cecchi2008-09-055-706/+15
| | | | | | Bug #550883. svn path=/trunk/; revision=8457
* 2008-09-04 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2008-09-041-7/+23
| | | | | | | | | | * 2008-09-04 Reinout van Schouwen <reinouts@gnome.org> - C/epiphany.xml: Update documentation to reflect topic chooser. Fixes bug #448613. svn path=/trunk/; revision=8455
* Revert special handling of double click in the LocationEntry; bug #426349.Loic Minier2008-09-031-14/+0
| | | | svn path=/trunk/; revision=8452
* Remove deprecated Encoding line.RELEASE_2_23_91Christian Persch2008-09-012-2/+0
| | | | svn path=/trunk/; revision=8448
* Updated TranslationLaurent Dhima2008-09-012-1851/+1361
| | | | svn path=/trunk/; revision=8444
* Makefile fixes.Christian Persch2008-08-301-13/+27
| | | | svn path=/trunk/; revision=8439
* Updated Lithuanian translation.Gintautas Miliauskas2008-08-291-268/+260
| | | | | | | | | | 2008-08-28 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=8438
* Updated Dzongkha TranslationPema Geyleg2008-08-271-803/+1002
| | | | svn path=/trunk/; revision=8436
* Updated French translation.Robert-André Mauchin2008-08-251-1504/+1230
| | | | | | | | | 2008-08-25 Robert-André Mauchin <zebob.m@pengzone.org> * fr.po: Updated French translation. svn path=/trunk/; revision=8430
* Updated Traditional Chinese translation (Hong Kong). Updated TraditionalChao-Hsiung Liao2008-08-212-2782/+2252
| | | | | | | | | | | 2008-08-21 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation (Hong Kong). * zh_TW.po: Updated Traditional Chinese translation (Taiwan). svn path=/trunk/; revision=8429
* Updated Basque translation.Inaki Larranaga Murgoitio2008-08-211-1425/+513
| | | | | | | | | 2008-08-20 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=8428
* Updated Thai translation, merged from gnome-2-24 branch.Theppitak Karoonboonyanan2008-08-151-1412/+1137
| | | | | | | | | 2008-08-15 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation, merged from gnome-2-24 branch. svn path=/trunk/; revision=8421
* Bump GTK+ requirement to be able to build tests/.Diego Escalante Urrelo2008-08-151-1/+1
| | | | svn path=/trunk/; revision=8420
* Port the location bar to use GRegex.Diego Escalante Urrelo2008-08-153-104/+92
| | | | | | | | | | | | | | Use a simple regex matching the input text, implements the same behaviour of the current bar, plus: - substring suggestions (closes: #151932) - unicode support (closes: #343906) - diacritics in topic keywords (closes: #328162) - completion on history items titles (closes: #534218) Also, of course, closes: #517960 - port the url bar to GRegex. svn path=/trunk/; revision=8419
* Remove the sort_func for the location entry.Diego Escalante Urrelo2008-08-141-20/+5
| | | | | | | It is not really needed, since the values in comparison are simple numbers that don't need any thought on top. svn path=/trunk/; revision=8416
* Make the order in which we name the cols consistent.Diego Escalante Urrelo2008-08-144-9/+9
| | | | | | | Just a minor reordering of *_col variables, no code changed. svn path=/trunk/; revision=8414
* Remove an unneeded cast to pointer.Diego Escalante Urrelo2008-08-141-3/+6
| | | | | | | | There's an uneeded GUINT_TO_POINTER in gtk_cell_layout_set_cell_data_func for extracell_data_func. We can use the le pointer to get the cols we want. svn path=/trunk/; revision=8412
* Updated Finnish translationIlkka Tuohela2008-08-132-1444/+1177
| | | | svn path=/trunk/; revision=8409
* Updated Japanese translation.Takeshi AIHANA2008-08-111-1440/+516
| | | | | | | | | 2008-08-11 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=8405
* Updated Portuguese (pt) translation by Duarte Loreto <happyguy_pt@hotmail.com>Duarte Loreto2008-08-101-1448/+1181
| | | | svn path=/trunk/; revision=8403
* cs.po: Updated Czech translation by Lucas Lommer.Petr Kovář2008-08-091-1129/+481
| | | | svn path=/trunk/; revision=8401
* Updated translationsErdal Ronahi2008-08-081-5/+5
| | | | svn path=/trunk/; revision=8399
* Updated translations by Erdal RonahiErdal Ronahi2008-08-081-35/+20
| | | | svn path=/trunk/; revision=8398
* Updated translations by Erdal RonahiErdal Ronahi2008-08-081-1592/+1267
| | | | svn path=/trunk/; revision=8397
* Re-add po/ChangeLog; intltool breaks without it.Christian Persch2008-08-051-0/+3
| | | | svn path=/trunk/; revision=8390
* Also remove ChangeLog from po/ and help/, and dist the old ones.Christian Persch2008-08-054-0/+7
| | | | svn path=/trunk/; revision=8386
* Add testephyiconentry.c to tests/Diego Escalante Urrelo2008-08-042-7/+103
| | | | | | Part of #544642. svn path=/trunk/; revision=8385
* Add the base for tests/ support.Diego Escalante Urrelo2008-08-044-1/+73
| | | | | | | Include a test for ephysearchentry, need to make them optional too. Part of #544642. svn path=/trunk/; revision=8384
* Move libnotify initialization to ephy-mainDiego Escalante Urrelo2008-08-042-12/+13
| | | | | | | This should fix the crash when libnotify was uninit before the notification was actually shown. Fix suggested by Colin Walters, closes: #536768. svn path=/trunk/; revision=8380
* Fix the keyword search for tabs/windows created from toolbar.Diego Escalante Urrelo2008-08-041-4/+4
| | | | | | | | Add EPHY_LINK_ALLOW_FIXUP to the flags when openning new tabs and windows from their toolbar buttons so the text is not always treated as an url, closes: #523296. svn path=/trunk/; revision=8379
* Bug #378165: do not activate the smart bookmark entry after middle-clickingCosimo Cecchi2008-08-041-2/+0
| | | | | | paste text into it. svn path=/trunk/; revision=8377
* Bug #328710. Re-focus the "Remove" button after the selection has been deleted.Cosimo Cecchi2008-08-011-0/+3
| | | | svn path=/trunk/; revision=8372
* Fix a typo in src/ephy-main.c and remove a FIXME.Diego Escalante Urrelo2008-07-311-2/+2
| | | | | | | Patch by Bruce Cowan, closes: #545614. FIXME removed by me. svn path=/trunk/; revision=8370
* Terminology fixes by Fabrício Godoy.Leonardo Ferreira Fontenelle2008-07-252-10/+15
| | | | | | | | 2008-07-24 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Terminology fixes by Fabrício Godoy. svn path=/trunk/; revision=8363
* Move plugins/desktop-file/plugin.cpp to POTFILES.skip to fix distcheck.Wouter Bolsterlee2008-07-222-2/+1
| | | | svn path=/trunk/; revision=8341
* Bump intltool requirement to 0.40.0Wouter Bolsterlee2008-07-222-7/+1
| | | | | | | Removed the intltool.* lines in the toplevel Makefile.am as well for make dist to work. svn path=/trunk/; revision=8340
* Updated Spanish translationJorge Gonzalez Gonzalez2008-07-142-36/+44
| | | | svn path=/trunk/; revision=8339
* Updated Thai translation from gnome-2-22 branch.Theppitak Karoonboonyanan2008-07-102-8/+12
| | | | | | | | | 2008-07-10 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation from gnome-2-22 branch. svn path=/trunk/; revision=8338
* Renamed Smart Bookmarks to Bookmarked Searches in user documentation, ↵Diego Escalante Urrelo2008-07-091-17/+17
| | | | | | closes: #457475 svn path=/trunk/; revision=8336
* Update yearChristian Persch2008-07-071-1/+1
| | | | svn path=/trunk/; revision=8335
* Add webkit-1.0 dependency to out .pc file. Fixes build breakage of Maciej Katafiasz2008-07-041-1/+1
| | | | | | | epiphany-extensions caused by the recent surgery introducing WebKit as public dep. svn path=/trunk/; revision=8334
* Updated Occitan translationYannig MARCHEGAY2008-07-033-1356/+611
| | | | svn path=/trunk/; revision=8333
* embed: remove ephy_embed_close.Xan Lopez2008-07-036-31/+1
| | | | | | Just destroy the embed widget. svn path=/trunk/; revision=8332
* embed: forgot to uncomment this when re-enabling restore zoom.Xan Lopez2008-07-031-7/+1
| | | | svn path=/trunk/; revision=8331
* embed: restore restore_zoom_level.Xan Lopez2008-07-012-35/+39
| | | | svn path=/trunk/; revision=8328
* embed: remove ephy_embed_{set,get}_zoom.Xan Lopez2008-07-017-103/+5
| | | | | | Set zoom-level on the WebKitWebView directly. svn path=/trunk/; revision=8327
* embed: remove ge-zoom-changed and zoom property.Xan Lopez2008-07-016-99/+72
| | | | | | Use zoom-level property in WebKit directly. svn path=/trunk/; revision=8326
* Even though an inappropriate metaphor, update the lock graphics toJakub Steiner2008-07-0124-0/+7141
| | | | | | | comply with the tango style guidelines. svn path=/trunk/; revision=8325
* Bug 529634 – ga_client_start() called twiceChristian Persch2008-07-011-9/+16
| | | | svn path=/trunk/; revision=8317
* Guard against the current filename being NULL. Bug #535483.Christian Persch2008-07-011-2/+3
| | | | svn path=/trunk/; revision=8316
* Support git for the ChangeLog generation rule.Christian Persch2008-06-301-1/+3
| | | | svn path=/trunk/; revision=8315
* embed: remove history item abstraction from embed.Xan Lopez2008-06-309-279/+1
| | | | | | Not needed anymore. svn path=/trunk/; revision=8314
* embed: remove ephy_embed_go_to_history_item.Xan Lopez2008-06-304-33/+3
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8313
* embed: remove ephy_embed_get_{next,previous}_history_item.Xan Lopez2008-06-305-88/+12
| | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8312
* embed: remove ephy_embed_get_{backward,forward}_history.Xan Lopez2008-06-305-104/+46
| | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8311
* misc: add reference to webkit bug about reload_bypass_cacheXan Lopez2008-06-302-0/+2
| | | | svn path=/trunk/; revision=8310
* embed: remove ephy_embed_print.Xan Lopez2008-06-307-41/+1
| | | | | | And use the WebKit API directly. svn path=/trunk/; revision=8309
* docs: forgot to remove these.Xan Lopez2008-06-301-4/+0
| | | | svn path=/trunk/; revision=8308
* embed: remove ephy_embed_can_go_back.Xan Lopez2008-06-307-40/+1
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307
* embed: remove ephy_embed_can_go_forward.Xan Lopez2008-06-307-41/+2
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306
* embed: remove ephy_embed_go_forward.Xan Lopez2008-06-307-40/+1
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8305
* embed: remove ephy_embed_go_back.Xan Lopez2008-06-307-40/+5
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8304
* embed: remove ephy_embed_reload.Xan Lopez2008-06-308-53/+9
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303
* embed: remove ephy_embed_stop_load.Xan Lopez2008-06-307-40/+2
| | | | | | Use webkit API directly in window-commands.c svn path=/trunk/; revision=8302
* ephy-embed-utils: add macro to get webkitwebview from embed.Xan Lopez2008-06-303-2/+6
| | | | | | Will be used in the process to get rid of the embedding abstraction. svn path=/trunk/; revision=8301
* ephy-find-toolbar: remove trailing whitespace.Xan Lopez2008-06-281-17/+17
| | | | svn path=/trunk/; revision=8300
* ephy-find-toolbar: remove obsolete comment.Xan Lopez2008-06-281-1/+0
| | | | svn path=/trunk/; revision=8299
* ephy-find-toolbar: copy over embed scroll functionality.Xan Lopez2008-06-281-11/+46
| | | | | | Only used here. svn path=/trunk/; revision=8298
* ephy-find-toolbar: remove $Id$ from license comment.Xan Lopez2008-06-281-1/+0
| | | | | | CVS is long gone... svn path=/trunk/; revision=8297
* ephy-find-toolbar: rename impl_* functions to ephy_find_toolbar_*Xan Lopez2008-06-281-19/+19
| | | | svn path=/trunk/; revision=8296
* ephy-find-toolbar: M-x tabifyXan Lopez2008-06-281-28/+28
| | | | svn path=/trunk/; revision=8295
* ephy-find-toolbar: add FIXME about ge-search-key-press never being emitted.Xan Lopez2008-06-281-0/+1
| | | | svn path=/trunk/; revision=8294
* ephy-find-toolbar: remove _EMBED_ from find results enum.Xan Lopez2008-06-281-9/+9
| | | | svn path=/trunk/; revision=8293
* embed: remove ephy-embed-find and the webkit implementation.Xan Lopez2008-06-288-476/+0
| | | | svn path=/trunk/; revision=8292
* ephy-find-toolbar: port to use webkit API directly.Xan Lopez2008-06-282-45/+129
| | | | | | Copy the code from embeb/webkit mostly verbatim for now. svn path=/trunk/; revision=8291
* Updated Serbian translations.Danilo Šegan2008-06-273-3090/+2880
| | | | svn path=/trunk/; revision=8290
* Updated Lithuanian translation.Gintautas Miliauskas2008-06-242-482/+496
| | | | | | | | | | 2008-06-24 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=8288
* Translation updated by Ivar SmolinPriit Laes2008-06-192-1437/+533
| | | | | | | | 2008-06-18 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=8285
* Implement search in page for the WebKit embed.Cosimo Cecchi2008-06-171-9/+81
| | | | svn path=/trunk/; revision=8284
* Apply clamping for pixel scrollAlp Toker2008-06-171-5/+2
| | | | svn path=/trunk/; revision=8283
* Emit zoom change signal and implement pixel scrollingAlp Toker2008-06-171-0/+17
| | | | svn path=/trunk/; revision=8282
* Updated Galician Translation.Ignacio Casal Quinteiro2008-06-152-1416/+1162
| | | | svn path=/trunk/; revision=8281
* Updated Spanish translationJorge Gonzalez Gonzalez2008-06-142-1414/+529
| | | | svn path=/trunk/; revision=8280
* Reimplement tabs detaching and tabs DND.Christian Persch2008-06-136-12/+97
| | | | svn path=/trunk/; revision=8278
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2008-06-122-473/+476
| | | | svn path=/trunk/; revision=8277
* Import updated translation from 2.22 branchLuca Ferretti2008-06-102-1450/+1185
| | | | | | | | | 2008-06-10 Luca Ferretti <elle.uca@libero.it> * it.po: Import updated translation from 2.22 branch svn path=/trunk/; revision=8276
* Updated Mongolian translationSanlig Badral2008-06-102-1705/+1090
| | | | svn path=/trunk/; revision=8275
* Fix some build warnings. Bug #537487.Cosimo Cecchi2008-06-104-4/+4
| | | | svn path=/trunk/; revision=8274
* Add pages to ephy history on load-committed.Xan Lopez2008-06-051-6/+5
| | | | | | On load-started there's no guarantee that the page actually exists. svn path=/trunk/; revision=8272
* Do not do single includes in lib/egg/, bug #536090Diego Escalante Urrelo2008-06-049-47/+9
| | | | svn path=/trunk/; revision=8271
* Do not do single includes in src/bookmarks/, bug #536090Diego Escalante Urrelo2008-06-0426-88/+22
| | | | svn path=/trunk/; revision=8270
* Do not do single includes in plugins/desktop-file/, bug #536090Diego Escalante Urrelo2008-06-041-3/+1
| | | | svn path=/trunk/; revision=8269
* Do not do single includes in lib/widgets/, bug #536090Diego Escalante Urrelo2008-06-0417-55/+15
| | | | svn path=/trunk/; revision=8268
* Do not do single includes in lib/, bug #536090Diego Escalante Urrelo2008-06-0416-47/+18
| | | | svn path=/trunk/; revision=8267
* Do not do single includes in embed/, bug #536090Diego Escalante Urrelo2008-06-049-27/+10
| | | | svn path=/trunk/; revision=8266
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-0439-195/+37
| | | | svn path=/trunk/; revision=8265
* Make the bookmarks editor search in urls and titles, closes: #328489.Diego Escalante Urrelo2008-05-311-0/+5
| | | | svn path=/trunk/; revision=8263
* Add printing support.Alp Toker2008-05-311-0/+1
| | | | svn path=/trunk/; revision=8262
* Bring back zoom support using the zoom-level property added in WebKit r34249.Alp Toker2008-05-301-1/+4
| | | | svn path=/trunk/; revision=8261
* Updated Spanish translationJorge Gonzalez Gonzalez2008-05-292-453/+447
| | | | svn path=/trunk/; revision=8260
* Correct the paragraph about Page Setup. Fixes bug #534744.Reinout van Schouwen2008-05-262-6/+21
| | | | | | | | | | 2008-05-26 Reinout van Schouwen <reinouts@gnome.org> * C/epiphany.xml: Correct the paragraph about Page Setup. Fixes bug #534744. svn path=/trunk/; revision=8255
* Plug a mem leak.Christian Persch2008-05-261-0/+1
| | | | svn path=/trunk/; revision=8254