<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2012-02-04 07:28:35]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>http://www.cegui.org.uk/mantis/</docs><link>http://www.cegui.org.uk/mantis/</link><description><![CDATA[MantisBT - Issues]]></description><title>MantisBT - Issues</title><image><title>MantisBT - Issues</title><url>http://www.cegui.org.uk/mantis/images/mantis_logo_button.gif</url><link>http://www.cegui.org.uk/mantis/</link><description><![CDATA[MantisBT - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0000491: Property inspecting systems reworking</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=491</link><description><![CDATA[This was one of the first pieces of code I have written for CEED and even though it's a decent design, it needs some reworking.&lt;br /&gt;
&lt;br /&gt;
First, what is a property mapping:&lt;br /&gt;
=================================&lt;br /&gt;
It's a mapping from CEGUI property (which means property name, property data type and property origin) to a property inspector - a mechanism able to visualize and edit data stored in the property. Because CEGUI is very flexible, it should be possible to map everything to anything, but of course some inspectors will be suggested (based on the data type).&lt;br /&gt;
I also plan to ship CEGUI 0.8 stock mappings that will map properties of the stock widgets and mappings per stock skin that map specific falagard properties of the skins.&lt;br /&gt;
&lt;br /&gt;
There are several decisions to be made:&lt;br /&gt;
* Should it use the persistent settings API and interface?&lt;br /&gt;
I personally think it should not be done with the settings API as it is to be shared by all team members working on the same project (they are likely to use the same widgets).&lt;br /&gt;
&lt;br /&gt;
* What if there is a property that doesn't have a mapping?&lt;br /&gt;
IMO the editor should pop a modal dialog letting you choose which inspector should be mapped to that precise property. Things that have the same data type will be bold and appear first in the list.&lt;br /&gt;
&lt;br /&gt;
* What if I am not happy with the mapping?&lt;br /&gt;
The ability to edit existing mappings (or even remove them) will not be readily available (as the new mapping feature will be). You will have to go to some sort of a settings dialog to view and edit them. I don't think this will be an often used feature.&lt;br /&gt;
&lt;br /&gt;
* How to add a new property inspector?&lt;br /&gt;
This is an issue I haven't solved yet. Even though the CEED API allows you to plug many things in (even new editors, because I can!), the ability to load external modules is not there yet.]]></description><category>General</category><pubDate>Fri, 03 Feb 2012 11:01:08 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=491</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=491#bugnotes</comments></item><item><title>0000709: Create a user manual about what's implemented and won't be changed in the near future (cca 6 months)</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=709</link><description><![CDATA[It will be continuously edited after it's created depending on how CEED changes.]]></description><category>General</category><pubDate>Sat, 28 Jan 2012 15:40:25 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=709</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=709#bugnotes</comments></item><item><title>0000708: Falagard-Properties-Branch ready for merge</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=708</link><description><![CDATA[i make a branch for adding get,set and Iterator functions to the files of LooknFeel. and PropertyDefinitions are know templated.&lt;br /&gt;
&lt;br /&gt;
link:&lt;br /&gt;
&lt;a href=&quot;https://bitbucket.org/Hanmac/cegui/changesets/tip/branch%28%22falagard-properties-devel%22%29&quot;&gt;https://bitbucket.org/Hanmac/cegui/changesets/tip/branch%28%22falagard-properties-devel%22%29&lt;/a&gt; [&lt;a href=&quot;https://bitbucket.org/Hanmac/cegui/changesets/tip/branch%28%22falagard-properties-devel%22%29&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]]]></description><category>Core library (CEGUIBase)</category><pubDate>Sat, 28 Jan 2012 14:23:04 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=708</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=708#bugnotes</comments></item><item><title>0000707: Issue with display resize notifications.</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=707</link><description></description><category>Renderer modules</category><pubDate>Mon, 23 Jan 2012 07:21:18 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=707</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=707#bugnotes</comments></item><item><title>0000705: Falagard properties being serialized as PropertyDefinitions, wtf?!</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=705</link><description><![CDATA[Padres (thanks for the report!) from cegui forum:&lt;br /&gt;
---&lt;br /&gt;
Hi!&lt;br /&gt;
&lt;br /&gt;
At first, thank you for your hard work on this editor.&lt;br /&gt;
&lt;br /&gt;
In the newest Snapshot6 release, I noticed one bug with the TaharezLook/ImageButton.&lt;br /&gt;
When I edit the ImageButton Hover/Normal/Pushed images in the editor, it's working. However, when I save the layout, the Hover/Normal/Pushed images are not saved correctly.&lt;br /&gt;
&lt;br /&gt;
Here is saved window from Snapshot6:&lt;br /&gt;
&lt;br /&gt;
Code: Select all&lt;br /&gt;
    &lt;Window Name=&quot;menu_main_root/button&quot; Type=&quot;TaharezLook/ImageButton&quot;&gt;&lt;br /&gt;
                &lt;Property Name=&quot;UnifiedAreaRect&quot; Value=&quot;{{0.17875,0},{0.736667,0},{0.26125,50},{0.756667,50}}&quot; /&gt;&lt;br /&gt;
                &lt;Property Name=&quot;Font&quot; Value=&quot;DejaVuSans-10&quot; /&gt;&lt;br /&gt;
                &lt;PropertyDefinition name=&quot;HoverImage&quot; redrawOnWrite=&quot;true&quot; /&gt;&lt;br /&gt;
                &lt;PropertyDefinition name=&quot;NormalImage&quot; redrawOnWrite=&quot;true&quot; /&gt;&lt;br /&gt;
                &lt;PropertyDefinition name=&quot;PushedImage&quot; redrawOnWrite=&quot;true&quot; /&gt;&lt;br /&gt;
    &lt;/Window&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and here the same from Snapshot5:&lt;br /&gt;
