| Removed extra end statement |
|
More...
|
almost 10 years ago
|
| Changed poorly translated message to that suggested by supertobi, and took care of spacing issue. |
|
More...
|
almost 10 years ago
|
| Added fileCopy and fileMove functions to replace os.rename which doesn't work across filesystems. Added an error message if the move isn't accomplished so that the user knows what happened. Updated translations to reflect changes. |
|
More...
|
almost 10 years ago
|
| Merge pull request #50 from tejovanthn/master |
|
More...
|
about 10 years ago
|
| Merge pull request #62 from elman22/master |
|
More...
|
over 10 years ago
|
| Reverted back to dt.control.execute() |
|
More...
|
over 10 years ago
|
| Create yield.lua |
|
More...
|
over 10 years ago
|
| Added comments |
|
More...
|
over 10 years ago
|
| Merge pull request #61 from spaceChRiS/import-filters-fix |
|
More...
|
over 10 years ago
|
| Comments added for import-filters fix. |
|
More...
|
over 10 years ago
|
| Remove exported image if it has no GPS data |
|
More...
|
over 10 years ago
|
| Fixed issue with exporting RAW images |
|
More...
|
over 10 years ago
|
| Fix accidentally deleted first image during import. Lua is very picky about sparse table handling. |
|
More...
|
over 10 years ago
|
| Merge pull request #60 from chrik5/tagging_helpers |
|
More...
|
over 10 years ago
|
| Tagging add label before clipboard list and make small enhancements |
|
More...
|
over 10 years ago
|
| Tagging added new function replace and a modul |
|
More...
|
over 10 years ago
|
| update to newest API change in master |
|
More...
|
over 10 years ago
|
| Use a file list instead of * to zip the images |
|
More...
|
over 10 years ago
|
| Merge pull request #55 from wpferguson/master |
|
More...
|
over 10 years ago
|
| gimp doesn't like filenames with spaces in them, so added sanitize_filename to escape them. Updated gimp.po to reflect the changed line numbers. |
|
More...
|
over 10 years ago
|
| Replaced checkIfFileExists with supertobi's fix and capitalized GIMP in gimp.po where I missed it. |
|
More...
|
over 10 years ago
|
| Strip accents from the filename, because GoogleEarth can't open them |
|
More...
|
over 10 years ago
|
| Added check to see if the export would overwrite an existing file. If it would, the filename was incremented with _XX where XX was an increment starting at 01 and ending at 99. gimp.po line numbers adjusted to reflect the changes in code. |
|
More...
|
over 10 years ago
|
| Incorporated supertobi's suggestions. Replaced file and path splitting code with a regular expression (thanks Tobias Jakobs) to ensure filenames were handled correctly. Used the image data in the image table pairs instead of darktable.gui.action_images to ensure there were no mismatches as well as clean up the code nicely. Updated gimp.po to reflect the line number changes due to code refactoring. |
|
More...
|
over 10 years ago
|
| Removed gimp.lua from the top level |
|
More...
|
over 10 years ago
|
| Incorporated supertobi's comments. Changed os.execute to os.rename to handle spaces and special characters. Capitalized GIMP in all print strings. Added de_DE translation. |
|
More...
|
over 10 years ago
|
| Changed back to string.format in show_status but coded it correctly this time. |
|
More...
|
over 10 years ago
|
| fixed typo: will will -> will |
|
More...
|
over 10 years ago
|
| replaced string.format in show_status with the string and concatenation since string.format was having problems with the arguments. |
|
More...
|
over 10 years ago
|
| improved the entry and file_chooser_button examples |
|
More...
|
over 10 years ago
|