Bug 374477 - TGA Format export into another extension.
Summary: TGA Format export into another extension.
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: File formats (show other bugs)
Version: 3.1.1
Platform: Other Microsoft Windows
: NOR grave
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-03 02:00 UTC by Deo
Modified: 2017-01-03 09:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
TGA file format. (14.87 KB, image/png)
2017-01-03 02:00 UTC, Deo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Deo 2017-01-03 02:00:02 UTC
Created attachment 103158 [details]
TGA file format.

When you export in TGA File, the extension says:

"Image.icb"


So I need to rename all the time the extension.

And will be nice if you rename TYPE from: Image TGA to TGA Image... with this I can just press Tab key and press "T" Key and this will chage fast.

And another thing that will be good, is to have in FILE Menu>Overwrite File... this if I export my Krita document as TGA/JPG/PNG, with a click reExport the last format file... as GImp do ;)
Comment 1 Halla Rempt 2017-01-03 09:46:01 UTC
"Imagen TGA" is how the translators translated "TGA Image", that's not something we can influence. You need to contact the translation team for your language.

The other problem is that apparently, valid extensions for tga are 

QMimeDatabase returned ("icb", "tga", "tpic", "vda", "vst")

And they are ordered by alphabet! Worse, QMimeDatabase thinks that icb is the preferred suffix for tga files.
Comment 2 Halla Rempt 2017-01-03 09:52:58 UTC
Git commit 210fce61d820ad563ed9e94f5429c045646f8067 by Boudewijn Rempt.
Committed on 03/01/2017 at 09:52.
Pushed by rempt into branch 'master'.

It's tga, of course... See https://bugreports.qt.io/browse/QTBUG-5783

M  +4    -0    libs/koplugin/KisMimeDatabase.cpp

https://commits.kde.org/krita/210fce61d820ad563ed9e94f5429c045646f8067
Comment 3 Halla Rempt 2017-01-03 09:53:03 UTC
Git commit 0b7d0599ca46580b0f64cabb86a7b264c0a16030 by Boudewijn Rempt.
Committed on 03/01/2017 at 09:52.
Pushed by rempt into branch 'krita/3.1'.

It's tga, of course... See https://bugreports.qt.io/browse/QTBUG-5783

M  +4    -0    libs/koplugin/KisMimeDatabase.cpp

https://commits.kde.org/krita/0b7d0599ca46580b0f64cabb86a7b264c0a16030