heckflosse
a84ce6240a
Disable verbose when calling rawtherapee -v/h
2018-05-01 15:46:10 +02:00
heckflosse
483c0ae3e5
GIMP RawTherapee plugin cannot find executable in Windows, fixes #4514
2018-04-30 14:16:00 +02:00
Desmis
ae7d7a911b
merge with Dev
2018-03-29 13:13:04 +02:00
Alberto Griggio
b42a45b481
merged branch 'unbounded-processing' into 'dev'
2018-03-28 21:35:23 +02:00
Desmis
98d3f8de0a
merge with dev
2018-03-11 10:06:14 +01:00
Hombre
01f8f4123a
An alert window is opened on event catching from Options::load ( #4428 )
2018-03-09 22:08:29 +01:00
Desmis
f3a6a2b759
merge with dev
2018-03-04 17:22:56 +01:00
Hombre
cb0798502b
Fix #4396 : "5.4-RC1 stuck on release notes panel"
...
Now the alert windows pops after closing the splash window
2018-02-18 01:13:49 +01:00
Desmis
1a9171bb18
merge with Dev
2018-02-10 17:24:11 +01:00
Alberto Griggio
08846264c7
started work on making RT not clip the image at intermediate stages
2018-02-09 21:25:39 +01:00
Flössie
4a2b9468d1
Set LANG
before starting threads ( #4319 )
2018-02-08 21:23:16 +01:00
heckflosse
0df571b2db
solved merge conflicts for merge from dev into newlocallab
2017-11-15 16:49:53 +01:00
heckflosse
7542cfc456
Make compilation unit rtengine/icons.cc -Wextra clean, #4155
2017-10-25 13:26:14 +02:00
Desmis
b7a0b6c1aa
merge with Dev
2017-09-26 12:44:10 +02:00
Alberto Griggio
be39ef3260
allow to use a relative path for Lensfun.DBDirectory in options
2017-09-26 00:10:23 +02:00
Alberto Griggio
4313cfc74c
fixed default value of lensfunDbDirectory when BUILD_BUNDLE is set
2017-09-25 12:09:40 +02:00
Desmis
bdbe008d61
merge with Dev
2017-09-20 17:47:16 +02:00
Desmis
1b78046318
merge with Dev
2017-09-18 16:28:28 +02:00
Alberto Griggio
6f7ca3f5ec
one more fix for locating the lensfun db in bundle mode
2017-09-17 16:45:54 +02:00
Alberto Griggio
6d453dbd34
make sure the lensfun db is found correctly when building RT in "bundle" mode
2017-09-17 00:35:37 +02:00
Alberto Griggio
95040fba98
fix bug in opening a directory when the -R switch is not given
2017-09-15 10:38:37 +02:00
Desmis
9786ec0687
merge with dev
2017-09-14 09:09:18 +02:00
Alberto Griggio
fea0fbe776
show lensfun version info when invoked with '-v' (patch by heckflosse)
2017-09-12 16:38:01 +02:00
Desmis
7bbecdf50c
merge with dev
2017-09-08 13:40:29 +02:00
Daniel Lichtenberger
f5628dd5b3
Fix crash on empty command line arguments
2017-09-01 20:01:28 +02:00
Desmis
0cab4bee3c
merge with Dev
2017-08-23 09:30:15 +02:00
Alberto Griggio
aa5dcdc3fc
merge 'options-save-raise-exception-on-failure' into 'dev'
2017-08-22 16:39:06 +02:00
Alberto Griggio
b39f072baf
run through astyle
2017-08-22 08:53:17 +02:00
Desmis
907b47500d
merge with dev
2017-08-20 07:34:22 +02:00
Hombre57
66ba9127ac
Solving issue #3998
2017-08-20 00:57:30 +02:00
Desmis
234710ae9a
merge with dev
2017-08-09 07:57:19 +02:00
Alberto Griggio
8c3c2f3e88
show message dialog about the expected usage when running RT as GIMP plugin
2017-08-08 22:40:46 +02:00
Benitoite
7e05ea8827
Update main.cc
2017-08-02 12:21:28 -07:00
Benitoite
1c006d1472
macOS reports and sets screen resolution
...
https://github.com/Beep6581/RawTherapee/issues/3984#issuecomment-318476962
2017-07-28 09:39:25 -07:00
Desmis
a1069920d5
merge with dev
2017-07-23 14:19:09 +02:00
Alberto Griggio
511f6c2a7b
raise an exception when Options::save
fails
...
See #3975 #3976
2017-07-20 17:03:21 +02:00
heckflosse
cb130ae2f7
Fix console issues when using -R on Windows
2017-07-09 16:03:27 +02:00
Alberto Griggio
2dd23ec691
fixes as suggested by Floessie
2017-06-30 08:35:56 +02:00
Desmis
dfffa2e8aa
merge with dev
2017-06-27 10:28:35 +02:00
Alberto Griggio
44c4b8101e
merge with dev
2017-06-19 13:52:26 +02:00
Alberto Griggio
6b28671c41
some code style fixes
2017-06-19 13:49:14 +02:00
Desmis
acd715dd44
merge with dev...
2017-06-19 12:30:20 +02:00
heckflosse
642b4cc86c
Fix some coverity issues
2017-06-16 21:21:22 +02:00
Desmis
f1a90dad54
merge with dev
2017-06-11 18:38:31 +02:00
Flössie
051670160b
Some fixes as hinted by Coverity ( #3558 )
2017-06-05 10:58:14 +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
2492001c50
merged dev into locallab_dev
2017-05-03 14:15:52 +02:00
Hombre
fb5466bc8c
Code reorganization to enable Dynamic profile with rt-cli ( #3691 )
2017-04-25 00:50:18 +02:00
Desmis
5f1c5ea334
Merge with dev
2017-04-09 11:51:58 +02:00