&lt;br /&gt;
Code: Select all&lt;br /&gt;
    &lt;Window Name=&quot;menu_main_root/button&quot; Type=&quot;TaharezLook/ImageButton&quot;&gt;&lt;br /&gt;
                &lt;Property Name=&quot;UnifiedAreaRect&quot; Value=&quot;{{0.17875,0},{0.736667,0},{0.26125,50},{0.756667,50}}&quot; /&gt;&lt;br /&gt;
                &lt;Property Name=&quot;Font&quot; Value=&quot;DejaVuSans-10&quot; /&gt;&lt;br /&gt;
                &lt;Property Name=&quot;Name&quot; Value=&quot;button&quot; /&gt;&lt;br /&gt;
                &lt;Property Name=&quot;HoverImage&quot; Value=&quot;set:menu_button_on image:img&quot; /&gt;&lt;br /&gt;
                &lt;Property Name=&quot;NormalImage&quot; Value=&quot;set:menu_button_off image:img&quot; /&gt;&lt;br /&gt;
                &lt;Property Name=&quot;PushedImage&quot; Value=&quot;set:menu_button_off image:img&quot; /&gt;&lt;br /&gt;
    &lt;/Window&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Also, Is it possible to add an &quot;Event&quot; property to the Window? We use Lua scripting for button press etc., so we just insert&lt;br /&gt;
&lt;br /&gt;
Code: Select all&lt;br /&gt;
    &lt;Event Name=&quot;Clicked&quot; Function=&quot;luabtn_clicked&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
to the Window and it's calling the function we define...&lt;br /&gt;
&lt;br /&gt;
Thank you!&lt;br /&gt;
&lt;br /&gt;
EDIT: also, in the StaticImage, ImageField, I notice the same bug as described in previous post &quot;Image Field not taking input?&quot;.&lt;br /&gt;
&lt;br /&gt;
Stefan&lt;br /&gt;
---]]></description><category>Layout editing</category><pubDate>Sun, 22 Jan 2012 15:09:28 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=705</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=705#bugnotes</comments></item><item><title>0000704: Attempting to bind a shortcut results in an exception</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=704</link><description><![CDATA[ERROR:root:Uncaught exception '&lt;type 'exceptions.TypeError'&gt;', message: 'unsupported operand type(s) for +: 'KeyboardModifiers' and 'int''&lt;br /&gt;
  File &quot;/home/mpreisle/Devel/CEGUI/CEED/ceed/qtwidgets.py&quot;, line 194, in keyPressEvent&lt;br /&gt;
    self.setKeySequence(QKeySequence(event.modifiers() + event.key()))]]></description><category>General</category><pubDate>Sun, 22 Jan 2012 15:08:49 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=704</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=704#bugnotes</comments></item><item><title>0000706: Image field not taking input</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=706</link><description><![CDATA[Thanks goes to Mars_999 for the report!&lt;br /&gt;
