riuson / lcd-image-converter

Tool to create bitmaps and fonts for embedded applications, v.2
https://lcd-image-converter.riuson.com/
GNU General Public License v3.0
337 stars 80 forks source link

default file naming #24

Closed riuson closed 10 years ago

riuson commented 10 years ago

From tomrobe...@gmail.com on March 05, 2014 20:30:23

when importing an image the image name should be renamed to the same name as te image filename (or a promt box should ask if you want this)

also when converting to a c file or saving the setup to xml the image name should be default filled in as the "save as" filename

this should avoid that the same name has to be filled in 3 times for each image

thx tom

Original issue: http://code.google.com/p/lcd-image-converter/issues/detail?id=24

riuson commented 10 years ago

From riu...@gmail.com on March 06, 2014 10:16:15

Application updated: http://sourceforge.net/projects/lcd-image-converter/files/beta/lcd-image-converter-20140306-beta.zip/download >> when importing an image the image name should be renamed to the same name as te image filename (or a promt box should ask if you want this) No. When opening image, file name used as document name. When importing image, document name already assigned.

also when converting to a c file or saving the setup to xml the image name should be default filled in as the "save as" filename If filename not assigned yet, application uses document name as the default filename.

Status: Started
Owner: riu...@gmail.com

riuson commented 10 years ago

From tomrobe...@gmail.com on March 11, 2014 08:34:56

thx, tested this and it works!

saves me alot of copying names because i'm brewing an application with more then 20 images

riuson commented 10 years ago

From riu...@gmail.com on April 22, 2014 09:55:36

Status: Fixed