Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to the modified GTK+ API. | Cosimo Cecchi | 2009-01-02 | 2 | -2/+2 |
| | | | | svn path=/trunk/; revision=8659 | ||||
* | Use connect_after when connecting to drag-begin so we can override the | Xan Lopez | 2009-01-01 | 1 | -2/+2 |
| | | | | | | pixmap that GtkEntry sets in DnD. svn path=/trunk/; revision=8658 | ||||
* | - po/nl.po: Updated Dutch translation | Reinout van Schouwen | 2008-12-31 | 1 | -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.0 | Xan Lopez | 2008-12-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8656 | ||||
* | Delete EphyIconEntry, it's unused. | Xan Lopez | 2008-12-31 | 5 | -583/+0 |
| | | | | svn path=/trunk/; revision=8655 | ||||
* | Update EphySearchEntry test. | Xan Lopez | 2008-12-31 | 1 | -8/+4 |
| | | | | | | There's no 'internal entry' now. svn path=/trunk/; revision=8654 | ||||
* | Port EphySearchEntry to use GtkEntry. | Xan Lopez | 2008-12-31 | 4 | -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 Lopez | 2008-12-31 | 1 | -32/+1 |
| | | | | svn path=/trunk/; revision=8652 | ||||
* | Remove progress from statusbar now that we show it in the location entry. | Xan Lopez | 2008-12-31 | 4 | -65/+0 |
| | | | | svn path=/trunk/; revision=8651 | ||||
* | ephy-window: draw progress inside the location entry. | Xan Lopez | 2008-12-31 | 1 | -0/+42 |
| | | | | svn path=/trunk/; revision=8650 | ||||
* | ephy-location-entry: port to use GtkEntry instead of EphyIconEntry. | Xan Lopez | 2008-12-31 | 1 | -151/+153 |
| | | | | svn path=/trunk/; revision=8649 | ||||
* | ephy-location-entry: remove $Id$ marker. | Xan Lopez | 2008-12-31 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8648 | ||||
* | ephy-location-entry: use G_DEFINE_TYPE | Xan Lopez | 2008-12-31 | 1 | -34/+4 |
| | | | | svn path=/trunk/; revision=8647 | ||||
* | Renamed the web inspector checkbutton widget's ID, so that it will be | Gustavo Noronha Silva | 2008-12-24 | 1 | -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 Silva | 2008-12-24 | 1 | -0/+1 |
| | | | | | | Bug #565485 svn path=/trunk/; revision=8641 | ||||
* | Check text_table for nullity before unrefing it in resolver_found_cb. | Gustavo Noronha Silva | 2008-12-24 | 1 | -1/+4 |
| | | | | | | Bug #565452 svn path=/trunk/; revision=8640 | ||||
* | Open links in new tab with middle click. | Xan Lopez | 2008-12-21 | 1 | -0/+42 |
| | | | | | | Bug #518338 svn path=/trunk/; revision=8639 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2008-12-18 | 1 | -650/+628 |
| | | | | svn path=/trunk/; revision=8638 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2008-12-16 | 1 | -431/+436 |
| | | | | svn path=/trunk/; revision=8637 | ||||
* | Updated Kurdish translation | Erdal Ronahi | 2008-12-13 | 1 | -525/+527 |
| | | | | svn path=/trunk/; revision=8636 | ||||
* | And re-add ephy-cookie-manager too. | Xan Lopez | 2008-12-12 | 2 | -0/+363 |
| | | | | svn path=/trunk/; revision=8635 | ||||
* | Enable Web Inspector. | Xan Lopez | 2008-12-12 | 6 | -7/+171 |
| | | | | | | Bug #562446 svn path=/trunk/; revision=8634 | ||||
* | Revert cookies stuff, didn't want to commit that. | Xan Lopez | 2008-12-12 | 8 | -94/+232 |
| | | | | svn path=/trunk/; revision=8633 | ||||
* | Port ephy to use libsoup for cookies. | Xan Lopez | 2008-12-12 | 10 | -595/+94 |
| | | | | svn path=/trunk/; revision=8632 | ||||
* | window-commands: fix Send Link by Email for URLs with '&' | Xan Lopez | 2008-12-12 | 1 | -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 Lopez | 2008-12-06 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=8630 | ||||
* | Implement chrome visibility control in popups | Diego Escalante Urrelo | 2008-12-03 | 1 | -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 Lopez | 2008-12-01 | 1 | -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 Miranda | Gil Forcada Codinachs | 2008-11-30 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8627 | ||||
* | Add --enable-tests to configure | Diego Escalante Urrelo | 2008-11-30 | 2 | -2/+17 |
| | | | | | | tests/ will be build by default. svn path=/trunk/; revision=8625 | ||||
* | Enable docs for ephy-spinner | Diego Escalante Urrelo | 2008-11-30 | 6 | -4/+71 |
| | | | | svn path=/trunk/; revision=8624 | ||||
* | Update documentation for lib/widgets/ephy-spinner.c | Diego Escalante Urrelo | 2008-11-30 | 1 | -83/+86 |
| | | | | svn path=/trunk/; revision=8623 | ||||
* | Document lib/widgets/ephy-zoom-control.c | Diego Escalante Urrelo | 2008-11-30 | 6 | -4/+82 |
| | | | | svn path=/trunk/; revision=8622 | ||||
* | Add testephyzoomcontrol.c | Diego Escalante Urrelo | 2008-11-30 | 2 | -1/+89 |
| | | | | svn path=/trunk/; revision=8621 | ||||
* | ephy-window: use new webkit API to create windows on request. | Xan Lopez | 2008-11-30 | 1 | -0/+52 |
| | | | | svn path=/trunk/; revision=8620 | ||||
* | window: zoom in/out with ctrl+scroll-{up,down} | Xan Lopez | 2008-11-30 | 1 | -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 Lopez | 2008-11-30 | 1 | -16/+0 |
| | | | | svn path=/trunk/; revision=8618 | ||||
* | Remove legacy ephy-history-item from epiphany.h | Diego Escalante Urrelo | 2008-11-27 | 1 | -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-toolbars | Diego Escalante Urrelo | 2008-11-27 | 2 | -3/+2 |
| | | | | svn path=/trunk/; revision=8616 | ||||
* | Correct version | Christian Persch | 2008-11-17 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8610 | ||||
* | Add translator comment for ISO-8859-1 default value (bug #351163). | Claude Paroz | 2008-11-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8609 | ||||
* | Remove libpython check that fails with libtool 2 | Christian Persch | 2008-11-11 | 1 | -25/+0 |
| | | | | svn path=/trunk/; revision=8608 | ||||
* | Fix multi-dnd with gtk 2.14 | Christian Persch | 2008-11-05 | 1 | -1/+8 |
| | | | | svn path=/trunk/; revision=8607 | ||||
* | Maxim Dziumanenko <dziumanenko@gmail.com> | Maxim V. Dziumanenko | 2008-10-30 | 1 | -1463/+1189 |
| | | | | | | | * Update Ukrainian translation svn path=/trunk/; revision=8604 | ||||
* | Updated Brazilian Portuguese translation. | Og B. Maciel | 2008-10-27 | 2 | -60/+67 |
| | | | | svn path=/trunk/; revision=8602 | ||||
* | sv.po: Updated Swedish translation | Daniel Nylander | 2008-10-27 | 1 | -1457/+1674 |
| | | | | svn path=/trunk/; revision=8600 | ||||
* | ephy-home-action: plug leak. | Xan Lopez | 2008-10-27 | 1 | -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ález | Gil Forcada Codinachs | 2008-10-23 | 2 | -0/+4284 |
| | | | | svn path=/trunk/; revision=8597 | ||||
* | Updated Catalan documentation | Gil Forcada Codinachs | 2008-10-20 | 1 | -517/+708 |
| | | | | svn path=/trunk/; revision=8593 | ||||
* | Updated Catalan translation by Sílvia Miranda | Gil Forcada Codinachs | 2008-10-19 | 1 | -1529/+1253 |
| | | | | svn path=/trunk/; revision=8585 | ||||
* | Update from libegg | Christian Persch | 2008-10-18 | 4 | -108/+232 |
| | | | | svn path=/trunk/; revision=8584 | ||||
* | Use the correct return type for ephy_embed_get_link_message and | Diego Escalante Urrelo | 2008-10-16 | 1 | -2/+2 |
| | | | | | | ephy_embed_get_title svn path=/trunk/; revision=8583 | ||||
* | tests: fix compilation when builddir != srcdir | Xan Lopez | 2008-10-14 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8581 | ||||
* | Fix conflicting mnemonics in Clear All Personal Data | Diego Escalante Urrelo | 2008-10-13 | 1 | -3/+12 |
| | | | | | | Reuse existing strings, closes: bug #549892. Patch by Juan Percy Rojas Cruz. svn path=/trunk/; revision=8579 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2008-10-13 | 2 | -529/+620 |
| | | | | svn path=/trunk/; revision=8577 | ||||
* | Updated it translation (Francesco Marletta). | Luca Ferretti | 2008-10-06 | 1 | -364/+361 |
| | | | | svn path=/trunk/; revision=8575 | ||||
* | Fixed Czech UI & manual translation by Lucas Lommer (bug #554110). | Petr Kovář | 2008-09-29 | 2 | -894/+950 |
| | | | | svn path=/trunk/; revision=8571 | ||||
* | Add missing config.h | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8569 | ||||
* | Regenerate docs templates, after new docs added | Diego Escalante Urrelo | 2008-09-29 | 2 | -113/+149 |
| | | | | svn path=/trunk/; revision=8568 | ||||
* | Correctly title Ephy*Entry widgets in docs | Diego Escalante Urrelo | 2008-09-29 | 5 | -4/+76 |
| | | | | svn path=/trunk/; revision=8567 | ||||
* | Enable ephy-search-entry docs build | Diego Escalante Urrelo | 2008-09-29 | 7 | -12/+49 |
| | | | | | | Also, create a new Widgets section. svn path=/trunk/; revision=8566 | ||||
* | Minor nitpick in the .h files | Diego Escalante Urrelo | 2008-09-29 | 2 | -9/+9 |
| | | | | svn path=/trunk/; revision=8565 | ||||
* | Enable ephy-icon-entry docs build | Diego Escalante Urrelo | 2008-09-29 | 6 | -46/+56 |
| | | | | svn path=/trunk/; revision=8564 | ||||
* | Correctly mark doc comments for parsing | Diego Escalante Urrelo | 2008-09-29 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=8563 | ||||
* | Include missing Returns: in comments | Diego Escalante Urrelo | 2008-09-29 | 1 | -2/+8 |
| | | | | svn path=/trunk/; revision=8562 | ||||
* | Sync comment parameters with actual parameters | Diego Escalante Urrelo | 2008-09-29 | 2 | -6/+6 |
| | | | | svn path=/trunk/; revision=8561 | ||||
* | Avoid the parsing of non doc comments | Diego Escalante Urrelo | 2008-09-29 | 5 | -7/+7 |
| | | | | svn path=/trunk/; revision=8560 | ||||
* | Update docs for ephy-icon-entry | Diego Escalante Urrelo | 2008-09-29 | 1 | -4/+12 |
| | | | | svn path=/trunk/; revision=8559 | ||||
* | Enable documentation build for ephy-location-entry | Diego Escalante Urrelo | 2008-09-29 | 7 | -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 docs | Diego Escalante Urrelo | 2008-09-29 | 2 | -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.c | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+133 |
| | | | | svn path=/trunk/; revision=8556 | ||||
* | Document lib/widgets/ephy-icon-entry.c | Diego Escalante Urrelo | 2008-09-29 | 2 | -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 tests | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+41 |
| | | | | svn path=/trunk/; revision=8554 | ||||
* | Reindent to 2 spaces and improve the existing tests | Diego Escalante Urrelo | 2008-09-29 | 3 | -114/+161 |
| | | | | | | Add vim modelines to the files. svn path=/trunk/; revision=8553 | ||||
* | Add testephylocationentry.c | Diego Escalante Urrelo | 2008-09-29 | 3 | -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 Urrelo | 2008-09-29 | 1 | -27/+13 |
| | | | | | | This reverts commit 58afaf81fbf64dfcb779ef2e7531afb4c11693e1. svn path=/trunk/; revision=8551 | ||||
* | Remove useless ephy-node #include | Diego Escalante Urrelo | 2008-09-29 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=8550 | ||||
* | Norayr Chilingaryan <norik@freenet.am> | Norayr Chilingaryan | 2008-09-28 | 1 | -1/+1 |
| | | | | | | 2008-09-28 fixed bug svn path=/trunk/; revision=8549 | ||||
* | Added epiphany armenian translation | Norayr Chilingaryan | 2008-09-28 | 2 | -0/+3420 |
| | | | | svn path=/trunk/; revision=8548 | ||||
* | Print version to stdout, not stderr. | Christian Persch | 2008-09-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8547 | ||||
* | Readd --version which was lost when removing libgnome usage. | Christian Persch | 2008-09-27 | 1 | -1/+15 |
| | | | | svn path=/trunk/; revision=8546 | ||||
* | Updated Brazilian Portuguese translation. | Og B. Maciel | 2008-09-26 | 1 | -1616/+1353 |
| | | | | svn path=/trunk/; revision=8545 | ||||
* | Remove libgnome and libgnomeui dependency, using EggSMClient instead of ↵ | Christian Persch | 2008-09-25 | 26 | -170/+3934 |
| | | | | | | GnomeClient. svn path=/trunk/; revision=8541 | ||||
* | Remove this | Christian Persch | 2008-09-24 | 1 | -3/+0 |
| | | | | svn path=/trunk/; revision=8540 | ||||
* | C/epiphany.xml: Port 2.24 documentation fixes to trunk | Reinout van Schouwen | 2008-09-24 | 1 | -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. Larsen | Kenneth Nielsen | 2008-09-24 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=8532 | ||||
* | 2008-09-23 I. Felix <ifelix@redhat.com> ta translation error corrected | Felix I | 2008-09-23 | 1 | -1134/+1316 |
| | | | | svn path=/trunk/; revision=8528 | ||||
* | Fix for GTK+ adjustment policy enforcement: | Vincent Untz | 2008-09-22 | 1 | -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 Tudor | 2008-09-22 | 1 | -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. Shmyrev | 2008-09-22 | 1 | -1431/+1157 |
| | | | | | | | | | 2008-09-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=8516 | ||||
* | Translation updated | Gabor Keleman | 2008-09-21 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8515 | ||||
* | Remove po/ChangeLog, and depend on intltool 0.40.4 in svn builds. | Christian Persch | 2008-09-21 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=8513 | ||||
* | Updated Danish translation by Kenneth Nielsen | Kenneth Nielsen | 2008-09-21 | 1 | -1433/+1165 |
| | | | | svn path=/trunk/; revision=8511 | ||||
* | Updated Czech translation by Lucas Lommer. Added Czech translation of manual ↵ | Petr Kovář | 2008-09-21 | 4 | -134/+3300 |
| | | | | | | by Lucas Lommer. svn path=/trunk/; revision=8508 | ||||
* | Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> | Alexander Shopov | 2008-09-20 | 1 | -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 Shopov | 2008-09-20 | 2 | -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 Wang | 2008-09-19 | 2 | -502/+506 |
| | | | | svn path=/trunk/; revision=8500 | ||||
* | Updated Thai translation (merge from gnome-2-24 branch). | Theppitak Karoonboonyanan | 2008-09-17 | 1 | -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 update | Gabor Keleman | 2008-09-17 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8491 | ||||
* | Small update | Gabor Keleman | 2008-09-16 | 1 | -4/+3 |
| | | | | svn path=/trunk/; revision=8490 | ||||
* | Hungarian translation updated | Gabor Keleman | 2008-09-14 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=8484 | ||||
* | Hungarian translation updated | Gabor Keleman | 2008-09-14 | 1 | -510/+502 |
| | | | | svn path=/trunk/; revision=8483 | ||||
* | Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian translation | Arangel Angov | 2008-09-14 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=8480 | ||||
* | Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian translation | Arangel Angov | 2008-09-14 | 1 | -630/+628 |
| | | | | svn path=/trunk/; revision=8479 | ||||
* | Updated Turkish Translation | Baris Cicek | 2008-09-13 | 2 | -1461/+1194 |
| | | | | svn path=/trunk/; revision=8477 | ||||
* | Fixed Portuguese terminology (Duarte Loreto <happyguy_pt@hotmail.com>) | Duarte Loreto | 2008-09-12 | 1 | -30/+26 |
| | | | | svn path=/trunk/; revision=8474 | ||||
* | hindi update by Rajesh Ranjan | Rajesh Ranjan | 2008-09-09 | 2 | -830/+713 |
| | | | | svn path=/trunk/; revision=8468 | ||||
* | Update: Croatian Language | Robert Sedak | 2008-09-09 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=8467 | ||||
* | Malayalm translation updated | Praveen Arimbrathodiyil | 2008-09-08 | 1 | -1451/+749 |
| | | | | svn path=/trunk/; revision=8465 | ||||
* | Update: Croatian Language | Robert Sedak | 2008-09-08 | 1 | -2092/+2546 |
| | | | | svn path=/trunk/; revision=8464 | ||||
* | Updated French translation (synched with gnome-2-24). | Claude Paroz | 2008-09-08 | 1 | -573/+671 |
| | | | | svn path=/trunk/; revision=8463 | ||||
* | Remove eel-app-launch-context.c from POTFILES.in | Cosimo Cecchi | 2008-09-07 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8460 | ||||
* | Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext. | Cosimo Cecchi | 2008-09-05 | 5 | -706/+15 |
| | | | | | | Bug #550883. svn path=/trunk/; revision=8457 | ||||
* | 2008-09-04 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2008-09-04 | 1 | -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 Minier | 2008-09-03 | 1 | -14/+0 |
| | | | | svn path=/trunk/; revision=8452 | ||||
* | Remove deprecated Encoding line.RELEASE_2_23_91 | Christian Persch | 2008-09-01 | 2 | -2/+0 |
| | | | | svn path=/trunk/; revision=8448 | ||||
* | Updated Translation | Laurent Dhima | 2008-09-01 | 2 | -1851/+1361 |
| | | | | svn path=/trunk/; revision=8444 | ||||
* | Makefile fixes. | Christian Persch | 2008-08-30 | 1 | -13/+27 |
| | | | | svn path=/trunk/; revision=8439 | ||||
* | Updated Lithuanian translation. | Gintautas Miliauskas | 2008-08-29 | 1 | -268/+260 |
| | | | | | | | | | | 2008-08-28 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=8438 | ||||
* | Updated Dzongkha Translation | Pema Geyleg | 2008-08-27 | 1 | -803/+1002 |
| | | | | svn path=/trunk/; revision=8436 | ||||
* | Updated French translation. | Robert-André Mauchin | 2008-08-25 | 1 | -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 Traditional | Chao-Hsiung Liao | 2008-08-21 | 2 | -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 Murgoitio | 2008-08-21 | 1 | -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 Karoonboonyanan | 2008-08-15 | 1 | -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 Urrelo | 2008-08-15 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8420 | ||||
* | Port the location bar to use GRegex. | Diego Escalante Urrelo | 2008-08-15 | 3 | -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 Urrelo | 2008-08-14 | 1 | -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 Urrelo | 2008-08-14 | 4 | -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 Urrelo | 2008-08-14 | 1 | -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 translation | Ilkka Tuohela | 2008-08-13 | 2 | -1444/+1177 |
| | | | | svn path=/trunk/; revision=8409 | ||||
* | Updated Japanese translation. | Takeshi AIHANA | 2008-08-11 | 1 | -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 Loreto | 2008-08-10 | 1 | -1448/+1181 |
| | | | | svn path=/trunk/; revision=8403 | ||||
* | cs.po: Updated Czech translation by Lucas Lommer. | Petr Kovář | 2008-08-09 | 1 | -1129/+481 |
| | | | | svn path=/trunk/; revision=8401 | ||||
* | Updated translations | Erdal Ronahi | 2008-08-08 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=8399 | ||||
* | Updated translations by Erdal Ronahi | Erdal Ronahi | 2008-08-08 | 1 | -35/+20 |
| | | | | svn path=/trunk/; revision=8398 | ||||
* | Updated translations by Erdal Ronahi | Erdal Ronahi | 2008-08-08 | 1 | -1592/+1267 |
| | | | | svn path=/trunk/; revision=8397 | ||||
* | Re-add po/ChangeLog; intltool breaks without it. | Christian Persch | 2008-08-05 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=8390 | ||||
* | Also remove ChangeLog from po/ and help/, and dist the old ones. | Christian Persch | 2008-08-05 | 4 | -0/+7 |
| | | | | svn path=/trunk/; revision=8386 | ||||
* | Add testephyiconentry.c to tests/ | Diego Escalante Urrelo | 2008-08-04 | 2 | -7/+103 |
| | | | | | | Part of #544642. svn path=/trunk/; revision=8385 | ||||
* | Add the base for tests/ support. | Diego Escalante Urrelo | 2008-08-04 | 4 | -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-main | Diego Escalante Urrelo | 2008-08-04 | 2 | -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 Urrelo | 2008-08-04 | 1 | -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-clicking | Cosimo Cecchi | 2008-08-04 | 1 | -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 Cecchi | 2008-08-01 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=8372 | ||||
* | Fix a typo in src/ephy-main.c and remove a FIXME. | Diego Escalante Urrelo | 2008-07-31 | 1 | -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 Fontenelle | 2008-07-25 | 2 | -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 Bolsterlee | 2008-07-22 | 2 | -2/+1 |
| | | | | svn path=/trunk/; revision=8341 | ||||
* | Bump intltool requirement to 0.40.0 | Wouter Bolsterlee | 2008-07-22 | 2 | -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 translation | Jorge Gonzalez Gonzalez | 2008-07-14 | 2 | -36/+44 |
| | | | | svn path=/trunk/; revision=8339 | ||||
* | Updated Thai translation from gnome-2-22 branch. | Theppitak Karoonboonyanan | 2008-07-10 | 2 | -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 Urrelo | 2008-07-09 | 1 | -17/+17 |
| | | | | | | closes: #457475 svn path=/trunk/; revision=8336 | ||||
* | Update year | Christian Persch | 2008-07-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8335 | ||||
* | Add webkit-1.0 dependency to out .pc file. Fixes build breakage of | Maciej Katafiasz | 2008-07-04 | 1 | -1/+1 |
| | | | | | | | epiphany-extensions caused by the recent surgery introducing WebKit as public dep. svn path=/trunk/; revision=8334 | ||||
* | Updated Occitan translation | Yannig MARCHEGAY | 2008-07-03 | 3 | -1356/+611 |
| | | | | svn path=/trunk/; revision=8333 | ||||
* | embed: remove ephy_embed_close. | Xan Lopez | 2008-07-03 | 6 | -31/+1 |
| | | | | | | Just destroy the embed widget. svn path=/trunk/; revision=8332 | ||||
* | embed: forgot to uncomment this when re-enabling restore zoom. | Xan Lopez | 2008-07-03 | 1 | -7/+1 |
| | | | | svn path=/trunk/; revision=8331 | ||||
* | embed: restore restore_zoom_level. | Xan Lopez | 2008-07-01 | 2 | -35/+39 |
| | | | | svn path=/trunk/; revision=8328 | ||||
* | embed: remove ephy_embed_{set,get}_zoom. | Xan Lopez | 2008-07-01 | 7 | -103/+5 |
| | | | | | | Set zoom-level on the WebKitWebView directly. svn path=/trunk/; revision=8327 | ||||
* | embed: remove ge-zoom-changed and zoom property. | Xan Lopez | 2008-07-01 | 6 | -99/+72 |
| | | | | | | Use zoom-level property in WebKit directly. svn path=/trunk/; revision=8326 | ||||
* | Even though an inappropriate metaphor, update the lock graphics to | Jakub Steiner | 2008-07-01 | 24 | -0/+7141 |
| | | | | | | | comply with the tango style guidelines. svn path=/trunk/; revision=8325 | ||||
* | Bug 529634 – ga_client_start() called twice | Christian Persch | 2008-07-01 | 1 | -9/+16 |
| | | | | svn path=/trunk/; revision=8317 | ||||
* | Guard against the current filename being NULL. Bug #535483. | Christian Persch | 2008-07-01 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=8316 | ||||
* | Support git for the ChangeLog generation rule. | Christian Persch | 2008-06-30 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=8315 | ||||
* | embed: remove history item abstraction from embed. | Xan Lopez | 2008-06-30 | 9 | -279/+1 |
| | | | | | | Not needed anymore. svn path=/trunk/; revision=8314 | ||||
* | embed: remove ephy_embed_go_to_history_item. | Xan Lopez | 2008-06-30 | 4 | -33/+3 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8313 | ||||
* | embed: remove ephy_embed_get_{next,previous}_history_item. | Xan Lopez | 2008-06-30 | 5 | -88/+12 |
| | | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8312 | ||||
* | embed: remove ephy_embed_get_{backward,forward}_history. | Xan Lopez | 2008-06-30 | 5 | -104/+46 |
| | | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8311 | ||||
* | misc: add reference to webkit bug about reload_bypass_cache | Xan Lopez | 2008-06-30 | 2 | -0/+2 |
| | | | | svn path=/trunk/; revision=8310 | ||||
* | embed: remove ephy_embed_print. | Xan Lopez | 2008-06-30 | 7 | -41/+1 |
| | | | | | | And use the WebKit API directly. svn path=/trunk/; revision=8309 | ||||
* | docs: forgot to remove these. | Xan Lopez | 2008-06-30 | 1 | -4/+0 |
| | | | | svn path=/trunk/; revision=8308 | ||||
* | embed: remove ephy_embed_can_go_back. | Xan Lopez | 2008-06-30 | 7 | -40/+1 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307 | ||||
* | embed: remove ephy_embed_can_go_forward. | Xan Lopez | 2008-06-30 | 7 | -41/+2 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306 | ||||
* | embed: remove ephy_embed_go_forward. | Xan Lopez | 2008-06-30 | 7 | -40/+1 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8305 | ||||
* | embed: remove ephy_embed_go_back. | Xan Lopez | 2008-06-30 | 7 | -40/+5 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8304 | ||||
* | embed: remove ephy_embed_reload. | Xan Lopez | 2008-06-30 | 8 | -53/+9 |
| | | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303 | ||||
* | embed: remove ephy_embed_stop_load. | Xan Lopez | 2008-06-30 | 7 | -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 Lopez | 2008-06-30 | 3 | -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 Lopez | 2008-06-28 | 1 | -17/+17 |
| | | | | svn path=/trunk/; revision=8300 | ||||
* | ephy-find-toolbar: remove obsolete comment. | Xan Lopez | 2008-06-28 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=8299 | ||||
* | ephy-find-toolbar: copy over embed scroll functionality. | Xan Lopez | 2008-06-28 | 1 | -11/+46 |
| | | | | | | Only used here. svn path=/trunk/; revision=8298 | ||||
* | ephy-find-toolbar: remove $Id$ from license comment. | Xan Lopez | 2008-06-28 | 1 | -1/+0 |
| | | | | | | CVS is long gone... svn path=/trunk/; revision=8297 | ||||
* | ephy-find-toolbar: rename impl_* functions to ephy_find_toolbar_* | Xan Lopez | 2008-06-28 | 1 | -19/+19 |
| | | | | svn path=/trunk/; revision=8296 | ||||
* | ephy-find-toolbar: M-x tabify | Xan Lopez | 2008-06-28 | 1 | -28/+28 |
| | | | | svn path=/trunk/; revision=8295 | ||||
* | ephy-find-toolbar: add FIXME about ge-search-key-press never being emitted. | Xan Lopez | 2008-06-28 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8294 | ||||
* | ephy-find-toolbar: remove _EMBED_ from find results enum. | Xan Lopez | 2008-06-28 | 1 | -9/+9 |
| | | | | svn path=/trunk/; revision=8293 | ||||
* | embed: remove ephy-embed-find and the webkit implementation. | Xan Lopez | 2008-06-28 | 8 | -476/+0 |
| | | | | svn path=/trunk/; revision=8292 | ||||
* | ephy-find-toolbar: port to use webkit API directly. | Xan Lopez | 2008-06-28 | 2 | -45/+129 |
| | | | | | | Copy the code from embeb/webkit mostly verbatim for now. svn path=/trunk/; revision=8291 | ||||
* | Updated Serbian translations. | Danilo Šegan | 2008-06-27 | 3 | -3090/+2880 |
| | | | | svn path=/trunk/; revision=8290 | ||||
* | Updated Lithuanian translation. | Gintautas Miliauskas | 2008-06-24 | 2 | -482/+496 |
| | | | | | | | | | | 2008-06-24 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=8288 | ||||
* | Translation updated by Ivar Smolin | Priit Laes | 2008-06-19 | 2 | -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 Cecchi | 2008-06-17 | 1 | -9/+81 |
| | | | | svn path=/trunk/; revision=8284 | ||||
* | Apply clamping for pixel scroll | Alp Toker | 2008-06-17 | 1 | -5/+2 |
| | | | | svn path=/trunk/; revision=8283 | ||||
* | Emit zoom change signal and implement pixel scrolling | Alp Toker | 2008-06-17 | 1 | -0/+17 |
| | | | | svn path=/trunk/; revision=8282 | ||||
* | Updated Galician Translation. | Ignacio Casal Quinteiro | 2008-06-15 | 2 | -1416/+1162 |
| | | | | svn path=/trunk/; revision=8281 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2008-06-14 | 2 | -1414/+529 |
| | | | | svn path=/trunk/; revision=8280 | ||||
* | Reimplement tabs detaching and tabs DND. | Christian Persch | 2008-06-13 | 6 | -12/+97 |
| | | | | svn path=/trunk/; revision=8278 | ||||
* | Updated Arabic Translation by Khaled Hosny. | Djihed Afifi | 2008-06-12 | 2 | -473/+476 |
| | | | | svn path=/trunk/; revision=8277 | ||||
* | Import updated translation from 2.22 branch | Luca Ferretti | 2008-06-10 | 2 | -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 translation | Sanlig Badral | 2008-06-10 | 2 | -1705/+1090 |
| | | | | svn path=/trunk/; revision=8275 | ||||
* | Fix some build warnings. Bug #537487. | Cosimo Cecchi | 2008-06-10 | 4 | -4/+4 |
| | | | | svn path=/trunk/; revision=8274 | ||||
* | Add pages to ephy history on load-committed. | Xan Lopez | 2008-06-05 | 1 | -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 #536090 | Diego Escalante Urrelo | 2008-06-04 | 9 | -47/+9 |
| | | | | svn path=/trunk/; revision=8271 | ||||
* | Do not do single includes in src/bookmarks/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 26 | -88/+22 |
| | | | | svn path=/trunk/; revision=8270 | ||||
* | Do not do single includes in plugins/desktop-file/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 1 | -3/+1 |
| | | | | svn path=/trunk/; revision=8269 | ||||
* | Do not do single includes in lib/widgets/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 17 | -55/+15 |
| | | | | svn path=/trunk/; revision=8268 | ||||
* | Do not do single includes in lib/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 16 | -47/+18 |
| | | | | svn path=/trunk/; revision=8267 | ||||
* | Do not do single includes in embed/, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 9 | -27/+10 |
| | | | | svn path=/trunk/; revision=8266 | ||||
* | Do not do single includes for GTK+, bug #536090 | Diego Escalante Urrelo | 2008-06-04 | 39 | -195/+37 |
| | | | | svn path=/trunk/; revision=8265 | ||||
* | Make the bookmarks editor search in urls and titles, closes: #328489. | Diego Escalante Urrelo | 2008-05-31 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=8263 | ||||
* | Add printing support. | Alp Toker | 2008-05-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8262 | ||||
* | Bring back zoom support using the zoom-level property added in WebKit r34249. | Alp Toker | 2008-05-30 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=8261 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2008-05-29 | 2 | -453/+447 |
| | | | | svn path=/trunk/; revision=8260 | ||||
* | Correct the paragraph about Page Setup. Fixes bug #534744. | Reinout van Schouwen | 2008-05-26 | 2 | -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 Persch | 2008-05-26 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8254 | ||||
* | Updated Vietnamese translation | Clytie Siddall | 2008-05-25 | 2 | -1149/+280 |
| | | | | svn path=/trunk/; revision=8252 | ||||
* | Fix the window title copying status bar's text, closes: #524587 | Diego Escalante Urrelo | 2008-05-24 | 1 | -13/+8 |
| | | | | svn path=/trunk/; revision=8250 | ||||
* | Rewrite the bookmark HTML importer, it now uses GRegex, this is bug #533986. | Diego Escalante Urrelo | 2008-05-24 | 1 | -56/+74 |
| | | | | | | Testing in trunk before committing to 2.22 branch. svn path=/trunk/; revision=8249 | ||||
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2008-05-24 | 2 | -432/+493 |
| | | | | svn path=/trunk/; revision=8243 | ||||
* | Updated Arabic Translation by Khaled Hosny. | Djihed Afifi | 2008-05-23 | 2 | -8/+12 |
| | | | | svn path=/trunk/; revision=8242 | ||||
* | Don't free file_info too soon or the pointer to file_type will be lost. This | Diego Escalante Urrelo | 2008-05-20 | 1 | -1/+1 |
| | | | | | | | fixes bookmark imports not working (note that HTML import is not working, only RDF). Patch by Sebastian Keller, closes: #523414. svn path=/trunk/; revision=8241 | ||||
* | Block updates of the location entry while it is keyboard-focused. | Cosimo Cecchi | 2008-05-20 | 1 | -2/+51 |
| | | | | | | | This is to avoid deletion of the text while the user is typing. Close bug #488680. svn path=/trunk/; revision=8239 | ||||
* | Updated Arabic Translation by Khaled Hosny. | Djihed Afifi | 2008-05-19 | 2 | -1319/+1069 |
| | | | | svn path=/trunk/; revision=8238 | ||||
* | Make the properties button in the Cookies tab of Personal Data dialog not | Diego Escalante Urrelo | 2008-05-19 | 1 | -0/+1 |
| | | | | | | | sensitive by default. Patch by Michael Wolf, closes: #504136. svn path=/trunk/; revision=8237 | ||||
* | Fix the check for a valid LSB_DISTRIBUTOR string. Patch by Josselin Mouette, | Diego Escalante Urrelo | 2008-05-19 | 1 | -1/+1 |
| | | | | | | | closes: #529778. svn path=/trunk/; revision=8235 | ||||
* | 2008-05-18 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2008-05-19 | 1 | -3/+17 |
| | | | | | | | | | | * 2008-05-18 Reinout van Schouwen <reinouts@gnome.org> - help/C/epiphany.xml: fix documentation bug #503698 (patch by Loic Froidmont) svn path=/trunk/; revision=8225 | ||||
* | Updated Lithuanian translation. | Gintautas Miliauskas | 2008-05-17 | 2 | -1042/+780 |
| | | | | | | | | | | 2008-05-17 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=8224 | ||||
* | Remove a forgotten env var in ephy-main.c, it was a leftover of r8192 (removal | Diego Escalante Urrelo | 2008-05-17 | 1 | -1/+0 |
| | | | | | | of Pango checks). svn path=/trunk/; revision=8222 | ||||
* | cs.po: Fixed Czech translation, thanks to Pavel Sefranek and Lucas Lommer ↵ | Petr Kovář | 2008-05-14 | 2 | -1013/+754 |
| | | | | | | (bug #531247). svn path=/trunk/; revision=8221 | ||||
* | Translation updated. | Gabor Kelemen | 2008-05-09 | 2 | -1/+5 |
| | | | | | | | | 2008-05-09 Gabor Kelemen <kelemeng@gnome.org> * hu.po: Translation updated. svn path=/trunk/; revision=8219 | ||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2008-05-07 | 2 | -1041/+146 |
| | | | | | | | | 2008-05-06 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=8218 | ||||
* | Updated Greek translation | Nikos Charonitakis | 2008-05-05 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=8217 | ||||
* | Updated Greek translation by Giannis Katsampirhs <juankatsampirhs@gmail.com> | Nikos Charonitakis | 2008-05-05 | 1 | -822/+823 |
| | | | | svn path=/trunk/; revision=8216 | ||||
* | cs.po: Typo fix. | Stanislav Brabec | 2008-04-16 | 2 | -1/+5 |
| | | | | svn path=/trunk/; revision=8213 | ||||
* | Updated Slovenian translation | Matej Urbančič | 2008-04-13 | 1 | -959/+146 |
| | | | | svn path=/trunk/; revision=8212 | ||||
* | Add epiphany.h. Only allow including epiphany.h; all other headers are private | Christian Persch | 2008-04-12 | 68 | -24/+333 |
| | | | | svn path=/trunk/; revision=8211 | ||||
* | Add epiphany.h. Only allow including epiphany/epiphany.h; all other | Christian Persch | 2008-04-12 | 54 | -36/+281 |
| | | | | | | | Add epiphany.h. Only allow including epiphany/epiphany.h; all other headers are internal. svn path=/trunk/; revision=8210 | ||||
* | Small cleanup. | Xan Lopez | 2008-04-08 | 1 | -3/+1 |
| | | | | svn path=/trunk/; revision=8202 | ||||
* | Small cleanups and correct return value of popup-menu callback. | Xan Lopez | 2008-04-08 | 1 | -7/+5 |
| | | | | svn path=/trunk/; revision=8201 | ||||
* | More gecko exorcism | Christian Persch | 2008-04-08 | 2 | -14/+0 |
| | | | | svn path=/trunk/; revision=8197 | ||||
* | Remove nonexistent files | Christian Persch | 2008-04-08 | 1 | -20/+0 |
| | | | | svn path=/trunk/; revision=8196 | ||||
* | Remove MOZ_DISABLE_PANGO checks. | Christian Persch | 2008-04-07 | 1 | -17/+0 |
| | | | | svn path=/trunk/; revision=8192 | ||||
* | Remove detailed font prefs, they're obsolete on webkit. | Christian Persch | 2008-04-07 | 5 | -2210/+33 |
| | | | | | | Remove the epiphany-pango schemas file, same reason. svn path=/trunk/; revision=8191 | ||||
* | Update | Christian Persch | 2008-04-04 | 1 | -17/+0 |
| | | | | svn path=/trunk/; revision=8185 | ||||
* | Remove this too | Christian Persch | 2008-04-04 | 82 | -22391/+0 |
| | | | | svn path=/trunk/; revision=8184 | ||||
* | Exorcise gecko configure & build stuff | Christian Persch | 2008-04-04 | 19 | -2230/+192 |
| | | | | svn path=/trunk/; revision=8183 | ||||
* | Decruftify | Christian Persch | 2008-04-03 | 141 | -29129/+0 |
| | | | | svn path=/trunk/; revision=8182 | ||||
* | Fixed British English translation. | Philip Withnall | 2008-04-03 | 2 | -33/+37 |
| | | | | | | | | | 2008-04-02 Philip Withnall <pwithnall@svn.gnome.org> * en_GB.po: Fixed British English translation. svn path=/trunk/; revision=8180 | ||||
* | Updated Norwegian Nynorsk translation | Eskild Hustvedt | 2008-04-02 | 2 | -117/+152 |
| | | | | svn path=/trunk/; revision=8179 | ||||
* | Try harder to fix the build with gecko 1.8 | Christian Persch | 2008-04-01 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=8177 | ||||
* | Try to fix the build with gecko 1.8 | Christian Persch | 2008-04-01 | 2 | -0/+10 |
| | | | | svn path=/trunk/; revision=8175 |