5406 Commits

Author SHA1 Message Date
heckflosse
58b3ed7c43 rawtherapee-cli (5.1) crashing with -t option. Fixes #3891 2017-05-27 14:12:48 +02:00
heckflosse
fd29535657 pixelshif.cc compilation warning. fixes #3889 2017-05-27 11:51:13 +02:00
heckflosse
136c9153e6 Improved accuracy of Pixel Shift motion mask, no Issue 2017-05-26 21:06:37 +02:00
Morgan Hardwood
408fc858e1 Support opening filenames with spaces in external editor in Windows, fixes #3883 2017-05-25 12:02:11 +02:00
heckflosse
e242afedd6 On Windows, previously opened raw files can't be moved or deleted until RawTherapee is closed. Fixes #3884 2017-05-24 14:46:19 +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
Ingo Weyrich
0bb4589f13 Merge pull request #3879 from Beep6581/microcontrast
about 4x speedup for Microcontrast tool
2017-05-19 21:49:25 +02:00
Alberto Griggio
c4863e5f89 Added support for opening images in an already-running RT instance
This is enabled by the new -R switch of rawtherapee.
The idea is that you first start the "server" with

  `$ rawtherapee -R`

and then open images on this server by using

  `$ rawtherapee -R /path/to/raw.file`

Currently disables on OSX (there seems to be some "legacy" support for this in
rtwindow, but I have no way of testing it and/or integrating it with this at
the moment)
2017-05-18 16:38:09 +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
heckflosse
c03b702131 Speedup for microcontrast, fixes #3867 2017-05-17 22:15:16 +02:00
Morgan Hardwood
edc6fa910a Merge branch 'merge-5.1-into-dev' into dev 2017-05-15 21:45:10 +02:00
Morgan Hardwood
095d33db09 Prepare for merging 5.1 back into dev 2017-05-15 21:44:27 +02:00
Morgan Hardwood
f23d70fdb2 Preparing for release 5.1. Updated release notes, splash and default profiles. 2017-05-15 20:59:41 +02:00
heckflosse
27eae3474d Use signal_selection_changed() for 'folder' file choosers instead of signal_current_folder_changed() 2017-05-15 20:50:53 +02:00
heckflosse
3999bf179e Queue tab Save to folder shortcuts don't update PathFolder in options file. fixes #3301 2017-05-15 17:13:47 +02:00
heckflosse
c0a1672191 Queue tab Save to folder shortcuts don't update PathFolder in options file. fixes #3301 2017-05-15 16:27:12 +02:00
Morgan Hardwood
b4bdca53a9 Renamed and fixed line endings in Pentax Pixel Shift profiles. 2017-05-14 13:09:13 +02:00
Morgan Hardwood
4b476d7c6a Renamed and fixed line endings in Pentax Pixel Shift profiles. 2017-05-14 13:08:43 +02:00
Morgan Hardwood
d1bfbc7967 Override system camcons.json raw_crop with one from users camconst.json, fixes #3873 2017-05-14 12:37:15 +02:00
Morgan Hardwood
48f4deab14 Merge branch 'release-5.1' of github.com:Beep6581/RawTherapee into release-5.1 2017-05-14 12:36:35 +02:00
Morgan Hardwood
435f5d979c Override system camcons.json raw_crop with one from users camconst.json, fixes #3873 2017-05-14 12:36:19 +02:00
heckflosse
ccafff7fd7 Added 4 Pixel Shift profiles to bundled profiles 2017-05-13 21:11:48 +02:00
heckflosse
af7821b21d Added 4 Pixel Shift profiles to bundled profiles 2017-05-13 21:09:56 +02:00
Morgan Hardwood
3c9bb4cb34 Deutsch regenerated 2017-05-13 16:25:03 +02:00
Morgan Hardwood
c9d5680f80 Deutsch regenerated 2017-05-13 16:23:12 +02:00
Ingo Weyrich
1cd7de98b4 Merge pull request #3871 from TooWaBoo/dev
Update Deutsch locale
2017-05-13 15:57:30 +02:00
TooWaBoo
877b521569 Typo2 corrected 2017-05-13 15:06:40 +02:00
TooWaBoo
f9f66b7959 Typo corrected 2017-05-13 14:55:10 +02:00
TooWaBoo
961f460a3d Update Deutsch locale 2017-05-13 12:56:49 +02:00
heckflosse
efe528a485 Edges tool too strong on diagonals from bottom right to top left. Fixes #3870 2017-05-13 11:33:39 +02:00
Morgan Hardwood
3950bf80d3 Small change to man page and help. 2017-05-13 01:32:02 +02:00
Hombre
76bab70ccb Bugfix of 'Usage' text and updated manpage 2017-05-13 01:12:00 +02:00
Hombre
1354ea6f9d Saving a profile only took effect after RT restart (#3869) 2017-05-13 01:03:29 +02:00
Hombre
9e1fc78004 Saving a profile only took effect after RT restart (#3869) 2017-05-11 20:41:55 +02:00
Floessie
76f73346bf Minor corrections
- Killed double "Nikon D810" from the list of DCPs
- Turned `-o3` into `-O3`
2017-05-11 15:03:31 +02:00
Morgan Hardwood
22d0044001 Release notes: PS 4 sub-images supported. 2017-05-10 16:21:05 +02:00
heckflosse
c856894456 MLmicrocontrast: eliminated SGN() 2017-05-10 16:04:02 +02:00
Morgan Hardwood
442e5a3aa7 Preparing for 5.1-rc1 2017-05-10 15:59:33 +02:00
heckflosse
9a1dd0109b MLmicrocontrast, eliminated one loop 2017-05-10 15:43:19 +02:00
Hombre
abd11da072 New candidate fix for #3862, modifier keys handled in cropwindow.cc 2017-05-09 20:02:08 +02:00
Morgan Hardwood
ddabcb2049 Do not crop 8px off LG mobile LG-H815 right border, #3868, https://discuss.pixls.us/t/support-for-lg-g4-camera-phone/3636 2017-05-09 17:08:20 +02:00
Morgan Hardwood
0c888b2c7f Added dual-illuminant NIKON D5600 DCP, closes #3860 2017-05-09 10:58:11 +02:00
heckflosse
8b44ed0fd8 Speedup for microcontrast, issue #3867 2017-05-08 18:42:13 +02:00
Morgan Hardwood
af09d56b3b Added dual-illuminant LG Mobile LG-H815 (LG G4) DCP, closes #3868 2017-05-08 14:03:39 +02:00
Alberto Griggio
9a47164c46 use the LANG env var (if set) to determine the system language on Linux/Mac
Candidate fix for #3864
2017-05-06 21:21:07 +02:00
heckflosse
14e3f0e88d Auto Levels completely wrong for monochrome raw files, sigma raw files and canon mraw/sraw files. Fixes #3863 2017-05-05 21:29:58 +02:00
Alberto Griggio
8ae641952f properly notify Cairo when drawing a gradient to a ThresholdAdjuster
Candidate fix for #3769
2017-05-05 16:43:08 +02:00
Alberto Griggio
b30367947f do not add nodes to curves when clicking on the preview window unless ctrl is clicked
Candidate fix for #3862
2017-05-04 22:30:05 +02:00
Alberto Griggio
b36aa29c36 added initial support for Sigma sd Quattro DNG files
See #3858
2017-05-04 17:25:14 +02:00
Alberto Griggio
aff3a03b57 Fixed handling of pipettes with the extended zoom levels
Fixes #3861
2017-05-04 16:24:47 +02:00