aboutsummaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Add optional spell checking, enabled by defaultXan Lopez2011-05-232-245/+435
| | | | | | | Depends on WebKitGTK+ being built with spell check support, otherwise it won't do anything. Based on a patch by Diego Escalante.
* prefs-dialog: rename "automatically open downloads"Diego Escalante Urrelo2011-04-191-1/+1
| | | | | | | Change "automatically download and open files" to "automatically open downloaded files", which is what actually happens. Bug #646453
* Add a preference to force internal view-sourceDiego Escalante Urrelo2011-04-191-0/+4
| | | | | | | | | | | Using the view-source feature provided by WebKitGTK+ can be handier than opening gedit or the default text/html application in your system. This adds "internal-view-source" to org.gnome.Epiphany to force the internal-viewer always. Based on Ole Laursen's patch. Bug #597156
* Add UI options to hide the menubarXan Lopez2011-04-181-0/+3
| | | | | In the future Web-app like windows will have this hidden by default, but for now we can also add an option to hide it elsewhere.
* Use /org/gnome as starting path for schemasLuca Ferretti2011-03-251-5/+5
|
* Use the web-browser icon from the GNOME icon themeWilliam Jon McCann2011-03-2513-3976/+3
| | | | | | Instead of the low res version shipped internally. https://bugzilla.gnome.org/show_bug.cgi?id=645713
* Remove minimum font size setting from UIXan Lopez2011-03-102-38/+1
| | | | | | | | | This just breaks the layout from too many sites, and we can get reasonable readability through the new font size settings available and/or zooming. For those so inclined, the value can still be tweaked through the gsettings command line or dconf-editor. Bug #644247
* ephy-window: add new downloads UIDiego Escalante Urrelo2011-03-081-0/+1
| | | | | | | | | Downloads are shown per-window, imitating Chromium's bottom bar. If the window being closed has active downloads, a warning dialog will be shown just as when forms have been modified but not sent. An active download is any download that is not yet 100% complete. Bug #618443
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-081-80/+0
| | | | | | | | | | | | | | | | | EphyDownload is a wrapper object around WebKitDownload that handles common behavior in downloads: auto-destination, default action for the MIME type. It can be used to wrap a WebKitDownload coming from a WebKitView or to download a url: ephy_download_new_for_uri and ephy_download_new_for_download are provided. Its lifetime is not automagic like EphyEmbedPersist, so you have to unref it when you no longer need it. This new object replaces EphyEmbedPersist and enables us to use a single codepath for downloads in all Epiphany. Bug #618443
* prefs-dialog: use GtkBuildable id instead of nameDiego Escalante Urrelo2011-02-251-5/+5
| | | | | Using the widget name is error prone because Glade removes the name property of objects. This makes cookie configuration work again.
* epiphany.convert: Fix cache-size schema locationYanko Kaneti2010-12-151-1/+1
| | | | | | Bug #634969 Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
* prefs-dialog: enhance Fonts tab layoutDiego Escalante Urrelo2010-12-121-80/+187
| | | | | We need labels next to the buttons or after setting a custom font you won't know what setting are you configuring.
* prefs-dialog: fix General tab sizingDiego Escalante Urrelo2010-12-121-2/+4
|
* ephy-web-view: use custom error pagesDiego Escalante Urrelo2010-12-114-1/+153
| | | | | | Show nice error pages instead of WebKitGTK+'s defaults. Bug #592667
* prefs: remove broken preferences from UIXan Lopez2010-12-091-30/+0
| | | | | | | Allow pages to use their own colors/fonts preferences have never really worked in WebKit. I'm not even sure we want this in the UI, but at the very least remove them until there's a setting in the engine to control this.
* prefs-dialog: new custom font selection UIDiego Escalante Urrelo2010-12-082-4/+102
| | | | | | | | Allow users to set custom sans, serif and monospace fonts if they don't want the defaults, which are the desktop wide settings in the org.gnome.desktop.interface schema. Bug #636761
* data/glade: update orientation property of GtkBox widgetsDiego Escalante Urrelo2010-12-085-5/+57
|
* Always enable Web InspectorXan Lopez2010-10-243-59/+0
| | | | | I don't think it makes any sense to make this optional, much less to have a UI preference for it.
* epiphany.desktop: declare ability to handle http and httpsDiego Escalante Urrelo2010-10-111-1/+1
| | | | Bug #631450
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-087-683/+321
| | | | | | Adds our own schemas, a migration file and removes old gconf API and files. Bug #624485
* GtkDialog separators are gone in GTK+ 3.xXan Lopez2010-09-054-7/+0
|
* about.ini: reality checkXan Lopez2010-08-301-3/+3
|
* prefs-dialog.ui: fix capitalization of "Enable Plugins"Xan Lopez2010-08-301-1/+1
| | | | Bug #627496
* schemas: remove old and unused font preferencesDiego Escalante Urrelo2010-08-031-12/+0
| | | | Bug #625922
* epiphany.pc.in: use 3.0 not 2.0 versionsDiego Escalante Urrelo2010-07-021-1/+1
|
* Removed encoding breaking translation of … stringsDiego Escalante Urrelo2010-05-292-2/+2
| | | | | | | | Glade caused the … character to be escaped in ui files, bug #596205. This makes messages including such character to not be caught by translations in the UI so you get untranslated labels. Bug #613119
* 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.