<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.gnome.apps.fplan">
    <title>gmane.comp.gnome.apps.fplan</title>
    <link>http://blog.gmane.org/gmane.comp.gnome.apps.fplan</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.fplan/88"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.fplan/87"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.fplan/86"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.gnome.apps.fplan/85"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.fplan/88">
    <title>GTK2 version of xfplan - diffs of first try</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.fplan/88</link>
    <description>&lt;pre&gt;Hi,

I thought I try xfplan a bit, just to find out, that the 0.8 .deb seems to have some prereqs, that I'm missing on Ubuntu 9.10. So I went ahead and checked out from CVS just to discover  that GTK V1 is needed.

Having done a little bit of GTK1-&amp;gt;2 conversion work before, I thought I try it again.

With the following DIFFs it seems to build and run fine.

Kind regards,
Richard.

--- xfplan/Makefile    2009-12-25 01:57:32.000000000 +0100
+++ ../xfplan/Makefile    2010-03-16 16:38:10.000000000 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -128,7 +128,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 # ---------------------------------------------------------------------------
 # Define which directories contain the graphics header files. The lines
 # below are for the Gnome and no gui cases;
-GFX_INCLUDE = $(shell gnome-config --cflags glib gtk gnome gnomeui)
+#GFX_INCLUDE = $(shell gnome-config --cflags glib gtk gnome gnomeui)
+GFX_INCLUDE = $(shell pkg-config --cflags glib-2.0 gtk+-2.0 libgnome-2.0 libgnomeui-2.0)
 #GFX_INCLUDE = -I/usr/openwin/include
 #GFX_INCLUDE = 
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -136,7 +137,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 # Define which graphics libraries are required when linking the executable.
 # The lines below are for the Gnome, and no previewer cases;
 #GFX_LIBS = $(shell gnome-config --libs glib gtk gnome gnomeui)
-GFX_LIBS = -L/usr/lib -lgnomeui -lgtk -lgdk -lX11 -lgnome
+GFX_LIBS = -L/usr/lib -lgnomeui-2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lX11 -lgnome-2
 #GFX_LIBS = -L/usr/openwin/lib -lxview -lolgx -L/usr/X11R6/lib -lX11
 #GFX_LIBS =
 
--- xfplan/callbacks.c    2008-03-18 03:47:44.000000000 +0100
+++ ../xfplan/callbacks.c    2010-03-16 16:59:31.000000000 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -415,7 +415,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 gtk_window_set_title(GTK_WINDOW(parent), "Calculator") ;
 gtk_window_set_transient_for(GTK_WINDOW(parent),
 GTK_WINDOW(toplevel)) ;
-      calculator = gnome_calculator_new() ;
+      /* TODO calculator = gnome_calculator_new() ; haven't found a calculator yet */
 gtk_container_add(GTK_CONTAINER(parent), calculator) ;
 gtk_signal_connect(GTK_OBJECT(parent), "delete_event",
 GTK_SIGNAL_FUNC(gtk_widget_hide), NULL) ;
