Public bug reported:

Binary package hint: kpovmodeler

using Ubuntu 9.10

To reproduce:
render the default scene
press "save as"
enter something such as "render.png"
Error: "Unknown image format. Please enter a valid suffix"

Source File: pmpovraywidget.cpp
Method: PMPovrayWidget::slotSave()
Issues:
suffix = suffix.mid(suffix.lastIndexOf('.')); - grabs the last period in 
addition to the suffix
if (QImageWriter::supportedImageFormats().contains(suffix.toLatin1())) - case 
sensitivity issues (supportedImageFormats returns some formats in uppercase and 
some in lowercase)
if( !KImageIO::types( ).contains(format) ) - case sensitivity issues?

** Affects: kpovmodeler (Ubuntu)
     Importance: Undecided
         Status: New

-- 
render save broken
https://bugs.launchpad.net/bugs/485550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to