[Hugin-devs] [Bug 761231] Re: Image cache memory can't be set above 2047MB

2011-05-15 Thread Yuv
** Changed in: hugin Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/761231 Title: Image cache memory can't be set above 2047MB Status in Hugin -

[Hugin-devs] [Bug 761231] Re: Image cache memory can't be set above 2047MB

2011-05-10 Thread Matthew Petroff
After tweaking the code a bit to get around compiler issues when reading the stored value, it seems to work. I also updated the code where the setting is actually used, so it actually does something. ** Changed in: hugin Status: Confirmed = Fix Committed -- You received this bug

[Hugin-devs] [Bug 761231] Re: Image cache memory can't be set above 2047MB

2011-05-09 Thread Matthew Petroff
Are you using a 32-bit or 64-bit build? -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/761231 Title: Image cache memory can't be set above 2047MB Status in Hugin - Panorama Tools GUI:

[Hugin-devs] [Bug 761231] Re: Image cache memory can't be set above 2047MB

2011-05-09 Thread Matthew Petroff
wxWidgets stores long integers in the Windows Registry as DWORD keys that are 32-bit unsigned integers. Hugin was reading these as signed integers, so anything above 2047 was read as negative and displayed as 1; values above 2047 were properly saved, just displayed incorrectly. I committed a fix

[Hugin-devs] [Bug 761231] Re: Image cache memory can't be set above 2047MB

2011-04-22 Thread wedge
I can confirm this. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/761231 Title: Image cache memory can't be set above 2047MB Status in Hugin - Panorama Tools GUI: New Bug description: