| Merge pull request #173 from darktable-org/supertobi-patch-video_ffmpeg |
|
More...
|
over 7 years ago
|
| video_ffmpeg |
|
More...
|
over 7 years ago
|
| viedeo_ffmpeg df.sanitize_filename() |
|
More...
|
over 7 years ago
|
| Merge pull request #174 from wpferguson/fix_mkdir_rmdir_sanitize |
|
More...
|
over 7 years ago
|
| removed sanitize_filename wrapper from path argument |
|
More...
|
over 7 years ago
|
| kml_export sanitize_filename() |
|
More...
|
over 7 years ago
|
| video_ffmpeg add df.sanitize_filename() |
|
More...
|
over 7 years ago
|
| Merge pull request #162 from BzKevin/BzKevin-CollectHelper |
|
More...
|
over 7 years ago
|
| Add gettext, check for color label |
|
More...
|
over 7 years ago
|
| Merge pull request #172 from wpferguson/fix_open_default_app |
|
More...
|
over 7 years ago
|
| Added a space after the commands and removed quotes in the command invocation. |
|
More...
|
over 7 years ago
|
| kml_export: use more utility functions |
|
More...
|
over 7 years ago
|
| kml_export |
|
More...
|
over 7 years ago
|
| kml_export added preference for path to convert |
|
More...
|
over 7 years ago
|
| make kml_export multi OS |
|
More...
|
over 7 years ago
|
| First step to make kml_export.lua windows friendly |
|
More...
|
over 7 years ago
|
| Merge pull request #168 from wpferguson/compatibility_updates |
|
More...
|
over 7 years ago
|
| Fixed compatibility issues. Added new version check to scripts. Renamed lib/dtutils/file/rm() to lib/dtutils/file/rmdir since removing a file in windows with rmdir /q/s results in an error. Fixed os.tmpname() issued in enfuse. Under windows os.tmpname() doesn't put the file in a temporary directory, so fixed it to use darktable.configuration.tmp_dir. Cleaned up documentation in lib/dtutils/system.lua. |
|
More...
|
over 7 years ago
|
| Merge pull request #167 from wpferguson/deprecate_video_mencoder |
|
More...
|
over 7 years ago
|
| Merge remote-tracking branch 'upstream/master' |
|
More...
|
over 7 years ago
|
| Merge pull request #153 from cigno5/master |
|
More...
|
over 7 years ago
|
| Updated files |
|
More...
|
over 7 years ago
|
| Merge pull request #157 from theres/dm_timelapse |
|
More...
|
over 7 years ago
|
| Added messages to video_mencoder.lua to notify users of it's deprecation and pending removal. |
|
More...
|
over 7 years ago
|
| Merge pull request #166 from wpferguson/check_min_api_version |
|
More...
|
over 7 years ago
|
| Incorporated supertobi's comment about spacing. |
|
More...
|
over 7 years ago
|
| Changed check_min_api_version() to print error messages and throw an error if the minimum api is not satisfied. Updated the scripts to reflect the changed check_min_api_version(). |
|
More...
|
over 7 years ago
|
| video ffmpeg: fix default macos video location; replace missing path separator by const |
|
More...
|
over 7 years ago
|
| file lib: mkdir - handle existing directory case on Windows |
|
More...
|
over 7 years ago
|
| Added check_min_api_function to dtutils.lua to check the minimum version of the lua API required for a script to run. This is intended to replace the API check done with darktable.configuration.check_version(), which requires changing each time the API version changes. check_min_api_version should work for all API version changes unless backward compatibility is broken. All the scripts using darktable.configuration.check_version() were changed to use check_min_api_version(). |
|
More...
|
over 7 years ago
|