| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Avoid having %20 and similar things in the widget labels.
|
|
|
|
|
|
|
|
| |
A widget showing the progress of an EphyDownload and offering the default set
of actions to take on it: Open, Browse to, Cancel.
It keeps a ref to the EphyDownload its showing.
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
|
|
|
|
|
|
|
|
| |
Nautilus doesn't draw the desktop as always anymore. It's not visible unless
you browse there, so the reason to not allow browse_to desktop is not valid
anymore.
Bug #618443
|
|
|
|
|
|
|
| |
Remove all the ambiguity, we always throw downloads to the same place or the
Desktop.
Bug #618443
|
|
|
|
| |
Bug #618443
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Proactively perform DNS lookups when the user sets the cursor over an
autocompleted entry in the location bar. This way the prefetching is likely to
already have been resolved by the time the user actually clicks on the entry.
https://bugzilla.gnome.org/show_bug.cgi?id=606087
|
|
|
|
|
| |
That way user can hide the inner widget and the overlay child
container will be hidden automatically.
|
| |
|
|
|
|
|
|
|
| |
We don't want for the children to be able to overflow the main widget,
it makes sense to keep them contained in the overlay.
Bug #642451
|
|
|
|
| |
And adapt to the new API.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Works correctly in framed pages, and fixes a few bugs along the way
(not to mention it should be more efficient since it does not redraw
needlessly).
The gedit code has been modified to get rid of the animation stuff we
don't really need atm; we have coordinated with the gedit developers
and hopefully both versions will be in sync again really soon.
|
|
|
|
|
|
|
| |
Until 2.99.0 GtkStyleContext didn't have a "normal" flag, the closest thing was
GTK_STATE_FLAG_ACTIVE, but it is not necessarily correct.
Bug #636501
|
|
|
|
| |
Bug #636501
|
| |
|
| |
|
|
|
|
|
| |
It's deprecated since GdkCursor is a GObject now. The stuff in egg/
still needs fixing, but we'll just sync from upstream.
|
|
|
|
|
|
|
| |
Updates all our uses of GtkStyle stuff to the newer GtkStyleContext API.
ephy-web-view porting done by Matthias Clasen <mclasen@redhat.com>
Bug #636501
|
|
|
|
| |
Bug #636501
|
|
|
|
|
|
| |
WebKitGTK+ implements this for us.
Bug #637021
|
|
|
|
|
|
| |
Show nice error pages instead of WebKitGTK+'s defaults.
Bug #592667
|
|
|
|
| |
Bug #636790
|
|
|
|
|
|
| |
Free the lock_stock_id before setting a new one.
https://bugzilla.gnome.org/show_bug.cgi?id=636742
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This patch prioritizes uninstalled files so modified files in your epiphany
checkout are used, avoiding the need to install them to see your changes.
|
|
|
|
|
| |
When .gnome2/epiphany/.migrated file is unreadable we can hit a crasher due to
sscanf. We now check for NULL before feeding sscanf.
|
|
|
|
|
|
|
|
|
|
|
| |
The migration code is now in the ephy-profile-migrator binary, this means:
- epiphany is not linking to NSS anymore
- lib/ephy-profile-migration.c was split into:
+ lib/ephy-profile-migrator.c: the new ephy-profile-migrator binary
+ lib/ephy-profile-utils.c: convenience _ephy_profile_*_form_auth_data functions.
- testing for migration is done without running ephy-profile-migrator
Bug #636685
|
|
|
|
|
| |
I don't think it makes any sense to make this optional, much less to
have a UI preference for it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We get rid of the spinner in the toolbar, since load information is
already given by the floating status indicator inside the WebView.
The only remaining spinner is the one in the tabs, which has been
ported to use GtkSpinner.
Get rid of EphySpinner.
Fixes:
https://bugzilla.gnome.org/show_bug.cgi?id=524809 (again)
https://bugzilla.gnome.org/show_bug.cgi?id=598442
|
| |
|
|
|
|
| |
Signed-off-by: Xan Lopez <xan@gnome.org>
|
| |
|
| |
|
|
|
|
|
|
| |
This reverts commit 98811918bc8c5065eb4b21feb35c9f4def67341f.
Accidentally committed.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=598442
|
|
|
|
| |
Was using a no longer calculated rect for the drawing coordinates.
|
|
|
|
|
|
| |
Adds our own schemas, a migration file and removes old gconf API and files.
Bug #624485
|
| |
|
|
|
|
|
| |
Mostly moving from ::expose-event to ::draw, and adapting to the
changes in the paint functions.
|
| |
|
|
|
|
| |
Bug #624485
|
|
|
|
| |
Bug #580557
|
|
|
|
| |
Bug #580557
|
| |
|
|
|
|
|
|
| |
Drop deprecated gdk_* drawing functions.
Bug #627450
|
|
|
|
|
|
|
| |
It's functionality can be replaced by GSettings API, plus it's not being used
anywhere.
Bug #625921
|
| |
|
| |
|
|
|
|
|
|
| |
This allows the "XXXXXX" token to be anywhere in the tmpl string.
Bug #302986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Favicons in the completion popup were hidden because of an ugly flashing. It
turns out it is caused by gtk_entry_set_icon_from_* functions. They queue a
resize if the GtkEntry is visible, hence we see this ugly flash which is
actually the completion obeying to the resize.
The side effect is that when you start typying a new address in the location
entry, the favicon of the current location will still be displayed. The
previous behaviour was to set a 'text/html' icon when the user edited the
location entry. Note that such icon will disappear as soon as you activate the
location entry.
Bug #616345
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This means we store/retrieve "http://www.gnome.org/" instead of
"http://www.gnome.org/login/". User+passwords are site-wide as long as the form
elements match. This also makes migrated gecko passwords work.
Bug #613065
|
|
|
|
|
|
|
| |
Make sure we don't confuse form passwords with HTTP auth passwords. And also
check that username is not empty (at least that). Sometimes decryption fails
(not even nss tools work) and we get empty usernames. As you can see, we are
assuming here that usernames are always mandatory but passwords might not be.
|
|
|
|
|
|
|
|
| |
Password form fields are marked with a *, but this * was not removed when
storing the field name so this led to all the passwords field names to be
migrated with the leading *.
Bug #608687
|
|
|
|
| |
_ephy_profile_query_form_auth_data is async, doesn't return anything.
|
|
|
|
|
|
| |
Realms where exported as "realm)" because of a missing -1.
Bug #608687
|
|
|
|
|
|
|
|
|
|
| |
Otherwise preferences gets confused and also some other parts of our code put
files where they shouldn't be. This was causing the default downloads
destination to reset everytime the preferences dialog was opened and also
causing some downloads (when "Open" is selected) to end up where they
shouldn't.
Bug #610721
|
|
|
|
|
|
|
| |
Substitute GTK_WIDGET_MAPPED() and GTK_WIDGET_REALIZED()
GTK+ required version bumped to 2.19.5
https://bugzilla.gnome.org/show_bug.cgi?id=595791
|
|
|
|
| |
Bug #582035
|
|
|
|
|
|
| |
Sort variable names a bit in ephy_file_switch_temp_file.
Bug #608749
|
|
|
|
| |
Bug #608749
|
|
|
|
|
|
|
| |
This API is public but we are not really good checking we get valid EphyDialog
objects when called, add some checks.
Bug #607802
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Otherwise we rely on the ordering of the property notifications to get
a proper id instead of garbage (!).
Bug #606995
|
|
|
|
|
|
|
| |
This ensures that if .gnome2/ doesn't exist, we don't fail instead of just
creating the dir.
Bug #605860
|
|
|
|
|
| |
SoupURI creation may fail for invalid URIs, and we would crash trying
to work with the NULL pointers.
|
|
|
|
|
|
|
| |
We were doing some ugly path searching for this. The correct method is to use
gtk_show_uri.
Bug #604024
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is used to make all policy regarding what and how we save data be
in one place.
|
|
|
|
|
| |
Otherwise we need to query keyring all the time to figure out if we
have to prefill forms.
|
|
|
|
|
| |
We store the login/password pairs used in forms in the keyring, like
the HTTP auth data.
|
|
|
|
|
| |
We'll use them from embed/ for form password saving, and embed/ can't
use code from src/
|
| |
|
|
|
|
|
|
|
|
| |
Defaults to Google, like it used to.
Bug #604087
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
|
|
|
|
|
|
|
| |
EphyLocationEntry, EphyLocationAction and EphyToolbar take an @adress and
@typed_address parameter, while both are useful we only end up using one so we
can easily decide which one to use in ephy-window.c instead of carrying both
around until ephy-location-entry.c
Bonus: make ephy_location_entry_set_location accept NULL as @address safely.
Bug #603651
|
|
|
|
| |
Bug #503852
|
|
|
|
| |
Bug #503852
|
|
|
|
|
|
| |
Also disable incomplete documentation.
Bug #503852
|
|
|
|
| |
Bug #503852
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
bonus nitpick in ephy-zoom (just a line break)
|
| |
|
|
|
|
|
|
| |
Partial fix for bug #599757.
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
|
|
| |
Partial fix for bug #599757.
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've used all the GTK+ 2.17.11 api available, still missing:
GTK_WIDGET_REALIZED (GTK_WIDGET ())
GTK_WIDGET_MAPPED (GTK_WIDGET ())
GTK_ENTRY->im_context
GTK_STATUSBAR->frame
GTK_STATUSBAR->label
GTK_MESSAGE_DIALOG->label
https://bugzilla.gnome.org/show_bug.cgi?id=595791
Signed-off-by: Xan Lopez <xan@gnome.org>
|
| |
|
|
|
|
| |
Bug 587470 - Smooth scrolling preference doesn't work
|
|
|
|
|
| |
It does not make sense for the location entry to unref the model it
gets as parameter.
|
|
|
|
|
| |
To know whether or not we are using a private profile different from
the default one.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
We need some indication in the UI of network activity when there are
no tabs opened and the progress bar hasn't appeared yet in the URL
entry. Re-add the spinner for now, we'll think of a better solution
later.
Bug #585035
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The text cell renderer in use by the url autocompletion is the only
renderer that expands. As the width of the entry completion is known in
advance (as big as the entry you are completing on), we can set a fixed
width. Since the height of the cell renderer is hardcoded, too, the
complete size of the cell renderer is known in advance and Gtk skips
layouting the text to compute the size.
This is a noticable performance improvement, expecially when the
completion contains lots of visible entries.
|
|
|
|
|
| |
When the url is NULL, the title was freed twice - once after
giving to the GValue via ctext, once with g_free().
|
| |
|
|
|
|
|
|
| |
than me can update from libegg
svn path=/trunk/; revision=8953
|
|
|
|
| |
svn path=/trunk/; revision=8952
|
|
|
|
| |
svn path=/trunk/; revision=8944
|
|
|
|
| |
svn path=/trunk/; revision=8941
|
|
|
|
| |
svn path=/trunk/; revision=8940
|
|
|
|
| |
svn path=/trunk/; revision=8934
|
|
|
|
|
|
|
| |
It makes the text in the completion jump like crazy, so disable until
we figure out what's going on.
svn path=/trunk/; revision=8866
|
|
|
|
| |
svn path=/trunk/; revision=8865
|
|
|
|
| |
svn path=/trunk/; revision=8857
|
|
|
|
| |
svn path=/trunk/; revision=8829
|
|
|
|
| |
svn path=/trunk/; revision=8828
|
|
|
|
| |
svn path=/trunk/; revision=8827
|
|
|
|
| |
svn path=/trunk/; revision=8809
|
|
|
|
| |
svn path=/trunk/; revision=8808
|
|
|
|
| |
svn path=/trunk/; revision=8807
|
|
|
|
| |
svn path=/trunk/; revision=8806
|
|
|
|
| |
svn path=/trunk/; revision=8803
|
|
|
|
|
|
|
|
|
| |
GtkEntry has no distinction between the visibility of the icons and
the icon to be used, meaning that the way to make them invisible is to
unset them. Keep a private boolean with the visibility status so we
can update our icon type without altering its visibility.
svn path=/trunk/; revision=8802
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=8770
|
|
|
|
| |
svn path=/trunk/; revision=8731
|
|
|
|
| |
svn path=/trunk/; revision=8726
|
|
|
|
| |
svn path=/trunk/; revision=8715
|
|
|
|
|
|
|
| |
Adding spaces to the end of the location bar was adding bad search
terms. This fixes it.
svn path=/trunk/; revision=8709
|
|
|
|
|
|
|
| |
This change fixes the last character of the last search term being cut
off by special casing the end of the line.
svn path=/trunk/; revision=8708
|
|
|
|
|
|
| |
Bug #568101
svn path=/trunk/; revision=8706
|
|
|
|
| |
svn path=/trunk/; revision=8695
|
|
|
|
| |
svn path=/trunk/; revision=8694
|
|
|
|
|
|
|
| |
If the result shown in the row is a bookmark, the epiphany bookmark icon will
be drawn to the right of it.
svn path=/trunk/; revision=8693
|
|
|
|
|
|
|
|
| |
Enhance the completion popup by showing a two line cell containing the favicon,
the title of the page and the url. On top of this, there's a bookmark
indication patch.
svn path=/trunk/; revision=8692
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=8659
|
|
|
|
|
|
| |
pixmap that GtkEntry sets in DnD.
svn path=/trunk/; revision=8658
|
|
|
|
| |
svn path=/trunk/; revision=8655
|
|
|
|
|
|
|
| |
Also fold into the widget the 'clear' icon instead of creating it
twice outside.
svn path=/trunk/; revision=8653
|
|
|
|
| |
svn path=/trunk/; revision=8652
|
|
|
|
| |
svn path=/trunk/; revision=8649
|
|
|
|
| |
svn path=/trunk/; revision=8648
|
|
|
|
| |
svn path=/trunk/; revision=8647
|
|
|
|
| |
svn path=/trunk/; revision=8623
|
|
|
|
| |
svn path=/trunk/; revision=8622
|
|
|
|
| |
svn path=/trunk/; revision=8616
|
|
|
|
| |
svn path=/trunk/; revision=8607
|
|
|
|
| |
svn path=/trunk/; revision=8584
|
|
|
|
| |
svn path=/trunk/; revision=8565
|
|
|
|
| |
svn path=/trunk/; revision=8563
|
|
|
|
| |
svn path=/trunk/; revision=8560
|
|
|
|
| |
svn path=/trunk/; revision=8559
|
|
|
|
|
|
|
|
|
| |
There were inconsistencies between the .h file and the .c file. Now all the
arguments are named 'entry'.
Also add documentation for ephy_location_entry_set_match_func and
ephy_location_entry_set_completion.
svn path=/trunk/; revision=8557
|
|
|
|
| |
svn path=/trunk/; revision=8556
|
|
|
|
|
|
|
|
|
| |
Functions ephy_icon_entry_pack_widget and ephy_icon_entry_get_entry. Not sure
how to extract that to proper gtk-docs and stuff.
Document lib/widgets/ephy-search-entry.c
svn path=/trunk/; revision=8555
|
|
|
|
| |
svn path=/trunk/; revision=8550
|
|
|
|
|
|
| |
GnomeClient.
svn path=/trunk/; revision=8541
|
|
|
|
|
|
| |
Bug #550883.
svn path=/trunk/; revision=8457
|
|
|
|
| |
svn path=/trunk/; revision=8452
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use a simple regex matching the input text, implements the same behaviour of
the current bar, plus:
- substring suggestions (closes: #151932)
- unicode support (closes: #343906)
- diacritics in topic keywords (closes: #328162)
- completion on history items titles (closes: #534218)
Also, of course, closes: #517960 - port the url bar to GRegex.
svn path=/trunk/; revision=8419
|
|
|
|
|
|
|
| |
It is not really needed, since the values in comparison are simple numbers that
don't need any thought on top.
svn path=/trunk/; revision=8416
|
|
|
|
|
|
|
| |
Just a minor reordering of *_col variables, no code changed.
svn path=/trunk/; revision=8414
|
|
|
|
|
|
|
|
| |
There's an uneeded GUINT_TO_POINTER in gtk_cell_layout_set_cell_data_func for
extracell_data_func. We can use the le pointer to get the cols we want.
svn path=/trunk/; revision=8412
|
|
|
|
| |
svn path=/trunk/; revision=8316
|
|
|
|
| |
svn path=/trunk/; revision=8278
|
|
|
|
| |
svn path=/trunk/; revision=8274
|
|
|
|
| |
svn path=/trunk/; revision=8271
|
|
|
|
| |
svn path=/trunk/; revision=8268
|
|
|
|
| |
svn path=/trunk/; revision=8267
|
|
|
|
| |
svn path=/trunk/; revision=8211
|
|
|
|
|
|
| |
other column expands. This makes bookmarks take up all the space instead of being truncated at the half.
svn path=/trunk/; revision=8173
|
|
|
|
|
|
| |
with the spinners in the tabs and the progress bar. (#524809)
svn path=/trunk/; revision=8166
|
|
|
|
| |
svn path=/trunk/; revision=8030
|
|
|
|
|
|
| |
compilers that only understand C89. Bug #518890.
svn path=/trunk/; revision=7991
|
|
|
|
|
|
| |
requested password quality allows it. Bug #515096, patch by Thomas Wendt.
svn path=/trunk/; revision=7982
|
|
|
|
|
|
| |
and linked to the main window commands. Bug #171179.
svn path=/trunk/; revision=7945
|
|
|
|
|
|
|
|
|
| |
Left undocumented on schema because we are in string freeze, will document
for 2.24.
Patch by Jake Nelson
svn path=/trunk/; revision=7944
|
|
|
|
|
|
| |
with the cursor at the end of entry and we press down. Bug #340572.
svn path=/trunk/; revision=7908
|
|
|
|
| |
svn path=/trunk/; revision=7888
|
|
|
|
|
|
|
| |
ephy_file_browse_to ().
Fix bug #511759.
svn path=/trunk/; revision=7886
|
|
|
|
| |
svn path=/trunk/; revision=7875
|
|
|
|
| |
svn path=/trunk/; revision=7859
|
|
|
|
|
|
|
| |
Also, optional Zeroconf support depends on Avahi >= 0.6.22.
Bug #507152.
svn path=/trunk/; revision=7858
|
|
|
|
|
|
|
| |
Fixes bug #505777.
svn path=/trunk/; revision=7828
|
|
|
|
|
|
|
|
|
|
|
| |
src/ephy-location-action.c.
Adds a function to set the completion_func in
lib/widgets/ephy-location-entry.c|h.
Part of bug #392979.
svn path=/trunk/; revision=7821
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Part of bug #385037.
svn path=/trunk/; revision=7762
|
|
|
|
|
|
|
| |
implemented.
svn path=/trunk/; revision=7760
|
|
|
|
|
|
|
| |
bookmarks editor views use it to display address and title columns.
Fix bug #132808.
svn path=/trunk/; revision=7719
|
|
|
|
|
|
|
|
| |
as resizable; thanks to Kristian Rietveld for finding out the cause.
Make history window columns resizable and bookmarks editor columns resizable
and sortable. Part of bug #132808.
svn path=/trunk/; revision=7718
|
|
|
|
|
|
|
| |
the call to gtk_widget_show() in editable toolbar's create_item_from_action()
conditional. Fixes bug #394795.
svn path=/trunk/; revision=7663
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This supports changing the editor's model during runtime and
tries to avoid some possibly leaking signal handlers. Fixes bug #493149.
svn path=/trunk/; revision=7619
|
|
|
|
| |
svn path=/trunk/; revision=7519
|
|
|
|
|
|
|
| |
g_value_unset calls for text and visible vars on extracell_data_func.
svn path=/trunk/; revision=7509
|
|
|
|
|
|
|
|
|
|
|
| |
width of the popup. Also make the extracell (titles of history entries) align
to the left so it's less messy and easier to browse a lot of entries with
similar titles.
Almost-fixes bug #419475.
svn path=/trunk/; revision=7508
|
|
|
|
|
|
|
|
|
| |
instances of Epiphany remove the profile dir on exit.
Note that the profile dir won't be deleted if it's a custom path.
Fixes bug #329680.
svn path=/trunk/; revision=7506
|
|
|
|
|
|
|
|
|
|
| |
* lib/ephy-file-chooser.c:
Add a preview for the FileChooser. The default size is 150x150.
Fixes bug #440859.
svn path=/trunk/; revision=7502
|
|
|
|
|
|
| |
Fix for bug #336251.
svn path=/trunk/; revision=7494
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-18 Diego Escalante Urrelo <diegoe@gnome.org>
* lib/widgets/ephy-location-entry.c:
Add a somewhat tricky fix for url titles not visible on the completion
popup of the location entry when using a dark theme (like Darkilouche).
We are using GTK_STATE_INSENSITIVE, rationale on the bug report.
Fixes bug #446898.
Also replaced some spaces for tabs.
svn path=/trunk/; revision=7474
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-09 Cosimo Cecchi <cosimoc@svn.gnome.org>
* lib/widgets/ephy-search-entry.c: (ephy_search_entry_get_type),
(ephy_search_entry_timeout_cb), (ephy_search_entry_changed_cb),
(ephy_search_entry_init), (ephy_search_entry_clear):
* lib/widgets/ephy-search-entry.h:
* src/bookmarks/ephy-bookmarks-editor.c: (search_entry_clear_cb),
(build_search_box):
Modifies the EphySearchEntry to inherit from EphyIconEntry instead of
GtkEntry, to have icons on it. Adds a cleaner icon in the search
entry of Bookmarks Editor. Fixes bug #463469.
svn path=/trunk/; revision=7358
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-09 Cosimo Cecchi <cosimoc@svn.gnome.org>
* lib/widgets/ephy-zoom-action.c: (connect_proxy):
Fixes bad state syncing when adding zoom controls to the toolbar.
Fixes bug #338005. Patch by Cyril Brulebois.
svn path=/trunk/; revision=7355
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-26 Diego Escalante Urrelo <diegoe@gnome.org>
* lib/ephy-file-helpers.c:
* lib/ephy-file-helpers.h:
* embed/mozilla/MozDownload.h:
* embed/mozilla/MozDownload.cpp:
Add saved files to the GtkRecent list, gnome-panel is broken so don't
expect to see the effects of this working there, you can use it on the
GtkFileChooser dialog however. Fixes Bug #148401. Original patch by
Christian Persch, updated by Cosimo Cecchi.
svn path=/trunk/; revision=7300
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-19 Diego Escalante Urrelo <diegoe@gnome.org>
* lib/widgets/ephy-location-entry.c:
Make cursor be at the end of the URL when selecting entries from the
completion popup. Fixes bug #466344.
svn path=/trunk/; revision=7283
|
|
|
|
|
|
|
|
|
|
| |
2007-08-16 Carlos Garcia Campos <carlosgc@gnome.org>
* lib/egg/egg-toolbar-editor.c: (set_drag_cursor):
* lib/egg/egg-editable-toolbar.c: (configure_item_cursor),
(new_pixbuf_from_widget):
Fix multihead problems in toolbar editor.
svn path=/trunk/; revision=7279
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org>
* lib/ephy-file-helpers.c:
Remove an unused variable. One-liner by Cosimo Cecchi.
Part of Bug #433173.
svn path=/trunk/; revision=7226
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org>
* lib/ephy-password-dialog.c:
Fix some strict aliasing warnings. Patch by Cosimo Cecchi.
Bug #433173.
svn path=/trunk/; revision=7213
|
|
|
|
|
|
|
|
| |
2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
* lib/egg/egg-editable-toolbar.c: (egg_editable_toolbar_dispose):
Fix memory leak.
svn path=/trunk/; revision=7212
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-21 Wouter Bolsterlee <wbolster@svn.gnome.org>
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
* src/ephy-window.c:
Remove some icons from the context menu, and use better
ones for some menu items. Reported by Andreas Nilsson.
Patch by Cosimo Cecchi. Fixes bug #410223.
svn path=/trunk/; revision=7191
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
* configure.ac:
Update glib req to 2.13.4 so we can use g_get_user_special_dir.
* lib/ephy-file-helpers.c: (ephy_file_downloads_dir),
(ephy_file_desktop_dir):
Use g_get_user_special_dir to get the Desktop and Downloads directory
location.
svn path=/trunk/; revision=7146
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-10 Christian Persch <chpe@gnome.org>
* embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup),
(ephy_embed_shell_get_page_setup),
(ephy_embed_shell_set_print_settings),
(ephy_embed_shell_get_print_settings):
* lib/ephy-print-utils.c:
* lib/ephy-print-utils.h:
Use the new gtk functions to persist and load the print settings and
page setup. Migrate our old settings, if present.
svn path=/trunk/; revision=7143
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-10 Christian Persch <chpe@gnome.org>
* lib/widgets/ephy-location-entry.c: (cursor_on_match_cb),
(ephy_location_entry_set_completion):
Remove gtk version check since we now depend on 2.11.
svn path=/trunk/; revision=7138
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-10 Christian Persch <chpe@gnome.org>
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_finalize), (ephy_location_entry_class_init),
(ephy_location_entry_construct_contents),
(ephy_location_entry_init), (ephy_location_entry_set_lock_tooltip):
Port to new tooltips API.
svn path=/trunk/; revision=7137
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-10 Christian Persch <chpe@gnome.org>
* lib/widgets/ephy-zoom-action.c: (ephy_zoom_action_class_init):
* lib/widgets/ephy-zoom-control.c: (ephy_zoom_control_class_init):
Port to new tooltips API.
svn path=/trunk/; revision=7136
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
* embed/downloader-view.c: (show_status_icon),
(downloader_view_build_ui):
* embed/mozilla/ContentHandler.cpp:
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
* src/ephy-window.c:
Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using
"emblem-download" named icon. Partially fix 450904.
Note: you need latest svn version of gnome-icon-theme
to have the download icon @ 16x16 pixels
svn path=/trunk/; revision=7126
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-07-03 Jaap Haitsma <jaap@haitsma.org>
* lib/egg/update-toolbareditor-from-libegg: removed
* lib/egg/update-toolbareditor-from-libegg.sh: added
Rename to update-toolbareditor-from-libegg.sh
Also updated the script such it updates itself
* lib/egg/egg*:
Sync with latest libegg toolbareditor
svn path=/trunk/; revision=7115
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-01 Jaap Haitsma <jaap@haitsma.org>
* lib/egg/update-toolbareditor-from-libegg: script that syncs local
toolbar editor copy with the one in libegg SVN
* lib/egg/egg*: sync with toolbar editor in libegg. Sync obtained by
running update-toolbareditor-from-libegg
* lib/egg/eggintl.h: removed not needed anymore by egg-toolbareditor
* lib/egg/Makefile.am: remove eggintl.h
svn path=/trunk/; revision=7106
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-26 Luca Ferretti <elle.uca@libero.it>
* lib/ephy-stock-icons.h: use "document-page-setup" named icon for
STOCK_PRINT_SETUP (now available on gnome-icon-theme trunk); add
comments to explain icons origin (icon naming spec, custom,
deprecated...)
svn path=/trunk/; revision=7099
|
|
|
|
|
|
|
|
|
|
| |
2007-06-25 Felix Riemann <friemann@svn.gnome.org>
* lib/egg/egg-toolbar-editor.c: (event_box_realize_cb):
Make named drag-icons toolbar-sized like the others.
Part of bug #450590.
svn path=/trunk/; revision=7096
|
|
|
|
|
|
|
|
|
|
| |
2007-06-24 Felix Riemann <friemann@svn.gnome.org>
* lib/egg/egg-toolbar-editor.c: (editor_create_item_from_name):
Cleanups to my last commit.
Fixes bug 450590 (Felix Riemann, Jaap Haitsma)
svn path=/trunk/; revision=7094
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-24 Felix Riemann <friemann@svn.gnome.org>
* lib/egg/egg-toolbar-editor.c: (editor_create_item_from_name):
Add a workaround to take into account that Gtk{Radio,Toggle}Actions
only set either the stock-id or the icon-name property depending on
the image type. This makes it possible to display the icon of such
actions in the toolbar editor. (bug #450590)
svn path=/trunk/; revision=7093
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-31 Diego Escalante Urrelo <diegoe@gnome.org>
* lib/widgets/ephy-location-entry.c:
Adds some prefixes to web_prefixes for ftp sites. Bug #422114.
svn path=/trunk/; revision=7062
|
|
|
|
|
|
|
|
|
|
| |
2007-05-27 Christian Persch <chpe@gnome.org>
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
No need to make this data static.
svn path=/trunk/; revision=7052
|
|
|
|
|
|
|
|
|
|
| |
2007-05-19 Christian Persch <chpe@gnome.org>
* lib/egg/eggtreemultidnd.c:
Include config.h.
svn path=/trunk/; revision=7034
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-08 Felix Riemann <friemann@svn.gnome.org>
* lib/egg/egg-toolbar-editor.c: (event_box_realize_cb),
(editor_create_item_from_name):
Support using named icons in the toolbareditor and attach them to the
mouse pointer while dragging them to the toolbar. (bug #436684)
svn path=/trunk/; revision=7024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lib/widgets/ephy-location-entry.c:
* lib/widgets/ephy-location-entry.h:
* src/ephy-completion-model.c:
* src/ephy-completion-model.h:
* src/ephy-location-action.c:
Copy the items on the completion list as the user moves through
them. The original input can be restored pressing Esc. The tentative
completion can be made definitive pressing Left or Right.
Fixes #409291, #102528
svn path=/trunk/; revision=7020
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
* src/popup-commands.c:
* lib/ephy-file-helpers.c:
Avoid opening nautilus if downloads are done to Desktop. This re-fixes
bug #383698.
svn path=/trunk/; revision=7014
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-23 Bastien Nocera <hadess@hadess.net>
* lib/ephy-file-helpers.c: (xdg_user_dir_lookup),
(ephy_file_downloads_dir_from_xdg), (ephy_file_downloads_dir):
Use xdg-user-dirs to get a better default Downloads directory
(Closes: #415342)
svn path=/trunk/; revision=7011
|
|
|
|
|
|
|
|
|
|
| |
2007-03-29 Christian Persch <chpe@gnome.org>
* lib/ephy-password-dialog.c: (ephy_password_dialog_constructor):
#if 0 some currently unused code. Bug #423907.
svn path=/trunk/; revision=6977
|
|
|
|
|
|
|
|
|
|
| |
2007-03-11 Christian Persch <chpe@gnome.org>
* *:
Correct FSF address. Bug #409075, patch by John Millikin.
svn path=/trunk/; revision=6952
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-11 Christian Persch <chpe@gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
Regenerate the type builtins when the Makefile changes. Should fix bug
#416994; no code freeze break since it's only fixing a build problem.
svn path=/trunk/; revision=6948
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-05 Christian Persch <chpe@svn.gnome.org>
* lib/ephy-password-dialog.c: (update_capslock_warning),
(ephy_password_dialog_constructor),
(ephy_password_dialog_finalize), (ephy_password_dialog_class_init):
* src/bookmarks/ephy-bookmark-action.c:
(ephy_bookmark_action_updated):
* src/ephy-cert-manager-dialog.c:
(certs_manager_dialog_remove_button_clicked_cb),
(certs_manager_dialog_finalize):
* src/ephy-find-toolbar.c: (ephy_find_toolbar_init):
* src/ephy-main.c: (unref_proxy_reply_cb):
Don't use C++-style comments in C files. No code changes, only
comments changed. Bug #414706, patch by John Millikin.
svn path=/trunk/; revision=6940
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-03 Christian Persch <chpe@svn.gnome.org>
* embed/Makefile.am:
* lib/Makefile.am:
* lib/egg/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am: Make sure the type builtins are
regenerated when the Makefile changes.
svn path=/trunk/; revision=6934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-03 Benjamin Berg <benjamin@sipsolutions.net>
* embed/Makefile.am:
* embed/ephy-adblock-manager.c: (ephy_adblock_manager_should_load):
* embed/ephy-adblock-manager.h:
* embed/ephy-adblock.c: (ephy_adblock_should_load):
* embed/ephy-adblock.h:
* embed/mozilla/EphyContentPolicy.cpp:
* lib/Makefile.am:
* lib/ephy-adblock.c:
* lib/ephy-adblock.h:
Move ephy-adblock.* to embed. Change the API to pass EphyEmbed to
should_load. This is needed to fix bug #348331.
svn path=/trunk/; revision=6931
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-28 Christian Persch <chpe@svn.gnome.org>
* lib/ephy-node.c: (destroy_signal_data), (node_parent_free),
(ephy_node_destroy), (ephy_node_new_with_id), (real_set_property),
(ephy_node_set_property), (ephy_node_set_property_string),
(ephy_node_set_property_boolean), (ephy_node_set_property_long),
(ephy_node_set_property_int), (ephy_node_set_property_double),
(ephy_node_set_property_float), (real_add_child),
(ephy_node_new_from_xml), (ephy_node_signal_connect_object):
Convert EphyNode to use GSlice.
svn path=/trunk/; revision=6859
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-28 Christian Persch <chpe@svn.gnome.org>
* lib/ephy-node.c: (safe_write_string), (ephy_node_write_to_xml):
* src/bookmarks/ephy-bookmarks-export.c: (sanitise_string),
(write_topics_list), (write_rdf):
Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to
XML. Bug #392782.
svn path=/trunk/; revision=6856
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-09 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* src/popup-commands.c:
* lib/ephy-file-helpers.c:
Opens images in a new browser window if EOG is not found. Bug #167595.
Patch by Björn Lindqvist.
svn path=/trunk/; revision=6811
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c:
* lib/widgets/ephy-node-view.c:
Workaround/semi-fix for bug #351814. The real cause of the problem is
the user_data that is never set on a GtkTreeIter, so the Ephy
implementation of the tree makes it to have a stamp of 0 being that
way an invalid iter. Patch by Diego Escalante Urrelo.
svn path=/trunk/; revision=6796
|
|
|
|
| |
svn path=/trunk/; revision=6784
|