&lt;br /&gt;
Well I am not seeing it....&lt;br /&gt;
&lt;br /&gt;
Here is what gets exported when I have .7 selected&lt;br /&gt;
&lt;br /&gt;
&lt;Window Name=&quot;Root/Background&quot; Type=&quot;OgreTray/StaticImage&quot;&gt;&lt;br /&gt;
&lt;Property Name=&quot;UnifiedAreaRect&quot; Value=&quot;{{0.25,0},{0.01,0},{0.75,0},{0.271985,0}}&quot; /&gt;&lt;br /&gt;
&lt;Property Name=&quot;Font&quot; Value=&quot;DejaVuSans-10&quot; /&gt;&lt;br /&gt;
&lt;Property Name=&quot;Name&quot; Value=&quot;Background&quot; /&gt;&lt;br /&gt;
&lt;Property Name=&quot;FrameEnabled&quot; Value=&quot;False&quot; /&gt;&lt;br /&gt;
&lt;Property Name=&quot;BackgroundEnabled&quot; Value=&quot;False&quot; /&gt;&lt;br /&gt;
&lt;/Window&gt;&lt;br /&gt;
&lt;br /&gt;
vs. CELayoutEditors&lt;br /&gt;
&lt;br /&gt;
&lt;Window Type=&quot;OgreTray/StaticImage&quot; Name=&quot;Background&quot; &gt;&lt;br /&gt;
&lt;Property Name=&quot;Font&quot; Value=&quot;Batang-26&quot; /&gt;&lt;br /&gt;
&lt;Property Name=&quot;FrameEnabled&quot; Value=&quot;False&quot; /&gt;&lt;br /&gt;
&lt;Property Name=&quot;Image&quot; Value=&quot;set:Nexus image:MainMenuBackground&quot; /&gt;&lt;br /&gt;
&lt;Property Name=&quot;UnifiedAreaRect&quot; Value=&quot;{{0.25,0},{0.01,0},{0.75,0},{0.271985,0}}&quot; /&gt;&lt;br /&gt;
&lt;Property Name=&quot;BackgroundEnabled&quot; Value=&quot;False&quot; /&gt;&lt;br /&gt;
&lt;/Window&gt;&lt;br /&gt;
&lt;br /&gt;
More info here: &lt;a href=&quot;http://www.cegui.org.uk/phpBB2/viewtopic.php?f=15&amp;t=5953&quot;&gt;http://www.cegui.org.uk/phpBB2/viewtopic.php?f=15&amp;t=5953&lt;/a&gt; [&lt;a href=&quot;http://www.cegui.org.uk/phpBB2/viewtopic.php?f=15&amp;t=5953&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]]]></description><category>Layout editing</category><pubDate>Fri, 20 Jan 2012 13:45:23 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=706</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=706#bugnotes</comments></item><item><title>0000703: Add FPS to CEGUI Debug Info</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=703</link><description><![CDATA[..]]></description><category>General</category><pubDate>Sun, 15 Jan 2012 20:56:23 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=703</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=703#bugnotes</comments></item><item><title>0000702: Exception thrown when animation editor is initialised with no project opened</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=702</link><description><![CDATA[It should explicitly require a project opened...]]></description><category>Animation editing</category><pubDate>Sun, 15 Jan 2012 20:54:19 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=702</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=702#bugnotes</comments></item><item><title>0000696: Dumping CEGUI log into stdout is not a good idea!</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=696</link><description><![CDATA[print(..) requires stdout to be a valid file descriptor&lt;br /&gt;
&lt;br /&gt;
This fails when cx_Freezer builds CEED as GUI app on Windows (no console attached). stdout is invalid and python raises exceptions when print is called.&lt;br /&gt;
&lt;br /&gt;
We probably shoud use the logging module and possibly route some of it into some sort of a GUI log browser (View logs?).]]></description><category>General</category><pubDate>Sun, 15 Jan 2012 20:34:05 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=696</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=696#bugnotes</comments></item><item><title>0000546: Add compatibility layers able to convert XML layout to C++ and python code</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=546</link><description><![CDATA[This can be utilised for a performance boost before shipping.&lt;br /&gt;
&lt;br /&gt;
Converting from C++ and python back to XML would be very complex and IMO shouldn't be part of this ticket (and probably won't ever be done).&lt;br /&gt;
&lt;br /&gt;
Maybe from python to XML it can be done (interpreted inside python) but even that has questionable benefit so I wouldn't bother with it.]]></description><category>Layout editing</category><pubDate>Sun, 15 Jan 2012 19:33:28 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=546</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=546#bugnotes</comments></item><item><title>0000701: The application doesn't remember it's geometry and state</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=701</link><description><![CDATA[The code has been disabled long ago for reasons I am not sure of...]]></description><category>General</category><pubDate>Sun, 15 Jan 2012 15:34:24 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=701</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=701#bugnotes</comments></item><item><title>0000700: CEED crashes when quitting and project requiring tabs are opened with changes</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=700</link><description><![CDATA[As soon as the do you want to save dialog pops up shows up.]]></description><category>General</category><pubDate>Sun, 15 Jan 2012 15:11:38 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=700</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=700#bugnotes</comments></item><item><title>0000699: Animation definitions lack XMLSerializer support</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=699</link><description><![CDATA[This is needed for animation editor to be useful at all.]]></description><category>(No Category)</category><pubDate>Sat, 14 Jan 2012 14:25:53 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=699</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=699#bugnotes</comments></item><item><title>0000647: ExpressionDim fontdim() should allow the "string" parameter for HorzExtent</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=647</link><description><![CDATA[The pseudo-function fontdim() doesn't have any overloads that accept the &quot;string&quot; parameter to be used with the horizontal extent measurements, similar to:&lt;br /&gt;
&lt;br /&gt;
&lt;FontDim type=&quot;HorzExtent&quot; string=&quot;W&quot;/&gt;]]></description><category>Core library (CEGUIBase)</category><pubDate>Sat, 14 Jan 2012 10:35:24 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=647</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=647#bugnotes</comments></item><item><title>0000646: Quaternion property helper should be able to parse degrees too</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=646</link><description><![CDATA[Originally suggested on the forums.&lt;br /&gt;
Apart from the quaternion format:&lt;br /&gt;
&lt;br /&gt;
&lt;Property name=&quot;Rotation&quot; value=&quot;w:-0.7071067811865475 x:0 y:0 z:0.7071067811865476&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
it should be possible to parse degrees too:&lt;br /&gt;
&lt;br /&gt;
&lt;Property name=&quot;Rotation&quot; value=&quot;x:0 y:0 z:270&quot; /&gt;]]></description><category>Core library (CEGUIBase)</category><pubDate>Sat, 14 Jan 2012 10:13:58 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=646</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=646#bugnotes</comments></item><item><title>0000660: Update bundled STB</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=660</link><description><![CDATA[Hanmac claims that STB from &lt;a href=&quot;http://nothings.org/&quot;&gt;http://nothings.org/&lt;/a&gt; [&lt;a href=&quot;http://nothings.org/&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] fixes a memory leak and potentially other things. We should update to it in 0.8 and maybe even in 0.7]]></description><category>Image codec modules</category><pubDate>Sat, 14 Jan 2012 10:12:54 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=660</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=660#bugnotes</comments></item><item><title>0000648: CMake: Enabling ExpressionDim breaks CEGUIBase build</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=648</link><description><![CDATA[It's broken on Linux too.]]></description><category>Other</category><pubDate>Sat, 14 Jan 2012 09:58:53 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=648</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=648#bugnotes</comments></item><item><title>0000685: Add support for read-only and write-only properties to property set inspector</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=685</link><description><![CDATA[Exceptions are thrown at the moment and CEED assumes it can read from anywhere and write into anything.]]></description><category>General</category><pubDate>Wed, 11 Jan 2012 18:57:11 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=685</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=685#bugnotes</comments></item><item><title>0000698: Inject real time pulses to make "ambient" animations work in layout editor</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=698</link><description><![CDATA[Currently we inject 1 second after every rendered frame&lt;br /&gt;
&lt;br /&gt;
We should inject before rendering and the proper amount of seconds. If more than 1 second would be injected, we should IMO just inject 1 second to avoid weird jumps.]]></description><category>General</category><pubDate>Wed, 11 Jan 2012 17:49:59 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=698</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=698#bugnotes</comments></item><item><title>0000494: Create a video tutorial series about imageset editing</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=494</link><description><![CDATA[Once the image create change is done and actions are converted to the new actions with configurable shortcuts, I will make a narrated screencast about how to use all of that.&lt;br /&gt;
&lt;br /&gt;
The key is preventing it to go out of date too soon. I think imageset editing is production ready though, apart from small changes there and there, not much should change in that part of the tool.]]></description><category>Imageset editing</category><pubDate>Wed, 11 Jan 2012 17:16:52 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=494</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=494#bugnotes</comments></item><item><title>0000697: Saving layouts with no root widget raises an exception if compatibility layers are used</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=697</link><description><![CDATA[Exception message: no element found: line 1, column 0&lt;br /&gt;
&lt;br /&gt;
    Traceback:&lt;br /&gt;
      File &quot;C:\Users\Martin Preisler\Devel\CEED\ceed\mainwindow.py&quot;, line 1259, in slot_saveAll&lt;br /&gt;
