278 Commits

Author SHA1 Message Date
Hombre57
02463995af Merge branch 'dev' into multiframe-handling 2017-10-13 22:51:42 +02:00
Morgan Hardwood
2b3dfb3f3c Added comment to executable_loader.in 2017-10-12 22:29:42 +02:00
Hombre57
180912df0f Merge branch 'dev' into multiframe-handling 2017-10-04 23:34:28 +02:00
Benitoite
da2b09925f AppleLocale / executable loader fix
Ref: https://github.com/Beep6581/RawTherapee/issues/4128
https://discuss.pixls.us/t/error-processing-queue-invalid-byte-sequence-in-conversion-input/1188/18
2017-10-03 14:38:30 -07:00
Morgan Hardwood
d1da927a2c Changed hard-coded path to RESOURCES variable in macosx_bundle.sh, #4107 2017-09-26 14:09:17 +02:00
Benitoite
fdd207693b Update macosx_bundle.sh 2017-09-25 23:29:02 -07:00
Morgan Hardwood
8fae2727e2 Updated rtexif using ExifTool-10.61 2017-09-23 13:53:54 +02:00
Hombre57
0905294bda Merge branch 'dev' into multiframe-handling, with some merge bugfix 2017-09-17 01:15:51 +02:00
Morgan Hardwood
1e36c564a7 Moved focus mask preview to clipped shadows/highlights section, uses large focus-screem icon, #4027 2017-09-01 14:59:17 +02:00
Morgan Hardwood
20a3ad9134 Added and updated previewmode* icons, #4027 2017-08-26 19:34:25 +02:00
Hombre57
86dac147c6 Adding icons on thumbnails and solving a bug in cacheimagedata.cc
See issue #4008.
The bug in cacheimagedata.cc was preventing correct cached thumbnail
loading, asking for a full processing at each loading of the directory.
2017-08-13 18:13:39 +02:00
Hombre57
f23be9345c Add multi-frame handling.
- Exif of all frames are displayed in the Editor's Exif tab (without
separator)
- isHDR and isPixelShift is added to the data files stored in cache
- In the Editor panel, the QuickInfo frame display the HDR and
PixelShift information, as well as the number of frame and bit-depth for
HDR image
- the number of frame is provided by dcraw. If not set, it is provided
by the Exif's main IFD count
- the PixelShift information (for Pentax as of now) is provided by
looking at the Exif informations
- the HDR information is provided by the Exif information of the first
frame for Pentax raw files, or by the bitspersample, sampleformat and
compression tags for other files

