<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/gettmm/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/gettmm/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 18 Jan 2011 10:24:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gettmm/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Signals and sockets</title><link>https://sourceforge.net/p/gettmm/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;An idea to use singleton to store and retrieve configuration is not so good as I thought. Using of Singleton breaks all benefits of OOP. Using of singleton is such the same evil as using global variables.&lt;br /&gt;
So I decided to build my project with help of signals. So, for example, if user will press a key - then the window which is in focus will emit signal, and some class that is responsible for input will check, whether the user pressed a right key and will emit appropriate signal. Then, marquee widget will process the signal and will move cursor one character right. At the same time, another object, which is responsible for statistics will process the signal and will do what it must.&lt;br /&gt;
The marquee widget will listen to socket and read characters from it. At another end will sit conveyer-object which will put characters into socket.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladimir Kaplinsky</dc:creator><pubDate>Tue, 18 Jan 2011 10:24:49 -0000</pubDate><guid>https://sourceforge.netb25e49e26a87e2ceead01c896bda54364f2d91fd</guid></item><item><title>Small redesign of marquee widget to make it better.</title><link>https://sourceforge.net/p/gettmm/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I must rebuild my widget in such a way that the text will be inside the area with rounded corners. It is so right now - you may think, but the true is that it is on (not inside) the area with rounded corners.&lt;br /&gt;
I have a context where two background colors joined together: grey and white. I will place my pango text right there. And when I put the context with background colors and text into the context with rounded corners - the text will never come out.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladimir Kaplinsky</dc:creator><pubDate>Tue, 19 Oct 2010 19:13:44 -0000</pubDate><guid>https://sourceforge.net58f07dfbba0aabf597d0a280ced98143e3c421ff</guid></item><item><title>Open File</title><link>https://sourceforge.net/p/gettmm/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This program does already creates a window with menu, toolbar and label (this label wiill became a marqee in the future). Now, I need to implement some action when the user chooses the file. For example, I can put the name of that file to the label.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladimir Kaplinsky</dc:creator><pubDate>Sun, 03 Oct 2010 15:37:21 -0000</pubDate><guid>https://sourceforge.net0107cc5f0a4fad53f7f457a26b4e677ae81a8d93</guid></item></channel></rss>