[evolution-rss] add support for feed:// protocol in schema install



commit 52d70c49b722d128b966ea1086d7f2abba0e1229
Author: Lucian Langa <lucilanga gnome org>
Date:   Sat Jan 16 10:09:15 2010 +0200

    add support for feed:// protocol in schema install

 TODO                         |    4 ++++
 src/Makefile.am              |    3 +++
 src/evolution-rss.schemas.in |   39 ++++++++++++++++++++++++++++++++++++++-
 3 files changed, 45 insertions(+), 1 deletions(-)
---
diff --git a/TODO b/TODO
index 49d8e78..df6d286 100644
--- a/TODO
+++ b/TODO
@@ -45,3 +45,7 @@
 	* image contained in feeds displayed after the coments ??
 	* accept feeds clicked from mails - add feed option to right click context menu
 	* when delete folder remove any pending filter process
+	* Delete artcles no longer in the feed should be a checkbox
+	* when import opml print opml title
+	* add configure option when import for searching rss in the html page
+	* import withouth fetching
diff --git a/src/Makefile.am b/src/Makefile.am
index f4bdd8f..291e300 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,6 @@
 
+DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install
+
 INCLUDES =							\
 	-I$(top_srcdir)						\
 	$(RENDER_CFLAGS)					\
@@ -76,6 +78,7 @@ SOURCES =	fetch.c			\
 		file-gio.c		\
 		misc.c			\
 		network-soup.c		\
+		notification.c		\
 		parser.c		\
 		rss.c			\
 		rss-config-factory.c	\
diff --git a/src/evolution-rss.schemas.in b/src/evolution-rss.schemas.in
index 33c2dd2..bcf5f04 100644
--- a/src/evolution-rss.schemas.in
+++ b/src/evolution-rss.schemas.in
@@ -311,6 +311,43 @@
         </long>
       </locale>
     </schema>
-    
+
+
+<schema>
+     <key>/schemas/desktop/gnome/url-handlers/rss/enabled</key>
+     <applyto>/desktop/gnome/url-handlers/rss/enabled</applyto>
+     <owner>evolution-rss</owner>
+     <type>bool</type>
+     <default>true</default>
+     <locale name="C">
+       <short>How to handle RSS URLs</short>
+       <long>Set to true to have a program specified in command handle RSS URLs</long>
+     </locale>
+</schema>
+
+   <schema>
+     <key>/schemas/desktop/gnome/url-handlers/rss/command</key>
+     <applyto>/desktop/gnome/url-handlers/rss/command</applyto>
+     <owner>evolution-rss</owner>
+     <type>string</type>
+     <default>@bindir@/evolution-rss %s</default>
+     <locale name="C">
+       <short>URL handler for rss feed uris</short>
+       <long>URL handler for rss feed uris</long>
+     </locale>
+    </schema>
+
+   <schema>
+     <key>/schemas/desktop/gnome/url-handlers/rss/need-terminal</key>
+     <applyto>/desktop/gnome/url-handlers/rss/need-terminal</applyto>
+     <owner>evolution-rss</owner>
+     <type>bool</type>
+     <default>false</default>
+     <locale name="C">
+       <short>Run program in terminal</short>
+       <long>True if the program to handle this URL should be run in a terminal</long>
+     </locale>
+          </schema>
+
   </schemalist>
 </gconfschemafile>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]