&lt;br /&gt;
      File &quot;C:\Users\Martin Preisler\Devel\CEED\ceed\editors\__init__.py&quot;, line 419, in save&lt;br /&gt;
&lt;br /&gt;
      File &quot;C:\Users\Martin Preisler\Devel\CEED\ceed\editors\layout\__init__.py&quot;, line 141, in saveAs&lt;br /&gt;
&lt;br /&gt;
      File &quot;C:\Users\Martin Preisler\Devel\CEED\ceed\editors\__init__.py&quot;, line 554, in saveAs&lt;br /&gt;
&lt;br /&gt;
      File &quot;C:\Users\Martin Preisler\Devel\CEED\ceed\editors\__init__.py&quot;, line 367, in saveAs&lt;br /&gt;
&lt;br /&gt;
      File &quot;C:\Users\Martin Preisler\Devel\CEED\ceed\compatibility\__init__.py&quot;, line 164, in transform&lt;br /&gt;
&lt;br /&gt;
      File &quot;C:\Users\Martin Preisler\Devel\CEED\ceed\compatibility\layout\cegui.py&quot;, line 325, in transform&lt;br /&gt;
&lt;br /&gt;
      File &quot;C:\Python27\lib\xml\etree\ElementTree.py&quot;, line 1283, in XML&lt;br /&gt;