(I admit - just commenting out what doesn't work isn't the best style, but it is only one of two pieces, that didn't work out so far)

--- xfplan/canvas.c    2008-11-10 01:20:36.000000000 +0100
+++ ../xfplan/canvas.c    2010-03-16 15:59:37.000000000 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -433,7 +433,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 return ;
 
 window = canvas-&amp;gt;window ;
-    font = gtk_widget_get_style(canvas)-&amp;gt;font ;
+    /* font = gtk_widget_get_style(canvas)-&amp;gt;font ; */
+    font = gtk_style_get_font(gtk_widget_get_style(canvas));
 
 /* Choose an increment that puts the lines at least 150 pixels
 * apart.

--- xfplan/dialog_helper.c    2008-03-20 05:10:17.000000000 +0100
+++ ../xfplan/dialog_helper.c    2010-03-16 17:20:07.000000000 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -411,7 +411,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 rval = strtoul(value, &amp;amp;value, 10) ;
 if( *value == 'c' || *value == 'C' ) {
 if( w != NULL &amp;amp;&amp;amp; (style = gtk_widget_get_style(w)) != NULL &amp;amp;&amp;amp;
-          (font = style-&amp;gt;font) != NULL )
+          (font = gtk_style_get_font(style)) != NULL )
 rval *= gdk_char_width(font, 'n') ;
 else
 rval *= 10 ;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -437,7 +437,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 rval = strtoul(value, &amp;amp;value, 10) ;
 if( *value == 'l' || *value == 'L' ) {
 if( w != NULL &amp;amp;&amp;amp; (style = gtk_widget_get_style(w)) != NULL &amp;amp;&amp;amp;
-          (font = style-&amp;gt;font) != NULL )
+          (font = gtk_style_get_font(style)) != NULL )
 rval *= font-&amp;gt;ascent + font-&amp;gt;descent ;
 else
 rval *= 10 ;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -601,9 +601,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 style = gtk_style_copy (gtk_widget_get_style (widget));
 
 /* Release style's previous font, assign new font */
-          gdk_font_unref(style-&amp;gt;font) ;
-          style-&amp;gt;font = font ;
-          gdk_font_ref(style-&amp;gt;font);
+          gdk_font_unref(gtk_style_get_font(style)) ;
+          gtk_style_set_font(style, font) ;
+          gdk_font_ref(gtk_style_get_font(style));
 
 /* Attach the new style to the widget */
 gtk_widget_set_style(widget, style) ;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1086,10 +1086,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 {
 DialogUIInfo *list = *listp ;
 GtkWidget *text ;
+    GtkTextBuffer *buffer;
 
-    text = gtk_text_new(NULL, NULL) ;
+    text = gtk_text_view_new_with_buffer(buffer) ;
 
-    gtk_text_set_editable(GTK_TEXT(text), TRUE) ;
+    /* gtk_text_set_editable(GTK_TEXT(text), TRUE) ; */
 
 if( list-&amp;gt;p1 != NULL )
 gtk_signal_connect( GTK_OBJECT(text), "activate",
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2156,9 +2157,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 
 #ifndef    NO_GNOME
-    if( strcmp(key, "stock") == 0 ) {
-        return gnome_stock_pixmap_widget(parent, data) ;
-    }
+    /* TODO if( strcmp(key, "stock") == 0 ) {
+        // return gnome_stock_pixmap_widget(parent, data) ;
+        return gtk_image_new_from_stock(parent, data) ;
+    } */
 
 if( strcmp(key, "name") == 0 ) {
 return gnome_pixmap_new_from_file(data) ;
(here is another TODO left)

--- xfplan/map_wp.c    2008-03-19 00:52:42.000000000 +0100
+++ ../xfplan/map_wp.c    2010-03-16 16:01:03.000000000 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -127,10 +127,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 gdk_colormap_alloc_color(cmap, &amp;amp;airportColor, FALSE, TRUE) ;
 
 if( airport_font == NULL )
-      airport_font = gdk_font_ref(gtk_widget_get_style(canvas)-&amp;gt;font) ;
+      airport_font = gdk_font_ref(gtk_style_get_font(gtk_widget_get_style(canvas))) ;
 
 if( navaid_font == NULL )
-      navaid_font = gdk_font_ref(gtk_widget_get_style(canvas)-&amp;gt;font) ;
+      navaid_font = gdk_font_ref(gtk_style_get_font(gtk_widget_get_style(canvas))) ;
 
 
 ndb_bitmap = gdk_bitmap_create_from_data(win,


--- xfplan/preferences.c    2008-03-20 04:14:12.000000000 +0100
+++ ../xfplan/preferences.c    2010-03-16 16:10:53.000000000 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -258,9 +258,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 if( fontDialog == NULL ) {
 fontDialog = GTK_FONT_SELECTION_DIALOG(
 gtk_font_selection_dialog_new("Font select")) ;
-      gtk_font_selection_dialog_set_filter(
+      /* gtk_font_selection_dialog_set_filter(
 fontDialog, GTK_FONT_FILTER_BASE,
-        GTK_FONT_ALL, NULL, NULL, NULL, NULL, NULL, reg) ;
+        GTK_FONT_ALL, NULL, NULL, NULL, NULL, NULL, reg) ; */
 
 gtk_signal_connect( GTK_OBJECT(fontDialog), "delete_event",
 GTK_SIGNAL_FUNC(gtk_widget_hide_on_delete), NULL) ;
(another instance of just commenting things out)

--- xfplan/windows.c    2008-05-21 01:28:19.000000000 +0200
+++ ../xfplan/windows.c    2010-03-16 15:56:57.000000000 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -408,7 +408,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 GdkFont    *font ;
 
 if( w != NULL &amp;amp;&amp;amp; (style = gtk_widget_get_style(w)) != NULL &amp;amp;&amp;amp;
-        (font = style-&amp;gt;font) != NULL )
+        (font = gtk_style_get_font(style)) != NULL )
 width *= gdk_char_width(font, 'n') ;
 else
 width *= 10 ;
___________________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de
_______________________________________________
fplan-list mailing list
fplan-list&amp;lt; at &amp;gt;gnome.org
http://mail.gnome.org/mailman/listinfo/fplan-list
&lt;/pre&gt;</description>
    <dc:creator>Richard Metzger</dc:creator>
    <dc:date>2010-03-17T10:13:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.fplan/87">
    <title>cursos online palestras em video</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.fplan/87</link>
    <description>&lt;pre&gt;video aula em dvd video aula download: http://www.cursoemvideoaulas.com

cursos online palestras em video, video aula em dvd video aula download, aula musica video aula download, como fazer sabonete aprenda inglês, video aula direito video aula concursos, video aula dança como fazer magica, aula video direito video aula dança, como fazer dieta aulas em videos, programa video aula video aulas inglês, video aulas de guitarra como fazer montagens.cursos online palestras em video.

Detalhes em:
http://www.cursoemvideoaulas.com

video aula informatica curso video aula, cursos online curso online, video aulas canto aulas de video, videos aula guitarra aprenda ingles, video curso video aula concursos, aprenda informatica video aulas de violão, aulas guitarra como fazer montagens, como fazer sushi aprenda espanhol, video aula em dvd video aula canto, video aulas violão video aula canto. video aula palestras em video, download video aulas curso video aulas, aprenda informatica como fazer curso, aulas em video como fazer bijuteria, videos aula guitarra video aula canto, aprenda ingles video aulas portugues, aulas música como fazer curso, como fazer trabalho video cursos, video aula informatica como fazer video, video curso aula guitarra online.

downloads de video aulas sites de video aulas, video aula site programa video aula, aulas em video aula guitarra, como fazer um como fazer magica, video aula violão curso canto, como fazer bijuterias aula guitarra on line, aulas bateria aprenda espanhol, como fazer maquiagem video aula dança, video aula concurso aulas em video, video aulas direito video aulas de violão. aula musica video aula download.
&lt;/pre&gt;</description>
    <dc:creator>David</dc:creator>
    <dc:date>2010-03-05T01:31:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.fplan/86">
    <title>cursos online downloads video aula</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.fplan/86</link>
    <description>&lt;pre&gt;video aula em dvd sites de video aulas: 
Visite: http://www.cursoemvideoaulas.com

cursos online downloads video aula, video aula em dvd sites de video aulas, aula musica aulas música, como fazer montagens violao em video, video aula direito como fazer bijuterias, video aula dança aprenda inglês, aula video direito sites de video aulas, como fazer dieta aulas bateria, programa video aula video aulas de violão, video aulas de guitarra como fazer dieta. cursos online downloads video aula.

Mais detalhes em: 
http://www.cursoemvideoaulas.com

video aula em dvd video cursos, cursos em video video curso, video aulas canto aula violão, video dança videos aulas guitarra, video curso como fazer bijuterias, aprenda informatica video aula violão, aulas guitarra como fazer dieta, como fazer sites video dança do ventre, video aula em dvd palestra em video, video aulas violão programa video aula. video aula online videos aula, download de video aulas videos aula, aprenda informatica aprenda inglês, aulas em video aulas guitarra, videos aula guitarra como fazer amor, aprenda ingles video aulas guitarra, aulas música aulas guitarra online, como fazer trabalho video aulas violao, video aula informatica como fazer sites, video curso aprenda ingles. 

aula musica aulas músicadownloads de video aulas dvd video aulas, video aula site dvd video aula, aulas de video video aulas canto, como fazer um como fazer bijuterias, video aula violão aulas música, como fazer bijuteria video aula portugues, aula violino video dança do ventre, como fazer maquiagem sites de video aulas, video aula concurso aula violino, video aulas direito video aula violão.
&lt;/pre&gt;</description>
    <dc:creator>David</dc:creator>
    <dc:date>2010-03-01T17:21:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.gnome.apps.fplan/85">
    <title>cursos online downloads video aula</title>
    <link>http://comments.gmane.org/gmane.comp.gnome.apps.fplan/85</link>
    <description>&lt;pre&gt;video aula em dvd sites de video aulas: 
Visite: http://www.cursoemvideoaulas.com

cursos online downloads video aula, video aula em dvd sites de video aulas, aula musica aulas música, como fazer montagens violao em video, video aula direito como fazer bijuterias, video aula dança aprenda inglês, aula video direito sites de video aulas, como fazer dieta aulas bateria, programa video aula video aulas de violão, video aulas de guitarra como fazer dieta. cursos online downloads video aula.

Mais detalhes em: 
http://www.cursoemvideoaulas.com

video aula em dvd video cursos, cursos em video video curso, video aulas canto aula violão, video dança videos aulas guitarra, video curso como fazer bijuterias, aprenda informatica video aula violão, aulas guitarra como fazer dieta, como fazer sites video dança do ventre, video aula em dvd palestra em video, video aulas violão programa video aula. video aula online videos aula, download de video aulas videos aula, aprenda informatica aprenda inglês, aulas em video aulas guitarra, videos aula guitarra como fazer amor, aprenda ingles video aulas guitarra, aulas música aulas guitarra online, como fazer trabalho video aulas violao, video aula informatica como fazer sites, video curso aprenda ingles. 

aula musica aulas músicadownloads de video aulas dvd video aulas, video aula site dvd video aula, aulas de video video aulas canto, como fazer um como fazer bijuterias, video aula violão aulas música, como fazer bijuteria video aula portugues, aula violino video dança do ventre, como fazer maquiagem sites de video aulas, video aula concurso aula violino, video aulas direito video aula violão.
&lt;/pre&gt;</description>
    <dc:creator>david</dc:creator>
    <dc:date>2010-02-24T15:01:55</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnome.apps.fplan">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnome.apps.fplan</link>
  </textinput>
</rdf:RDF>

