<?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/wxformbuilder/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/wxformbuilder/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 23 Sep 2016 18:42:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wxformbuilder/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#66 Make the sourceforge "Code" tab point to the GitHub repo</title><link>https://sourceforge.net/p/wxformbuilder/feature-requests/66/?limit=25#a90b</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RJP Computing</dc:creator><pubDate>Fri, 23 Sep 2016 18:42:42 -0000</pubDate><guid>https://sourceforge.netc30dbc9a9210ba245de55fd2602db062c7e96a03</guid></item><item><title>#66 Make the sourceforge "Code" tab point to the GitHub repo</title><link>https://sourceforge.net/p/wxformbuilder/feature-requests/66/?limit=25#5014</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Done.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RJP Computing</dc:creator><pubDate>Fri, 23 Sep 2016 18:42:25 -0000</pubDate><guid>https://sourceforge.netb65479f05c1c410092dc1f0719dc3eed5229ba89</guid></item><item><title>#66 Make the sourceforge "Code" tab point to the GitHub repo</title><link>https://sourceforge.net/p/wxformbuilder/feature-requests/66/?limit=25#4c1b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;OK I am going to make 1 final commit that erases all code and leaves a single text file with the URL to GitHub.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RJP Computing</dc:creator><pubDate>Fri, 23 Sep 2016 18:10:00 -0000</pubDate><guid>https://sourceforge.net08e2e32dd0c2dfa0ef2efaff60a579793c6cf2dc</guid></item><item><title>Make the sourceforge "Code" tab point to the GitHub repo</title><link>https://sourceforge.net/p/wxformbuilder/feature-requests/66/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When clicking "Code", one should get a hint that the newest code is at &lt;a href="https://github.com/wxFormBuilder/wxFormBuilder" rel="nofollow"&gt;https://github.com/wxFormBuilder/wxFormBuilder&lt;/a&gt; - maybe by adding one last subversion commit that removes everything here.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Pollak</dc:creator><pubDate>Fri, 23 Sep 2016 06:07:43 -0000</pubDate><guid>https://sourceforge.netcfd3a730cb9b9738b7f56531379f0e298dabad93</guid></item><item><title>Make the sourceforge "Code" tab point to the GitHub repo</title><link>https://sourceforge.net/p/wxformbuilder/feature-requests/66/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 66 has been modified: Make the sourceforge "Code" tab point to the GitHub repo&lt;br/&gt;
Edited By: RJP Computing (rjpcomputing)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Pollak</dc:creator><pubDate>Fri, 23 Sep 2016 06:07:43 -0000</pubDate><guid>https://sourceforge.netfc7314553fe7e1ce0797038136fad16630e4b2d0</guid></item><item><title>Add minsize, proportion to gbsizeritem</title><link>https://sourceforge.net/p/wxformbuilder/feature-requests/65/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;According to &lt;a href="http://docs.wxwidgets.org/trunk/overview_xrcformat.html#overview_xrcformat_sizers" rel="nofollow"&gt;http://docs.wxwidgets.org/trunk/overview_xrcformat.html#overview_xrcformat_sizers&lt;/a&gt; minsize is a property of all sizeritems.&lt;/p&gt;
&lt;p&gt;growablerows and -cols should support proportion (e.g. 1:1), this means those entries are no longer pair of integers.&lt;/p&gt;
&lt;p&gt;sizeritems may have the "option" value set to "proportion", though documentation is not clear here. The code does use this value for all wxSizerItem&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christoph Theis</dc:creator><pubDate>Sun, 24 Jul 2016 08:18:27 -0000</pubDate><guid>https://sourceforge.net094323ecc763594ba2a2f0751da05aa99cd5ab26</guid></item><item><title>Watch project files for changes</title><link>https://sourceforge.net/p/wxformbuilder/feature-requests/64/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;wxFormBuilder should watch the project file for changes, while its open. If the project file has changed it should reload the whole project automatically.&lt;/p&gt;
&lt;p&gt;Example:&lt;br/&gt;
Let's say you have 2 developers working on the same c++ project. The project includes a wxFormBuilder project file with all frames, panels and dialogs of the application and is stored in a SVN repository.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Developer 1 commits a changed version of the fbp-file to the SVN repository, while Developer 2 is adding a new dialog to his working copy of the fbp-file.&lt;/li&gt;
&lt;li&gt;Developer 2 tries to commit his changes and gets an error, because he has to update his working copy before commit changes.&lt;/li&gt;
&lt;li&gt;Developer 2 updates his working copy, while the fbp-file is still open in wxFormBuilder (the fbp-file is merged correctly, but wxFormBuilder still works with the old version)&lt;/li&gt;
&lt;li&gt;Developer 2 rebuilds the project in order to see if the changes of Developer 1 causes any problems&lt;/li&gt;
&lt;li&gt;Developer 2 makes some changes in wxFormBuilder (i.e. fix some border widths or something like that) and saves the changed file.&lt;/li&gt;
&lt;li&gt;Developer 2 commits his changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;PROBLEM: Developer 2 removes the changes of Developer 1 in step 5 and commits it to the SVN repository, which breaks the changes of Developer 1 (maybe removes a very complex dialog from the project file).&lt;/p&gt;
&lt;p&gt;If wxFormBuilder watches the project file and reloads it in step 3, this can be avoided.&lt;/p&gt;
&lt;p&gt;Would be nice if you can add this feature to one of the next wxFormBuilder versions.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">7heW4yne</dc:creator><pubDate>Wed, 06 Apr 2016 07:18:11 -0000</pubDate><guid>https://sourceforge.net344c9f8b5a67c0e4722aaebfd0a52652527d19dd</guid></item><item><title>Add screen-reader support for wxBitmapButton</title><link>https://sourceforge.net/p/wxformbuilder/feature-requests/63/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;wxFormbuilder already allows to enter a "label" for wxBitmapButtons. Unfortunately this value is never used when generating code. For screen reader support however it is required that each button has a label.&lt;/p&gt;
&lt;p&gt;The solution is trivial:&lt;br/&gt;
Just add a "SetLabel" call for code generation directly after the wxBitmapButton creation:&lt;br/&gt;
"newbitmapbutton-&amp;gt;SetLabel(label);"&lt;/p&gt;
&lt;p&gt;Regards, Zenju&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zenju</dc:creator><pubDate>Wed, 12 Aug 2015 12:01:36 -0000</pubDate><guid>https://sourceforge.net66baf0fc0b48b39b0d35f4856cca89667331fe1e</guid></item><item><title>Add support for the wxTimePickerCtrl to wxFormBuilder</title><link>https://sourceforge.net/p/wxformbuilder/feature-requests/62/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Apologies if this is the wrong way to do this.&lt;br /&gt;
I am using 3.5 and couldn't find the wxTimePickerCtrl ( I hope I am not just being blind )&lt;br /&gt;
So I decided to add it. Here is the patch I did. I haven't included the icon for tool bar.&lt;br /&gt;
Great Tool by the way. Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anthony Richard Bloomer</dc:creator><pubDate>Thu, 14 May 2015 22:05:20 -0000</pubDate><guid>https://sourceforge.net3a7c85db13642e5074cffd1da2895616c66470cc</guid></item><item><title>#45 Add FloatSpin</title><link>https://sourceforge.net/p/wxformbuilder/feature-requests/45/?limit=25#2ba8</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As far as I can tell, wx.lib.agw.floatspin.FloatSpin is a wxPython widget.&lt;/p&gt;
&lt;p&gt;In wxWidgets 2.9.0 a wxSpinCtrlDouble widget was added which is like wxSpinCtrl but for floating point numbers (in C++, the value is of type double).&lt;/p&gt;
&lt;p&gt;The attached patch adds support to the 'additional' widgets plugin for wxSpinCtrlDouble. It was generated against a clean version of r2203.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Blair Bonnett</dc:creator><pubDate>Sat, 11 Apr 2015 10:00:04 -0000</pubDate><guid>https://sourceforge.netc8a20d254a5c8e59e0b3cb2d98d2bfee7bf206f8</guid></item></channel></rss>