Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use – (en dash , U+2013) in copyright years. Also fixup surrounding ↵ | Wouter Bolsterlee | 2009-02-23 | 1 | -10/+10 |
| | | | | | | whitespace. svn path=/trunk/; revision=8810 | ||||
* | ephy-zoom-control: release references in dispose, not finalize. | Xan Lopez | 2009-02-23 | 1 | -5/+9 |
| | | | | svn path=/trunk/; revision=8809 | ||||
* | ephy-zoom-control: use G_DEFINE_TYPE, remove unneeded includes. | Xan Lopez | 2009-02-23 | 1 | -37/+4 |
| | | | | svn path=/trunk/; revision=8808 | ||||
* | ephy-zoom-action: use G_DEFINE_TYPE, remove unneeded includes. | Xan Lopez | 2009-02-23 | 1 | -37/+5 |
| | | | | svn path=/trunk/; revision=8807 | ||||
* | ephy-search-entry: remove unneeded/redundant includes. | Xan Lopez | 2009-02-23 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=8806 | ||||
* | Update year | Christian Persch | 2009-02-23 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8805 | ||||
* | ephy-password-dialog: remove, it's unused. | Xan Lopez | 2009-02-23 | 3 | -835/+0 |
| | | | | svn path=/trunk/; revision=8803 | ||||
* | ephy-location-entry: fix security icon visibility. | Xan Lopez | 2009-02-23 | 1 | -3/+8 |
| | | | | | | | | | GtkEntry has no distinction between the visibility of the icons and the icon to be used, meaning that the way to make them invisible is to unset them. Keep a private boolean with the visibility status so we can update our icon type without altering its visibility. svn path=/trunk/; revision=8802 | ||||
* | ephy-window: do not make code conditional on Gecko version. | Xan Lopez | 2009-02-23 | 1 | -8/+4 |
| | | | | svn path=/trunk/; revision=8801 | ||||
* | Updated Czech translation of manual by Lucas Lommer. | Petr Kovář | 2009-02-22 | 1 | -19/+12 |
| | | | | svn path=/trunk/; revision=8800 | ||||
* | ephy-bookmarks: guard zeroconf dependent function declaration. | Xan Lopez | 2009-02-21 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=8797 | ||||
* | downloader-view: use undeprecated gtk_status_icon_set_tooltip_text. | Xan Lopez | 2009-02-21 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8796 | ||||
* | sv.po: Updated Swedish translation | Daniel Nylander | 2009-02-20 | 1 | -65/+73 |
| | | | | svn path=/trunk/; revision=8794 | ||||
* | ephy-window: do not show progress for pages that load very quickly (eg, ↵ | Xan Lopez | 2009-02-19 | 1 | -1/+9 |
| | | | | | | about:blank). svn path=/trunk/; revision=8792 | ||||
* | Fix finding extensions in system dir. | Xan Lopez | 2009-02-18 | 1 | -5/+7 |
| | | | | | | | | | | Also use g_build_filename to build paths and plug a leak. Based on a patch by Diego Escalante Urrelo. Bug #571379 svn path=/trunk/; revision=8791 | ||||
* | Updated translation in gujarati | Sweta Kothari | 2009-02-16 | 1 | -14/+12 |
| | | | | svn path=/trunk/; revision=8784 | ||||
* | Add option to open new windows in tabs. | Xan Lopez | 2009-02-16 | 3 | -3/+32 |
| | | | | | | | | | | | Only available as a gconf key for now, /apps/epiphany/general/open_new_windows_in_tab. Patch by Alejandro G. Castro. Bug #571593 svn path=/trunk/; revision=8783 | ||||
* | Updated Spanish translation, fixes bug #569457 | Jorge Gonzalez Gonzalez | 2009-02-14 | 2 | -907/+881 |
| | | | | svn path=/trunk/; revision=8781 | ||||
* | Updated translation for gujarati | Sweta Kothari | 2009-02-12 | 1 | -524/+525 |
| | | | | svn path=/trunk/; revision=8780 | ||||
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2009-02-11 | 1 | -2574/+928 |
| | | | | svn path=/trunk/; revision=8779 | ||||
* | Don't recurse into proxy item construction. Bug #570984 | Christian Persch | 2009-02-10 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=8778 | ||||
* | And some more style fixes, should now follow the new code guidelines. | Xan Lopez | 2009-02-08 | 4 | -61/+58 |
| | | | | svn path=/trunk/; revision=8777 | ||||
* | ephy-seed-extension: untabify, delete-trailing-whitespace, ... | Xan Lopez | 2009-02-08 | 1 | -39/+40 |
| | | | | svn path=/trunk/; revision=8776 | ||||
* | ephy-seed-extension: free this here. | Xan Lopez | 2009-02-08 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=8775 | ||||
* | ephy-seed-extension: do not return const pointer as char*. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8774 | ||||
* | ephy-seed-extension: add trailing NULL to g_strconcat. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8773 | ||||
* | ephy-seed-extensions: fix coding style. | Xan Lopez | 2009-02-08 | 1 | -34/+34 |
| | | | | svn path=/trunk/; revision=8772 | ||||
* | Use gtk_activatable_get_related_action instead of the deprecated ↵ | Xan Lopez | 2009-02-08 | 4 | -10/+10 |
| | | | | | | gtk_widget_get_action. svn path=/trunk/; revision=8771 | ||||
* | Update from libegg trunk. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8770 | ||||
* | Prepend /data to PKG_CONFIG_PATH so g-ir-scanner can find our ↵ | Christian Persch | 2009-02-08 | 1 | -0/+1 |
| | | | | | | not-yet-installed pkg-config file svn path=/trunk/; revision=8769 | ||||
* | config.h must be the first include | Christian Persch | 2009-02-08 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8768 | ||||
* | Simply use g_irepository_get_option_group() | Christian Persch | 2009-02-08 | 1 | -17/+4 |
| | | | | svn path=/trunk/; revision=8767 | ||||
* | Add needed -I flags to build the Epiphany gir file. | Xan Lopez | 2009-02-08 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=8762 | ||||
* | Use epiphany_LDADD for Seed libraries. | Xan Lopez | 2009-02-07 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=8761 | ||||
* | Fix python/seed exclusivity check | Christian Persch | 2009-02-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8760 | ||||
* | Add closing ] in the right place | Christian Persch | 2009-02-07 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8759 | ||||
* | configure.ac: add missing ']' | Xan Lopez | 2009-02-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8758 | ||||
* | Fail if given --enable-seed without --enable-introspection. | Christian Persch | 2009-02-07 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=8757 | ||||
* | Add seed support; use --enable-seed to check it out. Patch by Robert Carr. | Christian Persch | 2009-02-07 | 7 | -2/+563 |
| | | | | svn path=/trunk/; revision=8756 | ||||
* | Add gobject introspection support; use --enable-introspection. | Christian Persch | 2009-02-07 | 3 | -3/+133 |
| | | | | svn path=/trunk/; revision=8755 | ||||
* | Remove two unused get_type functions from public header files | Robert Carr | 2009-02-07 | 2 | -4/+0 |
| | | | | svn path=/trunk/; revision=8754 | ||||
* | Make help buttons ids unique in glade file, so that the generated | Gustavo Noronha Silva | 2009-02-06 | 1 | -2/+2 |
| | | | | | | GtkBuilder file doesn't cause problems when loading svn path=/trunk/; revision=8753 | ||||
* | Corrected gconf entries wrt bug: 569564 | Runa Bhattacharjee | 2009-02-04 | 1 | -1910/+1856 |
| | | | | svn path=/trunk/; revision=8752 | ||||
* | Respect the API version set above | Christian Persch | 2009-02-04 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8751 | ||||
* | Version update | Christian Persch | 2009-02-04 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8750 | ||||
* | Only show the fixed toolbar when the leave-fullscreen button is to be shown. ↵ | Christian Persch | 2009-02-04 | 1 | -0/+3 |
| | | | | | | Shoudl fix bug #570349 svn path=/trunk/; revision=8749 | ||||
* | Set page title for history on title-changed | Gustavo Noronha Silva | 2009-02-03 | 1 | -9/+8 |
| | | | | svn path=/trunk/; revision=8747 | ||||
* | webkit-embed: add titles for history items when we know them. | Xan Lopez | 2009-01-31 | 1 | -2/+13 |
| | | | | svn path=/trunk/; revision=8746 | ||||
* | ephy-session: plug memory leak. | Xan Lopez | 2009-01-30 | 1 | -2/+4 |
| | | | | svn path=/trunk/; revision=8745 | ||||
* | Fixed Bug 569546 and Updated Basque translation. | Inaki Larranaga Murgoitio | 2009-01-29 | 2 | -945/+746 |
| | | | | | | | | | 2009-01-29 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Fixed Bug 569546 and Updated Basque translation. svn path=/trunk/; revision=8744 | ||||
* | Updated latvian translation Bug 569558 | Raivis Dejus | 2009-01-29 | 2 | -40/+42 |
| | | | | | | | | | 2009-01-29 Raivis Dejus <orvils@gmail.com> * lv.po: Updated latvian translation Bug 569558 svn path=/trunk/; revision=8742 | ||||
* | tamil translation updated | Felix I | 2009-01-29 | 2 | -85/+87 |
| | | | | svn path=/trunk/; revision=8741 | ||||
* | Bug fix for #569559 | Sandeep Shedmake | 2009-01-29 | 2 | -413/+162 |
| | | | | svn path=/trunk/; revision=8740 | ||||
* | updating for Punjabi by A S Alam: Bug: 569547 Fixed | Amanpreet Singh Alam | 2009-01-29 | 1 | -868/+1177 |
| | | | | svn path=/trunk/; revision=8739 | ||||
* | ephy-find-toolbar: remove unused variable. | Xan Lopez | 2009-01-28 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=8737 | ||||
* | ephy-find-toolbar: do not search for the empty string or NULL. | Xan Lopez | 2009-01-28 | 1 | -0/+3 |
| | | | | | | Spews critical warnings on console and it's obviously useless. svn path=/trunk/; revision=8736 | ||||
* | Remove unused auto encoding stuff. | Xan Lopez | 2009-01-26 | 1 | -15/+0 |
| | | | | | | Silences a few warnings when opening the prefs dialog. svn path=/trunk/; revision=8735 | ||||
* | Remove unused function. | Xan Lopez | 2009-01-26 | 1 | -13/+0 |
| | | | | svn path=/trunk/; revision=8734 | ||||
* | Added Pashto translation on behalf of Zabeeh Khan | Gil Forcada Codinachs | 2009-01-26 | 2 | -0/+3354 |
| | | | | svn path=/trunk/; revision=8733 | ||||
* | Remove unused fonts languages and autodetectors stuff. Bug #558407. | Christian Persch | 2009-01-26 | 10 | -528/+85 |
| | | | | svn path=/trunk/; revision=8731 | ||||
* | Updated Marathi translations (767 translated messages) | Sandeep Shedmake | 2009-01-24 | 2 | -3/+97 |
| | | | | svn path=/trunk/; revision=8728 | ||||
* | Updated Marathi translations for bugid 521462, passes msgfmt check | Sandeep Shedmake | 2009-01-24 | 2 | -1721/+794 |
| | | | | svn path=/trunk/; revision=8727 | ||||
* | Update EggEditableToolbar from trunk. | Xan Lopez | 2009-01-24 | 1 | -11/+6 |
| | | | | svn path=/trunk/; revision=8726 | ||||
* | Do not use 'gtk-action' object data to get the associated GtkAction for a ↵ | Xan Lopez | 2009-01-24 | 3 | -9/+9 |
| | | | | | | | | widget. It's an implementation detail and will go away soon. Use documented APIs instead. svn path=/trunk/; revision=8723 | ||||
* | Updated Korean translation | Changwoo Ryu | 2009-01-24 | 1 | -653/+661 |
| | | | | svn path=/trunk/; revision=8722 | ||||
* | ephy-find-toolbar: make indentation homogenenous. | Xan Lopez | 2009-01-23 | 1 | -37/+36 |
| | | | | svn path=/trunk/; revision=8721 | ||||
* | Implement scrolling in EphyFindToolbar. | Xan Lopez | 2009-01-23 | 4 | -114/+23 |
| | | | | svn path=/trunk/; revision=8720 | ||||
* | Add dolt support. | Xan Lopez | 2009-01-22 | 3 | -0/+180 |
| | | | | | | Patch by Priit Laes, bug #542501 svn path=/trunk/; revision=8719 | ||||
* | Update POTFILES.{skip,in}. | Xan Lopez | 2009-01-22 | 2 | -32/+9 |
| | | | | svn path=/trunk/; revision=8718 | ||||
* | It's CLEANFILES, not CLEAN_FILES. | Xan Lopez | 2009-01-22 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8717 | ||||
* | Add the original files to EXTRA_DIST, not the generated ones. | Xan Lopez | 2009-01-22 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8716 | ||||
* | Remove EphyIconEntry leftovers. | Xan Lopez | 2009-01-22 | 5 | -77/+0 |
| | | | | svn path=/trunk/; revision=8715 | ||||
* | ephy-window: do not set load progress on already loaded pages. | Xan Lopez | 2009-01-21 | 1 | -2/+8 |
| | | | | | | Avoids setting the load progress to 100% when switching tabs. svn path=/trunk/; revision=8712 | ||||
* | Avoid adding problematic search terms with spaces | Gustavo Noronha Silva | 2009-01-20 | 1 | -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 search | Gustavo Noronha Silva | 2009-01-20 | 1 | -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 bar | Gustavo Noronha Silva | 2009-01-20 | 3 | -39/+142 |
| | | | | | | Bug #568101 svn path=/trunk/; revision=8706 | ||||
* | Use C_() instead of Q_() with context for translatable strings. | Philip Withnall | 2009-01-20 | 5 | -46/+20 |
| | | | | | | | | Note this bumps the GLib dependency to 2.18.0. (Helps: #558407) svn path=/trunk/; revision=8705 | ||||
* | Remove useless LocationEntryAction struct | Diego Escalante Urrelo | 2009-01-19 | 1 | -23/+3 |
| | | | | svn path=/trunk/; revision=8700 | ||||
* | Updated Norwegian Nynorsk translation. | Åsmund Skjæveland | 2009-01-19 | 1 | -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æveland | 2009-01-19 | 1 | -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 Yoruba | Thomas James Alexander Thurman | 2009-01-18 | 4 | -0/+8725 |
| | | | | svn path=/trunk/; revision=8696 | ||||
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 204 | -204/+0 |
| | | | | svn path=/trunk/; revision=8695 | ||||
* | Fix indentation of previous commits. | Xan Lopez | 2009-01-16 | 1 | -20/+20 |
| | | | | svn path=/trunk/; revision=8694 | ||||
* | Include a bookmark indication in the woohoo bar | Diego Escalante Urrelo | 2009-01-16 | 3 | -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 bar | Diego Escalante Urrelo | 2009-01-16 | 2 | -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 translation | Gil Forcada Codinachs | 2009-01-14 | 1 | -276/+283 |
| | | | | svn path=/trunk/; revision=8688 | ||||
* | We no longer need a separate pkg-config check for WEBKIT. | Gustavo Noronha Silva | 2009-01-14 | 5 | -13/+0 |
| | | | | | | Bug #567601 svn path=/trunk/; revision=8682 | ||||
* | Port to use GtkBuilder. | Xan Lopez | 2009-01-12 | 7 | -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 Maraas | 2009-01-12 | 1 | -612/+575 |
| | | | | svn path=/trunk/; revision=8677 | ||||
* | configure.ac: bump required webkit version to 1.1.0. | Xan Lopez | 2009-01-12 | 1 | -4/+3 |
| | | | | | | Plus small cleanups to the file. svn path=/trunk/; revision=8675 | ||||
* | Allow to reload bypassing cache. | Xan Lopez | 2009-01-08 | 1 | -9/+6 |
| | | | | | | Bug #540781 svn path=/trunk/; revision=8674 | ||||
* | added uzbek translations by nurali | Nurali Abdurahmonov | 2009-01-08 | 4 | -0/+7078 |
| | | | | svn path=/trunk/; revision=8673 | ||||
* | Updated Greek translation by Marios Zindilis | Simos Xenitellis | 2009-01-06 | 1 | -1601/+590 |
| | | | | svn path=/trunk/; revision=8672 | ||||
* | Updated translation | Gabor Keleman | 2009-01-05 | 1 | -1388/+462 |
| | | | | svn path=/trunk/; revision=8671 | ||||
* | Remove leftover search_entry_clear_cb function | Diego Escalante Urrelo | 2009-01-05 | 1 | -19/+0 |
| | | | | svn path=/trunk/; revision=8670 | ||||
* | Fix bookmark import of ff3 files | Diego Escalante Urrelo | 2009-01-05 | 1 | -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.org | Leonardo Ferreira Fontenelle | 2009-01-05 | 1 | -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 Lopez | 2009-01-05 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=8666 | ||||
* | ephy-window: g_object_get takes a gpointer as first argument. | Xan Lopez | 2009-01-04 | 1 | -7/+6 |
| | | | | svn path=/trunk/; revision=8665 | ||||
* | ephy-window: also open in new tab for ctrl+click. | Xan Lopez | 2009-01-04 | 1 | -1/+5 |
| | | | | svn path=/trunk/; revision=8664 | ||||
* | webkit-embed: do not prefix callbacks with 'webkit_embed', they are static ↵ | Xan Lopez | 2009-01-04 | 1 | -33/+33 |
| | | | | | | functions. svn path=/trunk/; revision=8663 | ||||
* | Emit ge-document-type when the mime type of a page is known. | Xan Lopez | 2009-01-04 | 1 | -0/+33 |
| | | | | svn path=/trunk/; revision=8662 | ||||
* | Translation updated by Ivar Smolin | Priit Laes | 2009-01-03 | 1 | -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 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 |