heckflosse
eab7483431
Do not buffer stdout when rawtherapee.exe is called from msys2 console, fixes #4535
2018-05-04 20:01:49 +02:00
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
Alberto Griggio
b42a45b481
merged branch 'unbounded-processing' into 'dev'
2018-03-28 21:35:23 +02:00
Hombre
01f8f4123a
An alert window is opened on event catching from Options::load ( #4428 )
2018-03-09 22:08:29 +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
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
7542cfc456
Make compilation unit rtengine/icons.cc -Wextra clean, #4155
2017-10-25 13:26:14 +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
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
Alberto Griggio
fea0fbe776
show lensfun version info when invoked with '-v' (patch by heckflosse)
2017-09-12 16:38:01 +02:00
Daniel Lichtenberger
f5628dd5b3
Fix crash on empty command line arguments
2017-09-01 20:01:28 +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
Hombre57
66ba9127ac
Solving issue #3998
2017-08-20 00:57:30 +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
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
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
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
heckflosse
642b4cc86c
Fix some coverity issues
2017-06-16 21:21:22 +02:00
Flössie
051670160b
Some fixes as hinted by Coverity ( #3558 )
2017-06-05 10:58:14 +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
Hombre
fb5466bc8c
Code reorganization to enable Dynamic profile with rt-cli ( #3691 )
2017-04-25 00:50:18 +02:00
heckflosse
028edd5bd9
Sporadic crashes when starting rt, fixes #3787
2017-04-09 11:34:55 +02:00
heckflosse
4aae7aaa16
Rawtherapee hanging on Windows if verbose = true, fixes #3768
2017-03-19 18:39:45 +01:00
Hombre
c654785ae3
Merge branch 'dev' into rt-cli
2017-03-18 18:17:45 +01:00
Alberto Griggio
d3a5a8ee96
started working on support for dynamic processing profiles
2017-02-22 18:47:00 +01:00
Hombre
fe83cc8134
Merge branch 'dev' into rt-cli
2017-02-14 00:15:23 +01:00
Hombre
a04b3eefba
Adding rawtherapee-cli.exe, '-q' (quick start mode) added
...
Standard rawtherapee.exe now has almost no command line options left.
Use '-h' to see options for each executables.
2017-02-13 23:38:05 +01:00
heckflosse
88985c8cb7
There is no disk in drive error messages with Windows gtk3 builds. fixes #3544
2017-02-07 21:18:12 +01:00
Hombre
373e93ad4a
Merge remote-tracking branch 'origin/master' into gtk3
2017-01-31 00:30:48 +01:00
Hombre
9ce41d8e91
Fix deprecated Glib::RecMutex on Windows + remove useless GThreadEnter
...
(no issue)
2017-01-31 00:22:54 +01:00
Morgan Hardwood
16f4731e0b
Merge branch 'master' into gtk3
2017-01-30 23:45:46 +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
Hombre
adb2ec1241
Fix font size from FontButton, behave differently from Gtk3.18 vs. 3.20
...
Gtk3.18 use px unit, Gtk3.20 use pt unit. Font selection does not
necessarily select the correct font where variant exists, expect strange
result. Nothing will be done to fix that.
2016-12-25 17:56:57 +01:00
Hombre
c993906d07
Restoring the FonButton in Preferences ( #3540 )
2016-12-18 22:50:59 +01:00
Hombre
6676e3d271
BUGFIX: The selected theme was not necessarilly used.
2016-11-25 22:41:41 +01:00
Hombre
17ff228177
Making the codified theme file name mandatory ( #3446 )
...
...which mean that TooWaBlue.css can't be loaded until it has been
reworked and renamed to the new mechanism. The default theme will be
loaded instead.
2016-11-20 12:33:47 +01:00
Hombre
55759c04e3
See #3446 : the theme filenames now includes a code for version handling.
...
The theme filename must use a template, that will be explained with this
example:
mytheme-GTK3-20_22.css
Everything before -GTK3... is the theme (short) name, the [-GTK3-] is a
mandatory part, 20 is the included version where support begins and 22
is the included version where the support ends. One of this two version
parameters can be ommited (but not both of course), which make RT
understand "is compatible from all version up to xx" (e.g.
mytheme-GTK3-_22.css) or "is compatible from version yy and above" (e.g.
mytheme-GTK3-20_.css)
The RawTherapee-GTK3-_19.css comes 'as is' from the gtk3 branch and has
still to be tuned.
2016-11-20 02:22:03 +01:00
Hombre
0ab931c287
From issue #3446 : remove the "Use system theme" option + slight rework
...
of the Preferences general panel.
2016-11-17 01:50:03 +01:00
Hombre
e4e474ca8a
Merge branch 'gtk3' into gtk3-bugfix
2016-10-28 23:48:22 +02:00