<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Forking GTK+ for Google Summer of code</title>
	<atom:link href="http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/</link>
	<description>GStreamer and Collabora news and more</description>
	<lastBuildDate>Sun, 29 Jan 2012 18:31:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: benoror</title>
		<link>http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/comment-page-1/#comment-1178</link>
		<dc:creator>benoror</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/#comment-1178</guid>
		<description>I think that many GTK+ code must be rewritten, especially to make it render with vector graphics, like Cairo, but I&#039;m not very sure about to equip it with hilarious effects, I think that is only needed at WM level.</description>
		<content:encoded><![CDATA[<p>I think that many GTK+ code must be rewritten, especially to make it render with vector graphics, like Cairo, but I&#8217;m not very sure about to equip it with hilarious effects, I think that is only needed at WM level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felipe</title>
		<link>http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/comment-page-1/#comment-1179</link>
		<dc:creator>felipe</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/#comment-1179</guid>
		<description>I think *Compiz* was the example you were looking for ;)</description>
		<content:encoded><![CDATA[<p>I think *Compiz* was the example you were looking for <img src='http://blogs.gnome.org/uraeus/wp-content/mu-plugins/tango-smilies/tango/face-wink.png' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roynux</title>
		<link>http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/comment-page-1/#comment-1180</link>
		<dc:creator>roynux</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/#comment-1180</guid>
		<description>If the widgets are drawn using vectors, we should be able to zoom them correctly. I really like the zoom plug-in of Beryl, but it&#039;s only zooming the bitmap of the widget.&lt;p/&gt;And what about having 3D widgets? For sure, it would be a nightmare to design them.&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p>If the widgets are drawn using vectors, we should be able to zoom them correctly. I really like the zoom plug-in of Beryl, but it&#8217;s only zooming the bitmap of the widget.
<p />And what about having 3D widgets? For sure, it would be a nightmare to design them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meneer R</title>
		<link>http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/comment-page-1/#comment-1181</link>
		<dc:creator>Meneer R</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/#comment-1181</guid>
		<description>Not just a rewrite. If you really want to innovate, or more importantly, allow innovation, the focus of the GTK toolkit needs to change.&lt;p/&gt;Currently, the focus is that the developer chooses the actual user-interface. We gain consistency using conventions and the HIG. When we update these conventions we have to recreate the interfaces. But even as of yet the consistency isn&#039;t anywhere near perfect. Preferences are not always found at the same place, or even using the same name. Toolbars are not always located at the same place. Confirmation questions are not always asked for the same stuff and handled in the same way. The list goes on and on. Seconldy its a burden on the programmer, because they need to implement the HIG over and over again for each APP. A lot of duplicated work goes into this.&lt;p/&gt;Why not define a completely new API based upon SEMANTIC interfaces. Let a programmer describe &#039;what&#039; the type of interaction would be, instead of defining &#039;how&#039; the interaction should take place. So instead of talking about Windows, Buttons, Grids talk about Dialogs, Actions, Browsers, Tasks, Forms, Questions, etc..&lt;p/&gt;At first this API would translate the Semantic UI defintion of a program based on HIG using the normal GTK+ toolkit. Lets call this higher-level library GSI (gnome-semantic-interface). So it would work like this:&lt;p/&gt;  Program -&gt; GSI -&gt; GTK+ &lt;p/&gt;Example program: Rhythmbox&lt;br/&gt;Rhythmbox defines a &#039;browser&#039; that selects a current &#039;playlist&#039; which selects a current &#039;song&#039;. The GSI knows not about playlists, nor songs. But it knows about Browsers (tree-based selection) and Lists. The programmer would then define actions that can be done with a browser-node (a media-source in this case), a list-node (the play-list in this case).&lt;p/&gt;These actions also have some sort of priority. Based on all this information the GSI creates a user-interface, with high-priority actions as buttons, lower priority actions as right-click options offering all the options as menu-options as well in a structured way. The program throws events of different types. Some are informational messages, some are progress-related, etc. The GSI decides what to put in the status bar, what to popup with a notification message and what to tell the user using a modal message-box. &lt;p/&gt;At first we should just try to get as close as possible with the current gnome-desktop. However, people can then also experiment by creating their own GSI engine implementing the same API. This way they test HIG-improvements. They want single-window for every task, they can create that. They want big monolithic applications, they can create that. Not just for one app, but for the whole desktop.&lt;p/&gt;There could also be a GSI that creates a native windows or qt app using conventions found in their environments. GNOME isn&#039;t about GTK+ anymore, its about HIG. That its strength. Unfortunately, we put all the burden on the programmer.&lt;p/&gt;This would also help a lot for making a gnome desktop work with accesibility or on a mobile-platform where there is less space. Currently we need to redesign the interface of programs to work with this.&lt;p/&gt;Off course I understand, that it won&#039;t be easy to come up with a good semantic API that really does cover most use-cases (if not all). Do we want to abstract stuff like undo&amp;redo? typical file-operations such as open/save/close/exit? stuff like help&amp;about? typical game stuff (start game, exit, highscores, etc.)?&lt;p/&gt;At least currently I think its best if it only deals with the layout though. It should offer all these typical use-cases of interfaces, but not implement except creating a default UI and sending/receiving semantic events about it. So programs might define they want to use the default file-operations, and receive events about them, but the program itself should still take of opening, saving and closing the file. &lt;p/&gt;Then, even if we are able to define an API, there is still the implementation issue. Is it a library like implementation, or a server-like implementation using DBUS-messaging? Or perhaps have the semantic ui in some sort of XML file, that you can just load into a program? I would actually vote for the DBus type of communication because its so programming-language neutral. But I can imagine some issues with it.&lt;p/&gt;All right, that was a long rant. I hope i did not bore you all ;-) But this has been playing in my head for some time now.  &lt;p/&gt;&lt;p/&gt;&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p>Not just a rewrite. If you really want to innovate, or more importantly, allow innovation, the focus of the GTK toolkit needs to change.
<p />Currently, the focus is that the developer chooses the actual user-interface. We gain consistency using conventions and the HIG. When we update these conventions we have to recreate the interfaces. But even as of yet the consistency isn&#8217;t anywhere near perfect. Preferences are not always found at the same place, or even using the same name. Toolbars are not always located at the same place. Confirmation questions are not always asked for the same stuff and handled in the same way. The list goes on and on. Seconldy its a burden on the programmer, because they need to implement the HIG over and over again for each APP. A lot of duplicated work goes into this.
<p />Why not define a completely new API based upon SEMANTIC interfaces. Let a programmer describe &#8216;what&#8217; the type of interaction would be, instead of defining &#8216;how&#8217; the interaction should take place. So instead of talking about Windows, Buttons, Grids talk about Dialogs, Actions, Browsers, Tasks, Forms, Questions, etc..
<p />At first this API would translate the Semantic UI defintion of a program based on HIG using the normal GTK+ toolkit. Lets call this higher-level library GSI (gnome-semantic-interface). So it would work like this:
<p />  Program -&gt; GSI -&gt; GTK+
<p />Example program: Rhythmbox<br />Rhythmbox defines a &#8216;browser&#8217; that selects a current &#8216;playlist&#8217; which selects a current &#8216;song&#8217;. The GSI knows not about playlists, nor songs. But it knows about Browsers (tree-based selection) and Lists. The programmer would then define actions that can be done with a browser-node (a media-source in this case), a list-node (the play-list in this case).
<p />These actions also have some sort of priority. Based on all this information the GSI creates a user-interface, with high-priority actions as buttons, lower priority actions as right-click options offering all the options as menu-options as well in a structured way. The program throws events of different types. Some are informational messages, some are progress-related, etc. The GSI decides what to put in the status bar, what to popup with a notification message and what to tell the user using a modal message-box.
<p />At first we should just try to get as close as possible with the current gnome-desktop. However, people can then also experiment by creating their own GSI engine implementing the same API. This way they test HIG-improvements. They want single-window for every task, they can create that. They want big monolithic applications, they can create that. Not just for one app, but for the whole desktop.
<p />There could also be a GSI that creates a native windows or qt app using conventions found in their environments. GNOME isn&#8217;t about GTK+ anymore, its about HIG. That its strength. Unfortunately, we put all the burden on the programmer.
<p />This would also help a lot for making a gnome desktop work with accesibility or on a mobile-platform where there is less space. Currently we need to redesign the interface of programs to work with this.
<p />Off course I understand, that it won&#8217;t be easy to come up with a good semantic API that really does cover most use-cases (if not all). Do we want to abstract stuff like undo&#038;redo? typical file-operations such as open/save/close/exit? stuff like help&#038;about? typical game stuff (start game, exit, highscores, etc.)?
<p />At least currently I think its best if it only deals with the layout though. It should offer all these typical use-cases of interfaces, but not implement except creating a default UI and sending/receiving semantic events about it. So programs might define they want to use the default file-operations, and receive events about them, but the program itself should still take of opening, saving and closing the file.
<p />Then, even if we are able to define an API, there is still the implementation issue. Is it a library like implementation, or a server-like implementation using DBUS-messaging? Or perhaps have the semantic ui in some sort of XML file, that you can just load into a program? I would actually vote for the DBus type of communication because its so programming-language neutral. But I can imagine some issues with it.
<p />All right, that was a long rant. I hope i did not bore you all <img src='http://blogs.gnome.org/uraeus/wp-content/mu-plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' />  But this has been playing in my head for some time now.
<p />
<p /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Buck</title>
		<link>http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/comment-page-1/#comment-1182</link>
		<dc:creator>Joe Buck</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/#comment-1182</guid>
		<description>Re-architecting gtk+ is not a job for a student who works for one summer.  It&#039;s a job for a single brilliant and highly experienced person, or a very small team.&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p>Re-architecting gtk+ is not a job for a student who works for one summer.  It&#8217;s a job for a single brilliant and highly experienced person, or a very small team.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meneer R</title>
		<link>http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/comment-page-1/#comment-1183</link>
		<dc:creator>Meneer R</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/#comment-1183</guid>
		<description>@Joe Buck.&lt;p/&gt;Its the bazaar. He is giving it a try. If its a good improvement, it will be adopted. If not, then it will stay what it was, an attempt.&lt;p/&gt;Secondly, lack of experience, can also help solve the tunnel-vision syndrome commonly found in API&#039;s created by experienced users. Good programming practices change, use-cases evolve and priorities may switch. Too much familiarity with a subject is not always a good thing. For each design-mistake an experienced developer will not make, there is a design-mistake he will copy.&lt;p/&gt;So perhaps he can create a good start. Then an experienced developer comes along and sanitizes it.&lt;p/&gt;At least give him a chance. In the worst case scenario, he just learns a lot. In the best case, we have a new and improved GTK toolkit.</description>
		<content:encoded><![CDATA[<p>@Joe Buck.
<p />Its the bazaar. He is giving it a try. If its a good improvement, it will be adopted. If not, then it will stay what it was, an attempt.
<p />Secondly, lack of experience, can also help solve the tunnel-vision syndrome commonly found in API&#8217;s created by experienced users. Good programming practices change, use-cases evolve and priorities may switch. Too much familiarity with a subject is not always a good thing. For each design-mistake an experienced developer will not make, there is a design-mistake he will copy.
<p />So perhaps he can create a good start. Then an experienced developer comes along and sanitizes it.
<p />At least give him a chance. In the worst case scenario, he just learns a lot. In the best case, we have a new and improved GTK toolkit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Gray</title>
		<link>http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/comment-page-1/#comment-1184</link>
		<dc:creator>Simon Gray</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/#comment-1184</guid>
		<description>Meneer R:&lt;p/&gt;I have had almost _exactly_ the same idea in my mind for a while. It seems to me that graphical toolkits still haven&#039;t experienced the presentation separated from content that CSS brought to HTML. When people write modern websites they describe the content using the right semantics rather than worry about presentation. Presentation (and more importantly - _changing_ presentation) is then a formality.</description>
		<content:encoded><![CDATA[<p>Meneer R:
<p />I have had almost _exactly_ the same idea in my mind for a while. It seems to me that graphical toolkits still haven&#8217;t experienced the presentation separated from content that CSS brought to HTML. When people write modern websites they describe the content using the right semantics rather than worry about presentation. Presentation (and more importantly &#8211; _changing_ presentation) is then a formality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Hallinan</title>
		<link>http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/comment-page-1/#comment-1185</link>
		<dc:creator>Patrick Hallinan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/#comment-1185</guid>
		<description>&gt;&gt;Why not define a completely new API based upon SEMANTIC &gt;&gt;interfaces. &lt;p/&gt;I kind of like:  libhig&lt;p/&gt;However it would happen, I really really like this idea.</description>
		<content:encoded><![CDATA[<p>&gt;&gt;Why not define a completely new API based upon SEMANTIC &gt;&gt;interfaces.
<p />I kind of like:  libhig
<p />However it would happen, I really really like this idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meneer R</title>
		<link>http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/comment-page-1/#comment-1186</link>
		<dc:creator>Meneer R</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/#comment-1186</guid>
		<description>@ Simon Gray &amp; Patrick Hallinan&lt;p/&gt;I&#039;m glad to hear i&#039;m not the only one ;-)&lt;p/&gt;But I would like to emphasize something. I am not just talking about layout. I&#039;m talking about behaviour as well. &lt;p/&gt;CSS is not the best example because of this. CSS doesn&#039;t control how the URL is formed, nor wether to just display icons, a list or grid of patterns. It doesn&#039;t control any part of the behaviour (client-side or server-side). It only controls the visual aspects of it. &lt;p/&gt;This is also why I think it has never been done. The only exception I can think of is zenith, but it deals with the simpelest types of interface: dialogs. But zenith dialogs can be terminal-gui, command-line and GTK. &lt;p/&gt;It is going to be a lot harder to do the same for the type of interfaces found on the gnome-desktop. Esspecially if it should be flexible enough to create a consistent and useable terminal and voice-controlled interface as well. How do we get the rhythmbox-gnome-interface and an equally usable command-line interface from the same semantic definition? &lt;p/&gt;I&#039;m not even worried about the browser-type-of-programs (webbrowser, filebrowser, musicbrowser, photobrowser, etc.). But what about graphical programs like the GIMP? Or music creating tools like &#039;Jokosher&#039;? Or an spreadsheet? Hell, what about the calculator? Its going to be difficult to come up with a semantic api that actually creates the calculator interface we are all used to. On the other hand, it should be general enough that it doesn&#039;t require a use-case for each type of application that exists out there, or it would not really serve a purpose anymore.</description>
		<content:encoded><![CDATA[<p>@ Simon Gray &amp; Patrick Hallinan
<p />I&#8217;m glad to hear i&#8217;m not the only one <img src='http://blogs.gnome.org/uraeus/wp-content/mu-plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' />
<p />But I would like to emphasize something. I am not just talking about layout. I&#8217;m talking about behaviour as well.
<p />CSS is not the best example because of this. CSS doesn&#8217;t control how the URL is formed, nor wether to just display icons, a list or grid of patterns. It doesn&#8217;t control any part of the behaviour (client-side or server-side). It only controls the visual aspects of it.
<p />This is also why I think it has never been done. The only exception I can think of is zenith, but it deals with the simpelest types of interface: dialogs. But zenith dialogs can be terminal-gui, command-line and GTK.
<p />It is going to be a lot harder to do the same for the type of interfaces found on the gnome-desktop. Esspecially if it should be flexible enough to create a consistent and useable terminal and voice-controlled interface as well. How do we get the rhythmbox-gnome-interface and an equally usable command-line interface from the same semantic definition?
<p />I&#8217;m not even worried about the browser-type-of-programs (webbrowser, filebrowser, musicbrowser, photobrowser, etc.). But what about graphical programs like the GIMP? Or music creating tools like &#8216;Jokosher&#8217;? Or an spreadsheet? Hell, what about the calculator? Its going to be difficult to come up with a semantic api that actually creates the calculator interface we are all used to. On the other hand, it should be general enough that it doesn&#8217;t require a use-case for each type of application that exists out there, or it would not really serve a purpose anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hubick</title>
		<link>http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/comment-page-1/#comment-1187</link>
		<dc:creator>Chris Hubick</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/#comment-1187</guid>
		<description>I think such a refactoring might be one of the most important next steps for the Linux desktop.&lt;p/&gt;That said, I think having this engineered by an inexperienced summer student is absurd.  We should have our very best people on it!  Let the summer student take over the current version maintenance tasks, freeing up the maintainers to experiment.</description>
		<content:encoded><![CDATA[<p>I think such a refactoring might be one of the most important next steps for the Linux desktop.
<p />That said, I think having this engineered by an inexperienced summer student is absurd.  We should have our very best people on it!  Let the summer student take over the current version maintenance tasks, freeing up the maintainers to experiment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/uraeus/2007/03/15/forking-gtk-for-google-summer-of-code/feed/ ) in 0.34360 seconds, on Feb 11th, 2012 at 4:38 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 5:38 am UTC -->
