aboutsummaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Use a chromium-like status bar by defaultXan Lopez2010-05-191-1/+0
| | | | | | | | | | Get rid of our statusbar for good and switch to something like what Chromium uses, since it takes less vertical space. The only regression is that we lose the resize grip, but that should be re-added to GtkWindow soon. Bug #609713
* Remove smooth scrolling pref from the UIXan Lopez2010-05-121-16/+0
| | | | | We'll add it back whenever we manage to add support for it in WebKitGTK+.
* Version the extensions dir with EPIPHANY_API_VERSIONXan Lopez2010-04-081-1/+1
| | | | | We were using our normal release version, which is not where they are installed.
* Change 'Enable Java' setting to 'Enable Plugins'Xan Lopez2010-02-202-5/+5
| | | | | There's really no way to completely disable Java support alone, and I think enabling/disabling plugins in general is much more useful.
* Default to one toolbar with less buttonsGustavo Noronha Silva2010-02-061-9/+1
| | | | | | | | | | | | | | This change follows from the GNOME decision to default to "Text besides icons", which makes the first toolbar smaller horizontally. With the woohoo bar the need for history and bookmark buttons is also diminished, given that you can easily search them using the location bar itself. Zoom buttons are kept, but moved to the other side of the toolbar, after the location bar, to clearly distinguish them from navigation operations. Bug #412385
* extensions-manager: remove legacy XML format supportDiego Escalante Urrelo2010-01-262-53/+1
| | | | | | | This has been long gone and anything still using it probably doesn't work with the API changes in the last year anyway. Bug #607881
* Fix syntax error in the GConf schemaSebastian Dröge2010-01-131-1/+1
|
* Add custom user-agent supportVincent Untz2009-12-191-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We default to the WebKitGTK+ user agent with Epiphany and the version appended to it. This can be overriden/modified in two ways: - The gconf key /apps/epiphany/general/user_agent has the maximum priority, and if it's set it will be always used. - If the gconf key is not set, vendors can still customize the UA by placing a branding.conf file in the share data directory. One example would be: [User Agent] Vendor=SUSE VendorSub=11.2 VendorComment=2.29.94-1 And the result would be: Mozilla/5.0 (X11; U; Linux i686; fr-fr) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ SUSE/11.2 (2.29.94-1) Epiphany/2.29.94 Bug #580903 Signed-off-by: Xan Lopez <xan@gnome.org>
* Add gconf key to control the search engine used in auto-searchCarl van Tonder2009-12-091-0/+11
| | | | | | | | Defaults to Google, like it used to. Bug #604087 Signed-off-by: Xan Lopez <xan@gnome.org>
* prefs-dialog: restore Close and Help buttonsIain Nicol2009-11-231-478/+233
| | | | | | Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>
* Provide the Inspect Element menu item againGustavo Noronha Silva2009-10-301-0/+8
| | | | | | | WebKit now provides API to start the web inspector, so we can restore the menu item. Bug #599473
* Makefile.am: add missing EXTRA_DISTXan Lopez2009-10-271-0/+2
|
* Open/Save all ui files once with gladeBenjamin Otte2009-10-025-1654/+604
| | | | | | | | | Reduces file size and ensures files will continue working properly when edited. Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>
* Replace .glade files with .ui filesBenjamin Otte2009-10-0211-4605/+4326
| | | | | | | | | | | | Glade does support editing gtk-builder generated files by now so there is no need to keep the old Glade files around. Also, gtk-builder-convert is supposed to be a one-time conversion tool and not supposed to be run by a build system, see http://mail.gnome.org/archives/desktop-devel-list/2009-July/msg00102.html Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>
* prefs-dialog: disable smoothscroll buttonDiego Escalante Urrelo2009-09-061-0/+1
| | | | | It is useless right now since we need WebKit support for this. Bug 587470 - Smooth scrolling preference doesn't work
* Fix .desktop file (GNOME bug 588979)Javier Jardón2009-08-311-1/+2
| | | | Signed-off-by: Xan Lopez <xan@gnome.org>
* Move default bookmarks to separate rdf file instead of hard-coded valuesVincent Untz2009-07-302-1/+37
| | | | Bug #300190
* mime-types-permission.xml: add gEDA mime types as safe.Sha Liu2009-07-211-0/+8
| | | | Bug #565346
* mime-types-permissions.xml: add 7z to the known/safe types list.Xan Lopez2009-07-211-0/+1
| | | | Bug #582905
* Remove Python support.Xan Lopez2009-06-061-13/+0
| | | | | The supported language for extensions other than C/C++ is now JavaScript through Seed.
* Add option to open new windows in tabs.Xan Lopez2009-02-161-0/+12
| | | | | | | | | | | 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
* Make help buttons ids unique in glade file, so that the generatedGustavo Noronha Silva2009-02-061-2/+2
| | | | | | GtkBuilder file doesn't cause problems when loading svn path=/trunk/; revision=8753
* Remove unused fonts languages and autodetectors stuff. Bug #558407.Christian Persch2009-01-265-180/+1
| | | | svn path=/trunk/; revision=8731
* 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
* Port to use GtkBuilder.Xan Lopez2009-01-121-1/+7
| | | | | | | | | | 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
* 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
* Enable Web Inspector.Xan Lopez2008-12-122-0/+95
| | | | | | Bug #562446 svn path=/trunk/; revision=8634
* Add translator comment for ISO-8859-1 default value (bug #351163).Claude Paroz2008-11-161-1/+1
| | | | svn path=/trunk/; revision=8609
* 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
* Remove deprecated Encoding line.RELEASE_2_23_91Christian Persch2008-09-012-2/+0
| | | | svn path=/trunk/; revision=8448
* 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
* 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
* Reimplement tabs detaching and tabs DND.Christian Persch2008-06-131-1/+1
| | | | svn path=/trunk/; revision=8278
* Make the properties button in the Cookies tab of Personal Data dialog notDiego Escalante Urrelo2008-05-191-0/+1
| | | | | | | sensitive by default. Patch by Michael Wolf, closes: #504136. svn path=/trunk/; revision=8237
* Remove detailed font prefs, they're obsolete on webkit.Christian Persch2008-04-074-1888/+32
| | | | | | Remove the epiphany-pango schemas file, same reason. svn path=/trunk/; revision=8191
* Exorcise gecko configure & build stuffChristian Persch2008-04-049-353/+2
| | | | svn path=/trunk/; revision=8183
* Remove the useless "Get me out of here!" button.Christian Persch2008-03-271-1/+0
| | | | svn path=/trunk/; revision=8137
* Add thisChristian Persch2008-03-181-0/+10
| | | | svn path=/trunk/; revision=8116
* Add netError overrides for the cert exception dialogue.Christian Persch2008-03-152-0/+5
| | | | svn path=/trunk/; revision=8109
* Fix the branding bundle registration by providing the app chrome manifest in ↵Christian Persch2008-03-142-1/+1
| | | | | | the right directory, and set that directory as the component directory with gtk_moz_embed_set_comp_path. svn path=/trunk/; revision=8103
* Mark "Clear All" string in Personal Data dialog forLuca Ferretti2008-03-041-1/+1
| | | | | | | translation (bug 519908) svn path=/trunk/; revision=8013
* Remove cruftChristian Persch2008-02-272-536/+1
| | | | svn path=/trunk/; revision=7990
* Disable about:config warning page.Christian Persch2008-02-181-1/+1
| | | | svn path=/trunk/; revision=7955
* GConf option to disable messagebox about unsubmitted form data. (#516170)Xan Lopez2008-02-151-0/+11
| | | | | | | | | Left undocumented on schema because we are in string freeze, will document for 2.24. Patch by Jake Nelson svn path=/trunk/; revision=7944
* Remove internal library dependencies from pc file.Xan Lopez2008-02-151-1/+1
| | | | svn path=/trunk/; revision=7941
* Update dependencies in epiphany.pc.in, remove bonobo leftovers.Xan Lopez2008-02-141-1/+1
| | | | svn path=/trunk/; revision=7938
* 2008-02-13 Reinout van Schouwen Reinout van Schouwen2008-02-131-1/+1
| | | | | | * Add KiBi and cosimoc to about.ini svn path=/trunk/; revision=7933
* Make ViewZoomNormal button available from the toolbar editor.Wouter Bolsterlee2008-01-241-0/+1
| | | | | | (It's not on the default toolbar, though). svn path=/trunk/; revision=7884
* download-dialog hidden state is now saved to gconf. New downloads started while Diego Escalante Urrelo2007-12-242-0/+14
| | | | | | | | | | the dialog is hidden pop-up a notification (as in libnotify). We now require libnotify to build. Fixes bug #311209. svn path=/trunk/; revision=7802
* Adds a "Clear All" dialog to clear all the privacy information, and a helpCosimo Cecchi2007-12-211-151/+75
| | | | | | section explaining its usage. Close bug #148314. svn path=/trunk/; revision=7793
* Readd "Add to Bookmark" entry to the document context menu.Cosimo Cecchi2007-12-191-0/+2
| | | | | | Bug #332968. svn path=/trunk/; revision=7786
* Add comment.Christian Persch2007-12-161-0/+1
| | | | svn path=/trunk/; revision=7775
* Update epiphany.schemas.in according to the changes in bug #380156.Cosimo Cecchi2007-12-031-2/+2
| | | | | | Fix bug #132808. svn path=/trunk/; revision=7746
* Sets page header and footer margins to a reasonable value when printing.Cosimo Cecchi2007-11-121-0/+7
| | | | | | Workaround for bug #346110. Patch by Dale Parquette. svn path=/trunk/; revision=7670
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-0/+39
| | | | | | | | | | * 2007-11-12 Reinout van Schouwen <reinouts@gnome.org> - glade/prefs-dialog.glade: add explanation label to "Only from sites you visit" radio button. Fixes bug 493422. svn path=/trunk/; revision=7669
* Add a "Remove all" button to the Personal Data Manager for both the cookies andCyril Brulebois2007-11-091-2/+151
| | | | | | the passwords. A confirmation dialogue is used. Addresses bug #148314. svn path=/trunk/; revision=7652
* Adds a column in the history window showing the date and the time of theCosimo Cecchi2007-11-071-1/+1
| | | | | | | | visit, substitutes radiobuttons with checkboxes in the View menu of the window. Also, adds lib/ephy-time-helpers that contains a strftime() implementation. Fix bug #380156. svn path=/trunk/; revision=7641
* Add uncrustify kr-gnome-indent.cfg file.Xan Lopez2007-11-061-0/+100
| | | | | | File used to convert source files with uncrustify to new indentation style. svn path=/trunk/; revision=7633
* Store the engine in the .pc file.Cosimo Cecchi2007-11-021-0/+1
| | | | | | Bug #463956, patch by Cyril Brulebois. svn path=/trunk/; revision=7615
* Add more mime typesChristian Persch2007-09-251-0/+1
| | | | svn path=/trunk/; revision=7488
* Consistent spacing.Christian Persch2007-09-161-1/+1
| | | | svn path=/trunk/; revision=7446
* More mime types.Christian Persch2007-08-301-0/+1
| | | | | | | | | | 2007-08-28 Christian Persch <chpe@gnome.org> * data/mime-types-permissions.xml: More mime types. svn path=/trunk/; revision=7324
* More mime types.Christian Persch2007-08-291-0/+1
| | | | | | | | | | 2007-08-28 Christian Persch <chpe@gnome.org> * data/mime-types-permissions.xml: More mime types. svn path=/trunk/; revision=7316
* More mime types.Christian Persch2007-08-291-0/+1
| | | | | | | | | | 2007-08-28 Christian Persch <chpe@gnome.org> * data/mime-types-permissions.xml: More mime types. svn path=/trunk/; revision=7314
* More mime types.Christian Persch2007-08-261-0/+2
| | | | | | | | | | 2007-08-25 Christian Persch <chpe@gnome.org> * data/mime-types-permissions.xml: More mime types. svn path=/trunk/; revision=7296
* Add low contrast app icon.Christian Persch2007-08-132-0/+2
| | | | | | | | | | 2007-08-12 Christian Persch <chpe@gnome.org> * data/icons/Makefile.am: Add low contrast app icon. svn path=/trunk/; revision=7263
* Fix icons install paths.Christian Persch2007-08-101-16/+35
| | | | | | | | | | 2007-08-09 Christian Persch <chpe@gnome.org> * data/icons/Makefile.am: Fix icons install paths. svn path=/trunk/; revision=7260
* Fix icon cache update command.Christian Persch2007-08-091-1/+1
| | | | | | | | | | 2007-08-09 Christian Persch <chpe@gnome.org> * data/icons/Makefile.am: Fix icon cache update command. svn path=/trunk/; revision=7258
* Add a11y theme icons for our apps icon.Christian Persch2007-08-093-0/+4
| | | | | | | | | | | 2007-08-09 Christian Persch <chpe@gnome.org> * data/icons/Makefile.am: * data/icons/HighColorLargePrint{,Inverse}_apps_48x48_gnome-web-browser.png: Add a11y theme icons for our apps icon. svn path=/trunk/; revision=7257
* A data/icons/*: R data/icons/*/*/*:Christian Persch2007-08-0982-324/+102
| | | | | | | | | | | | 2007-08-09 Christian Persch <chpe@gnome.org> * configure.ac: A data/icons/*: R data/icons/*/*/*: Reorganise icons. svn path=/trunk/; revision=7256
* Direct bugs coming in from bb to their own Component, for easy filtering.Christian Persch2007-08-072-2/+2
| | | | | | | | | | | | 2007-08-06 Christian Persch <chpe@gnome.org> * data/bme.desktop.in.in: * data/epiphany.desktop.in.in: Direct bugs coming in from bb to their own Component, for easy filtering. svn path=/trunk/; revision=7251
* Remove "Add bookmark" and "Save as" from the document context menu. PatchDiego Escalante Urrelo2007-08-031-3/+0
| | | | | | | | | | | | | | 2007-08-02 Diego Escalante Urrelo <diegoe@gnome.org> * data/ui/epiphany-ui.xml: * src/ephy-window.c: * src/ephy-lockdown.c: Remove "Add bookmark" and "Save as" from the document context menu. Patch by Cosimo Cecchi. Part of bug #332968. svn path=/trunk/; revision=7239
* Remove misleading text from hide menu bar lockdown. Fixes bug #321989.Diego Escalante Urrelo2007-08-011-2/+1
| | | | | | | | | | | 2007-08-01 Diego Escalante Urrelo <diegoe@gnome.org> * data/epiphany-lockdown.schemas.in: Remove misleading text from hide menu bar lockdown. Fixes bug #321989. svn path=/trunk/; revision=7231
* Added a checkbox for smooth scrolling. Fixes bug #162489.Diego Escalante Urrelo2007-07-261-0/+20
| | | | | | | | | | | | 2007-07-25 Diego Escalante Urrelo <diegoe@gnome.org> * src/prefs-dialog.c: * data/glade/prefs-dialog.glade: Added a checkbox for smooth scrolling. Fixes bug #162489. svn path=/trunk/; revision=7195
* More prefs fixesChristian Persch2007-07-151-0/+3
| | | | svn path=/trunk/; revision=7164
* Use the right icon name. Bug #385872.Christian Persch2007-07-151-1/+1
| | | | | | | | | | | | | | | | | 2007-07-15 Christian Persch <chpe@gnome.org> * data/chrome/about.xhtml: * data/epiphany.desktop.in.in: * data/icons/16x16/apps/Makefile.am: * data/icons/22x22/apps/Makefile.am: * data/icons/24x24/apps/Makefile.am: * data/icons/32x32/apps/Makefile.am: * data/icons/scalable/apps/Makefile.am: * lib/ephy-stock-icons.h: Use the right icon name. Bug #385872. svn path=/trunk/; revision=7163
* Use the right icon name. Bug #385872.Christian Persch2007-07-152-1/+1
| | | | | | | | | | | | | | | | | 2007-07-15 Christian Persch <chpe@gnome.org> * data/chrome/about.xhtml: * data/epiphany.desktop.in.in: * data/icons/16x16/apps/Makefile.am: * data/icons/22x22/apps/Makefile.am: * data/icons/24x24/apps/Makefile.am: * data/icons/32x32/apps/Makefile.am: * data/icons/scalable/apps/Makefile.am: * lib/ephy-stock-icons.h: Use the right icon name. Bug #385872. svn path=/trunk/; revision=7162
* Use the right icon name. Bug #385872.Christian Persch2007-07-151-1/+1
| | | | | | | | | | | | | | | | 2007-07-15 Christian Persch <chpe@gnome.org> * data/chrome/about.xhtml: * data/epiphany.desktop.in.in: * data/icons/16x16/apps/Makefile.am: * data/icons/22x22/apps/Makefile.am: * data/icons/24x24/apps/Makefile.am: * data/icons/32x32/apps/Makefile.am: * lib/ephy-stock-icons.h: Use the right icon name. Bug #385872. svn path=/trunk/; revision=7161
* Use the right icon name. Bug #385872.Christian Persch2007-07-1511-7/+7
| | | | | | | | | | | | | | | 2007-07-15 Christian Persch <chpe@gnome.org> * data/chrome/about.xhtml: * data/epiphany.desktop.in.in: * data/icons/16x16/apps/Makefile.am: * data/icons/22x22/apps/Makefile.am: * data/icons/32x32/apps/Makefile.am: * lib/ephy-stock-icons.h: Use the right icon name. Bug #385872. svn path=/trunk/; revision=7160
* Use the right prefs to disable CUPS.Christian Persch2007-07-111-3/+3
| | | | | | | | | | 2007-07-11 Christian Persch <chpe@gnome.org> * data/default-prefs-common.js: Use the right prefs to disable CUPS. svn path=/trunk/; revision=7149
* Use new "epiphany" icon here (thanks to Rodney Dawes).Luca Ferretti2007-07-114-3/+1087
| | | | | | | | | | | | | | | | | 2007-07-11 Luca Ferretti <elle.uca@libero.it> * data/chrome/about.xhtml: Use new "epiphany" icon here (thanks to Rodney Dawes). * data/icons/32x32/apps/Makefile.am: * data/icons/32x32/apps/epiphany.svg: * data/icons/32x32/apps/epiphany.svg: Add 32x32 pixel icon (thanks to Andreas Nilsson). svn path=/trunk/; revision=7148
* Use new icon here tooLuca Ferretti2007-07-101-1/+1
| | | | | | | | | | | 2007-07-10 Luca Ferretti <elle.uca@libero.it> * data/epiphany.desktop.in.in: Use new icon here too svn path=/trunk/; revision=7133
* Add 32x32/apps to build. But currently there are no icons.Luca Ferretti2007-07-102-1/+15
| | | | | | | | | | | | 2007-07-10 Luca Ferretti <elle.uca@libero.it> * data/icons/32x32/apps/Makefile.am: * data/icons/32x32/Makefile.am: Add 32x32/apps to build. But currently there are no icons. svn path=/trunk/; revision=7131
* Add more info about previous commit in ChangeLog and Luca Ferretti2007-07-106-0/+0
| | | | | | | fix image names (epiphany, not epiphnay)... svn path=/trunk/; revision=7130
* Install under hicolor and use "epiphany" named icon as application iconLuca Ferretti2007-07-1015-1/+2915
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-10 Luca Ferretti <elle.uca@libero.it> * configure.ac: * data/icons/16x16/Makefile.am: * data/icons/16x16/apps/Makefile.am: * data/icons/16x16/apps/epiphnay.svg: * data/icons/16x16/apps/epiphnay.png: * data/icons/22x22/Makefile.am: * data/icons/22x22/apps/Makefile.am: * data/icons/22x22/apps/epiphnay.svg: * data/icons/22x22/apps/epiphnay.png: * data/icons/24x24/Makefile.am: * data/icons/24x24/apps/Makefile.am: * data/icons/24x24/apps/epiphnay.png: * data/icons/scalable/Makefile.am: * data/icons/scalable/apps/Makefile.am: * data/icons/scalable/apps/epiphnay.svg: * lib/ephy-stock-icons.h: Install under hicolor and use "epiphany" named icon as application icon * data/icons/Makefile.am: Update gtk icon cache for hicolor on install and uninstall svn path=/trunk/; revision=7129
* Kill old "download" icon. Fix bug 450904Luca Ferretti2007-07-1013-1975/+0
| | | | | | | | | | | | | | | | 2007-07-10 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/Makefile.am: * data/icons/22x22/actions/Makefile.am: * data/icons/24x24/actions/Makefile.am: * data/icons/32x32/actions/Makefile.am: * data/icons/scalable/actions/Makefile.am: * data/icons/*/action/download.*: Kill old "download" icon. Fix bug 450904 svn path=/trunk/; revision=7128
* Copy the lock icons from g-i-t 2.16 into epiphany, since the new ones inChristian Persch2007-07-1017-0/+26
| | | | | | | | | | | | | | | | | | 2007-07-09 Christian Persch <chpe@gnome.org> * configure.ac: * data/icons/16x16/status/Makefile.am: * data/icons/24x24/status/Makefile.am: * data/icons/48x48/Makefile.am: * data/icons/48x48/status/Makefile.am: * data/icons/Makefile.am: * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: Copy the lock icons from g-i-t 2.16 into epiphany, since the new ones in g-i-t are broken (see bug #348350 comment 93 ff). svn path=/trunk/; revision=7119
* A data/weasel-ua-pref.js.in:Christian Persch2007-06-282-0/+11
| | | | | | | | | | | | | | | 2007-06-28 Christian Persch <chpe@gnome.org> * configure.ac: * data/Makefile.am: A data/weasel-ua-pref.js.in: Make UA ff-compatible. This fixes https://bugzilla.mozilla.org/show_bug.cgi?id=334967 . See also Camino bug https://bugzilla.mozilla.org/show_bug.cgi?id=384721 and https://bugzilla.mozilla.org/show_bug.cgi?id=385999 for discussion. svn path=/trunk/; revision=7100
* Disable PAPI too.Christian Persch2007-06-111-1/+3
| | | | | | | | | | 2007-06-10 Christian Persch <chpe@gnome.org> * data/default-prefs-common.js: Disable PAPI too. svn path=/trunk/; revision=7078
* src/ephy-history-window.c src/bookmarks/ephy-bookmarks-editor.cDiego Escalante Urrelo2007-06-062-3/+5
| | | | | | | | | | | | | | | 2007-06-05 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-history-window.c * src/bookmarks/ephy-bookmarks-editor.c * data/ui/epiphany-history-window-ui.xml * data/ui/epiphany-bookmark-editor-ui.xml: Assign control+T as default delete shortcut. Also move the Delete item to Edit menu. Bug #351100. svn path=/trunk/; revision=7076
* Shameless plug: added Reinout van Schouwen and myself.Wouter Bolsterlee2007-06-051-1/+1
| | | | | | | | | | 2007-06-05 Wouter Bolsterlee <wbolster@svn.gnome.org> * data/about.ini: Shameless plug: added Reinout van Schouwen and myself. svn path=/trunk/; revision=7069
* Reviewed by: Christian Persch <chpe@gnome.org> Committed by: WouterJared Moore2007-06-051-0/+2
| | | | | | | | | | | | | 2007-06-05 Jared Moore <cornflake.pirate@gmail.com> Reviewed by: Christian Persch <chpe@gnome.org> Committed by: Wouter Bolsterlee <wbolster@gnome.org> * data/ui/epiphany-ui.xml: Added 'select all' to context menu for text input areas. Bug #336739. svn path=/trunk/; revision=7068
* Make "Show Passwords" plural. Bug #437798.Christian Persch2007-05-201-50/+50
| | | | | | | | | | 2007-05-19 Christian Persch <chpe@gnome.org> * data/glade/epiphany.glade: Make "Show Passwords" plural. Bug #437798. svn path=/trunk/; revision=7039
* Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefsChristian Persch2007-05-201-0/+10
| | | | | | | | | | | | | | 2007-05-19 Christian Persch <chpe@gnome.org> * data/epiphany.schemas.in: * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefs notifier data. Check the pref type. svn path=/trunk/; revision=7038
* Add "application/x-quicktimeplayer" andBastien Nocera2007-04-201-0/+2
| | | | | | | | | | | 2007-04-20 Bastien Nocera <hadess@hadess.net> * data/mime-types-permissions.xml: Add "application/x-quicktimeplayer" and "application/x-quicktime-media-link" to the safe mime-types (Closes: #431665) svn path=/trunk/; revision=7005
* Fix printing of frames.Christian Persch2007-04-091-1/+2
| | | | | | | | | | | | | 2007-04-09 Christian Persch <chpe@gnome.org> * data/glade/print.glade: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/GeckoPrintService.cpp: * embed/mozilla/GeckoPrintService.h: Fix printing of frames. svn path=/trunk/; revision=6985
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-124-4/+4
| | | | | | | | | | 2007-03-11 Christian Persch <chpe@gnome.org> * *: Correct FSF address. Bug #409075, patch by John Millikin. svn path=/trunk/; revision=6952
* "Application" is not a valid category in the freedesktop specification.Christian Kirbach2007-03-082-2/+2
| | | | | | | | | | * data/bme.desktop.in.in: * data/epiphany.desktop.in.in: "Application" is not a valid category in the freedesktop specification. svn path=/trunk/; revision=6944
* Add .bz2.Christian Persch2007-03-021-0/+1
| | | | | | | | | | 2007-03-02 Christian Persch <chpe@svn.gnome.org> * data/mime-types-permissions.xml: Add .bz2. svn path=/trunk/; revision=6929
* === Release 2.17.91 ===RELEASE_2_17_91Christian Persch2007-02-131-0/+1
| | | | | | | | | | | 2007-02-12 Christian Persch <chpe@svn.gnome.org> === Release 2.17.91 === * configure.ac: * data/mime-types-permissions.xml: svn path=/trunk/; revision=6904
* Set the new pwdmgr pref.Christian Persch2007-02-081-0/+1
| | | | | | | | | | 2007-02-07 Christian Persch <chpe@svn.gnome.org> * data/default-prefs-common.js: Set the new pwdmgr pref. svn path=/trunk/; revision=6893
* More mime types.Christian Persch2007-02-021-0/+2
| | | | | | | | | | 2007-02-02 Christian Persch <chpe@svn.gnome.org> * data/mime-types-permissions.xml: More mime types. svn path=/trunk/; revision=6885
* More mime types.Christian Persch2007-02-021-0/+1
| | | | | | | | | | 2007-02-02 Christian Persch <chpe@svn.gnome.org> * data/mime-types-permissions.xml: More mime types. svn path=/trunk/; revision=6883
* Add video/x-theora+ogg to list of known mime types.Christian Persch2007-01-301-0/+1
| | | | | | | | | | 2007-01-30 Christian Persch <chpe@svn.gnome.org> * data/mime-types-permissions.xml: Add video/x-theora+ogg to list of known mime types. svn path=/trunk/; revision=6878
* Set bidi caret movement pref to mimick gtk widgets.Christian Persch2007-01-291-0/+11
| | | | | | | | | | 2007-01-28 Christian Persch <chpe@svn.gnome.org> * data/default-prefs-common.js: Set bidi caret movement pref to mimick gtk widgets. svn path=/trunk/; revision=6864
* Add more mime types.Christian Persch2007-01-291-0/+1
| | | | | | | | | | 2007-01-28 Christian Persch <chpe@svn.gnome.org> * data/mime-types-permissions.xml: Add more mime types. svn path=/trunk/; revision=6860
* Fix schemas install command.Christian Persch2007-01-291-1/+1
| | | | | | | | | | 2007-01-28 Christian Persch <chpe@svn.gnome.org> * data/Makefile.am: Fix schemas install command. svn path=/trunk/; revision=6852
* Add another safe mime type.Christian Persch2007-01-231-0/+1
| | | | | | | | | | 2007-01-23 Christian Persch <chpe@svn.gnome.org> * data/mime-types-permissions.xml: Add another safe mime type. svn path=/trunk/; revision=6842
* Puts OpenInWindow over OpenInTab in the Bookmarks Editor so we meet theDiego Escalante Urrelo2007-01-181-2/+2
| | | | | | | | | | | | 2007-01-18 Diego Escalante Urrelo <diegoe@svn.gnome.org> * data/ui/epiphany-bookmark-editor-ui.xml: Puts OpenInWindow over OpenInTab in the Bookmarks Editor so we meet the HIG. Fixes bug #340775. svn path=/trunk/; revision=6831
* configure.acLuca Ferretti2007-01-1811-3/+305
| | | | | | | | | | | | | | | | | | | | | | | 2007-01-18 Luca Ferretti <elle.uca@libero.it> * data/icons/*/places/bookmark-web.*: * data/icons/*/places/Makefile.am: * data/icons/*/Makefile.am: * configure.ac Add to build new "bookmark-web" custom named icon at 16, 22 and 24 pixels - under new places directory. * lib/ephy-stock-icons.c: * lib/ephy-stock-icons.h: * src/bookmarks/ephy-bookmark-properties.c: * src/bookmarks/ephy-bookmark-action.c: Remove STOCK_BOOKMARK and add EPHY_STOCK_BOOKMARK using new "bookmark-web" custom named icon. svn path=/trunk/; revision=6830
* Update for 2007.Christian Persch2007-01-101-1/+1
| | | | | | | | | | | 2007-01-10 Christian Persch <chpe@svn.gnome.org> * data/chrome/about.xhtml: * src/window-commands.c: (window_cmd_help_about): Update for 2007. svn path=/trunk/; revision=6816
* Fix for autoconf 2.60 (datarootdir).Christian Persch2007-01-101-0/+2
| | | | | | | | | | 2007-01-10 Christian Persch <chpe@svn.gnome.org> * data/epiphany.pc.in: Fix for autoconf 2.60 (datarootdir). svn path=/trunk/; revision=6815
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-092-3/+3
| | | | | | | | | | | | | | | | | | | 2007-01-09 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/ephy-history-window.c: * src/ephy-main.c: * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-tab.c: * src/ephy-encoding-menu.c: * src/ephy-window.c: * data/glade/form-signing-dialog.glade: * data/glade/prefs-dialog.glade: Changes "..." for the ellipsis character "…". Bug #324380. Patch by Diego Escalante Urrelo. svn path=/trunk/; revision=6810
* Added myself as a Contributor. :).Diego Escalante Urrelo2007-01-091-1/+1
| | | | | | | | | | | 2007-01-09 Diego Escalante Urrelo <diegoe@svn.gnome.org> * data/about.ini: Added myself as a Contributor. :). svn path=/trunk/; revision=6809
* === Release 2.17.5 ===RELEASE_2_17_5Christian Persch2007-01-091-0/+3
| | | | | | | | | | | | | 2007-01-09 Christian Persch <chpe@svn.gnome.org> === Release 2.17.5 === * NEWS: * configure.ac: * data/default-prefs-common.js: * doc/reference/tmpl/ephy-embed.sgml: svn path=/trunk/; revision=6806
* Added "icondir" variable ( == $datadir/$package/icons ). The purpose isLuca Ferretti2007-01-091-0/+1
| | | | | | | | | | | | | | 2007-01-08 Luca Ferretti <elle.uca@libero.it> * data/epiphany.pc.in: Added "icondir" variable ( == $datadir/$package/icons ). The purpose is allow extensions to install custom themeable icons in this directory, so they can use named icons without add a new icon search path. svn path=/trunk/; revision=6794
* Removed the hardcoded invisible char, note that this might readd itself toDiego Escalante Urrelo2007-01-082-2/+0
| | | | | | | | | | | | | | 2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * data/glade/form-signing-dialog.glade: * data/glade/prefs-dialog.glade: Removed the hardcoded invisible char, note that this might readd itself to the file if someone edits it. It has been suggested that we move over to glade-3. Patch by Vitali Ischenko. Bug #393910. svn path=/trunk/; revision=6793
* Corrects the expand of the Privacy tab in the Preferences window. Patch byDiego Escalante Urrelo2007-01-031-2/+2
| | | | | | | | | | | | 2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org> * data/glade/prefs-dialog.glade: Corrects the expand of the Privacy tab in the Preferences window. Patch by Baptiste Mille-Mathias. svn path=/trunk/; revision=6782
* Added text/csv as a safe type (note that the aliasDiego Escalante Urrelo2007-01-031-0/+1
| | | | | | | | | | | | | 2007-01-03 Diego Escalante Urrelo <diegoe@svn.gnome.org> * data/mime-types-permissions.xml: Added text/csv as a safe type (note that the alias text/x-comma-separate-values is also present). Patch by Gaëtan Podevijn. svn path=/trunk/; revision=6779
* .cvsignore files are obsoleteChristian Persch2006-12-3021-52/+0
| | | | svn path=/trunk/; revision=6768
* Fix orderingChristian Persch2006-12-201-1/+1
|
* Invert MoveToolItem and RemoveToolItem order, matchingh same feature forLuca Ferretti2006-12-201-1/+1
| | | | | | | | | | | | | | | | 2006-12-19 Luca Ferretti <elle.uca@libero.it> * data/ui/epiphany-ui.xml: Invert MoveToolItem and RemoveToolItem order, matchingh same feature for panel applets. * lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_set_ui_manager): * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: Remove STOCK_DRAG_MODE and STOCK_VIEW_SOURCE.
* Add Tango style location-entry named icon.Luca Ferretti2006-12-1910-5/+2084
| | | | | | | | | | | | | | | | | 2006-12-19 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/actions/location-entry.png: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/location-entry.png: * data/icons/24x24/actions/location-entry.png: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/actions/location-entry.png: * data/icons/32x32/actions/location-entry.svg: * data/icons/scalable/actions/Makefile.am: * data/icons/scalable/actions/location-entry.svg: Add Tango style location-entry named icon.
* Load about data from file.Christian Persch2006-12-181-0/+6
| | | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: * src/Makefile.am: * src/window-commands.c: (window_cmd_help_about): Load about data from file.
* Fix bookmarks export to HTML. Bug #345925, patch by Stefan Stuhr.Christian Persch2006-12-181-15/+11
| | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-bookmarks-html.xsl: Fix bookmarks export to HTML. Bug #345925, patch by Stefan Stuhr.
* Load about data from file.Christian Persch2006-12-181-0/+4
| | | | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: * src/Makefile.am: * src/window-commands.c: (window_cmd_help_about): Load about data from file.
* Don't warn before launching rtsp and mms[h] handlers.Chhristian Persch2006-12-151-0/+5
| | | | | | | | 2006-12-14 Chhristian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Don't warn before launching rtsp and mms[h] handlers.
* Add "bookmark-view" and "history-view" at 32 pixels and 48 pixelsLuca Ferretti2006-12-148-3/+1228
| | | | | | | | | | | | | | | | 2006-12-14 Luca Ferretti <elle.uca@libero.it> * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/actions/bookmark-view.png: * data/icons/32x32/actions/bookmark-view.svg: * data/icons/32x32/actions/history-view.png: * data/icons/32x32/actions/history-view.svg: * data/icons/scalable/actions/Makefile.am: * data/icons/scalable/actions/bookmark-view.svg: * data/icons/scalable/actions/history-view.svg: Add "bookmark-view" and "history-view" at 32 pixels and 48 pixels scalable. From Andreas Nilsson.
* Fix a typo in previous commit.Luca Ferretti2006-12-141-1/+1
| | | | | | | | 2006-12-14 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/Makefile.am: Fix a typo in previous commit.
* Add new "bookmark-view" icon from Andreas Nilsson, replacingLuca Ferretti2006-12-1423-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-14 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/actions/bookmark-view.png: * data/icons/16x16/actions/bookmark-view.xcf: * data/icons/16x16/actions/download.xcf: * data/icons/16x16/actions/epiphany-download.xcf.bz2: * data/icons/16x16/status/Makefile.am: * data/icons/16x16/status/popup-hidden.xcf: * data/icons/16x16/status/popup-hidden.xcf.bz2: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/bookmark-view.png: * data/icons/22x22/actions/bookmark-view.xcf: * data/icons/22x22/actions/download.xcf: * data/icons/22x22/actions/epiphany-download.xcf.bz2: * data/icons/22x22/status/Makefile.am: * data/icons/22x22/status/popup-hidden.xcf: * data/icons/22x22/status/popup-hidden.xcf.bz2: * data/icons/24x24/actions/Makefile.am: * data/icons/24x24/actions/README: * data/icons/24x24/actions/bookmark-view.png: * data/icons/24x24/actions/web-bookmarks.png: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/actions/download.svg: * data/icons/32x32/actions/epiphany-download.svg: * data/icons/scalable/status/Makefile.am: Add new "bookmark-view" icon from Andreas Nilsson, replacing "web-bookmarks". Move images source from xcf.bz2 to xcf and use the same name of the named icon, including them in dist. * lib/ephy-stock-icons.h: Use "bookmark-view" named icon for EPHY_STOCK_BOOKMARKS.
* Dist the icon sources.Christian Persch2006-12-145-4/+22
| | | | | | | | | | | | 2006-12-13 Christian Persch <chpe@cvs.gnome.org> * data/icons/16x16/actions/Makefile.am: * data/icons/22x22/actions/Makefile.am: * data/icons/24x24/actions/Makefile.am: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/status/Makefile.am: Dist the icon sources.
* Add image sources too.Luca Ferretti2006-12-132-0/+408
| | | | | | | | | 2006-12-13 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/history-view.svg: * data/icons/22x22/actions/history-view.svg: Add image sources too.
* Updated icon for history from Andreas Nilsson.Luca Ferretti2006-12-137-3/+5
| | | | | | | | | | | | | | | | | | 2006-12-13 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/actions/history-view.png: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/history-view.png: * data/icons/24x24/actions/Makefile.am: * data/icons/24x24/actions/history-view.png: * data/icons/24x24/actions/web-history.png: Updated icon for history from Andreas Nilsson. * lib/ephy-stock-icons.h: Use "history-view" as named icon.
* Remove unnecessary rules.Christian Persch2006-12-1216-148/+11
| | | | | | | | | | | | | | | | | | | | | | | 2006-12-11 Christian Persch <chpe@cvs.gnome.org> * data/icons/16x16/Makefile.am: * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/status/Makefile.am: * data/icons/22x22/Makefile.am: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/status/Makefile.am: * data/icons/24x24/Makefile.am: * data/icons/24x24/actions/Makefile.am: * data/icons/24x24/status/Makefile.am: * data/icons/32x32/Makefile.am: * data/icons/32x32/actions/Makefile.am: * data/icons/32x32/status/Makefile.am: * data/icons/Makefile.am: * data/icons/scalable/Makefile.am: * data/icons/scalable/actions/Makefile.am: * data/icons/scalable/status/Makefile.am: Remove unnecessary rules.
* s/epiphany-download/download\Luca Ferretti2006-12-094-4/+4
| | | | | | | | | | | 2006-12-08 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/actions/Makefile.am: * data/icons/22x22/actions/Makefile.am: * data/icons/32x32/actions/Makefile.am: * data/icons/scalable/actions/Makefile.am: s/epiphany-download/download\
* Restore this, still used in bookmarks .desktop file.Luca Ferretti2006-12-091-0/+0
| | | | | | | | 2006-12-08 Luca Ferretti <elle.uca@libero.it> * data/art/epiphany-bookmarks.png: Restore this, still used in bookmarks .desktop file.
* Remove old stock iconsLuca Ferretti2006-12-0913-230/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-08 Luca Ferretti <elle.uca@libero.it> * data/art/Makefile.am: * data/art/epiphany-bookmarks.png: * data/art/epiphany-download.png: * data/art/epiphany-entry.png: * data/art/epiphany-history.png: * data/art/epiphany-popup-hidden.png: * data/art/epiphany-popup-hidden.svg: Remove old stock icons * data/icons/16x16/actions/download.png: * data/icons/16x16/actions/epiphany-download.png: * data/icons/22x22/actions/download.png: * data/icons/22x22/actions/epiphany-download.png: * data/icons/24x24/actions/Makefile.am: * data/icons/24x24/actions/download.png: * data/icons/24x24/actions/epiphany-download.png: * data/icons/24x24/actions/location-entry.png: * data/icons/24x24/actions/web-bookmarks.png: * data/icons/24x24/actions/web-history.png: * data/icons/32x32/actions/download.png: * data/icons/32x32/actions/epiphany-download.png: * data/icons/scalable/actions/download.svg: * data/icons/scalable/actions/epiphany-download.svg: Move old stock icons here and rename "epiphany-download" to "download" * lib/ephy-stock-icons.c: (ephy_stock_icons_init): Use gtk_icon_source_set_icon_name for EPHY_STOCK* * lib/ephy-stock-icons.h: Update named icons to installed icons. * src/ephy-main.c: (main): Call gtk_icon_theme_append_search_path to add custom Ephy directory for themed icons. This should complete the icon theme support to Epiphany. Of course there is still some work to do, as well as provide fresh icons at all sizes and define the names.
* Silent cvs.Luca Ferretti2006-12-0816-0/+32
| | | | | | | | 2006-12-08 Luca Ferretti <elle.uca@libero.it> * data/icons/.cvsignore: * data/icons/*/.cvsignore: Silent cvs.
* Add "popup-hidden" named icon.Luca Ferretti2006-12-0518-5/+859
| | | | | | | | | | | 2006-12-05 Luca Ferretti <elle.uca@libero.it> * configure.ac: * data/icons/<size>/Makefile.am: * data/icons/<size>/status/popup-hidden.*: * data/icons/<size>/status/Makefile.am: Add "popup-hidden" named icon.
* Initial commit to provide Epiphany icons as themed icons. Files will beLuca Ferretti2006-12-0420-1/+2113
| | | | | | | | | | | | | | | | 2006-12-04 Luca Ferretti <elle.uca@libero.it> * configure.in: * data/Makefile.am: * data/icons/*/epiphany-download*: * data/icons/*Makefile.am*: Initial commit to provide Epiphany icons as themed icons. Files will be installed under $prefix/share/epiphany/icons/hicolor/ as per http://wayofthemonkey.com/index.php?date=2006-11-15&month=11&year=2006 By now only epiphany-download is available, but currently unused in the UI. More icons are code changes will come.
* More pwdmgr prefsChristian Persch2006-12-031-0/+1
|
* Add "si" to locales always using pango. Patch by harshula@gmail.com, bugChristian Persch2006-12-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-02 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-pango.schemas: Add "si" to locales always using pango. Patch by harshula@gmail.com, bug #361538. 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-find.c: (ephy_embed_find_find_again): * embed/ephy-embed-find.h: * embed/mozilla/EphyFind.cpp: * embed/mozilla/EphyFind.h: * embed/mozilla/mozilla-embed-find.cpp: * src/ephy-find-toolbar.c: (ephy_find_toolbar_find_next), (ephy_find_toolbar_find_previous): Another mozilla API change. * m4/gecko.m4: Add -lxpcomglue_s to EXTRA_LIBS on trunk. 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add text/google-video-pointer and variant. 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add flv mime types. Bug #381099. 2006-11-17 Benjamin Berg <benjamin@sipsolutions.net> * lib/widgets/ephy-spinner.c: (ephy_spinner_start): Lower the priority of the spinner animation so that the animation does not stop page loading. Fixes bug #374623. 2006-11-13 Wouter Bolsterlee <wbolster@cvs.gnome.org> * data/epiphany-fonts.schemas: * data/generate-font-schemas.py: Change default font sizes to match other popular browsers. Bug #346026 (patch by Diego Escalante Urrelo). 2006-11-12 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-navigation-action.c: (activate_by_history_index): * src/ephy-shell.c: (ephy_shell_new_tab_full): Remove a double call to history copy when middle-clicking on back/forward buttons. Fix bug #362882. 2006-11-12 Ryan Lortie <desrt@desrt.ca> * src/ephy-notebook.c (build_tab_label): Remove redundant gtk_button_set_relief call. Fixes bug #372760. 2006-11-10 Wouter Bolsterlee <wbolster@cvs.gnome.org> * autogen.sh: Add useful warning when gnome-autogen.sh
* Add text/google-video-pointer and variant.Christian Persch2006-12-011-0/+2
| | | | | | | | 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add text/google-video-pointer and variant.
* Add flv mime types. Bug #381099.Christian Persch2006-12-011-0/+2
| | | | | | | | 2006-12-01 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add flv mime types. Bug #381099.
* Change default font sizes to match other popular browsers. Bug #346026Wouter Bolsterlee2006-11-132-54/+54
| | | | | | | | | | 2006-11-13 Wouter Bolsterlee <wbolster@cvs.gnome.org> * data/epiphany-fonts.schemas: * data/generate-font-schemas.py: Change default font sizes to match other popular browsers. Bug #346026 (patch by Diego Escalante Urrelo).
* === Release 2.17.2 ===RELEASE_2_17_2Christian Persch2006-11-061-0/+1
| | | | | | | | | | 2006-11-06 Christian Persch <chpe@cvs.gnome.org> === Release 2.17.2 === * configure.ac: * data/default-prefs-common.js: * src/ephy-notebook.c: (build_tab_label):
* Default to printing background images.Christian Persch2006-09-171-1/+1
| | | | | | | | 2006-09-16 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: Default to printing background images.
* Activate about:config warning.Christian Persch2006-09-171-0/+3
| | | | | | | | 2006-09-16 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Activate about:config warning.
* Use UTF-8 copyright symbolChristian Persch2006-09-136-5/+6
|
* Add some more mime types. Fixes bug #352482.Christian Persch2006-08-241-0/+3
| | | | | | | | 2006-08-24 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add some more mime types. Fixes bug #352482.
* Don't show the empty window that the print options tab isChristian Persch2006-08-221-1/+0
| | | | | | | | | 2006-08-19 Christian Persch <chpe@cvs.gnome.org> * data/glade/print.glade: * embed/mozilla/GeckoPrintService.cpp: Don't show the empty window that the print options tab is
* Enable pango for Urdu locale.Christian Persch2006-08-211-0/+3
| | | | | | | | 2006-08-21 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-pango.schemas: Enable pango for Urdu locale.
* Disable DOM storage for now.Christian Persch2006-08-191-0/+3
| | | | | | | | 2006-08-18 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Disable DOM storage for now.
* Enable pango for Thai locale. Bug #339532.Christian Persch2006-08-171-0/+3
| | | | | | | | 2006-08-17 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-pango.schemas: Enable pango for Thai locale. Bug #339532.
* Add missing semicolon. Bug #350711.Christian Persch2006-08-101-1/+1
| | | | | | | | 2006-08-10 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Add missing semicolon. Bug #350711.
* Set printer name setting.Christian Persch2006-08-081-0/+1
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Set printer name setting.
* Don't leak the UI language.Christian Persch2006-08-081-2/+4
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Don't leak the UI language.
* Add more mime types.Christian Persch2006-08-081-0/+1
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add more mime types.
* Document the print_frames key.Christian Persch2006-08-081-0/+11
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: Document the print_frames key.
* Make this a vbox, not a table.Christian Persch2006-07-251-106/+231
| | | | | | | | 2006-07-24 Christian Persch <chpe@cvs.gnome.org> * data/glade/certificate-dialogs.glade: Make this a vbox, not a table.
* Fix default activation.Christian Persch2006-07-251-1/+20
| | | | | | | | | | | | | 2006-07-24 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-password-dialog.c: Fix default activation. * data/glade/form-signing-dialog.glade: * embed/mozilla/GeckoFormSigningDialog.cpp: Fix content packing options.
* Fix spacings, and don't use dummy text.Christian Persch2006-07-251-16/+16
| | | | | | | | 2006-07-24 Christian Persch <chpe@cvs.gnome.org> * data/glade/certificate-dialogs.glade: Fix spacings, and don't use dummy text.
* Add page security info dialogue from Certificates extension.Christian Persch2006-07-251-0/+1
| | | | | | | | | | | | | | | 2006-07-24 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: * src/ephy-statusbar.c: (ephy_statusbar_class_init), (padlock_button_press_cb), (create_statusbar_security_icon): * src/ephy-statusbar.h: * src/ephy-window.c: (ephy_window_constructor): * src/window-commands.c: (window_cmd_view_page_security_info), (window_cmd_help_about): * src/window-commands.h: Add page security info dialogue from Certificates extension.
* Implement nsIFormSigningDialog. Bug #312869.Christian Persch2006-07-232-3/+284
| | | | | | | | | | | | 2006-07-22 Christian Persch <chpe@cvs.gnome.org> * data/glade/Makefile.am: * data/glade/form-signing-dialog.glade: * embed/mozilla/GeckoFormSigningDialog.cpp: * embed/mozilla/GeckoFormSigningDialog.h: * embed/mozilla/MozRegisterComponents.cpp: Implement nsIFormSigningDialog. Bug #312869.
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-222-0/+82
| | | | | | | | | | | | 2006-07-21 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: * data/glade/prefs-dialog.glade: * embed/mozilla/mozilla-notifiers.cpp: * lib/ephy-prefs.h: * src/prefs-dialog.c: Add a way to turn off password remembering. Bug #332374.
* Add our options in a custom tab in the print dialogue.Christian Persch2006-07-222-318/+281
| | | | | | | | | | | | | | | 2006-07-21 Christian Persch <chpe@cvs.gnome.org> * data/epiphany.schemas.in: * data/glade/print.glade: * embed/mozilla/GeckoPrintService.cpp: * embed/mozilla/GeckoPrintService.h: * lib/ephy-gui.c: (ephy_gui_message_dialog_get_content_box), (ephy_gui_message_dialog_set_wrap_mode), (checkbutton_toggled_cb), (ephy_gui_connect_checkbutton_to_gconf): * lib/ephy-gui.h: Add our options in a custom tab in the print dialogue.
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-191-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-06-18 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/default-prefs-common.js: * embed/Makefile.am: * embed/ephy-embed-shell.c: (ephy_embed_shell_dispose), (ephy_embed_shell_set_page_setup), (ephy_embed_shell_get_page_setup), (ephy_embed_shell_set_print_settings), (ephy_embed_shell_get_print_settings): * embed/ephy-embed-shell.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: * embed/mozilla/Makefile.am: A embed/mozilla/GeckoPrintService.cpp: A embed/mozilla/GeckoPrintService.h: A embed/mozilla/GeckoPrintSession.cpp: A embed/mozilla/GeckoPrintSession.h: * embed/mozilla/MozRegisterComponents.cpp: R embed/mozilla/PrintingPromptService.cpp: R embed/mozilla/PrintingPromptService.h: * embed/mozilla/mozilla-embed-single.cpp: R embed/print-dialog.c: R embed/print-dialog.h: * src/ephy-shell.c: (ephy_shell_dispose), (ephy_shell_get_prefs_dialog): * src/ephy-shell.h: * src/epiphany.defs: * src/window-commands.c: (page_setup_done_cb), (window_cmd_file_print_setup): Drop libgnomeprint[ui] and use gtk printing.
* Set the warn-entering-weak security warn pref to true.Christian Persch2006-06-161-0/+5
| | | | | | | | 2006-06-16 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Set the warn-entering-weak security warn pref to true.
* Check for enchant, and output an overview of the configured options onChristian Persch2006-06-091-0/+5
| | | | | | | | | | | | | | | | | | | | | 2006-06-09 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Check for enchant, and output an overview of the configured options on successful configure. * data/default-prefs-common.js: * embed/mozilla/GeckoSpellCheckEngine.cpp: * embed/mozilla/GeckoSpellCheckEngine.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: * lib/Makefile.am: * lib/ephy-spell-check.c: * lib/ephy-spell-check.h: Spell check support using the gecko 'spellchecker' extension. No corrections context menu or language switching yet.
* R data/default-prefs-gecko-1-8.js: R data/default-prefs-mozilla.js: RChristian Persch2006-05-125-45/+30
| | | | | | | | | | | | 2006-05-11 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: * data/default-prefs-common.js: R data/default-prefs-gecko-1-8.js: R data/default-prefs-mozilla.js: R data/default-prefs-toolkit.js: Merge those into -common prefs.
* Drop support for gecko 1.7.Christian Persch2006-05-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-05-10 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/glade/prefs-dialog.glade: * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get): * embed/mozilla/AutoJSContextStack.cpp: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/EphyAboutModule.cpp: * embed/mozilla/EphyAboutModule.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyContentPolicy.h: * embed/mozilla/EphyDirectoryProvider.cpp: * embed/mozilla/EphyFind.cpp: * embed/mozilla/EphyFind.h: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: * embed/mozilla/EphyHistoryListener.cpp: * embed/mozilla/EphyHistoryListener.h: * embed/mozilla/EphyPromptService.cpp: * embed/mozilla/EphySidebar.cpp: * embed/mozilla/EphySidebar.h: * embed/mozilla/EphySingle.cpp: * embed/mozilla/EphySingle.h: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: * embed/mozilla/FilePicker.cpp: * embed/mozilla/FilePicker.h: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/GlobalHistory.h: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/MozRegisterComponents.h: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/PrintingPromptService.cpp: * embed/mozilla/PrintingPromptService.h: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-download.h: * embed/mozilla/mozilla-embed-event.cpp: * embed/mozilla/mozilla-embed-event.h: * embed/mozilla/mozilla-embed-find.cpp: * embed/mozilla/mozilla-embed-find.h: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-persist.h: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/mozilla/mozilla-embed.h: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-notifiers.h: * embed/mozilla/mozilla-x509-cert.cpp: * embed/mozilla/mozilla-x509-cert.h: * lib/ephy-gui.c: * lib/ephy-gui.h: * lib/ephy-langs.c: * m4/gecko.m4: * src/ephy-window.c: (sync_tab_security): * src/prefs-dialog.c: (prefs_dialog_init): Drop support for gecko 1.7.
* Added a close item on the tab right-click menu. Also reindented the XMLWouter Bolsterlee2006-05-061-176/+177
| | | | | | | 2006-05-05 Wouter Bolsterlee <uws+gnome@xs4all.nl> * data/ui/epiphany-ui.xml: Added a close item on the tab right-click menu. Also reindented the XML file.
* Fix duplicate accesskey. Bug 337912Piers Cornwell2006-04-211-1/+1
| | | | | | | | 2006-04-20 Piers Cornwell <piers@gnome.org> * data/glade/prefs-dialog.glade: Fix duplicate accesskey. Bug 337912
* Fix mnemonic activation of download path button. Bug #339139.Christian Persch2006-04-201-1/+1
| | | | | | | | | 2006-04-19 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: * src/prefs-dialog.c: Fix mnemonic activation of download path button. Bug #339139.
* Reorder the menu items everywhere to have new tab above new window. FixesCrispin Flowerday2006-04-123-6/+6
| | | | | | | | | | | 2006-04-11 Crispin Flowerday <gnome@flowerday.cx> * data/ui/epiphany-bookmark-editor-ui.xml: * data/ui/epiphany-history-window-ui.xml: * data/ui/epiphany-ui.xml: Reorder the menu items everywhere to have new tab above new window. Fixes bug #303417
* Install App-Friendly Theme Icons (GNOME Goal Two)Paul Drain2006-04-123-3/+14
| | | | | | | | | | 2006-04-10 Paul Drain <pd@cipherfunk.org> * data/art/Makefile.am: * data/bme-desktop.in.in: * data/epiphany-desktop.in.in: Install App-Friendly Theme Icons (GNOME Goal Two)
* Enable spatial nav extension.Christian Persch2006-04-101-0/+3
| | | | | | | | 2006-04-09 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Enable spatial nav extension.
* A data/epiphany-pango.schemas:Christian Persch2006-04-102-3/+49
| | | | | | | | | | | | 2006-04-09 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: A data/epiphany-pango.schemas: * lib/ephy-prefs.h: * src/ephy-main.c: (main): Enable pango for some indic languages, which depend on it for correct rendering. Bug #335799.
* Port notebook DND to gtk+ 2.9.Christian Persch2006-03-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-03-23 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/ui/epiphany-ui.xml: * src/ephy-lockdown.c: (update_window): * src/ephy-notebook.c: (ephy_notebook_class_init), (button_press_cb), (ephy_notebook_init), (tab_label_weak_notify_cb), (build_tab_label): * src/ephy-notebook.h: * src/ephy-session.c: (notebook_page_added_cb), (notebook_page_removed_cb), (notebook_page_reordered_cb), (impl_attach_window): * src/ephy-tabs-menu.c: (notebook_page_added_cb), (notebook_page_removed_cb), (notebook_page_reordered_cb), (ephy_tabs_menu_set_window): * src/ephy-window.c: (update_tabs_menu_sensitivity), (idle_tab_remove_cb), (notebook_page_added_cb), (notebook_page_removed_cb), (notebook_page_reordered_cb), (notebook_page_close_request_cb), (setup_notebook), (ephy_window_remove_tab), (notebook_switch_page_cb): * src/epiphany.defs: * src/window-commands.c: (window_cmd_tabs_move_left), (window_cmd_tabs_move_right): Port notebook DND to gtk+ 2.9.
* Add releaseBaseURL entity.Christian Persch2006-03-131-0/+1
| | | | | | | | 2006-03-13 Christian Persch <chpe@cvs.gnome.org> * data/chrome/brand.dtd.in: Add releaseBaseURL entity.
* Fix fonts schema default values.Christian Persch2006-03-062-27/+27
| | | | | | | | | | | | | 2006-03-05 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-fonts.schemas: * data/generate-font-schemas.py: Fix fonts schema default values. * embed/downloader-view.c: (downloader_view_build_ui): Forgotten commit.
* Mark application/x-xpinstall as unsafe.Christian Persch2006-03-051-0/+1
| | | | | | | | | | | | | 2006-03-05 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Mark application/x-xpinstall as unsafe. * embed/mozilla/MozRegisterComponents.cpp: Unregister xpinstall content handler and JS objects; fixes download of .xpi files.
* Unset general.useragent.extra.simple pref from xulrunner, we don't wantChristian Persch2006-02-231-0/+3
| | | | | | | | | 2006-02-22 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-gecko-1-8.js: Unset general.useragent.extra.simple pref from xulrunner, we don't want that in our UA string.
* data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.cPeter Harvey2006-02-212-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-02-21 Peter Harvey <peter.a.harvey@gmail.com> * data/ui/epiphany-fs-toolbar.xml * lib/egg/egg-toolbars-model.c * lib/egg/egg-toolbars-model.h Added "editable" attribute for toolbars. * data/ui/epiphany-ui.xml * lib/egg/egg-editable-toolbar.c * lib/egg/egg-editable-toolbar.h * src/ephy-toolbar.c * src/ephy-window.c Many improvements to toolbar menus. Includes changes to show visibility toggles in multiple locations. * lib/ephy-stock-icons.c * lib/ephy-stock-icons.h Additional stock icon for drag and drop. * src/bookmarks/ephy-bookmarks-ui.c Make 'customize toolbar' invisible when editing. * src/ephy-shell.c Mark the full-screen toolbar as non-removable.
* Enable error pages explicitly since xulrunner is missing that pref too.Christian Persch2006-02-211-0/+2
| | | | | | | | | 2006-02-20 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-gecko-1.8.js: Enable error pages explicitly since xulrunner is missing that pref too.
* data/ui/epiphany-toolbar.xmlPeter Harvey2006-02-151-0/+2
| | | | | | | | 2006-02-10 Peter Harvey <peter.a.harvey@gmail.com> * data/ui/epiphany-toolbar.xml Add the zoom in/out items back.
* Also use exthandler for snews and nntp.Christian Persch2006-02-142-2/+16
| | | | | | | | | | | | | 2006-02-14 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Also use exthandler for snews and nntp. * data/default-prefs-toolkit.js: Add password manager prefs, since xulrunner is missing them.
* data/ui/epiphany-bookmark-editor-ui.xmlPeter Harvey2006-02-091-33/+37
| | | | | | | | | | 2006-02-09 Peter Harvey <peter.a.harvey@gmail.com> * data/ui/epiphany-bookmark-editor-ui.xml * src/bookmarks/ephy-bookmarks-editor.c Restore the 'Show on Toolbar' functionality, implemented very differently now.
* Fix xulrunner detection logic.Christian Persch2006-02-061-3/+2
| | | | | | | | | | | | | | | | | | | 2006-02-06 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Fix xulrunner detection logic. * configure.ac: A po/Makevars: * src/Makefile.am: * doc/reference/Makefile.am: Remove AM_GLIB_GNU_GETTEXT, use plain AM_GNU_GETTEXT. * data/glade/Makefile.am: Fix distcheck with certs manager disabled.
* Disable blink tagsCrispin Flowerday2006-02-051-0/+3
| | | | | | | | 2006-02-05 Crispin Flowerday <gnome@flowerday.cx> * data/default-prefs-common.js: Disable blink tags
* Queue commands received from the main and remote instances, and processChristian Persch2006-02-021-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-02-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-session.c: (save_yourself_cb), (die_cb), (session_command_free), (session_command_find), (resume_dialog_response_cb), (resume_dialog_weak_ref_cb), (session_command_autoresume), (session_command_open_bookmarks_editor), (session_command_open_uris), (session_command_dispatch), (session_command_queue_next), (session_command_queue_clear), (ephy_session_init), (ephy_session_dispose), (ephy_session_finalize), (ephy_session_close), (ephy_session_load), (ephy_session_get_active_window), (ephy_session_queue_command): * src/ephy-session.h: * src/ephy-main.c: (unref_proxy_reply_cb), (open_urls), (call_dbus_proxy), (queue_commands), (main): Queue commands received from the main and remote instances, and process them after autoresume has completed. Bug #328286. * data/epiphany-service.xml: * lib/ephy-file-helpers.c: (ephy_file_helpers_init): * lib/ephy-file-helpers.h: * src/ephy-activation.c: (session_queue_command), (ephy_activation_load_uri_list), (ephy_activation_load_session), (ephy_activation_open_bookmarks_editor): * src/ephy-activation.h: * src/ephy-dbus.c: * src/ephy-dbus.h: * src/epiphany.defs:
* Change the DBUS interface to sending all the uris at one as string array.Christian Persch2006-02-011-2/+2
| | | | | | | | | | | | 2006-01-31 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-service.xml: * src/ephy-activation.c: (ephy_activation_load_uris): * src/ephy-activation.h: * src/ephy-main.c: (unref_proxy_reply_cb), (open_urls): Change the DBUS interface to sending all the uris at one as string array.
* data/ui/epiphany-ui.xml src/ephy-lockdown.c src/ephy-toolbar.cPeter Harvey2006-01-311-1/+10
| | | | | | | | | | | | | 2006-01-30 Peter Harvey <peter.a.harvey@gmail.com> * data/ui/epiphany-ui.xml * src/ephy-lockdown.c * src/ephy-toolbar.c * src/ephy-window.c * lib/egg/egg-editable-toolbar.c * lib/egg/egg-editable-toolbar.h Add a Toolbars submenu with per-toolbar hide/show items.
* libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing theChristian Persch2006-01-261-22/+10
| | | | | | | | | | | | | | | | | | | | | | 2006-01-25 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/epiphany.schemas.in: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: * lib/ephy-prefs.h: * src/Makefile.am: * src/ephy-net-monitor.c: * src/ephy-net-monitor.h: * src/ephy-shell.c: (ephy_shell_sync_network_status), (impl_get_embed_single), (ephy_shell_dispose), (ephy_shell_get_net_monitor), (_ephy_shell_create_instance), (_ephy_shell_startup): * src/ephy-shell.h: libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing the excellent net-monitor extension directly into Epiphany. Code by Jean-François Rameau.
* Set the "browser.display.use_system_colors" pref on gecko 1.8, instead ofChristian Persch2006-01-251-0/+3
| | | | | | | | | | 2006-01-25 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-gecko-1-8.js: * embed/mozilla/mozilla-embed-single.cpp: Set the "browser.display.use_system_colors" pref on gecko 1.8, instead of monitoring the theme ourself.
* Don't show the CSS box by default; we show it from code only when CSS isChristian Persch2006-01-251-1/+0
| | | | | | | | | 2006-01-25 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: Don't show the CSS box by default; we show it from code only when CSS is supported.
* On suite, set wallet.caveat to false.Christian Persch2006-01-251-0/+3
| | | | | | | | 2006-01-25 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-mozilla.js: On suite, set wallet.caveat to false.
* Removed add-bookmark and import-bookmarks functions, and changed load-urlChristian Persch2006-01-241-9/+1
| | | | | | | | | | | | | | | | | | | 2006-01-23 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-service.xml: * src/ephy-activation.c: (ephy_activation_load_url), (ephy_activation_open_bookmarks_editor): * src/ephy-activation.h: Removed add-bookmark and import-bookmarks functions, and changed load-url to use an options string instead of loads of booleans. * src/ephy-main.c: (unref_proxy_reply_cb), (open_urls), (call_dbus_proxy): Adapt to changed dbus call signatures. Fixes open-in-new-tab/window from cmd line.
* RevertChristian Persch2006-01-171-16/+16
|
* Fix leaks, minor cleanups.Christian Persch2006-01-171-16/+16
| | | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: * embed/mozilla/mozilla-notifiers.cpp: Fix leaks, minor cleanups.
* === Release 1.9.5.1 ===Release1951Christian Persch2006-01-172-2/+9
| | | | | | | | | | | | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.5.1 === * NEWS: * configure.ac: * data/Makefile.am: * data/chrome/Makefile.am: * po/POTFILES.in: R src/bookmarks/ephy-new-bookmark.c: R src/bookmarks/ephy-new-bookmark.h: R src/bookmarks/ephy-topics-selector.c: R src/bookmarks/ephy-topics-selector.h: Fix the tarball.
* === Release 1.9.5 ===Release195Christian Persch2006-01-171-1/+2
| | | | | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.5 === * configure.ac: * data/chrome/Makefile.am: Updates.
* Fix number of /'s in URI.Christian Persch2006-01-173-380/+496
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-17 Christian Persch <chpe@cvs.gnome.org> * data/chrome/epiphany.manifest.in: Fix number of /'s in URI. * data/epiphany.schemas.in: Add new entries. * embed/mozilla/EphyAboutModule.cpp: Fix title. * data/glade/prefs-dialog.glade: * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-notifiers.h: * lib/eel-gconf-extensions.c: (eel_gconf_unset_key), (eel_gconf_notify): * lib/eel-gconf-extensions.h: * lib/egg/egg-editable-toolbar.c: (popup_context_menu_cb), (button_press_event_cb), (egg_editable_toolbar_set_ui_manager), (egg_editable_toolbar_set_selected): * lib/ephy-dialog.c: (set_value_from_pref), (set_pref_from_value), (set_value_from_togglebutton), (strcmp_with_null), (get_index_from_value), (compare_values), (set_togglebutton_from_value), (set_pref_from_info_and_emit), (spinbutton_changed_cb), (save_info): * lib/ephy-dialog.h: * lib/ephy-file-helpers.c: (ephy_file_monitor_timeout_cb), (ephy_file_monitor_cb), (ephy_file_monitor_add), (ephy_file_monitor_cancel): * lib/ephy-file-helpers.h: * src/ephy-extensions-manager.c: (ephy_extensions_manager_load_file): * src/ephy-window.c: * src/popup-commands.c: (popup_cmd_bookmark_link): * src/prefs-dialog.c: (prefs_dialog_finalize), (setup_font_combo), (fonts_language_changed_cb), (font_prefs_dialog_response_cb), (row_is_separator), (setup_fonts_dialog), (font_prefs_button_clicked_cb), (css_checkbox_toggled), (css_edit_button_clicked_cb), (prefs_dialog_init): Rework font prefs, and add user stylesheet setting. * src/bookmarks/ephy-bookmark-action-group.c: (node_added_cb): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_local): * src/window-commands.c: (window_cmd_file_bookmark_page): Some build fixes.
* Override the page that is shown for the about: url so that it doesn't sayCrispin Flowerday2006-01-155-0/+105
| | | | | | | | | | | | | 2006-01-15 Crispin Flowerday <gnome@flowerday.cx> * data/chrome/Makefile.am: * data/chrome/about.xhtml: * data/chrome/brand.dtd.in: * data/chrome/brand.properties.in: * data/chrome/epiphany.manifest.in: Override the page that is shown for the about: url so that it doesn't say "Deer Park"
* Add defines and automake conditional for toolkit flavour.Christian Persch2006-01-156-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-14 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Add defines and automake conditional for toolkit flavour. * configure.ac: * data/Makefile.am: A data/chrome/.cvsignore: A data/chrome/Makefile.am: A data/chrome/brand.dtd.in: A data/chrome/brand.properties.in: A data/chrome/epiphany.manifest.in: Provide branding so mozilla dialogues don't show "Deer Park" or "Firefox" but "Epiphany" instead. * embed/mozilla/Makefile.am: A embed/mozilla/EphyDirectoryProvider.cpp: A embed/mozilla/EphyDirectoryProvider.h: * embed/mozilla/mozilla-embed-single.cpp: Add a directory service provider.
* Fix zoom buttons order on default toolbar. Set short-label property forChristian Persch2006-01-131-1/+1
| | | | | | | | | | 2006-01-13 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-toolbar.xml: * src/ephy-window.c: Fix zoom buttons order on default toolbar. Set short-label property for zoom actions.
* Add Zoom In/Out buttons to default toolbar layout and toolbars editorChristian Persch2006-01-131-1/+2
| | | | | | | | | | 2006-01-12 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-toolbar.xml: * src/ephy-toolbars-model.c: (ephy_toolbars_model_load): Add Zoom In/Out buttons to default toolbar layout and toolbars editor repertoire. Bug #117923.
* Disable <a ping>.Christian Persch2006-01-121-0/+3
| | | | | | | | 2006-01-11 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Disable <a ping>.
* Don't delete epiphany-fonts.schemas on make clean.hristian Persch2006-01-121-1/+1
| | | | | | | | 2006-01-11 hristian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Don't delete epiphany-fonts.schemas on make clean.
* More mime types.Christian Persch2006-01-121-0/+2
| | | | | | | | 2006-01-11 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: More mime types.
* Fix pkgconfig_DATA.Christian Persch2006-01-091-1/+1
| | | | | | | | 2006-01-08 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Fix pkgconfig_DATA.
* R data/epiphany-1.10.pc.in: A data/epiphany.pc.in:Christian Persch2006-01-091-0/+0
| | | | | | | | | | | | 2006-01-08 Christian Persch <chpe@cvs.gnome.org> * configure.ac: R data/epiphany-1.10.pc.in: A data/epiphany.pc.in: * m4/gecko.m4: Various improvements to gecko.m4. Generate the versioned .pc file from the unversioned .pc.in file.
* R data/epiphany.applications:Christian Persch2006-01-072-12/+0
| | | | | | | | | 2006-01-06 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: R data/epiphany.applications: Remove applications file.
* R data/art/epiphany-close-tab.png:Christian Persch2006-01-042-1/+0
| | | | | | | | | | | | 2006-01-04 Christian Persch <chpe@cvs.gnome.org> R data/art/epiphany-close-tab.png: * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-notebook.c: (build_tab_label): Go back to using the gtk stock close icon, to get correct themeing in a11y themes.
* Fix warning when Ctrl-F while the find toolbar is already shown. FixChristian Persch2006-01-041-1/+1
| | | | | | | | | | | | | | | | 2006-01-04 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (entry_changed_cb), (set_focus_cb), (ephy_find_toolbar_grab_focus), (ephy_find_toolbar_find_next), (ephy_find_toolbar_find_previous), (ephy_find_toolbar_open), (ephy_find_toolbar_close): Fix warning when Ctrl-F while the find toolbar is already shown. Fix next/prev button sensitivity when find wrapped around. * src/ephy-window.c: Add more XF86XK key codes.
* Update cvsignore'sCrispin Flowerday2006-01-041-1/+1
|
* Don't include generated files in the tarball. Bug #319440.Christian Persch2006-01-031-14/+15
| | | | | | | | | | | | | | | | | | | | | | 2006-01-03 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * embed/mozilla/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Don't include generated files in the tarball. Bug #319440. R help/C/Makefile.am: R help/es/Makefile.am: R help/eu/Makefile.am: R help/fi/Makefile.am: R help/ja/Makefile.am: R help/uk/Makefile.am: Remove obsolete files.
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-034-24/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-02 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * autogen.sh: * configure.ac: R data/GNOME_Epiphany_Automation.server.in: * data/Makefile.am: A data/epiphany-service.xml: A data/org.gnome.Epiphany.service.in: * doc/reference/Makefile.am: R idl/.cvsignore: R idl/EphyAutomation.idl: R idl/Makefile.am: * lib/Makefile.am: R lib/ephy-dbus.c: R lib/ephy-dbus.h: * lib/ephy-file-helpers.c: (ephy_file_launch_application): * src/Makefile.am: A src/ephy-activation.c: A src/ephy-activation.h: A src/ephy-dbus.c: A src/ephy-dbus.h: * src/ephy-main.c: (main): * src/ephy-shell.c: (ephy_shell_init), (open_urls), (dbus_g_proxy_finalized_cb), (ephy_shell_startup), (ephy_shell_dispose): Bonobo is dead; long live the Bonobos! Patch by Gustavo Gama, bug #322463.
* Shut upChristian Persch2006-01-021-2/+2
|
* === Release 1.9.4 ===Release194Christian Persch2006-01-021-1/+1
| | | | | | | | | | 2006-01-01 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.4 === * NEWS: * configure.ac: * data/Makefile.am:
* Install the fonts schemas file too.Christian Persch2005-12-141-4/+4
| | | | | | | | 2005-12-14 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Install the fonts schemas file too.
* Fix desktop file install.Christian Persch2005-12-121-1/+1
| | | | | | | | 2005-12-12 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Fix desktop file install.
* A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: AChristian Persch2005-12-113-0/+536
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-11 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/glade/Makefile.am: * data/glade/certs-manager.glade: * data/ui/epiphany-ui.xml: * embed/Makefile.am: A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: A embed/ephy-x509-cert.c: A embed/ephy-x509-cert.h: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: A embed/mozilla/mozilla-x509-cert.cpp: A embed/mozilla/mozilla-x509-cert.h: * src/Makefile.am: A src/ephy-certificate-manager.c: A src/ephy-certificate-manager.h: * src/ephy-window.c: * src/window-commands.c: * src/window-commands.h: Add certificate manager. Patch by Robert Marcano and Crispin Flowerday. Fixes bug #119090.
* Remove a unused popup menu declaration.Christian Persch2005-12-061-20/+0
| | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: Remove a unused popup menu declaration.
* Remove the paper selector from the print setup dialogue, we have one inChristian Persch2005-12-061-379/+262
| | | | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * data/glade/print.glade: * embed/print-dialog.c: (ephy_print_setup_dialog_new): Remove the paper selector from the print setup dialogue, we have one in the print dialogue already.
* Fix spacings to be HIG compliant. Set window roles.Christian Persch2005-12-062-25/+21
| | | | | | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * data/glade/certificate-dialogs.glade: * data/glade/epiphany.glade: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * src/pdm-dialog.c: (show_cookies_properties), (pdm_dialog_init): Fix spacings to be HIG compliant. Set window roles.
* Add image/x-png type.Christian Persch2005-12-061-0/+1
| | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add image/x-png type.
* R data/bme.desktop.in: A data/bme.desktop.in.in: RChristian Persch2005-11-293-7/+5
| | | | | | | | | | | | | | 2005-11-29 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/Makefile.am: R data/bme.desktop.in: A data/bme.desktop.in.in: R data/epiphany.desktop.in: A data/epiphany.desktop.in.in: Remove empty DocPath from desktop files, and add bugzilla version. Generate the .in files from configure.
* Don't put the prefs/pdm dialogue over all windows. Make the add-languageChristian Persch2005-11-153-3/+3
| | | | | | | | | | | | | | 2005-11-15 Christian Persch <chpe@cvs.gnome.org> * data/glade/epiphany.glade: * data/glade/prefs-dialog.glade: * data/glade/print.glade: * src/pdm-dialog.c: (pdm_dialog_response_cb), (pdm_dialog_init): * src/prefs-dialog.c: (setup_add_language_dialog), (prefs_dialog_init): Don't put the prefs/pdm dialogue over all windows. Make the add-language dialogue modal to the prefs dialogue.
* Remove accelerator actions for extra keybindings.Philip Langdale2005-11-131-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-12 Philip Langdale <philipl@mail.utexas.edu> * data/ui/epiphany-ui.xml: Remove accelerator actions for extra keybindings. * src/ephy-lockdown.c: (update_window): Don't manipulate removed "FileSave" action. * src/ephy-toolbar.c * src/ephy-toolbar.h: (ephy_toolbar_get_action_group): Add getter for the toolbar's action group. * src/ephy-window.c: (ephy_window_key_press_event): Transition over to the Galeon mechanism for handling extra keybindings. This maps the keybindings to actions so that no extra actions are required. The only subtlety is that some of the actions come from the toolbar, so access to its action group is required. * src/window-commands.c * src/window-commands.h: (window_cmd_go_back/forward/home): Remove the now unsued back/forward/home callbacks.
* Fix schemas install and add generate-font-schemas.py to EXTRA_DIST.Christian Persch2005-11-131-6/+9
| | | | | | | | | 2005-11-12 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: Fix schemas install and add generate-font-schemas.py to EXTRA_DIST.
* Add schema entries for the fonts keys.Christian Persch2005-11-133-52/+1547
| | | | | | | | | | | 2005-11-12 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: * data/default-prefs-common.js: * data/generate-font-schemas.py: * data/epiphany-fonts.schemas: Add schema entries for the fonts keys.
* Because the Dwnloads window is a GtkDiaog for technical reasons, we setChristian Persch2005-11-101-1/+1
| | | | | | | | | | 2005-11-09 Christian Persch <chpe@cvs.gnome.org> * data/glade/epiphany.glade: Because the Dwnloads window is a GtkDiaog for technical reasons, we set the type hint to 'normal' so it still has close/minimise buttons.
* R data/art/hand-open.png:Christian Persch2005-11-032-2/+1
| | | | | | | | | | | 2005-11-03 Christian Persch <chpe@cvs.gnome.org> * data/art/Makefile.am: R data/art/hand-open.png: * lib/egg/egg-toolbar-editor.c: (drag_data_get_cb), (set_drag_cursor): Use a gtk stock cursor (GDK_HAND2) instead of our own, un-themed one.
* Simplify context menu code by removing the extra EphyDocument*FramePopupChristian Persch2005-11-031-40/+6
| | | | | | | | | | | | | 2005-11-02 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-ui.xml: * src/ephy-window.c: (update_popup_actions_visibility), (show_embed_popup): Simplify context menu code by removing the extra EphyDocument*FramePopup variants, and just setting the OpenFrame action's visibility accordingly; and fix its accelerator. Fixes bug #320520.
* Remove spinner from fullscreen toolbars file.Christian Persch2005-11-021-1/+0
| | | | | | | | 2005-11-02 Christian Persch <chpe@cvs.gnome.org> * data/ui/epiphany-fs-toolbar.xml: Remove spinner from fullscreen toolbars file.
* Remove glade callbacks, and connect from code instead.Christian Persch2005-10-313-124/+98
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-10-30 Christian Persch <chpe@cvs.gnome.org> * data/glade/epiphany.glade: * data/glade/prefs-dialog.glade: * data/glade/print.glade: * embed/downloader-view.c: (update_buttons), (downloader_view_build_ui), (download_dialog_pause), (download_dialog_stop), (download_dialog_response_cb), (download_dialog_delete_event_cb): * embed/print-dialog.c: (ephy_print_setup_dialog_response_cb), (ephy_print_setup_dialog_new): * src/ephy-encoding-dialog.c: (ephy_encoding_dialog_init): * src/pdm-dialog.c: (show_cookies_properties), (cookies_properties_clicked_cb), (pdm_dialog_cookies_construct), (passwords_show_toggled_cb), (pdm_dialog_passwords_construct), (pdm_dialog_response_cb), (pdm_dialog_init), (pdm_dialog_finalize): * src/prefs-dialog.c: (create_language_section), (prefs_dialog_response_cb), (prefs_clear_cache_button_clicked_cb), (set_homepage_entry), (prefs_homepage_current_button_clicked_cb), (prefs_homepage_blank_button_clicked_cb), (prefs_dialog_init): Remove glade callbacks, and connect from code instead.
* Change downloader and pdm dialogue titles, bug #319843.Christian Persch2005-10-271-2/+2
| | | | | | | | | 2005-10-26 Christian Persch <chpe@cvs.gnome.org> * data/glade/epiphany.glade: * embed/downloader-view.c: (status_icon_popup_menu_cb): Change downloader and pdm dialogue titles, bug #319843.
* Add a way to view stored password. Fix bug 316821.Jean-François Rameau2005-10-231-10/+46
| | | | | | | | | | 2005-10-22 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: (impl_list_passwords): * src/pdm-dialog.c: * data/glade/epiphany.glade: Add a way to view stored password. Fix bug 316821.
* Add another mime type.Christian Persch2005-10-231-0/+1
| | | | | | | | | | | | 2005-10-22 Christian Persch <chpe@cvs.gnome.org> * data/mime-types-permissions.xml: Add another mime type. * src/ephy-notebook.c: Remove the accidental commit from the H18 patch.
* Point main menu UI at toolbar actions. Don't try and change the state ofPhilip Langdale2005-10-221-11/+11
| | | | | | | | | | | | | | | | | | | | | 2005-10-21 Philip Langdale <philipl@mail.utexas.edu> * data/ui/epiphany-ui.xml: Point main menu UI at toolbar actions. * src/ephy-lockdown.c: (update_window): Don't try and change the state of the now non-existent menu specific actions. * src/ephy-toolbar.c (ephy_toolbar_set_window): Sync up toolbar actions so that they will appear in menus to be identical to the old menu specific actions. This just means adding accelerators and shortcuts and adjusting tooltip text. * src/ephy-window.c (sync_tab_navigation): Remove the menu specific actions and consequently, don't try to manipulate them. * src/window-commands.c * src/window-commands.h: (window_cmd_go_up): Remove unused callback.
* A data/ephy-xml2ini.xsl:Christian Persch2005-10-182-1/+54
| | | | | | | | | | | 2005-10-16 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: A data/ephy-xml2ini.xsl: * src/ephy-extensions-manager.c: Remove .xml parsing code and translate the .xml files to the new format with XSLT instead.
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-172-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-10-16 Peter Harvey <pah06@uow.edu.au> H18 patch, by Peter Harvey <pah06@uow.edu.au>. * data/ui/epiphany-bookmark-editor-ui.xml: * data/ui/epiphany-ui.xml: * lib/egg/egg-editable-toolbar.c: (get_dock_position), (get_toolbar_position), (get_toolbar_nth), (find_action), (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb), (drag_data_get_cb), (move_item_cb), (set_dock_visible), (remove_item_cb), (remove_toolbar_cb), (toggle_visibility_cb), (egg_editable_toolbar_add_visibility_items), (egg_editable_toolbar_add_popup_items), (popup_context_menu_cb), (button_press_event_cb), (configure_item_sensitivity), (configure_item_cursor), (connect_widget_signals), (action_sensitive_cb), (create_item_from_action), (create_item_from_position), (toolbar_drag_data_received_cb), (toolbar_drag_drop_cb), (toolbar_drag_motion_cb), (toolbar_drag_leave_cb), (configure_drag_dest), (create_dock), (toolbar_changed_cb), (unparent_fixed), (update_fixed), (toolbar_added_cb), (toolbar_removed_cb), (item_added_cb), (item_removed_cb), (egg_editable_toolbar_construct), (egg_editable_toolbar_set_ui_manager), (egg_editable_toolbar_set_property), (egg_editable_toolbar_get_property), (egg_editable_toolbar_init), (egg_editable_toolbar_finalize), (egg_editable_toolbar_get_edit_mode), (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_set_fixed): * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-toolbar-editor.c: (compare_items), (item_added_or_removed_cb), (toolbar_removed_cb), (egg_toolbar_editor_set_model), (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb), (drag_data_get_cb), (editor_create_item), (editor_create_item_from_name), (append_table), (update_editor_sheet), (egg_toolbar_editor_init): * lib/egg/egg-toolbar-editor.h: * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml), (egg_toolbars_model_save), (toolbar_node_new), (item_node_new), (item_node_free), (toolbar_node_free), (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data), (egg_toolbars_model_get_name), (impl_add_item), (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar), (parse_data_list), (parse_item_list), (parse_toolbars), (egg_toolbars_model_load), (egg_toolbars_model_class_init), (egg_toolbars_model_init), (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar), (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item), (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types), (egg_toolbars_model_set_types), (fill_avail_array), (egg_toolbars_model_get_avail), (egg_toolbars_model_get_n_avail), (egg_toolbars_model_set_n_avail): * lib/egg/egg-toolbars-model.h: * src/bookmarks/Makefile.am: * src/bookmarks/ephy-bookmark-action-group.c: (smart_added_cb), (smart_removed_cb), (node_changed_cb), (node_added_cb), (node_removed_cb), (ephy_bookmark_group_new): * src/bookmarks/ephy-bookmark-action-group.h: * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), (ephy_bookmark_action_sync_icon), (show_context_menu), (popup_menu_cb), (button_press_cb), (button_release_cb), (connect_proxy), (ephy_bookmark_action_updated), (ephy_bookmark_action_get_bookmark), (ephy_bookmark_action_set_bookmark), (ephy_bookmark_action_set_property), (ephy_bookmark_action_get_property), (ephy_bookmark_action_finalize), (ephy_bookmark_action_class_init), (ephy_bookmark_action_init), (ephy_bookmark_action_name), (ephy_bookmark_action_new): * src/bookmarks/ephy-bookmark-action.h: * src/bookmarks/ephy-bookmark-factory-action.c: (ephy_bookmark_factory_action_get_type), (activate_item_cb), (build_menu_for_topic), (build_menu), (remove_placeholder_cb), (activate_placeholder_cb), (clicked_placeholder_cb), (realize_placeholder_cb), (create_tool_item), (connect_proxy), (ephy_bookmark_factory_action_class_init), (ephy_bookmark_factory_action_new): * src/bookmarks/ephy-bookmark-factory-action.h: * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_set_property), (ephy_bookmark_properties_get_property), (bookmark_properties_response_cb), (update_entry), (location_entry_changed_cb), (build_ui): * src/bookmarks/ephy-bookmarks-editor.c: (add_entry_monitor), (cmd_add_topic), (delete_topic_dialog_construct), (cmd_bookmarks_import), (ephy_bookmarks_editor_finalize), (ephy_bookmarks_editor_node_activated_cb), (ephy_bookmarks_editor_update_menu), (view_focus_cb), (add_focus_monitor), (remove_focus_monitor), (bookmarks_filter), (search_entry_search_cb), (ephy_bookmarks_editor_construct), (ephy_bookmarks_editor_set_parent), (ephy_bookmarks_editor_set_property), (ephy_bookmarks_editor_get_property), (ephy_bookmarks_editor_init): * src/bookmarks/ephy-bookmarks-menu.c: (append_bookmarks), (append_menu), (ephy_bookmarks_menu_build): * src/bookmarks/ephy-bookmarks-menu.h: * src/bookmarks/ephy-bookmarks-ui.c: (find_action), (activate_bookmarks_menu), (activate_favorites_menu), (erase_bookmarks_menu), (erase_favorites_menu), (tree_changed_cb), (node_added_cb), (node_changed_cb), (node_removed_cb), (ephy_bookmarks_ui_attach_window), (ephy_bookmarks_ui_detach_window), (toolbar_node_removed_cb), (topic_has_data), (topic_get_data), (topic_get_name), (bookmark_has_data), (bookmark_get_data), (bookmark_get_name), (bookmark_new_name), (ephy_bookmarks_ui_attach_toolbar_model), (ephy_bookmarks_ui_detach_toolbar_model): * src/bookmarks/ephy-bookmarks-ui.h: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_type), (ephy_bookmarks_init_defaults), (ephy_bookmarks_class_init), (ephy_bookmarks_save_delayed), (add_to_favorites), (update_bookmark_keywords), (ephy_bookmarks_init), (ephy_bookmarks_finalize), (ephy_bookmarks_add), (ephy_bookmarks_set_address), (ephy_bookmarks_set_icon), (ephy_bookmarks_add_keyword), (ephy_bookmarks_show_bookmark_properties), (ephy_bookmarks_get_from_id), (ephy_bookmarks_compare_topics), (ephy_bookmarks_compare_topic_pointers), (ephy_bookmarks_compare_bookmarks), (ephy_bookmarks_compare_bookmark_pointers): * src/bookmarks/ephy-bookmarks.h: * src/bookmarks/ephy-bookmarksbar-model.c: * src/bookmarks/ephy-bookmarksbar-model.h: * src/bookmarks/ephy-bookmarksbar.c: * src/bookmarks/ephy-bookmarksbar.h: * src/bookmarks/ephy-favorites-menu.c: * src/bookmarks/ephy-favorites-menu.h: * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_add), (build_editing_table), (ephy_new_bookmark_construct), (ephy_new_bookmark_set_property), (ephy_new_bookmark_get_property): * src/bookmarks/ephy-nodes-cover.c: (ephy_nodes_count_covered), (ephy_nodes_remove_covered), (ephy_nodes_remove_not_covered), (ephy_nodes_get_covered), (ephy_nodes_covered), (ephy_nodes_get_covering): * src/bookmarks/ephy-nodes-cover.h: * src/bookmarks/ephy-open-tabs-action.c: (activate_cb), (node_added_cb), (node_removed_cb), (ephy_open_tabs_group_new), (ephy_open_tabs_action_name): * src/bookmarks/ephy-open-tabs-action.h: * src/bookmarks/ephy-related-action.c: (node_changed), (node_destroyed), (open_link), (iface_init), (ephy_related_action_get_type), (ephy_related_action_new): * src/bookmarks/ephy-related-action.h: * src/bookmarks/ephy-topic-action-group.c: (node_changed_cb), (node_added_cb), (node_removed_cb), (ephy_topic_group_new): * src/bookmarks/ephy-topic-action-group.h: * src/bookmarks/ephy-topic-action.c: (ephy_topic_action_get_type), (create_tool_item), (ephy_topic_action_sync_label), (get_popup), (erase_popup), (child_added_cb), (child_changed_cb), (child_removed_cb), (menu_destroy_cb), (menu_init_cb), (button_deactivate_cb), (button_toggled_cb), (button_release_cb), (button_press_cb), (connect_proxy), (ephy_topic_action_updated), (ephy_topic_action_get_topic), (ephy_topic_action_set_topic), (ephy_topic_action_set_property), (ephy_topic_action_get_property), (ephy_topic_action_class_init), (ephy_topic_action_init), (ephy_topic_action_name), (ephy_topic_action_new): * src/bookmarks/ephy-topic-action.h: * src/bookmarks/ephy-topic-factory-action.c: (ephy_topic_factory_action_get_type), (sort_topics), (activate_item_cb), (build_menu), (remove_placeholder_cb), (activate_placeholder_cb), (clicked_placeholder_cb), (realize_placeholder_cb), (create_tool_item), (connect_proxy), (ephy_topic_factory_action_class_init), (ephy_topic_factory_action_new): * src/bookmarks/ephy-topic-factory-action.h: * src/ephy-link-action.c: (ephy_link_action_group_get_type), (ephy_link_action_group_new): * src/ephy-link-action.h: * src/ephy-lockdown.c: (find_name), (find_action_group), (update_window): * src/ephy-notebook.c: (move_tab_to_another_notebook), (ephy_notebook_switch_page_cb), (ephy_notebook_init), (tab_label_style_set_cb), (build_tab_label), (ephy_notebook_add_tab): * src/ephy-shell.c: (ephy_shell_get_toolbars_model): * src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor), (ephy_toolbar_editor_finalize), (ephy_toolbar_editor_set_property), (ephy_toolbar_editor_class_init): * src/ephy-toolbar.c: (ephy_toolbar_realize), (ephy_toolbar_unrealize), (ephy_toolbar_finalize): * src/ephy-toolbars-model.c: (update_flags), (ephy_toolbars_model_load): * src/ephy-window.c: (ephy_window_get_type), (get_chromes_visibility), (sync_chromes_visibility), (ephy_window_key_press_event), (tool_item_enter_cb), (tool_item_leave_cb), (tool_item_drag_begin_cb), (connect_tool_item), (disconnect_tool_item), (disconnect_proxy_cb), (connect_proxy_cb), (update_chromes_actions), (show_embed_popup), (tab_added_cb), (tab_removed_cb), (ephy_window_set_chrome), (ephy_window_dispose), (ephy_window_class_init), (ephy_window_init), (ephy_window_finalize), (ephy_window_remove_tab), (ephy_window_set_zoom), (sync_prefs_with_chrome), (ephy_window_view_toolbar_cb): * src/ephy-window.h: Revision history: h18, released 2005/09/23, for Epiphany 1.8.0 * Just an update for 1.8.0. h17, released 2005/08/30, for Epiphany 1.7.6 or CVS HEAD * Mostly just an update for 1.7.6. * Topic menus on the toolbar now open without releasing the mouse button. * Topic menus on the toolbar are now also hierarchical (see if you like it. h16, released 2005/08/25, for Epiphany 1.7.5 or CVS HEAD * Just an update for 1.7.5. Sorry, I've been busy. :) h15, released 2005/07/19, for Epiphany 1.7.2 or CVS HEAD * Code cleanup h14, released 2005/07/9, for Epiphany 1.7.1 or CVS HEAD * Improved helpful tip when adding a bookmark * Improved toolbar context menu * Toolbar visibility state is now saved * Separated bookmark/topic action groups into separate files * Topics in the overflow menu now behave as submenus * Now importing old bookmarksbar, and saving to new filename * Incremented toolbar file format version number to 1.1 * Fixed the 'sticky' statusbar help * Fixed a crashing bug (dnd then open a topic on the toolbar) h13, released 2005/05/12, for CVS HEAD * Added middle-mouse drag-drop for the editable toolbar. * Fixed some warnings at compile and run time. * Added brief help for the user when adding a new bookmark. * Cleaned up the editable toolbar code a little. h12, released 2005/05/10, for CVS HEAD * Added new editing facilities for the editable toolbar. h11, released 2005/04/29, for CVS HEAD * Fixed bug in statusbar information for toolbar items. * Added an all-new 'Related' toolbar widget which changes to show the most related topic whenever a bookmark is activated. h10, released 2005/04/15, for Epiphany 1.6.2 or CVS HEAD * Added statusbar information for all toolbar items. * Empty toolbars are now only deleted when exiting edit mode. * Fixed regression of middle-click for bookmarks on toolbar. * Fixed regression of ellipsized bookmark names in menus. h9, released 2005/04/12, for Epiphany 1.6.1 * Updated patch for 1.6.1. Long time no see. * Now using EphyLink objects everywhere. h7, released 2004/10/21, for Epiphany 1.4.4 * Updated patch for 1.4.4. * Fixed bugs causing crashes when bookmarks were added (thanks Reinout). * Added "Open in Tabs" back into bookmark menus where suitable. h6, released 2004/09/20, for Epiphany 1.4.0 * Updated patch for 1.4.0. * Removed the bookmarks bar. * Generate shared XML string for bookmarks menu. * Slightly improve performance of node-cover code. * Delay adding bookmarks menu until it is first used. * Fixed bug(?) in ephy-node. h4, released 2004/08/08, for Epiphany 1.3.4 * Updated patch due to changes to topics selector. * Removed 'Most Visited' from the min-cover calculations. * Fixed Epiphany 1.3.4 bug where topics in selector aren't sorted. * Updated patch due to other changes in Epiphany 1.3.4 source. h3, released 2004/07/12, for Epiphany 1.3.2 * Simple update for Epiphany 1.3.2 h3, released 2004/05/24, for Epiphany 1.2.5 * Moved duplicated functions into a seperate file. * Improved topic selector. * Bookmarks toolbar topic menus now have subdivisions. * Topic names in menu now change if modified in the bookmarks editor. h2, released 2004/05/23, for Epiphany 1.2.5 * Significantly cleaned up the code. * 'Most Visited' no longer appears as a submenu. * Subtopics are selected much more intelligently, giving a better approximation to a true minimum cover. * Topic selector now shows suggestions with arrows, not bold font. h1, released 2004/05/19, for Epiphany 1.2.5 * Initial release.
* Use a GtkFileChooserButton for the download path selector. Fixes bugChristian Persch2005-10-151-18/+6
| | | | | | | | | | | | 2005-10-15 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: * src/prefs-dialog.c: (prefs_dialog_finalize), (download_path_changed_cb), (create_download_path_button), (prefs_dialog_init), (prefs_homepage_blank_button_clicked_cb): Use a GtkFileChooserButton for the download path selector. Fixes bug #135738.
* Eliminate the *Popup/*ImagePopup popup variants. Add image context to allJean-François Rameau2005-10-101-33/+35
| | | | | | | | | | | | 2005-10-09 Jean-François Rameau <jframeau@cvs.gnome.org> * data/ui/epiphany-ui.xml: * src/ephy-window.c: (show_embed_popup), (update_image_actions_visibility): Eliminate the *Popup/*ImagePopup popup variants. Add image context to all popups it can show up. Display image context dynamically.
* Back out the fix for bug #158486 by re-enabling keyword: searches. FixesChristian Persch2005-09-281-2/+2
| | | | | | | | | 2005-09-27 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: Back out the fix for bug #158486 by re-enabling keyword: searches. Fixes bug #314974.
* Unify background image and image code (contex menu, conext event). Fix bugJean-François Rameau2005-09-271-4/+0
| | | | | | | | | | | | | | 2005-09-26 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-lockdown.c: (update_window): * src/ephy-window.c: (update_popups_tooltips), (show_embed_popup): * src/popup-commands.c: * src/popup-commands.h: * embed/mozilla/EventContext.cpp: (GetEventContext): * data/ui/epiphany-ui.xml: Unify background image and image code (contex menu, conext event). Fix bug 154887.
* Add disable_quit to lockdown gconf schema. Fix bug 316499.Jean-François Rameau2005-09-261-0/+11
| | | | | | | | 2005-09-25 Jean-François Rameau <jframeau@cvs.gnome.org> * data/epiphany-lockdown.schemas.in: Add disable_quit to lockdown gconf schema. Fix bug 316499.
* Rename the autoconf macro to EPIPHANY_EXTENSION_INIT() and make it checkCrispin Flowerday2005-09-251-1/+59
| | | | | | | | | | 2005-09-24 Crispin Flowerday <gnome@flowerday.cx> * data/epiphany.m4: Rename the autoconf macro to EPIPHANY_EXTENSION_INIT() and make it check the ephy version, get the extension directory and find out whether python is enabled.