6188 Commits

Author SHA1 Message Date
heckflosse
a24e8475f6 Fixes small memory leaks 2017-06-07 23:40:03 +02:00
heckflosse
a64421fb91 Fix small memory leak 2017-06-07 23:11:06 +02:00
heckflosse
5e5affa585 Fix some memory leaks 2017-06-07 21:32:28 +02:00
heckflosse
5e22addc54 Fix memory leak in iccstore 2017-06-07 20:39:44 +02:00
Alberto Griggio
2edd677d1a Fixed various memory leaks as reported by AddressSanitizer 2017-06-07 10:36:28 +02:00
Mattia Verga
cbb6bceb63 Fix endif format and indentation 2017-06-07 07:40:48 +02:00
heckflosse
b3956a3fda Fix oob access when selecting more than 1 file in filebrowser 2017-06-06 21:06:19 +02:00
heckflosse
9515f46f97 Fix oob access when using detail window 2017-06-06 21:05:51 +02:00
Mattia Verga
75812c900e Move and rename option accordingly to other already present 2017-06-06 10:20:37 +02:00
heckflosse
2aaa7526b3 Hopefully better fix for memory leak in PartialProfiles 2017-06-05 21:04:01 +02:00
Mattia Verga
a5e2107e40 change klt not found message 2017-06-05 20:01:56 +02:00
Mattia Verga
7f4b9e2aa7 Merge Beep6581/dev 2017-06-05 18:16:38 +02:00
Mattia Verga
6b81411561 Use option to let user choose to use system's KLT 2017-06-05 17:59:36 +02:00
Alberto Griggio
b39529f7c0 LCP: new experimental logic for finding the correct distortion coefficients 2017-06-05 14:21:52 +02:00
heckflosse
48bcf8b077 Removed #include 2017-06-05 14:14:14 +02:00
heckflosse
9e5ce9a99b Some Coverity fixes (#3558) 2017-06-05 14:12:34 +02:00
Flössie
051670160b Some fixes as hinted by Coverity (#3558) 2017-06-05 10:58:14 +02:00
Morgan Hardwood
51800cdbcf Merge branch 'dev' into gimp-plugin 2017-06-04 13:54:02 +02:00
Morgan Hardwood
982b291a64 Merge branch 'lessrelnotes' into dev 2017-06-04 13:50:01 +02:00
Desmis
aa5f9a5dac merge with ciecamtest 2017-06-04 12:31:43 +02:00
Desmis
0a18c96ae4 Increase slightly range color histogram Ciecam mode 2017-06-03 08:43:11 +02:00
Ingo Weyrich
e79afbb193 Merge pull request #3898 from Beep6581/psclean
Cleaned pixelshift code and made a speedup for pixelshift without mot…
2017-06-02 13:01:10 +02:00
Morgan Hardwood
44e1ba3aad Display release notes only if new major version, #3905 2017-06-02 10:38:53 +02:00
Desmis
adafe0d0f7 merge with dev 2017-06-02 06:53:15 +02:00
heckflosse
40ee591474 Added a comment for last commit 2017-05-31 19:24:33 +02:00
Morgan Hardwood
95f3eaf001 Diagonal curve should be bypassed when it is linear, regardless of node count, fixes #3902 2017-05-31 18:55:41 +02:00
Desmis
8a9c044d56 Prevent curves to jump with Brightness algoritm 2017-05-31 14:38:16 +02:00
heckflosse
28fee5e72b fix wrong indentation 2017-05-30 19:48:06 +02:00
heckflosse
e8e01c3af1 pixelshift: skip demosaic when 'Show only motion mask' is enabled 2017-05-30 19:45:17 +02:00
heckflosse
486d51e434 Reduced memory usage of Pixel Shift motion detection by ~ width * height * 8 byte 2017-05-30 18:44:03 +02:00
Ingo Weyrich
ebf93dfaa8 Merge pull request #3876 from Beep6581/filechooser
Use signal_selection_changed() for 'folder' file choosers instead of …
2017-05-30 16:04:28 +02:00
heckflosse
25a531308f Cleaned pixelshift code and made a speedup for pixelshift without motion correction 2017-05-30 15:43:49 +02:00
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