TODO: add icons to the thumbnails to tag HDR and PixelShift files.
2017-08-08 23:42:05 +02:00
Morgan Hardwood
fbdd0d1ab8 macOS - set rpath for CLI, fixes #3985 2017-07-25 15:27:10 +02:00
Alberto Griggio
d51c6c3275 Updated Gimp plugin to check that the installed RawTherapee is at least version 5.2 2017-07-24 17:32:37 +02:00
Morgan Hardwood
9a13e4b360 Link rawtherapee-cli in tools/osx/macosx_bundle.sh + safety fixes, #3924 2017-07-17 00:22:20 +02:00
Morgan Hardwood
b880109539 Fixes macOS crash-on-startup part2, #3882 2017-07-15 23:37:04 +02:00
Morgan Hardwood
e749b8eb10 Fixes macOS crash if app bundle is renamed, #3882 2017-07-15 23:33:39 +02:00
Morgan Hardwood
ec369e007b Updated benchmarkRT to work with any locale, and some cosmetic changes. See PR #3947 2017-07-04 13:13:46 +02:00
Morgan Hardwood
3fb5c7d39e Updated tools/benchmarkRT tool 2017-07-03 00:30:58 +02:00
Alberto Griggio
86c5cc1826 GIMP plugin: sync with master of GIMP repo 2017-06-28 21:20:31 +02:00
Alberto Griggio
3bfda08bcf Gimp plugin: removed magic numbers from the file formats -- we rely only on file extensions 2017-06-19 13:51:37 +02:00
Alberto Griggio
3c26516699 use gimp_register_file_handler_raw to register the plugin as a RAW importer 2017-05-24 13:48:47 +02:00
Alberto Griggio
54b66b7736 Added support for using RawTherapee as a GIMP plugin for opening RAW files
plugin code taken from Darktable
2017-05-18 15:59:56 +02:00
Morgan Hardwood
55d342ade3 Changed repo path in tools/generateDirtyFiles 2017-05-03 20:02:51 +02:00
Morgan Hardwood
21fe03e6ab Merge branch 'dev' of https://github.com/ion12/RawTherapee into ion12-dev 2017-04-18 22:06:21 +02:00
ion12
c562385f15 macOS build fixes suggestions take 2
Suggestion for resolving
CMakeLists.txt , macosx_bundle.sh , executable_loader.in
Please review + double-check on macOS
2017-04-18 00:26:28 +01:00
Morgan Hardwood
8779558763 Updated rtexif with information from ExifTool 10.49, #3802 2017-04-15 21:29:06 +02:00
Morgan Hardwood
36cd8b7787 Mostly macOS-related changes to CMake and build scripts, #3678 2017-04-09 15:04:57 +02:00
Morgan Hardwood
16f4731e0b Merge branch 'master' into gtk3 2017-01-30 23:45:46 +01:00
Morgan Hardwood
03919242b1 Consistency between generateReleaseInfo and UpdateInfo.cmake 2017-01-30 22:50:21 +01:00
Beep6581
139df58ade Unimportant typo fixed 2017-01-30 22:47:27 +01:00
Hombre
bc19897bc7 Changed AppId value for InnoSetup installer (#3628) 2017-01-30 01:32:36 +01:00
Morgan Hardwood
f1e253b176 Git version fix for macOS files. 2017-01-29 20:53:03 +01:00
Hombre
52dca96723 Bigfix of InnoSetup parameters (#3628) 2017-01-28 22:39:50 +01:00
Morgan Hardwood
e5c00f0a9d Complete revision to how RawTherapee's version is handled in CMake and in other files, #3628 2017-01-27 15:33:05 +01:00
Morgan Hardwood
4efae5c764 Merge branch 'master' into gtk3 2016-10-16 23:26:51 +02:00
Hombre
50165dab20 Merge branch 'master' into softproofing 2016-10-16 01:45:52 +02:00
Morgan Hardwood
a6fc7cd37d Merge branch 'master' into gtk3 2016-10-12 10:01:16 +02:00
Morgan Hardwood
29d5329f3f Fixed RT.ico path in WindowsInnoSetup.iss.in 2016-10-12 10:01:01 +02:00
Morgan Hardwood
0dbea030cb Merge branch 'master' into gtk3-merge-master-b8eb349 2016-10-10 23:07:41 +02:00
Hombre
f904bc8f84 First patch of the LockableColorPicker tool.
Still Work In Progress, but can be used without too much hassle.
2016-09-30 01:03:57 +02:00
Hombre
72db91b574 Updated color_management.svg explanation file 2016-08-30 03:16:22 +02:00
Hombre
827acd35f9 Some bugfix. 2016-08-27 22:20:54 +02:00
Hombre
5affa18341 Introducting soft-proofing and Black Point Compensation, simplify the
CMM at the end of the pipeline + sparse code refactoring
A new BPC checkbutton has been created in 'Preferences/Color Management'
and in the ICM tool. Better hanbling of widget sensitivity of the output
profile / gamma part of the ICM tool.
2016-08-24 22:32:06 +02:00
Beep6581
3e2c710b45 Added script tools/generateThemeSVG2PNG to generate PNG icons from theme SVG images, and updated TooWaBlue theme. #3247 2016-04-23 02:01:15 +02:00
Hombre
d09c4ace70 Merge branch 'gtk3' of https://github.com/Beep6581/RawTherapee.git into gtk3 2016-03-12 00:10:35 +01:00
Hombre
7f0a96e448 Fix #3203 and restore the hover color for the 'Enabled' buttons 2016-03-12 00:09:30 +01:00
Beep6581
a563427d59 Merge branch 'master' into gtk3 2016-03-07 18:00:35 +01:00
Beep6581
0e0f5dd80d Shortened DMG image filename, closes #3162 2016-03-07 17:59:21 +01:00
Beep6581
f0679e8eee Merge branch 'master' into gtk3 2016-03-07 02:42:08 +01:00