After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 301001 - Allow to subscribe to a feed when right clicking on its url
Allow to subscribe to a feed when right clicking on its url
Status: RESOLVED FIXED
Product: epiphany-extensions
Classification: Deprecated
Component: general
master
Other All
: Normal enhancement
: ---
Assigned To: epiphany-extensions-maint
Christian Persch
Depends on:
Blocks:
 
 
Reported: 2005-04-17 20:30 UTC by Raphael Slinckx
Modified: 2005-05-19 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ephy-rss-context.patch (14.23 KB, patch)
2005-04-17 20:31 UTC, Raphael Slinckx
none Details | Review
ephy-rss-context.tar.gz (1.59 KB, application/x-compressed-tar)
2005-04-17 20:32 UTC, Raphael Slinckx
  Details
ephy-rss-fixes.patch (12.26 KB, patch)
2005-05-04 14:51 UTC, Raphael Slinckx
none Details | Review
ephy-rss-fixes.tar.gz (1.61 KB, application/x-compressed-tar)
2005-05-04 14:52 UTC, Raphael Slinckx
  Details

Description Raphael Slinckx 2005-04-17 20:30:34 UTC
This patch allows one to right click on a link in the page (either link or
image-link), if the url of the link/image is the same as one of the page feeds,
then an item is shown allowing to directly send the dbus subscription.

It also remove an unused function, content-change signal
Comment 1 Raphael Slinckx 2005-04-17 20:31:10 UTC
Created attachment 45367 [details] [review]
ephy-rss-context.patch

The patch, the dbus handling is done in two new files rss-dbus.[hc]
Comment 2 Raphael Slinckx 2005-04-17 20:32:03 UTC
Created attachment 45368 [details]
ephy-rss-context.tar.gz

The two rss-dbus.[ch] files to be added in the rss/ dir, all the low-level dbus
handling is done there.

Happy Reviewing :)
Comment 3 Raphael Slinckx 2005-05-04 14:51:18 UTC
Created attachment 46022 [details] [review]
ephy-rss-fixes.patch

Changed some bits, notably the dbus namespace
Comment 4 Raphael Slinckx 2005-05-04 14:52:24 UTC
Created attachment 46023 [details]
ephy-rss-fixes.tar.gz
Comment 5 Christian Persch 2005-05-19 11:19:31 UTC
Checked in; thanks for the patch!