&lt;br /&gt;
      File &quot;C:\Python27\lib\xml\etree\ElementTree.py&quot;, line 1636, in close&lt;br /&gt;
&lt;br /&gt;
      File &quot;C:\Python27\lib\xml\etree\ElementTree.py&quot;, line 1488, in _raiseerror&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    CEED revision: Unknown&lt;br /&gt;
    CEED version: snapshot6&lt;br /&gt;
    HW architecture: ('32bit', 'WindowsPE')&lt;br /&gt;
    HW type: AMD64&lt;br /&gt;
    HW processor: Intel64 Family 6 Model 42 Stepping 7, GenuineIntel&lt;br /&gt;
    OS type: Windows&lt;br /&gt;
    OS release: 7&lt;br /&gt;
    OS version: 6.1.7601&lt;br /&gt;
    OS Windows: ('7', '6.1.7601', 'SP1', u'Multiprocessor Free')&lt;br /&gt;
    SW Python: 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]&lt;br /&gt;
    SW PySide: 1.0.9&lt;br /&gt;
    SW Qt: 4.7.4&lt;br /&gt;
    SW OpenGL: 3.0.2a1&lt;br /&gt;
    SW PyCEGUI: 0.8.9090&lt;br /&gt;
&lt;br /&gt;
-- &lt;br /&gt;
by Mars_999, thanks for the report!]]></description><category>General</category><pubDate>Wed, 11 Jan 2012 17:16:16 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=697</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=697#bugnotes</comments></item><item><title>0000555: Gesture scrolling in MacOSX zooms in imageset and layout editing modes</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=555</link><description><![CDATA[I should investigate how to use the elastic scrolling and differentiate between a mouse wheel scroll and a gesture scroll.]]></description><category>General</category><pubDate>Mon, 09 Jan 2012 13:14:17 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=555</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=555#bugnotes</comments></item><item><title>0000569: Dock widget resize handles are super small (OSX)</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=569</link><description><![CDATA[It's hard to resize the interface around.&lt;br /&gt;
&lt;br /&gt;
This might not be specific to just the MacOSX!]]></description><category>General</category><pubDate>Mon, 09 Jan 2012 01:00:57 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=569</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=569#bugnotes</comments></item><item><title>0000570: cx_Freeze chokes on @loader_path (OSX)</title><author></author><link>http://www.cegui.org.uk/mantis/view.php?id=570</link><description><![CDATA[setup.py build works fine up until the point where PyCEGUI.so has to be copied over&lt;br /&gt;
&lt;br /&gt;
I will have to delve into &quot;man dyld&quot; to fight this I guess.]]></description><category>General</category><pubDate>Mon, 09 Jan 2012 01:00:43 +0000</pubDate><guid>http://www.cegui.org.uk/mantis/view.php?id=570</guid><comments>http://www.cegui.org.uk/mantis/view.php?id=570#bugnotes</comments></item></channel></rss>

