1167 Commits

Author SHA1 Message Date
heckflosse
a9f769c5d7 Fix some coverity issues 2017-06-19 00:57:29 +02:00
heckflosse
8aff354df9 Fix some coverity and cppcheck issues 2017-06-18 18:40:40 +02:00
heckflosse
655d66a859 Fix some coverity issues 2017-06-18 00:10:31 +02:00
heckflosse
642b4cc86c Fix some coverity issues 2017-06-16 21:21:22 +02:00
heckflosse
c4f27b2c13 Fix some coverity issues 2017-06-14 17:02:33 +02:00
heckflosse
18076077c0 Fix some coverity issues 2017-06-14 13:50:46 +02:00
heckflosse
69664430e2 Merge branch 'dev' into coverity-fixes 2017-06-12 18:03:54 +02:00
heckflosse
97e558a040 Fixed some coverity issues 2017-06-12 17:54:34 +02:00
heckflosse
a48572d577 Let last commit also work on non Windows systems 2017-06-12 12:29:04 +02:00
heckflosse
f05b6283e9 don't use -mwindows for rawtherapee-cli.exe 2017-06-12 12:20:44 +02:00
heckflosse
e8bbefef7a Merge branch 'coverity-fixes' into dev 2017-06-11 13:02:18 +02:00
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
Alberto Griggio
2edd677d1a Fixed various memory leaks as reported by AddressSanitizer 2017-06-07 10:36:28 +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
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
0a18c96ae4 Increase slightly range color histogram Ciecam mode 2017-06-03 08:43:11 +02:00
Morgan Hardwood
44e1ba3aad Display release notes only if new major version, #3905 2017-06-02 10:38:53 +02:00
Desmis
8a9c044d56 Prevent curves to jump with Brightness algoritm 2017-05-31 14:38:16 +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
58b3ed7c43 rawtherapee-cli (5.1) crashing with -t option. Fixes #3891 2017-05-27 14:12:48 +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
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
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
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
abd11da072 New candidate fix for #3862, modifier keys handled in cropwindow.cc 2017-05-09 20:02:08 +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
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
aff3a03b57 Fixed handling of pipettes with the extended zoom levels
Fixes #3861
2017-05-04 16:24:47 +02:00
Hombre
41d91de553 Merge branch 'dev' into filter-by-default 2017-05-03 19:47:18 +02:00
Hombre
ac232fc2c8 Merge branch 'dev' into rt-cli2 2017-05-02 23:10:40 +02:00
Hombre
bcad76cd5e Processing a directory now look for image format set in options (#3691)
See the updated '-c' and new '-a' help when using rawtherapee-cli.exe -h
2017-05-02 23:08:33 +02:00
Flössie
bc33b51093 IdleRegister cleanups 2017-05-02 18:45:23 +02:00
Alberto Griggio
7553d86b11 clear the ids map in IdleRegister::destroy (prevent double deallocation)
Fixes #3849
2017-04-29 14:48:54 +02:00
Alberto Griggio
d8e0207b9a Fixed memory leak in IdleRegister::destroy 2017-04-28 21:22:23 +02:00
Alberto Griggio
5d4bd4b352 changed implementation of BayerProcess::FrameCountChanged to use IdleRegister 2017-04-28 17:20:44 +02:00
Morgan Hardwood
0f0f76df0b Unregister handler with glib when callback function returns false 2017-04-28 20:08:07 +02:00
Hombre
cf47cdee2d A bugfix that wasn't pushed to main-cli.cc (#3691 #3768) 2017-04-28 02:17:13 +02:00
Desmis
772a4a60db Small changes to Retinex GUI 2017-04-26 16:34:42 +02:00
Hombre
8f8516199f Making Filter tab the default one in File Browser tab (#3843) 2017-04-26 00:41:57 +02:00
heckflosse
ddfce7e7c1 Don't show useless information on top of metadata tab, reported in #210 2017-04-25 23:55:45 +02:00