| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
So that they are loaded from memory instead of disk every time they are
needed.
We also get rid of ephy_file searching for the files in the file system.
https://bugzilla.gnome.org/show_bug.cgi?id=696792
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=693832
|
|
|
|
|
|
|
| |
This shows a welcome message for incognito windows.
Artwork by Jakub Steiner.
https://bugzilla.gnome.org/show_bug.cgi?id=694200
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The session tests were broken by the delayed tab loading feature - the restored
embeds would not finish loading and thus the expectations for the URIs were not
met. This change adds a setting that is now used by those tests to disable the
feature temporarily.
Also revert "ephy-session-test: make tests pass", which is no longer necessary.
This reverts commit 75da5fff3f4489dacf4ded6f012daa06af306709.
https://bugzilla.gnome.org/show_bug.cgi?id=694470
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=694076
|
|
|
|
| |
Also not needed.
|
|
|
|
|
|
|
| |
This gives gnome-shell a change to apply notification filtering on
this app.
https://bugzilla.gnome.org/show_bug.cgi?id=690996
|
|
|
|
|
| |
This is disabled by default, pretty obscure, and problematic to port
properly to WebKit2. So just drop the code.
|
|
|
|
| |
This makes the gnome-shell search more pleasant and useful.
|
|
|
|
|
|
|
| |
This removes the old style extension support, you can read the
rationale in the bug report.
https://bugzilla.gnome.org/show_bug.cgi?id=685630
|
|
|
|
|
|
|
| |
org.gnome.epiphany.web.enable-adblock, controls whether adblock is
enabled (globally).
https://bugzilla.gnome.org/show_bug.cgi?id=681657
|
|
|
|
| |
Thumbnail for missing snapshots and thumbnail frame by Jakub Steiner.
|
|
|
|
|
|
| |
WebAudio support in WebKitGTK is not stable yet but it would be good
to allow Epiphany users to test this feature nonetheless. The
enable-webaudio gsetting is set to false by default.
|
|
|
|
|
|
| |
to avoid hard coding the package name.
https://bugzilla.gnome.org/show_bug.cgi?id=672023
|
|
|
|
|
|
|
| |
If the org.gnome.Epiphany.web.do-not-track setting is enabled, we'll
send the DNT: 1 header with every outbound request we make.
See http://donottrack.us/ for more details.
|
|
|
|
|
|
|
|
| |
When exporting bookmarks to HTML, certain smart link metadata is lost that would
otherwise be preserved in RDF / XML format. Now smart link URIs are used in
place of regular link URIs if they exist.
https://bugzilla.gnome.org/show_bug.cgi?id=534565
|
|
|
|
| |
We'll use this when we land the Overview.
|
|
|
|
|
|
| |
We need this to be an enum, since we'll a third option in the future
for the Overview (to never show the tabs bar). For now just add the
two values we have now and migrate the code and the user data.
|
|
|
|
|
|
|
|
|
| |
With this policy the session will only be restored if the application
has exited unexpectedly, but not if the user manually closes it.
There are no code changes needed for this to work, having a (valid)
different value than always/never in the setting makes things just
work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We add a new gsettings key, 'restore-session-policy', with two valid
values: 'always' and 'never'. A brief explanation of our session state
mechanism follows.
There are three ways to exit Epiphany:
1) Activate 'Quit' in the application menu
2) Close the last application window
3) Kill the process manually, SIGSEGV, or other similar unexpected
event.
For 1) and 2), we'll now do the same thing:
a) Call ephy_session_close
b) Exit the application manually
ephy_session_close will check the new restore-session-policy setting,
and only save the session state if it's set to 'always'. Before it
used to manually destroy all present windows. We now let EphyShell or
EphyWindow do this, EphySession only manages the session state saving.
For 3), the process will die with the state saved up to that point,
there's nothing we can do. For that reason, on startup also check the
new setting; if it's set to 'never' ignore the session state, open a
window in the homepage, and delete the old state file.
https://bugzilla.gnome.org/show_bug.cgi?id=673453
|
|
|
|
| |
Since we don't have one anymore.
|
|
|
|
| |
Since we don't have one anymore.
|
|
|
|
|
|
| |
Its not needed to use the .in hack anymore
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672932
|
|
|
|
|
|
| |
Otherwise we won't update them if the UI files change. To do this we
need to move them from data/ui/ to src/, which is not great. Things
would be easier with non-recursive Makefiles.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=672907
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=671599
|
|
|
|
|
|
|
| |
Add accelerations for Preferences (Ctrl+e) and Personal Data Manager
(Ctrl+m), and remove the one for About, Ctrl+a, since it's duplicated
with Select All and having an accelerator for About does not seem very
important in the first place.
|
|
|
|
| |
Look ma', I'm in your browser
|
|
|
|
|
|
|
| |
Together with epiphany-extensions-3.3.90 this makes the extensions
manager visible again, and also all the extensions menu items.
https://bugzilla.gnome.org/show_bug.cgi?id=669951
|
|
|
|
|
|
| |
Any integer above 0 should have a unit in CSS files now.
https://bugzilla.gnome.org/show_bug.cgi?id=669602
|
|
|
|
|
|
| |
The explicit accelerators="true" was missing in the <popup> element.
https://bugzilla.gnome.org/show_bug.cgi?id=668325
|
|
|
|
|
|
| |
If WebGL is enabled in WebKitGTK+, this new GSettings switch
disables and enables WebGL settings at runtime. WebGL is disabled
by default currently because Epiphany may use Clutter in the future.
|
|
|
|
| |
There's really no much point in shipping it as a separate "application".
|
|
|
|
| |
We can kill data/icons now.
|
| |
|
|
|
|
|
| |
Use the symbolic icon for the completion entry, I'm sure Lapo will
approve.
|
| |
|
|
|
|
|
|
| |
At this point we were only using the #defines in EphyLocationEntry to
decide which symbolic icon to use, so keep that and delete everything
else.
|
|
|
|
|
|
|
| |
Both the icons themselves and the names in the header file. This just
removes those without absolutely any reference to them in the entire
source tree, but I suspect we can remove most of them since they are
not actually used.
|
| |
|
|
|
|
| |
This requires a GTK+ newer than eed30771.
|
|
|
|
|
| |
It's been #if 0-ed and broken forever too. If someone really wants it
it should probably go into an extension.
|
|
|
|
|
| |
They have been dead/#if zeroed for a long time without any bugs opened
about it, so I can guess they were not used a lot in their day.
|
|
|
|
| |
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
| |
Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
|
| |
|
|
|
|
|
|
|
| |
What we need is an actual "Share with..." functionality, integrated
with GNOME, that also groks Facebook, Twitter, etc. Meanwhile I
honestly think having this in the super menu is overblown, but we can
move it to the Document context menu.
|
|
|
|
|
| |
It's already accessible from the Print dialog itself, so there's
really no need to duplicate it.
|
|
|
|
|
| |
The actions are already in the find toolbar, which is accessible from
the menu, so there's no need to have them there.
|
|
|
|
| |
Otherwise it's difficult to get the right layout for theming.
|
|
|
|
|
|
|
| |
Before we had 'Epiphany' in some places and 'GNOME Web Browser' in
others, try to be consistent and use just 'Web'.
https://bugzilla.gnome.org/show_bug.cgi?id=666587
|
|
|
|
|
|
| |
Similar to Chrome's wrench menu, but used only (in the future) for
page-related actions. For now we have mechanically moved most stuff
there, now we need to start removing them one by one when appropriate.
|
|
|
|
| |
And remove them from the existing menubar.
|
| |
|
|
|
|
| |
Required by newest GTK+.
|
| |
|
|
|
|
| |
We don't want this either for 3.4, remove it.
|
|
|
|
| |
The menubar will be gone for 3.4, so this will be useless.
|
|
|
|
|
|
|
|
| |
Add a combined action that toggles itself between the two states and
instantiate it from the window. Replace the Reload and Stop buttons
with the combined one in the default toolbar description.
https://bugzilla.gnome.org/show_bug.cgi?id=657655
|
|
|
|
| |
Otherwise big memory usage numbers are easily cut off.
|
| |
|
|
|
|
|
| |
There's not much point in having two UI files (glade/ and ui/), and
besides the files were not actually in glade format anymore.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows us to stop using EggEditableToolbar here, we just load a
normal toolbar from GtkUIManager in EphyWindow. The special toolbar
actions and methods have been moved to EphyWindow too, mostly in a
mechanical fashion (probably some simplifications are possible).
The code in the bookmarks UI that depended on EphyToolbar has been #if
zeroed instead of porting it, since it will go away in the near future
too.
https://bugzilla.gnome.org/show_bug.cgi?id=664483
|
|
|
|
|
|
| |
The theming was done by Lapo Calamandrei.
https://bugzilla.gnome.org/show_bug.cgi?id=665470
|
|
|
|
|
|
|
| |
That way buttons can be used at the edge of the screen when ephy is
maximized.
https://bugzilla.gnome.org/show_bug.cgi?id=665518
|
|
|
|
|
|
|
| |
It's consistent with what every other browser is doing and with our
future design.
https://bugzilla.gnome.org/show_bug.cgi?id=656091
|
|
|
|
| |
Last of the toplevel menus without equivalent in the new design.
|
|
|
|
|
|
| |
There was no implementation, so it was just polluting the codebase. In
the future we probably want a non-optional implementation in the "Page
details" section, using the soup/glib-network APIs.
|
|
|
|
|
|
| |
It is not present in the new design. The Alt+<num> accelerators are
dying with it, but it will be pretty easy to bring them back if
needed.
|
|
|
|
|
|
|
|
| |
Hardcode it to be "about:blank". The final step could be completely
remove the rest of the code, but it might be useful for the future
Overview page (if we consider it the new "homepage").
https://bugzilla.gnome.org/show_bug.cgi?id=665469
|
|
|
|
|
|
| |
Later we can remove all the internals to implement the feature.
https://bugzilla.gnome.org/show_bug.cgi?id=665469
|
|
|
|
|
|
|
| |
The UI is gone, but the infrastructure still persists
(EggToolbarModel, etc). Further cleanups are possible.
https://bugzilla.gnome.org/show_bug.cgi?id=664260
|
|
|
|
|
|
|
| |
The patch changes the design of about:plugins/memory pages making them
similar to about:applications.
https://bugzilla.gnome.org/show_bug.cgi?id=665136
|
|
|
|
|
|
|
| |
In the languages tab, replace the GtkTable with a GtkGrid and allow the
languages treeview to expand vertically.
https://bugzilla.gnome.org/show_bug.cgi?id=662252
|
|
|
|
|
|
| |
We can now get rid of the NetworkManager custom code.
https://bugzilla.gnome.org/show_bug.cgi?id=664096
|
|
|
|
|
|
|
| |
Really no need to do our own thing, which does not follow the
system-wide icon settings.
https://bugzilla.gnome.org/show_bug.cgi?id=663159
|
|
|
|
|
|
|
| |
Build the Cookie Properties dialog with GtkBuilder instead of handcraft
from the past.
Bug #661347
|
|
|
|
| |
Thanks to Lapo Calamandrei for the CSS.
|
|
|
|
|
|
|
|
| |
Remove hardcoded directions in the CSS definitions and make them simpler.
Bug #314205
Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
|
|
|
|
|
|
|
| |
Use attributes instead of hardcoding the markup on the translatable
string.
Bug #102382
|
|
|
|
| |
Bug #102382
|
|
|
|
|
|
|
|
| |
Allow to save any page as a "Web Application". A new .desktop file
will be created, and added to the Shell as a new application. It will
launch epiphany in application mode, with its own private profile
(inheriting some data from the main profile, like the relevant domain
cookies) and in a new process.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replace local styling (used for the tab close button and embed's status
frame) by a global css sheet loaded at window construction.
This allows tweaking style properties without rebuilding.
The css file is installed in $(pkgdatadir)/epiphany.css.
Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
Bug #644805
|
| |
|
|
|
|
|
| |
Gives an estimate of how much memory the browser process is using,
extracted from /proc/$PID/smaps. Only works in GNU/Linux systems.
|
|
|
|
|
|
|
|
|
|
| |
Get rid of the EphyNetMonitor code and instead generate a GDBusProxy
subclass that monitors the StateChanged signal and State property in
org.gnome.NetworkManager. This proxy exports these features as
standard GObject signal and property, respectively, so we can use it
directly through the relevant accessors.
https://bugzilla.gnome.org/show_bug.cgi?id=622903
|
|
|
|
|
|
| |
Remove the menubar visibility options from the content context menu
and adds them to the chrome context menu. Invert the meaning of the
option and update the option text.
|
| |
|
| |
|
|
|
|
|
|
| |
When the user right-clicks on a misspelled word a number of possible
corrections will be offered by Epiphany. Selecting one of them will
replace the misspelled word by the suggestion.
|
|
|
|
|
|
| |
We are now able to show a page with the list of installed plugins.
Bug #575498
|
|
|
|
| |
Bug #650702
|
|
|
|
|
|
|
| |
Depends on WebKitGTK+ being built with spell check support, otherwise
it won't do anything.
Based on a patch by Diego Escalante.
|
|
|
|
|
|
|
| |
Change "automatically download and open files" to "automatically open
downloaded files", which is what actually happens.
Bug #646453
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Instead of the low res version shipped internally.
https://bugzilla.gnome.org/show_bug.cgi?id=645713
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Using the widget name is error prone because Glade removes the name property of
objects. This makes cookie configuration work again.
|
|
|
|
|
|
| |
Bug #634969
Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
|
|
|
|
|
| |
We need labels next to the buttons or after setting a custom font you won't
know what setting are you configuring.
|
| |
|
|
|
|
|
|
| |
Show nice error pages instead of WebKitGTK+'s defaults.
Bug #592667
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
I don't think it makes any sense to make this optional, much less to
have a UI preference for it.
|
|
|
|
| |
Bug #631450
|
|
|
|
|
|
| |
Adds our own schemas, a migration file and removes old gconf API and files.
Bug #624485
|
| |
|
| |
|
|
|
|
| |
Bug #627496
|
|
|
|
| |
Bug #625922
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
We'll add it back whenever we manage to add support for it in
WebKitGTK+.
|
|
|
|
|
| |
We were using our normal release version, which is not where they are
installed.
|
|
|
|
|
| |
There's really no way to completely disable Java support alone, and I
think enabling/disabling plugins in general is much more useful.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
Defaults to Google, like it used to.
Bug #604087
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
|
|
| |
Bug #590387
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
|
|
|
| |
WebKit now provides API to start the web inspector, so we can restore
the menu item.
Bug #599473
|
| |
|
|
|
|
|
|
|
|
|
| |
Reduces file size and ensures files will continue working properly
when edited.
Bug #590387
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
It is useless right now since we need WebKit support for this.
Bug 587470 - Smooth scrolling preference doesn't work
|
|
|
|
| |
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
| |
Bug #300190
|
|
|
|
| |
Bug #565346
|
|
|
|
| |
Bug #582905
|
|
|
|
|
| |
The supported language for extensions other than C/C++ is now
JavaScript through Seed.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
GtkBuilder file doesn't cause problems when loading
svn path=/trunk/; revision=8753
|
|
|
|
| |
svn path=/trunk/; revision=8731
|
|
|
|
| |
svn path=/trunk/; revision=8717
|
|
|
|
| |
svn path=/trunk/; revision=8716
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
found by the preferences dialog code.
Bug #562446 is related
svn path=/trunk/; revision=8642
|
|
|
|
|
|
| |
Bug #562446
svn path=/trunk/; revision=8634
|
|
|
|
| |
svn path=/trunk/; revision=8609
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=8448
|
|
|
|
|
|
|
| |
epiphany-extensions caused by the recent surgery introducing WebKit as
public dep.
svn path=/trunk/; revision=8334
|
|
|
|
|
|
|
| |
comply with the tango style guidelines.
svn path=/trunk/; revision=8325
|
|
|
|
| |
svn path=/trunk/; revision=8278
|
|
|
|
|
|
|
| |
sensitive by default. Patch by Michael Wolf, closes: #504136.
svn path=/trunk/; revision=8237
|
|
|
|
|
|
| |
Remove the epiphany-pango schemas file, same reason.
svn path=/trunk/; revision=8191
|
|
|
|
| |
svn path=/trunk/; revision=8183
|
|
|
|
| |
svn path=/trunk/; revision=8137
|
|
|
|
| |
svn path=/trunk/; revision=8116
|
|
|
|
| |
svn path=/trunk/; revision=8109
|
|
|
|
|
|
| |
the right directory, and set that directory as the component directory with gtk_moz_embed_set_comp_path.
svn path=/trunk/; revision=8103
|
|
|
|
|
|
|
| |
translation (bug 519908)
svn path=/trunk/; revision=8013
|
|
|
|
| |
svn path=/trunk/; revision=7990
|
|
|
|
| |
svn path=/trunk/; revision=7955
|
|
|
|
|
|
|
|
|
| |
Left undocumented on schema because we are in string freeze, will document
for 2.24.
Patch by Jake Nelson
svn path=/trunk/; revision=7944
|
|
|
|
| |
svn path=/trunk/; revision=7941
|
|
|
|
| |
svn path=/trunk/; revision=7938
|
|
|
|
|
|
| |
* Add KiBi and cosimoc to about.ini
svn path=/trunk/; revision=7933
|
|
|
|
|
|
| |
(It's not on the default toolbar, though).
svn path=/trunk/; revision=7884
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
section explaining its usage. Close bug #148314.
svn path=/trunk/; revision=7793
|
|
|
|
|
|
| |
Bug #332968.
svn path=/trunk/; revision=7786
|
|
|
|
| |
svn path=/trunk/; revision=7775
|
|
|
|
|
|
| |
Fix bug #132808.
svn path=/trunk/; revision=7746
|
|
|
|
|
|
| |
Workaround for bug #346110. Patch by Dale Parquette.
svn path=/trunk/; revision=7670
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
the passwords. A confirmation dialogue is used. Addresses bug #148314.
svn path=/trunk/; revision=7652
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
File used to convert source files with uncrustify to new indentation style.
svn path=/trunk/; revision=7633
|
|
|
|
|
|
| |
Bug #463956, patch by Cyril Brulebois.
svn path=/trunk/; revision=7615
|
|
|
|
| |
svn path=/trunk/; revision=7488
|
|
|
|
| |
svn path=/trunk/; revision=7446
|
|
|
|
|
|
|
|
|
|
| |
2007-08-28 Christian Persch <chpe@gnome.org>
* data/mime-types-permissions.xml:
More mime types.
svn path=/trunk/; revision=7324
|
|
|
|
|
|
|
|
|
|
| |
2007-08-28 Christian Persch <chpe@gnome.org>
* data/mime-types-permissions.xml:
More mime types.
svn path=/trunk/; revision=7316
|
|
|
|
|
|
|
|
|
|
| |
2007-08-28 Christian Persch <chpe@gnome.org>
* data/mime-types-permissions.xml:
More mime types.
svn path=/trunk/; revision=7314
|
|
|
|
|
|
|
|
|
|
| |
2007-08-25 Christian Persch <chpe@gnome.org>
* data/mime-types-permissions.xml:
More mime types.
svn path=/trunk/; revision=7296
|
|
|
|
|
|
|
|
|
|
| |
2007-08-12 Christian Persch <chpe@gnome.org>
* data/icons/Makefile.am:
Add low contrast app icon.
svn path=/trunk/; revision=7263
|
|
|
|
|
|
|
|
|
|
| |
2007-08-09 Christian Persch <chpe@gnome.org>
* data/icons/Makefile.am:
Fix icons install paths.
svn path=/trunk/; revision=7260
|
|
|
|
|
|
|
|
|
|
| |
2007-08-09 Christian Persch <chpe@gnome.org>
* data/icons/Makefile.am:
Fix icon cache update command.
svn path=/trunk/; revision=7258
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-09 Christian Persch <chpe@gnome.org>
* configure.ac:
A data/icons/*:
R data/icons/*/*/*:
Reorganise icons.
svn path=/trunk/; revision=7256
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=7164
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-10 Luca Ferretti <elle.uca@libero.it>
* data/epiphany.desktop.in.in:
Use new icon here too
svn path=/trunk/; revision=7133
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
fix image names (epiphany, not epiphnay)...
svn path=/trunk/; revision=7130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
2007-06-10 Christian Persch <chpe@gnome.org>
* data/default-prefs-common.js:
Disable PAPI too.
svn path=/trunk/; revision=7078
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
2007-05-19 Christian Persch <chpe@gnome.org>
* data/glade/epiphany.glade:
Make "Show Passwords" plural. Bug #437798.
svn path=/trunk/; revision=7039
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
2007-03-11 Christian Persch <chpe@gnome.org>
* *:
Correct FSF address. Bug #409075, patch by John Millikin.
svn path=/trunk/; revision=6952
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
2007-03-02 Christian Persch <chpe@svn.gnome.org>
* data/mime-types-permissions.xml:
Add .bz2.
svn path=/trunk/; revision=6929
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
2007-02-07 Christian Persch <chpe@svn.gnome.org>
* data/default-prefs-common.js:
Set the new pwdmgr pref.
svn path=/trunk/; revision=6893
|
|
|
|
|
|
|
|
|
|
| |
2007-02-02 Christian Persch <chpe@svn.gnome.org>
* data/mime-types-permissions.xml:
More mime types.
svn path=/trunk/; revision=6885
|
|
|
|
|
|
|
|
|
|
| |
2007-02-02 Christian Persch <chpe@svn.gnome.org>
* data/mime-types-permissions.xml:
More mime types.
svn path=/trunk/; revision=6883
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
2007-01-28 Christian Persch <chpe@svn.gnome.org>
* data/mime-types-permissions.xml:
Add more mime types.
svn path=/trunk/; revision=6860
|
|
|
|
|
|
|
|
|
|
| |
2007-01-28 Christian Persch <chpe@svn.gnome.org>
* data/Makefile.am:
Fix schemas install command.
svn path=/trunk/; revision=6852
|
|
|
|
|
|
|
|
|
|
| |
2007-01-23 Christian Persch <chpe@svn.gnome.org>
* data/mime-types-permissions.xml:
Add another safe mime type.
svn path=/trunk/; revision=6842
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
2007-01-10 Christian Persch <chpe@svn.gnome.org>
* data/epiphany.pc.in:
Fix for autoconf 2.60 (datarootdir).
svn path=/trunk/; revision=6815
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-09 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* data/about.ini:
Added myself as a Contributor. :).
svn path=/trunk/; revision=6809
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=6768
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
2006-12-14 Chhristian Persch <chpe@cvs.gnome.org>
* data/default-prefs-common.js:
Don't warn before launching rtsp and mms[h] handlers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|